-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHtml.html
More file actions
37 lines (36 loc) · 2.01 KB
/
Html.html
File metadata and controls
37 lines (36 loc) · 2.01 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
<html>
<head>
<link rel="stylesheet" href="CSS/Main css.css">
</head>
<body>
<nav>
<ul>
<li><a href='Web dev.html'>Web Thoery</a></li>
<li><a href='Home.html'>Home</a></li>
<li><a href=''>CSS</a></li>
</ul>
</nav>
<div>
<ol>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML"> Complete html</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Document_and_website_structure">Structuring the web page</a></li>
<!-- about form -->
<li>Form<br/>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms">starting</a> </li>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/How_to_structure_an_HTML_form#The_%3Clabel%3E_element">labels</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Sending_and_retrieving_form_data">How form data is transfered</a> </li>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/How_to_structure_an_HTML_form">structuring the form</a> </li>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Sending_and_retrieving_form_data">sending data to server</a></li>
</ul>
</li>
<!-- Form widgets -->
<li>Form widgets
<ul><li><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/The_native_form_widgets">every widget</a></li>
</ul>
</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Sending_and_retrieving_form_data#A_special_case_sending_files">sending files</a></li>
</ol>
</div>
</body>
</html>