Font size
WorksheetsFINAL EXAM: LIVING IN THE IT ERA
Total questions: 50
Worksheet time: 50mins
What do you call a document that can be accessed through the world wide web?
Webpage
Website
Web browser
Web search engine
HTML stands for ?
Hypertext Markup Language
Hyperlink Markup Language
Hypertext Mark Language
Hyperfile Markup Language
What will be the output for the following program?
<html>
<body>
<p>Hello SJPS</p>
</body>
</html>
<Hello SJPS>
Hello SJPS
both are correct
HTML tags are element names surrounded by __________.
<angle brackets>
(round brackets)
[square brackets]
(round brackets) and [square brackets]
The first tag in a pair is the start tag, the second tag is the __________.
new tag
end tag
last tag
old tag
The _______ element contains meta information about the document
<title>
<body>
<h1>
<head>
The end tag is written like the start tag, but with a forward slash inserted before the tag name. Which is the following is an example of a correct end tag?
<p>
<p/>
</p>
</p/>
The <p> element defines a ___________.
title
heading
paragraph
page content
The _____ element defines a large heading
<h2>
<h1
<h3>
<h4>
What is 'html' used for?
to search websites
to spellcheck web pages
to create webpages
to destroy viruses
Who is the inventor of html ?
Edward Page
Sergey Brin
Larry Page
Tim Berners-Lee
In computer text processing, a _________ language is a system for annotating a document in a way that is syntactically distinguishable from the text, meaning when the document is processed for display, the markup language is not shown, and is only used to format the text.
mark
markin
markup
<img>
image tag
video tag
hyperlink tag
table tag
The <body> contains everything that is displayed on the webpage.
True
False
The LAST tag on a HTML document
</body>
<html>
</html>
None on the above
</body>
Opening Body tag
Paragraph tag
Closing body tag
Header tag
The correct way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
Inserts a line break
<hr>
<br>
<ol> </ol>
<li> </li>
Which HTML attribute contains the address or location of an image?
alt
title
src
longdesc
What is wrong with the following html code?
<html>
<head><title></title></head>
<body>
</html>
Nothing is wrong with the HTML code
Missing opening body
Missing closing body
Missing the title text
<p> </p>
paragraph tags
heading tags
hyperlink
picture tag
What goes in the <head> section
Links
Title
Hair
Body
Which of the following codes starts a set of HTML code?
<html>
<doctype html>
<!DOCTYPE HTML>
<doctype><html>
What is the difference between HTML and CSS?
HTML provides the content, CSS provides the pictures
HTML provides the structure & content, CSS provides the color / look of the web page
HTML and CSS are the same thing
None of the above
What is the purpose of CSS selectors?!
The purpose of CSS selectors is to change the font style of a web page.
The purpose of CSS selectors is to add animations to a web page.
The purpose of CSS selectors is to create interactive forms on a web page.
The purpose of CSS selectors is pinpointing particular HTML elements for the application of styles.
The space between the inside stuff and the edge of the box.
Content
Boarder
Margin
Padding
What is CSS?
(a)
p {color: red;}
YOU SHOULD SAVE HTML FILE WITH WHICH FILE EXTENSION?
A. .TXT
B. .HTML
C. .HTM
BOTH B AND C
what is the output of the following tag?
<b><u> The lightning </b></u>
The lightning
The lightning
What does the element "<head>" contain?
Lists and tables
Images and links
The visible body of the page
Meta information about the HTML page
What does the
element "<h1>" do?
Defines a large heading
Defines an image
Defines a paragraph
Defines a link
What is an HTML element?
An element has a start tag, content, and an end tag
An element has only an end tag
An element has only a start tag
An element has no content
What is an empty element in HTML?
An element without a start tag
An element without content
An element without an end tag
What does the element "<!DOCTYPE html>" declare?
That the document is HTML5
That the document is HTML4
That the document is XHTML
That the document is XML
Which one of the following options is the correct basic construction of HTML Structure?
<html>
<title>
<head></head>
</title>
<body>
</body>
</html>
<html>
<title>
<head></head>
</title>
<body>
</html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
<head>
<html>
<title></title>
</html>
<body>
</body>
</head>
These are label pieces of content such as "heading", "paragraph", "table", and so on
HTML (Hyper Text Markup Language)
Web Browsers
HTML elements
HTML tags
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
