NEW
Font size
WorksheetsIMD318 - Basic HTML Structure
Total questions: 15
Worksheet time: 5mins
HTML Stands for ___________
Hyper Time Markup Language
Hyper Text Markup Language
Hyper Transfer Markup language
Hyper Type Markup Language
Components of HTML codes are
Tags,texts and attributes
Tags,elements and attributes
Elements,features and attributes
Elements,body and attributes
HTML elements are represented by ________
attributes
Title
Tags
Information
__________ give us extra information about elements.
Tags
Elements
Attributes
Title
__________ is the special character inserted in the end tag.
/
\
!
@
Which of the following tag is used to mark a beginning of paragraph ?
<td>
<tr>
<p>
<br>
Correct HTML tag for the largest heading is __________
<h1>
<h2>
<h6>
<h4>
which of the following syntax of web pages starts?
<body>
<title>
<html>
<form>
The body tag usually used after __________.
Title
Body
Form
Head
Which of the following is TRUE for HTML links?
<a> https;// w.w.w.gkseries.com </a>
<a name "https;/w.w.w.gkseries.com"> </a>
<a href = "https://www.gkseries.com"> Gkseries.com</a>
<a href = "https://w.w.w.gkseries.com"> Gkseries.com</a
Which tag is used to insert images into your web pages?
src
img
img src
src image
What does the 'href' attribute specify in HTML?
Source of the image
Link to the image
URL of the image
Reference to the image
What is the purpose of the 'alt' attribute in an image tag?
To provide a title for the image
To specify the alignment of the image
To define alternative text for the image
To set the background color of the image
Which list tag would you use for an ordered list
<h1></h1>
<ol></ol>
<ul></ul>
<a></a>
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
