-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsouadHTML2.html
More file actions
44 lines (32 loc) · 766 Bytes
/
souadHTML2.html
File metadata and controls
44 lines (32 loc) · 766 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
</head>
<header><h1><b><u>coditech</u></b></h1>
</header>
<body>
<h2><u>Menu</u></h2>
<menu id="m">
<item>learn english</item> <br>
<item>learn programming </item><br>
<item>learn more skills</item><br>
<item>Be confident </item><br>
<item>The best </item>
</menu>
<div class="img1">
<img src="C:\Users\User\Desktop\souadHTML1\codi.png" alt="logo of codi" />
<ul>
<li>6 months training</li>
<li>programming courses</li>
<li>Html</li>
<li>css</li>
<li>javascript</li>
</ul>
</div>
<footer>
<label>For more information:</label>
<a href="https://www.codi.tech " >info@codi.tech</a>
</footer>
</body>
</html>