NEW
Font size
WorksheetsG09 - ICT Q1 Reviewer
Total questions: 20
Worksheet time: 10mins
What does the href attribute of the element specify?
Hyperlink resource
Heading reference
Hyperlink reference
Heading reference
Which HTML tag defines the beginning of an element?
Nested tag
Opening tag
Parent tag
Closing tag
What does the tag do?
Makes text bold
Underlines text
Creates a bulleted list
Displays text in uppercase
What does HTML stand for?
Hyper Text Markup Language
High-Level Text Language
HyperTech Markup Language
Hyperlink and Text Language
The
section of an HTML document contains:The title of the page
The visible content of the page
The links to external resources
The metadata of the page
What does the tag do?
Displays an image
Creates an ordered list
Highlights text
Defines a link
What is the purpose of the
to elements?
Insert lists of items
Define different levels of headings
Create hyperlinks
Display images on the page
What does the target attribute control in an anchor () tag?
The color of the link
The link's destination window/tab
The animation of the link
The font size of the link
HTML tags are enclosed in:
Curly brackets { }
Parentheses ( )
Angle brackets < >
Square brackets [ ]
What does the tag do?
Creates an ordered list
Defines a link
Displays an image
Highlights text
What is the purpose of the tag in HTML?
Adding background colors
Emphasis (italic)
Underlining text
Making text blink
Data formatting in HTML enhances:
Speed of loading web pages
Compatibility with mobile devices
Security features
User interface design
Learning HTML structure empowers you to create well-organized and visually appealing __________.
Spreadsheets
Web pages
Text documents
Presentations
Which HTML element is used to create an ordered list?
a. <ul>
b. <ol>
c. <li>
d. <list>
Which HTML element defines the title of a web page?
a. <header>
b. <caption>
c. <title>
d. <h1>
Which HTML tag is used to create bold text
a. <strong>
b. <b>
c. <bold>
d. <em>
Which tag creates a strikethrough effect?
a. <strike>
b. <s>
c. <strikethrough>
d. <del>
Which tag defines a table row?
a. <table>
b. <td>
c. <row>
d. <tr>
Which HTML element is used to create an ordered list?
a. <ol>
b. <ul>
c. <li>
d. <list>
Which HTML element is used to define paragraphs of text?
a. <p>
b. <pt>
c. <para>
d. <text>
