forked from CodeYourFuture/HTML-CSS-Module-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
41 lines (38 loc) · 886 Bytes
/
Copy pathtest.html
File metadata and controls
41 lines (38 loc) · 886 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<body>
<article>
<h1>
Learning HTML</h1>
<p> Get to know the HTML basics</p>
<a href=""http://html15rocks.com">Read Article</a>
</article>
</body>
</html>
<article>
<h1> Learning HTML</h1>
<span class=""author">Author:</span>
</article>
<!--Image with a description -->
<img src="sleepy-cat.jpg" alt="A sleeping cat"/>
<!--Image for decuration-->
<img src="decoration-image.jpg" alt=""/>
<!--Table-->
<table>
<caption>Family member ages</caption>>
<thead>
<tr>
<th>Name</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<td>kehinde</td>
<td>29</td>
</tr>
</tbody>
</table>
<div>Pancake recipe</div>
div src="pancakes-with-syrup.jpg"/>to make pancakes!</div>
<div>A quick and easy recipe </div>
<div>Ingredients</div>
<div>Method</div>