GR 8 Web Authoring Practical Exam Worksheet
GR 8 Web Authoring Practical Exam Worksheet
Page 1 of 5
5.Which tag is used to define the main heading in HTML?
A) <title>
B) <p>
C) <h1>
D) <body>
Answer: C) <h1>
6.Which tag defines a paragraph in HTML?
A) <head>
B) <div>
C) <p>
D) <body>
Answer: C) <p>
7.What does the <strong> tag do to the text inside it?
A) Italicizes it
B) Makes it bold with strong emphasis
C) Underlines it
D) Adds a line break
Answer: B) Makes it bold with strong emphasis
8.Which of the following tags is used to italicize text in HTML?
A) <strong>
B) <em>
C) <u>
D) <b>
Answer: B) <em>
Page 2 of 5
9.Which tag is used to insert a line break in HTML?
A) <lb>
B) <break>
C) <br>
D) <line>
Answer: C) <br>
10.What is the difference between <ol> and <ul> tags?
A) <ol> creates unordered lists, and <ul> creates ordered lists
B) <ul> creates unordered lists, and <ol> creates ordered lists
C) Both create ordered lists
D) Both create unordered lists
Answer: B) <ul> creates unordered lists, and <ol> creates ordered lists
11.Which tag would you use to add a numbered list in HTML?
A) <ul>
B) <ol>
C) <li>
D) <list>
Answer: B) <ol>
12.What does the <title> tag define?
A) The heading of the page
B) The browser tab title
C) The page’s main content
D) The list items in a list
Answer: B) The browser tab title
Page 3 of 5
13.Which HTML element contains metadata about the page?
A) <body>
B) <head>
C) <meta>
D) <footer>
Answer: B) <head>
14. What tag would you use for an unordered list item?
A) <item>
B) <li>
C) <ul>
D) <list>
Answer: B) <ul>
15.In HTML, what is the difference between <b> and <strong> tags?
A) <b> makes text bold and <strong> italicizes text
B) <b> makes text bold, and <strong> adds semantic emphasis
C) <b> is for italic text, and <strong> for bold text
D) <b> creates a heading, and <strong> is used for lists
Answer: B) <b> makes text bold, and <strong> adds semantic emphasis
Question and Answers
Page 4 of 5
4. Explain why image files should not be moved from their original location once they have
been added to a webpage.
Image files are referenced, not embedded, so the browser will not be able to find them if
their location is altered. This will result in a broken link and will make the browser display
a placeholder image.
5. State the use of a table in a web page.
To provide the layout into which content can be added.
6. State the use of animation in a webpage.
To draw attention to important features.
7. State the types of content that can be added to a webpage.
Animation, Image, Text, Buttons, Videos
Page 5 of 5