Skip to content

Commit 0b7aa7d

Browse files
committed
html code
1 parent 77fad6d commit 0b7aa7d

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

anchor_tag.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Document</title>
8+
</head>
9+
<body>
10+
<h1>Books To Read</h1>
11+
<p>there are many books to read</p>
12+
<a href="https://github.com/imnaresh96"> click hare to go to my github account</a>
13+
</body>
14+
</html>

heading.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Practice about heading</title>
8+
</head>
9+
<body>
10+
<h1>Tops</h1>
11+
<h2>ahemdabad</h2>
12+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus natus modi ratione cupiditate, sequi, doloremque quis voluptatum nobis consequatur iste hic. Accusamus ab repellendus iure, magnam sed ullam earum? Voluptatibus, officiis odit!</p>
13+
14+
<h3>Maninagar</h3>
15+
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Hic quibusdam qui, sed cumque dolore dolor praesentium odit ipsum maxime repellendus ab labore, corrupti blanditiis at. Aut assumenda eaque blanditiis porro odio debitis.</p>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)