TLE 10 - ICT B
Quiz by Hajie Rosario
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
50 questions
Show answers
- Q1What is metadata in HTML?A way to specify colors in HTMLA tag used to create tablesData about dataA piece of code ignored by web browsers30s
- Q2What is the purpose of the tag in HTML?To create commentsTo create tablesTo specify colorsTo add metadata to the document30s
- Q3Which of the following attributes can used with the tag in HTML?SizeColorBgcolorName30s
- Q4What is the purpose of HTML comments?To create tablesTo add notes to the codeTo specify colorsTo add metadata to the document30s
- Q5What is the syntax for HTML comments?
<comment> ... -->
<!-- ... </comment><comment> ... </comment>
<!-- ... -->30s - Q6What is the purpose of the tag in HTML?To create commentsTo create tablesTo add metadata to the documentTo specify colors30s
- Q7Which attribute of the tag is used to set the color for the background of the page?linktextbgcoloralink30s
- Q8How can you specify colors in HTML?By using color namesAll of the aboveBy using hex codesBy using decimal or percentage values30s
- Q9What is the purpose of the tag in HTML?To create tablesTo add metadata to the documentTo specify colorsTo customize fonts30s
- Q10What is the purpose of the
tag in HTML?
To create tablesTo add metadata to the documentTo specify colorsTo customize fonts30sQ11What is the purpose of the tag in HTML?It defines metadata about an HTML document.It changes the font attributes within a webpage.It specifies important keywords related to the document.It sets the color for the background of the page.30sQ12What is the correct syntax for adding metadata to an HTML document?<body><meta name="description"content="This is an HTML document"></body><head><meta name="keywords"content="HTML, metadata, web page"></head><meta name="author" content="JohnDoe"><html><meta name="keywords"content="HTML, metadata, web page"></html>30sQ13What is the purpose of HTML comments?To customize fonts using the tag.To add metadata to an HTML document.To provide notes and indicate sections in the HTML code.To specify colors on page level using the tag30sQ14Which of the following is a valid HTML comment?<!-- This is a comment with spaces at the start--><!-- This is a comment -- with double-dash sequence<!-- This is a comment --><!-- This is a comment --30sQ15How can you set a color for the background of an HTML page?Using the tag with the color attribute.Using the tag with the link attribute.Using the tag with the bgcolor attribute.Using the tag with the scheme attribute.30s