-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRamiHTML2.html
More file actions
30 lines (26 loc) · 839 Bytes
/
RamiHTML2.html
File metadata and controls
30 lines (26 loc) · 839 Bytes
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
29
<head>
<link rel = "stylesheet" type = "text/css" href = "C:\Users\Ctop\repos\website\ramikadaweh\HTML-challenge\style.css">
</head>
<header><h1>welcome to our site of cars</h1></header>
<body>
<div class="container-1">
<div class="topnav">
<a class="active" href="#home">BMW</a>
<a href="#news">News</a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
</div>
<img src="https://www.bing.com/th?id=OIF.4jiAa9paP%2b5YMy33PaL9zQ&w=270&h=180&c=7&r=0&o=5&pid=1.7" alt="One kind of BMW "></img>
<br>
<ul>
<li>color:black</li>
<li>type:BMW</li>
<li>model:NewBoy 2005</li>
<li>speed:280 Km/h</li>
<li>mot:8 celander</li>
</ul>
</div>>
</body>
<footer>
<a href="https://codi.tech/">press here to visit codi website</a>
</footer>