NEW
Font size
S
M
L
XL
WorksheetsIOTA : Web Development Bootcamp Quiz 1
Total questions: 10
Worksheet time: 3mins
Name
Class
Date
1.
HTML stands for
a)
Hyper Text Machine Language
b)
Hyper Text Markup Language
c)
Hyper Text Markdown Language
d)
None of these
2.
What are meta tags used for?
a)
They are snippets of code that tell search engines important information about your web page.
b)
They are used to highlight information of your code
c)
They are used as summary for HTML page
d)
They are just normal tags as any other
e)
I don't know, I've didn't listen to session
3.
HTML is a ______ language
a)
Scripting
b)
Programming
c)
Markup
d)
All of the above
4.
What is the correct sequence of HTML tags for starting a webpage
a)
HTML, Title, Head, Body
b)
Body, HTML, Title, Head
c)
HTML, Head, Title, Body
d)
Body, Title, Head, HTML
5.
Which tag is generally used to create a link to another page in HTML?
a)
anchor
b)
link
c)
a
d)
Both A and C
6.
How many types of heading tags are present in HTML?
a)
3
b)
4
c)
5
d)
6
7.
The tag link is used to ____
a)
give a page description
b)
define style information
c)
define a link between a document and an external source
d)
Both A and B
8.
HTML tags should be written in
a)
lowercase
b)
uppercase
c)
camelCase
d)
doesn't matter
9.
Browser will throw an error if we don't mention alternative text for an img tag
a)
True
b)
False
10.
<!DOCTYPE html> is necessary for an HTML PAGE
a)
Yes
b)
No
Reset
