AK CN Grade+7 Computer+Science Chapter+6
AK CN Grade+7 Computer+Science Chapter+6
CLASS NOTES-ANSWERS
Check Point
Clues
Answer:
Exercise Corner
a) .wpf. c) .txt.
b) .htm. (√)
www.gardenschool.in 1
Computer Science
b) <html>
4. Which attribute of the <body> tag gives a color to the background of the
web page?
b) bgcolor (√)
a) <h1> c) <head>
b) <hr> (√)
b) heading tag
4) The tags that are generally used in pairs are called container tags.
www.gardenschool.in 2
Computer Science
2. <hr> empty
3. <head> container
4. <br> empty
5. <h3> container
6. <title> container
www.gardenschool.in 3
Computer Science
1) What is HTML?
Answer
web pages. It tells a web browser how to display text and images of web
pages.
Answer
Container tags: These are generally used in pairs. They must have a start
Empty tags: These are not used in pairs, and are represented
Answer
code
www.gardenschool.in 4
Computer Science
extension.
Answer
HTML can define up to 6 levels of headings from <h1> to <h6>. The <h1>
tag is the first and the highest level of heading and the <h6> tag is the
1) <hr> tag
2) Nested tags
3) Bgcolor attribute
4) Align attribute
Answer
a. <hr> tag: The <hr> tag is used to insert a horizontal rule (line) in the
web page.
b. Nested tags: HTML tags which are used in other HTML tags are called
Paragraph</marquee></p>.
6) What is the difference between the <br> tag and <p> tag?
Answer
The <p> tag is used to define start and end of a paragraph in the text. It
is both a container and an empty tag. The <p> tag automatically inserts
The <br> tag forces a line break wherever we place it. It means that the
text moves to the next line without leaving a blank line in between. It is
an empty tag.
www.gardenschool.in 6