HTML Presntatn Pts
HTML Presntatn Pts
Intro-------------
History of html
--------------
-> Self-closing tags: Some tags do not have a closing tag, such as ‘<img/>’ and ‘<br/>’.
2. Attributes-------------
- Provide additional information about elements and are included within the
opening tag
- Specified in name-value pairs, like ‘name=”value”’.
- Common attributes include:
- style
- href
- src
3. Structure
----------- in structure
4. Hyperlinks-------------
- Allows linking to other documents or resources using the ‘<a>’ tag
- Defined with the ‘href’ attribute, which specifies the URL of the linked resource
5. Media support-----------
- HTML supports embedding multimedia elements like images, videos, and audio
- The ‘<img>’ tag is used for images, ‘<video>’ for videos, and ‘<audio>’ for audio
content.
Learning html is foundational for anyone who is interested in web development, design, or
related fields.
------------