Saturday, May 18, 2024

Block level & Inline elements

Block Level elements - Elements that are initiated/created on a new line 

<h1>.....<h6>

<p>

<hr>

<div>

In Line elements - Elements that can be initiated in the same line multiple times 

<img>

<a>

<br>

<span>

No comments:

Post a Comment

HTML Semantics sheet

<article> : Defines independent, self-contained content. <aside>: Contains content that is tangentially related to the content...