0% found this document useful (0 votes)
34 views5 pages

GR 8 Web Authoring Practical Exam Worksheet

Uploaded by

samaralbujasim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views5 pages

GR 8 Web Authoring Practical Exam Worksheet

Uploaded by

samaralbujasim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Gr 8 Web Authoring Practical Exam Worksheet 04/11/2024

1.What does HTML stand for?


A) Hyperlinks and Text Markup Language
B) Hyper Text Markup Language
C) Home Tool Markup Language
D) Hyper Text Modelling Language
Answer: B) Hyper Text Markup Language
2.Which of the following is NOT true about HTML?
A) HTML is a markup language
B) HTML is used to structure web pages
C) HTML is a programming language
D) HTML uses tags to describe page content
Answer: C) HTML is a programming language
3.What symbol is used to enclose HTML tags?
A) Curly brackets { }
B) Square brackets [ ]
C) Angle brackets < >
D) Double quotes " "
Answer: C) Angle brackets < >
4.What is the purpose of the <!DOCTYPE html> declaration?
A) To define the document as HTML4
B) To specify the character encoding of the document
C) To define the document as HTML5
D) To provide a title for the document
Answer: C) To define the document as HTML5

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

1. What is the purpose of HTML tags?


HTML tags are used to structure and describe the content of a web page.
2. What is the function of the <p> tag in HTML?
The <p> tag is used to define paragraphs of text in an HTML document.
3. What does the <title> tag do in an HTML document?
The <title> tag specifies the title of the HTML document, which appears in the
browser's title bar or tab.

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

You might also like