wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

1. Fundaments of Web Design Final Exam Review

Total questions: 70

Worksheet time: 39mins

Name
Class
Date
1.
What is HTML?
a)
a) HTML describes the structure of a webpage
b)
b) HTML is the standard markup language mainly used to create web pages
c)
c) HTML consists of a set of elements that helps the browser how to view the content
d)
d) All of the mentioned
2.
HTML stands for __________
a)
a) HyperText Markup Language
b)
b) HyperText Machine Language
c)
c) HyperText Marking Language
d)
d) HighText Marking Language
3.
What is the correct syntax of doctype in HTML5?
a)

a) <doctypehtml>

b)

b) <!DOCTYPE html>

c)

c) <DOCTYPE html!>

d)

d) <doctypehtml!>

4.
Which of the following tag is used for inserting the largest heading in HTML?
a)
a) head
b)

b) <h1>

c)

c) <h6>

d)
d) heading
5.
Which is used for styling HTML?
a)
a) CSS
b)
b) jQuery
c)
c) JavaScript
d)
d) PHP
6.
Which HTML tag is used for making character appearance bold?
a)

a)<bold>

b)

b) <b>

c)

c) <i>

d)

d) <u>

7.
Which HTML tag is used to insert an image?
a)

a) <img src="img.jpg">

b)

b) <img href="img.jpg">

c)

c) <image src="img.jpg">

d)

d) <img link="img.jpg">

8.
Which character is used to represent when a tag is closed in HTML?
a)
a) #
b)
b) !
c)
c) /
d)
d) \
9.
Among the following, which is the HTML paragraph tag?
a)

a) <p>

b)

b) <par>

c)

c) <h1>


d)

d) <br>

10.
Which of the following HTML tag is used to create an unordered list?
a)

a) <ol>

b)

b) <ul>

c)

c) <list>

d)

d) <li>

11.
Which of the following HTML tag is used to add a row in a table?
a)

a) <row>

b)

b) <table>

c)

c) <tr>

d)

d) <td>

12.
Which tag is used to create a numbered list in HTML?
a)

a) <ol>

b)

b) <li>

c)

c) <number>

d)

d) <list>

13.
How to insert Hyperlink in HTML Page?
a)

<a href="#">Name</a>

b)

<a="#">Name</a>

c)

<a>Name</a>

d)

<a src="#">Name</a>

14.
Which of the following extension is used to save an HTML file?
a)
a) .css
b)
b) .index
c)
c) .htl
d)
d) .html
15.
Which tag is used to create a blank line or break in HTML?
a)

a) <hr>

b)

b)<br>

c)

c) <break>

d)

d) <p>

16.

What is the use of <hr>


tag in HTML?

a)
a) For making content appearance italics
b)
b) To create vertical rule between sections
c)
c) To create a line break
d)
d) To create horizontal rule between sections
17.
Which HTML element is used for YouTube videos?
a)

a) <iframe>

b)

b) <img>

c)

c) <video>

d)

d) <body>

18.
What is CSS?
a)
a) CSS is a style sheet language
b)
b) CSS is designed to separate the presentation and content, including layout, colors, and fonts
c)
c) CSS is the language used to style the HTML documents
d)
d) All of the mentioned
19.
If I want to change the style for multiple elements on one singular page, where would be the most efficient place to add the code?
a)
a) Inline style=" "
b)
b) External .css
c)
c) Internal