Welcome to the HTML Tag Examples

1. Headings and Paragraphs

This is a simple paragraph demonstrating the bold tag and the strong tag for importance.

2. Emphasis and Italics

Use em or i to emphasize text. Example: emphasized and italic.

3. Underline, Mark, and Small

Here is underlined text, a highlighted phrase, and some small helper text.

4. Inline span and line breaks

This sentence contains a plain span and uses line breaks:
First line
Second line with a span inside.

5. Image example

Below is an image with an alt attribute for accessibility:

Image caption: Placeholder image used for examples.

6. Combined formatting

Hello, dear reader! This line mixes bold, italic, underlined, and a highlight.
Also showing a tiny note in small text after a span: note.

7. Final short paragraph

Thanks for looking — this file uses only HTML (no CSS, no JavaScript) and demonstrates: h1, h2, p, span, img, br, b, strong, i, em, u, mark, and small.

Document