A simple guide with descriptions and examples.
Headings are used for titles and sub-titles. <h1> is the largest, and <h6> is the smallest.
Main Heading
Subheading
The paragraph tag is used to add blocks of text.
This is a paragraph of text.
The anchor tag creates hyperlinks to other pages or websites.
Visit Example
The image tag is used to add images to a webpage.
Lists can be unordered (bullets) or ordered (numbers).
- Item 1
- Item 2
- First
- Second
Tables organize data into rows and columns.
Name
Age
Alice
25
Bob
30
The button tag creates a clickable button.
The input tag is used to create form fields like text boxes and checkboxes.
Div is a block-level container, while span is an inline container for text.
This is a div
This is a span inside text.