WorksheetsHTML: INTRO
Total questions: 35
Worksheet time: 16mins
It is the abbreviation of HyperText Markup Language: it is the language of the World Wide Web. It is a standard text formatting language used to create and display pages on the Web.
HTML
CSS
HTTP
WWW
What does HTML stand for??
Home Training Metric Length
Homogenous Technical Support
Hype Tense Microsoft Level
Hyper Text Markup Language
Which set contains all of the DEFAULT tags needed to create a webpage?
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
<html>
<head>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
Web pages starts with which of the following tag?
<form>
<HTML>
<body>
<Title>
Fill in the blanks.
From the text above, What is the command tag?
Please Define HTML in your Own words
(a)
<h1> is an example of a _______.
Headline Tag
Paragraph Tag
filename
HTML controls the _________ of a webpage.
feel
precision
structure
style
Fill in the blank for the html code to create a link:
< a _____="https://www.w3schools.com/">Visit W3Schools.com!</a>
link
href
ref
webpage
Fill in the blank for the html code to create a link:
< a _____="https://www.w3schools.com/">Visit W3Schools.com!</a>
link
href
ref
webpage
Which of the following matches the output from the HTML code below?
<p><u>Hello <i>there<i><u><p>
Hello there
Error
Hello there
Hello there
Use the options to fill in the blank space.
<img src = "__________">
TURTLE.JPG
Turtle.jpg
turtle.jpg
turtle jpg
What is missing from the following piece of code?
<img ___ = "turtle.jpg">
scr
source
rce
src
The start tag is also called the ...................
closing tag.
opening tag
Middle tag
Declaring tag
4. What type of tag is < li>?
List tag
An italics tag
A line tag
Which tag is used to define a single line break?
<br>
<slb>
<linebreak>
<line>
