No student devices needed. Know more
12 questions
HyperText Markup Language, a language used to create web pages, is better known as?
Website
Internet Explorer
HTML
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
Elements
Sections
Labels
The tag that signals to a computer that the file it is reading is an HTML document is _____________ .
<web>
<!DOCTYPE html>
<head>
<html>
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
Info block
Content block
The largest size heading tag - often used to create the main heading of a web page - is ____ .
<h1> </h1>
<h2> </h2>
<h5> </h5>
<h6> </h6>
Which of these is a correct starting tag?
<H1>
</H1>
<H!>
</H/>
Which is these is a correct ending tag?
<body>
</body/>
<'body'>
</body>
Which is NOT a browser?
Safari
Internet Explorer
Google Chrome
What is <p> used to create?
Plastic
Paragraph
Picture
Page
What does text become when the <b> tag is used?
Bigger
Black
Bold
Backwards
Explore all questions with a free account