-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex001.html
More file actions
25 lines (25 loc) · 762 Bytes
/
index001.html
File metadata and controls
25 lines (25 loc) · 762 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>
<head>
<meta charset='utf-8'/>
<link rel='stylesheet' type='text/css' href='style/style001.css'>
<script src='js/script001.js'></script>
</head>
<body>
<time pubdate> 2012-07-02 </time>
Hi! My name is <mark> Germán </mark>. I was born in <strong> Cádiz </strong>
in the <em> Southwestern </em> of Spain. As I always say: <q>Enjoy your
life!</q>
<br/>
<dfn> Milk </dfn> is white.
<abbr title='Product Development & Innovation'> PDI </abbr>
<br/>
H<sub>2</sub>O
<br/>
This is Juice in reverse order: <bdo dir='rtl'> Juice </bdo>.
<figure>
<img src='http://www.floral-directory.com/flower.gif' />
<figcaption> Flower </figcaption>
</figure>
</body>
</html>