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
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ <h5>this is a h5 tag </h5>
<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 <strong>paragraph</strong> 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 <em>paragraph</em> 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>
Expand All @@ -59,4 +59,4 @@ <h6>this is a h6 tag </h6>
<li>this is2 </li>
</ol>
</body>
</html>
</html>