Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,41 +22,41 @@
This is the h1 tad inside heder tag
</header>
<!-- this is a h1 tag -->
<h1>this is a h1 tag </h1>
<h1>This is a h1 tag </h1>

<!-- this is a h2 tag -->
<h2>this is a h2 tag </h2>
<h2>This is a h2 tag </h2>

<!-- this is a h3 tag -->
<h3>this is a h3 tag </h3>
<h3>This is a h3 tag </h3>

<!-- this is a h4 tag -->
<h4>this is a h4 tag </h4>
<h4>This is a h4 tag </h4>

<!-- this is a h5 tag -->
<h5>this is a h5 tag </h5>
<h5>This is a h5 tag </h5>

<!-- this is a h6 tag -->
<!-- This is a h6 tag -->
<h6>this is a h6 tag </h6>

<!-- this is a paragraph tag -->
<p>this is a paragraph tag with some values in it. </p>
<p>This is a paragraph tag with some values in it. </p>
<hr>
<br>
<!-- this is a paragraph tag -->
<p>this is a paragraph tag with some values in it. </p>
<p>This is a paragraph tag with some values in it. </p>
<!-- this is the image tag-->
<img src="g.jpg" width="140" height="135" alt="Dhawal">
<a href="http://www.google.co.in" target="_parent">"Google"</a>
<button>Press</button>
<a href="https://www.w3schools.com">Visit W3Schools.com!</a>
<ul>
<li>this is 1</li>
<li>thiss is 2</li>
<li>This is 1</li>
<li>This is 2</li>
</ul>
<ol>
<li>this s 1</li>
<li>this is2 </li>
<li>This s 1</li>
<li>This is2 </li>
</ol>
</body>
</html>
</html>