NEW
Font size
WorksheetsHTML Basics and Elements
Total questions: 10
Worksheet time: 6mins
The language used to design websites
Java
HTML
C++
Scratch
<IMG> is an example of _______
Tag
Attribute
Text
Link
Who is considered 'Father of the World Wide Web' and the creator of HTML?
John von Neumann
Tim Berners-Lee
Charles Babbage
Alan Turing
What is the use of <H1> ... </H1> tag?
Defines Heading 1
Insert a Horizontal line
Insert Hyperlink
Choose the right the syntax to insert an image to the website.
<PIC SRC="" HEIGHT=500 WIDTH=500>
<IMAGE SRC="" HEIGHT=500 WIDTH=500>
<IMG SRC="" HEIGHT=500 WIDTH=500>
<PICTURE SRC="" HEIGHT=500 WIDTH=500>
Choose the correct HTML element for the largest heading:
<h1>
<heading>
<head>
<h6>
What is the correct HTML for adding a background color?
<bgcolor="green">
<body color="green>
<body bg="green">
<body bgcolor="green">
How can you make a numbered list?
<UL>
<OL>
<list>
<DL>
HTML tags are always surrounded by
( )
{ }
< >
" "
Everything visible on a web page goes between these two tags.
<body>
</body>
<head>
</head>
<Title>
</Title>
<Font>
</Font>
