Worksheetsfundamentals of HTML
Total questions: 25
Worksheet time: 16mins
Which tag is the root element of an HTML document?
<head>
<meta>
<html>
<body>
Which element is used to define metadata in HTML?
<body>
<meta>
<p>
<q>
Which HTML element is used to create a hyperlink?
<url>
<href>
<a>
<link>
What is the purpose of the <title> tag in an HTML document?
To create a header
To define the main content
To specify the document's title
To include scripts
What is HTML?
HTML describes the structure of a webpage
HTML is the standard markup language mainly used to create web pages
HTML consists of a set of elements that helps the browser how to view the content
All of the mentioned
Who is the father of HTML?
Rasmus Lerdorf
Tim Berners-Lee
Brendan Eich
Sergey Brin
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
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
You need a closing tag for an image without text
True
False
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
Which of the listed heading tags creates the largest heading?
h1
h2
h3
h6
Which of the following is the correct HTML syntax for inserting an image
<img>apple.jpg</img>
<img src="apple.jpg">
<image src="apple.jpg">
<img ="apple.jpg">
What is missing from this HTML skeleton?
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<head></head>
<div></div>
<img></img>
<head>
TRUE OR FALSE: All tags require a closing tag.
True
False
The content of the web(such as pictures, text, links) will show up here:
<HTML>
<BODY>
<IMG>
<HEAD>
Which of these has correct syntax?
<DOCTYPE html!>
<!DOCTYPE html>
!<DOCTYPE html>
<DOCTYPE! html>
Which character is used to indicate an end tag?
>
<
/
\
What type of tag is this: <!-- -->
comments
questions
paragraph
image
What is the correct HTML element for inserting a line break?
<break>
<lb>
<br>
