NEW
Font size
WorksheetsComputer 9 html 2nd qrtr
Total questions: 20
Worksheet time: 12mins
He is the father of HTML.
a. Henry Sy
b. Henry Yap
c. Tim Berners-Lee
d. Tim Burners-Lee
Which of the following does not belong to the group?
a. Text Power
b. Text Edit
c. Notepad
d. Notepad++
HyperText Markup Language, a language used to create web pages, is better known as?
Website
HTML
Internet Explorer
Hyperlink
The parts of HTML source code that mark the start and end of various parts of a webpage, and which consist of a command between the symbols '<' and '>' (< >) are called what?
Tags
Sections
Elements
Labels
The tag that signals to a computer that the file it is reading is an HTML document is _____________ .
<!DOCTYPE html>
<web>
<html>
<head>
What goes in the <head> section?
A brain
the title
hair
the body
The part of an HTML document that includes the content seen in a web page is the:
Body
Head
Content block
Info block
The largest size heading tag - often used to create the main heading of a web page - is ____ .
H1
H2
H5
H6
Which is these is a correct ending tag?
</body/>
</body>
<'body'>
<body>
What is <p> used to create?
Page
Paragraph
Picture
Plastic
What does text become when the <b> tag is used?
Big
Black
Bold
Backwards
Which HTML tag configures a horizontal line on a web page?
<line>
<hr>
<br>
<border>
A tag that doesn't use a closing tag because all the information needed appears on a single line.
Elements
Empty Tags
Essential Tags
Common Tags
What is the correct HTML element for inserting a line break?
<br>
<?br>
</br>
<br/>
The HTML document itself begins with <html> and ends with </html>
TRUE
FALSE
The visible part of the HTML document is between <body> and </body>.
TRUE
FALSE
HTML is Not Case Sensitive
TRUE
FALSE
Defines the root of an HTML document
<html>
<body>
<h1> to <h6>
All HTML elements can have attributes
TRUE
FALSE
Attributes usually come in name/value pairs like: name="value"
TRUE
FALSE
