html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>The First Vehicle</title>
<style type="text/css">
BODY{COLOR:GRAY}
P{Font-weight;Text-indent:30px;Line-height:1.5;}
H2{Text-align:Center;Text-decoration:Underline;Text-transformation:Capitalize;Word-spacing:5px;}
H1{Font-Family:georgia;Text-align:Center;}
H3{Text-align:Center;Color:yellow;letter-spacing:5px;}
</style></head>
<body bgcolor="Black">
<img src="https://i.ibb.co/ggHMQt6/1727311337005.jpg" alt="1727311337005"height="90"align="left">
<h2>World's First AutoMobile</h2>
<h1>The Benz Patent-Motorwagen N1</h1>
<h3>Specifications</h3>
<table border="2"style=color:yellow; align="center">
<tr>
<td>W e i g h t</td>
<td>2 6 5 Kilograms</td>
</tr>
<tr><td>Maximum speed</td>
<td>16 kmph</td>
</tr>
<tr>
<td>Engine</td>
<td>Water Cooled</td>
</tr>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Запуск