NEW
Font size
WorksheetsHTML
Total questions: 13
Worksheet time: 6mins
What does HTML stand for?
Hyper Text Markup Language
Hyper Transfer Message Language
Home Tool Markup LanguageHyperlinks
Text Markup Language
The <title> element must be located inside
the <head> element
the <body> element
Which HTML element defines the title of a document?
<meta>
<title>
<head>
Browsers do not display the HTML tags ?
True
False
The start tag is also called the ...................
closing tag.
opening tag
Middle tag
Declaring tag
Web pages starts with which of the following tag?
<Body>
<Title>
<HTML>
<Form>
Which tag we use to create paragraph ?
<p> and </p>
<I> and </I>
<hr> and </hr>
<U> and </U>
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
What defines the beginning and ending of the visible part of a webpage?
<head> main part of the document </body>
<body> main part of the document </html>
d) </body> main part of the document <html>
<body> main part of the document </body>
Which character is used to indicate an end tag?
!
#
/
\
A _______ Is A computer on the internet that is used for storing and running websites.
Command
Server
HTML 5
Ram
Which element would I use to make a level 3 heading
<h1>
<h3>
<heading>
<heading3>
