-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWeb dev.html
More file actions
21 lines (19 loc) · 735 Bytes
/
Web dev.html
File metadata and controls
21 lines (19 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<link rel="stylesheet" href="CSS/Main css.css">
</head>
<body>
<nav>
<ul>
<li><a href='index.html'>Home</a></li>
<li><a href='Html.html'>HTML</a></li>
<li><a href=''>CSS</a></li>
</ul>
</nav>
<div>
On this page there will be answer to common questions of internet<br/>
<a href="https://developer.mozilla.org/en-US/docs/Learn/Common_questions#How_the_Web_works"> Questions like </a><br/>
<a href="https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_web_server">what is web server</a>
</div>
</body>
</html>