REFLECTION FOR 3RD QUARTER
Throughout the third quarter, I have learned about the foundational concepts of HTML frames and lists. Frames are used to divide your browser window into multiple sections, where each section can load a separate HTML document. A collection of frames in the browser window is known as a frameset. The main advantage of frames is that they allow web developers to create multiple sections within a single web page, each with their own independent HTML documents. HTML lists, on the other hand,continue to be a fundamental component of web design and development. There are three types of lists in HTML: unordered lists, which are used to group a set of related items in no particular order. Another is the ordered list, which is used to group a set of related items in a specific order. And the description list that is used to display name/value pairs such as terms and definitions. Overall, the third quarter lesson on HTML frames and lists has highlighted the importance of using these foundationa...