In Lesson 1, I learned how XHTML is a stricter and cleaner version of HTML. It emphasizes well-formed documents, which means that every tag must be properly opened and closed. This lesson has taught me the importance of structure and syntax.
Lists help organize content in an ordered or unordered manner. I learned how to use different list types to create hierarchies and group information.
Tables are used to display data in a structured format. I learned how to create tables and include headers, rows, and columns.
Subject | Reflection |
---|---|
XHTML | Understanding the strict rules of XML and how they apply to HTML. |
Lists | Learning the proper use of ordered and unordered lists to structure information. |
Hyperlinks are essential for navigating between pages. I learned how to use the <a>
tag to create links between different web pages.
Click here to visit Example.com
Forms allow user interaction by collecting data from users. This lesson taught me the various form elements like text fields, radio buttons, checkboxes, and how to handle user input effectively.
In this lesson, I learned more advanced form elements, such as dropdown menus, radio buttons, and checkboxes. These elements are used to give users more specific input options.
In Lesson 9, I learned how CSS (Cascading Style Sheets) is used to style and design web pages. This lesson was essential for creating visually appealing websites by controlling elements like color, font, layout, and spacing. Using CSS, we can make web pages more engaging and user-friendly.