Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
4 views3 pages

HTML Notes

Uploaded by

sian.gupta3011
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views3 pages

HTML Notes

Uploaded by

sian.gupta3011
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Chapter 9 : HTML

1) What is HTML?
Ans: Html stands for Hypertext Markup Language. It is a complete code
package that allows you to reate web pages that contain both text and
graphics. It is a simple markup language that describes the structure and
behavior of the web document.
2) What is the difference between Hypertext and Hyperlink?
Ans: Hypertext is a special type of text displayed on the internet, which
contains links to other documents or web pages.
Hypertext Hyperlink
It contains clickable links only It is just one of these clickable link
It applies to only text It involves text, media, audio, video,
images and graphics.
It contains hyperlinks It is comprised of urls

3) What is a Markup Language?


Ans: A markup Language is a set of rules that defines how the layout and
presentation of text and images should appear on a web page. It is like giving
directions to the web browser on how to show the content on a web page.
6) What are Tags in HTML?
Ans: Tags are building blocks of a web page. They have elements that define
how the information on a web page is formatted and displayed.
7) What is an Attribute?
An Attribute is the property that provides additional information about an HTML
element . It enhances the functionality of a tag.

5) What is an Element?
Ans: HTML Element consists of starting tag , some content and closing tag.
8) What is an Image tag?
Ans: The image tag represented by <img> is used to embed an image to your
web page.

Attributes of
Height SRC
Image tag

Width alt

You might also like