Example Explained Elements
HTML Element Is A Start Tag
<h1> Heading
<p> Paragraph
HTML Element Is A End Tag
</h1> Heading
</p> Paragraph
Example HTML Simple Document
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Page Title</title>
<body>
<h1>Heading</h1>
<p>Paragraph</p>
<p>Others Paragraph</p>
</body>
</html>
HTML Headings Tags Example
<h1>Your Heading</h1>
<h2>Next Your Heading</h2>
HTML Paragraph Tags Example
<p>Your Paragraph</p>
<p>Next Your Paragraph</p>
Example HTML Links Tags
<a href="https://www.hindisci.com">Edit Text Name</a>
Example HTML Images Tags
<img src="https://i.ytimg.com/vi/KYJooEnw8C8/maxresdefault.jpg" alt="SpaceScifi" style="width:120px;height:150px"
<img src="https://i.ytimg.com/vi/KYJooEnw8C8/maxresdefault.jpg" alt="SpaceScifi" style="width:120px;height:150px"
Example HTML Button Tags
<button>Name Your Text</button>
Example HTML Lists Tags
<ul>
<li>Hotel</li>
<li>Coffee</li>
<li>Tea</li>
</ul>
<h2>Title Text Bullet List</h2>
<ul>
<li>Hotel</li>
<li>Coffee</li>
<li>Tea</li>
</ul>
<h2>Title Text Numbered List</h2>
<ol>
<li>Hotel</li>
<li>Coffee</li>
<li>Tea</li>
</ol>
Note :- This's All HTML Codes Only For Example, You Can Use Your Website Building So Replace Text Name And Links .
Tag :
Blog Templates,
HTML,
Mobile,
Planet,
Space Science,
Star,
Technical,
Universe,
Upcoming Mobile,
Website Coding,
YouTube