-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb-semantica.html
More file actions
25 lines (24 loc) · 977 Bytes
/
web-semantica.html
File metadata and controls
25 lines (24 loc) · 977 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
<!DOCTYPE html>
<html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Semantica</title>
<link rel="icon" type="image/x-icon" href="http://espaciosmail.com.mx/assets/images/favicon.ico/ms-icon-310x310.png">
<!-- Open Graph data -->
<meta property="og:title" content="Web Semantica" />
<meta property="og:type" content="article" />
<meta property="og:url" content=" http://www.example.com" />
<meta property="og:image" content=" http://example.com/image.jpg" />
<meta property="og:description" content="este es un documento q cuentan cuales son los elementos semanticos mas utilizados" />
</head>
<body>
<div id="nav">
<div class="header">
<div id="footer">
</div>
</body>
</html>
</html>