Class-08 | Chapter - 3 | More
about HTML
Answer the Following
questions | By : Ashok Roshan
Q1. What is the use of HTML?
Ans: The use of HTML
to create web pages fr the Internet.
Q2. What are HTML tags? Name the four
basic tags used to create the HTML documents.
Ans:
HTML tags basically define the documents as web page. The four basic tags used
to create the HTML documents area:-
1)HTML
tag 2)Head Tag 3)Title
Tag 4)Body tag.
Q3. Which tag helps to create
headings? Give an example.
Ans:
Heading Tag (<H1> to <H6>) helps to create headings.
Example:
<h1>HTML
stands for hypertext Markup Language</h1>
<h2>HTML
stands for hypertext Markup Language</h2>
<h3>HTML
stands for hypertext Markup Language</h3>
<h4>HTML
stands for hypertext Markup Language</h4>
<h5>HTML
stands for hypertext Markup Language</h5>
<h6>HTML
stands for hypertext Markup Language</h6>
Q4. How will you change the font size
of text? Give an example.
Ans: The font size of text changed by font
(<font>) tag.
Example:
<font
size=”3”>Computer Technology</font>
Q5. How will you change the alignment
of the paragraphs? Give an example.
Ans:
The alignment of the paragraphs changed by align attribute of Heading tag.
Example:
<h1
align=”left”>Computer Technology</h1>
<h2
align=”right”>Computer Technology</h2>
<h3
align=”center”>Computer Technology</h3>
<h4
align=”justified”>Computer Technology</h4>
Q6. What is the use of heading tag? Give
an example.
Ans:
The use of heading tag used to display heading.
<h1>HTML
stands for hypertext Markup Language</h1>
<h2>HTML
stands for hypertext Markup Language</h2>
<h3>HTML
stands for hypertext Markup Language</h3>
<h4>HTML
stands for hypertext Markup Language</h4>
<h5>HTML
stands for hypertext Markup Language</h5>
<h6>HTML
stands for hypertext Markup Language</h6>
No comments:
Post a Comment