Welcome to ICT Chapter 4 Example
Introduction
This document demonstrates the usage of various HTML tags and attributes from ICT Chapter 4.
HTML Tags
| Tag | Description |
|---|---|
| <h1> - <h6> | Heading tags |
| <p> | Paragraph tag |
| <img> | Image tag |
| <a> | Anchor tag |
HTML Attributes
Some commonly used attributes include:
- href: Specifies the URL of a link.
- src: Specifies the source of an image or script.
- alt: Provides alternative text for an image.
- title: Adds a tooltip to an element.
Tags
Knowledge