THE MAIN TOPICSIN THIS WORKSHEET
Introduction to HTML and
DHTML Tags in HTML
>-- Match the HTML Tags with the correct definitions.
Open Tag Closed Tag
Can Include a title for the document,scripts,styles,
<html> </html >
meta information, and more.
<head > </head > This tag specifies the title of a web page.
Everything about the web page should be written
<title> </title> within this tag.This has to be the first tag of any
HTML coding.
The content of the whole web page should be
<body> </bod y>
put within this tag.
<hl > </hl > This tag is used to provide undeclioe effect to the content.
<b> </b> This tag is used to provide bold effect to the content.
<U> </U> This tag is used for provide heading to your document.
<p> </p> This tag is used to provide italics effect to the content.
<br> This tag is used to provide break in a sentence.
This tag is used to indicate different paragra phs in
<i> </i> the content.
<img> This tag defines an image in an HTML page.
2
,,, Test you r knowledge. State whether true or false.
. ..
? 1 ?
1. HTML is a hypertext mixup language.
• 0
2. HTML is case sensitive.
• 0
3. <> this is an open tag symbol.
• 0
4. <i> tag is used to insert image in a
webpage. • 0
5. <br> ... </br> is a tag used in HTML
• 0
3
,. Fill in the bla nks with the words provided.
DHTML tags <> css
<body bgcolor> <br> HTML <b>
1. stands for hypertext markup language.
2. The building blocks for an HTML document are contents and •
3. stands for dynamic hypertext markup language.
4. Open tags and closed tags are represented and </> respectively.
5. To change the backgroundcolor of a web page tag is used.
6. stands for cascading style sheets. It is a way to style HTML.
7. tag is used to provide break In a sentence.
8. and <U> tags are used to bold and underline the content of
a web page.