-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
23 lines (23 loc) · 905 Bytes
/
menu.html
File metadata and controls
23 lines (23 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<base target="corpoFrame">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="MenuCSS.css">
</head>
<body>
<div>
<ul>
<li> <a href="principal.html" class="classe1"> Página Principal </a> </li>
<li> <a href="tabelas.html" class="classe1"> Tabelas HTML </a> </li>
<li> <a href="tags.html" class="classe1"> HTML Text Formatting Tags </a> </li>
<li> <a href="imagens.html" class="classe1"> HTML Imagem e Hyperlinks </a> </li>
<li> <a href="formularios.html" class="classe1"> Formularios HTML </a> </li>
</ul>
</div>
</body>
</html>