NEW
Font size
WorksheetsETC Long Quiz
Total questions: 30
Worksheet time: 15mins
With HTML and CSS, you can create your own website
True
False
CSS stands for Cascading Source Sheet
True
False
HTML is the language to define the structure of a webpage
True
False
CSS is the language used to add style to a webpage
True
False
A head section is visible to a person viewing the Web page.
True
False
The <body> element defines the document’s body and is a container for all the visible contents in a webpage
True
False
The <h1> elements define the smallest heading.
True
False
HTML attributes provide additional information about HTML elements.
True
False
Every Web page opens first with HTML code
True
False
A meta tag is used to reach internet search engines.
True
False
The first part of a URL (http) describes the resource used to retreive a Web resource.
True
False
Which format is best for high quality Web photos?
GIF
JPEG
IMG
TIFF
What is the tag beginning the section of the Web page that is visible to the viewer/user?
<HTML>
<BODY>
<TITLE>
<HEAD>
Which is the default text size of internet web page text?
<H1>
<H2>
<H3>
<H4>
Which tag begins a new paragraph?
<PARAGRAPH>
<PP>
<PI>
<P>
How would you add the background color yellow?
<background-color:yellow>
<color addition="background-color:yellow">
<body style="background-color:yellow">
<bg color=yellow>
Which html code create an ENTER effect or new line effect
<ENTER>
<BREAK>
<NEW LINE>
<BR>
An HTML code create
<HORIZONTAL LINE>
<HR>
<HLINE>
<ZL>
The less-than and greater-than angle brackets surrounding an element creates a ______.
Question
Movement
Sentence
Tag
Which pair of tag begins underline text?
<ul> ... </ul>
<u> .... </u>
<underline> ... </underline>
<line> ... </line>
Which is the correct CSS syntax?
body { color: black; }
body: color-black
{ body color is black ; }
{ body; color=black; }
You wish your list to be in a particular order. Which tag should you use?
<LIST>
<OL>
<OS>
<LS>
Every HTML document should have what?
A body section, with the head and followed by title
A head section, with the Title and followed by body.
A title section, with the head and followed by body.
A title and body only
Who is making the Web standards?
The world wide web consortium
Microsoft
Mozilla
Choose the correct HTML element to define emphasized text
<italics>
<IL>
<EM>
<I>
What is the correct HTML for creating a hyperlink?
<a url="http://www.w3schools.com">W3Schools.com</A
<a>http://www.w3schools.com</a>
<a> ref="http://www.w3schools.com">W3Schools</a>
<a name="http://www.w3schools.com">W3Schools.com</>
The first tag in a pair is the start tag, the second tag is the _________ .
New Tag
Last Tag
End Tag
Old Tag
If you want to have more than one property for a CSS selector, what character separates them?
comma ( , )
semi-colon ( ; )
dash ( - )
colon
What is the function of this tag in a webpage? <img scr=”png”>
make text italics
make text bold
link to internet
add an image
Which of the following CSS codes is used when you want to set the heading into Arial font?
<style rel=”stylesheet” type=”text/css” href=”file.css”>
<attach rel=”stylesheet” type=”text/css” href=”file.css”>
<link rel=”stylesheet” type=”text/css” href=”file.css”>
<a rel=”stylesheet” type=”text/css” href=”file.css”>
