
Fourth Quarter Summative Test in TLE 7: ICT Module 5-8
Quiz by Eden Javier
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What are the hidden keywords within a webpage that define how the browser will display the contents?
What allows a tag to be customized and is always specified in the start tag?
Which tag that forms the basic structure of an HTML file contains information about the document that will not appear in the actual webpage?
Which tag that forms the basic structure of an HTML file contains all the visible contents to be displayed in the webpage?
Which tag that forms the basic structure of an HTML file identifies the beginning and end of the document?
Which tag that forms the basic structure of an HTML file defines the title that will appear in the title bar of the web browser?
Which kind of tag wraps around text or graphics and comes in a set?
Which kind of tag stands alone and does not require end tags?
In an HTML layout, which part defines the navigation links?
In an HTML layout, which part defines an independent, self-contained content?
Which attribute of the <body> tag is used to change the background image of the webpage?
Which attribute of the <body> tag is used to change the background color of the webpage?
Which attribute of the <body> tag is used to change the color of the visited hyperlinks in the webpage?
Which element is used to organize or group the contents of the webpage?
Which tag encloses all the contents that appear on the webpage?
When saving an HTML document, always change the file type to All Files and use _____ file extension.
What program is used to view HTML documents?
If changes are made to HTML code, which button should be clicked to view the changes?
Which element serves as a container for introductory contents or navigational links in an HTML document?
Which element allows the web developer to link important content??
What are the opening and closing tags of the paragraph element?
Which tag creates a line break or a new line?
Which tag defines a thematic break in an HTML page and places a horizontal rule or line that extends to the web browser's width?
Which type of list is used to list items for which the order of items matters?
Which tag is used to list items in both ordered and unordered lists?