-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWEBHTML.HTML
More file actions
54 lines (44 loc) · 1.86 KB
/
WEBHTML.HTML
File metadata and controls
54 lines (44 loc) · 1.86 KB
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
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="fev1.png" type="image/x-icon">
<link rel="icon" href="fev1.png" type="image/x-icon">
<title>
HTML5
</title>
<link rel="stylesheet" href="webhtml.css">
</head>
<body>
<h1>HTML5</h1>
<h2> HTML INTRODUCTION</h2>
<div class="flex-container">
<div>
<ul>
<li> With HTML you can create your own Website.</li>
<li>This tutorial teaches you everything about HTML.</li>
<li> HTML is easy to learn - You will enjoy it. </li>
</ul>
</div>
</div>
<h2>HTML TUTORIALS</h2>
<section class="navbar">
<ul>
<li> <a href="#"> HTML Introduction </a> </li>
<li> <a href="#"> HTML Editors </a> </li>
<li> <a href="#"> HTML Basics </a> </li>
<li> <a href="#"> HTML Elements </a> </li>
<li> <a href="#"> HTML Attributes </a> </li>
<li> <a href="#"> HTML Headings </a> </li>
<li> <a href="#"> HTML Pragraphs </a> </li>
<li> <a href="#"> HTML Styles </a> </li>
<li> <a href="#"> HTML Formatting </a> </li>
<li> <a href="#"> HTML Quotations </a> </li>
<li> <a href="#"> HTML Comments </a> </li>
<li> <a href="#"> HTML Colors </a> </li>
<li> <a href="#"> HTML LINK </a> </li>
<li> <a href="#"> HTML Table </a> </li>
<li> <a href="#"> HTML Classes </a> </li>
</ul>
</section>
</body>
</html>