My Reflection
As a ICT student, this 2nd quarter made me realize the crucial role basic HTML tags play in building websites. HTML, or Hypertext Markup Language, serves as the backbone of web development, providing structure and meaning to content. Mastering basic HTML tags is essential for creating robust, semantic, and accessible websites.
The BASIC’s
Basic HTML tags such as <html>
, <head>
, and <body>
provide the foundation for website structure. The <html>
tag wraps the entire document, while <head>
contains metadata, titles, and scripts. The <body>
tag holds visible content. Proper use of these tags ensures a clear hierarchy and organization.
Structure
Headings (<h1-6>
)and, paragraphs (<p>
).Hierarchical headings structure content, paragraphs organize text enable inline styling. These tags enhance readability, accessibility, and search engine optimization.
Enhancing Experience
List tags (<ul>
, <ol>
, <li>
), anchor tags (<a>
), images (<img>
), divisions (<div>
), and tables (<table>
) enrich user experience. These tags present information concisely, enable navigation, and add visual appeal. To maximize HTML's potential, developers should use semantic tags, separate structure and content, validate HTML regularly, and follow W3C standards. Adhering to these principles ensures websites are maintainable, scalable, and accessible.
All this new found knowledge that i know gained i hope to share it and apply it to others.
Reference to img - https://www.investopedia.com/terms/h/html.asp