-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.html
24 lines (19 loc) · 858 Bytes
/
intro.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
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<head>
<title>Formula One</title>
</head>
<body>
<h1 style="color:#3b2697;">FORMULA ONE</h1>
<p>1997 V10 Benneton F1 car</p>
<img src="https://images.unsplash.com/photo-1674154634776-acd0fc94ab71?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTZ8fGYxJTIwY2FyfGVufDB8fDB8fHww" alt="F1 Car" style="width: 200px; height: 200px;"
br>
<p>The <strong>Benetton B197</strong> was a Formula One racing car used by the Benetton team during the
<em>1997 Formula One season</em>. Designed by <strong>Nick Wirth</strong> and under the technical guidance of
<em>Pat Symonds</em>, this car featured a <strong>3.0-liter V10 engine</strong> supplied by Renault,
named the <em>RS9</em>. </p>
<h1>My First Emoji</h1>
<p>🧾</p>
</body>
</html>