Text Tags
<h1> to <h6>
<h1>HTML</h1>
<h1> biggest heading
<h6> smallest heading
`Line Tag
Horizontal line.
Used to separate sections visually.
Attributes Used
class
Used for CSS styling.
border
Adds border to table.
Line Tag
<hr>
Horizontal line.
<hr>
Used to separate sections visually.
Attributes Used
class
Used for CSS styling.
<p class="contact">
border
Adds border to table.
<table border="1">
cellpadding
cellpadding `

