Basic HTML Elements
This is a paragraph element (<p>).
This is a div element (<div>) - a block-level container.
This is a span element (<span>) - an inline container.
Heading Elements
Heading 1 (<h1>)
Heading 2 (<h2>)
Heading 3 (<h3>)
Heading 4 (<h4>)
Heading 5 (<h5>)
Heading 6 (<h6>)
HTML Attributes
Attributes provide additional information about elements:
Common Attributes
This paragraph has id, class, and title attributes.
Image with Attributes