ICT Grade 9 Reflection

Lesson 1: XHTML


Click Here


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.


Lesson 2: Lists


Click Here


Lists help organize content in an ordered or unordered manner. I learned how to use different list types to create hierarchies and group information.


Example of Lists:



  1. Ordered List Item 1
  2. Ordered List Item 2

Lesson 3 & 4: Tables


Click L3 Here
Click L4 Here


Tables are used to display data in a structured format. I learned how to create tables and include headers, rows, and columns.


Example Table:


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.

Lesson 5: Hyperlinks


Click Here


Hyperlinks are essential for navigating between pages. I learned how to use the <a> tag to create links between different web pages.


Example of a Hyperlink:


Click here to visit Example.com


Lesson 6 & 7: Forms


Click L6 Here
Click L7 Here


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.


Lesson 8: HTML Forms (Additional Elements)


Click Here


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.

Advanced Feedback Form



Lesson 9: CSS


Click Here


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.


Example CSS features applied in this page: