NEW
Font size
WorksheetsCSS Day 1
Total questions: 17
Worksheet time: 7mins
HTML tag for inserting an image
<img src="image.gif" alt="MyImage" />
<img href="image.gif" alt="MyImage" />
<image src="image.gif" alt="MyImage" />
<img alt="MyImage">image.gif</img>
How many heading tags are there in HTML5?
2
5
7
6
Which HTML element defines the title of a document?
<meta>
<head>
<title>
<!DOCTYPE>
HTML comments start with <!-- and end with -->
False
True
Which is the correct HTML element for underlining text?
<u>
<under>
<uline>
<ul>
What is formatting in HTML?
The HTML contains six types of headings which are defined with the <h1> to <h6> tags.
a process of format the text for a better look and feel
There are some HTML tags that don't need a closing tag.
Content is placed between tags to display data on the web page.
DNS maps human, readable domain names into actual ___.
IP addresses.
domain names.
servers.
caches.
What are the three types of style sheet
Internal, external, inline
Inline, internal, extreme
Insidious, internal, external
None of the above
<link type="stylsheet" href="exx.css"> belongs to
External
Internal
Inline
None of the above
Stye tag will come inside body for
External
Inline
Internal
All of the above
Is CSS
Used in client side scripting
Used in server side scripting
Both server and client side scripting
None of the above
how many types of CSS
1 type
2 types
3 types
4 types
What does a class do?
adds color to words
adds style to specific elements
adds style to a whole page
adds a lot more work
