-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchapter 3.html
More file actions
64 lines (60 loc) · 1.85 KB
/
chapter 3.html
File metadata and controls
64 lines (60 loc) · 1.85 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>chapter 3 </title>
</head>
<body>
<header>
<p>This is header</p>
</header>
<!-- <p>this is the main comtent of main function</p> -->
<main>
<!-- section tag -->
<section>
<a href="https://codewithharry.com" target="_main">
<img src="https://images.unsplash.com/photo-1541963463532-d68292c34b19?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxleHBsb3JlLWZlZWR8M3x8fGVufDB8fHx8fA%3D%3D&w=1000&q=80" width="120pix" alt="harrys here"> </a>
</section>
<section>
<!-- div tag -->
<div>
<h1>THIS IS MINE</h1>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Facere nulla tenetur, id odit deserunt aspernatur ipsa? Excepturi libero similique rerum animi laudantium voluptatum eum, consectetur vero ut, corrupti aliquid dolorem.
</p>
</div>
</section>
<section>
<!-- sapn tag -->
<span>
<p> ia m affraid from u</p>
</span>
</section>
</main>
<footer>
<p> This is footer</p>
</footer>
</body>
</html>
<hr><br>
<!-- paractice set of chapter 3 -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>chapter 3</title>
</head>
<body>
<header>
<h1>THIS IS A PARACTICE SET</h1>
<P>this is a paractice set of chapter 3</P>
</header><br>
<main>
<section>
<a href="https://youtube.com" img >youtube</a>
</section>
</main>
</body>
</html>