SaraNextGen.Com

Text Book Back Questions and Answers - Chapter 11 HTML–Formatting Text Creating Tables List and Links 11th Computer Application Guide Samacheer Kalvi Solutions - SaraNextGen [2024-2025]


Updated On May 15, 2024
By SaraNextGen

Samacheer Kalvi 11th Computer Applications Solutions Chapter 11 HTML – Formatting Text, Creating Tables, List and Links - Text Book Back Questions and Answers

I. Choose The Correct Answer

Question 1.
Which of the following tags are called as physical style tags?
(a)

, ,

(h) ,
,
(c) , ,
(d) , ,
Answer:
(d) , ,

 

Question 2.
Which feature is used to call attention to the reader?
(a) Highlight
(b) Bold
(c) Italics
(d) Underline
Answer:
(a) Highlight

Question 3.
The tags and used for:
(a) Subject and Super
(b) Subscript and Super
(c) Subject and Superscript
(d) Subscript and Superscript
Answer:
(d) Subscript and Superscript

Question 4.
A named set of certain style of character and number is:
(a) Style
(b) Character
(c) Font
(d) List
Answer:
(a) Style

Question 5.
Pick odd one from the list:
(a)
(b)
(c)
(d)
Answer:
(c)

Question 6.
Match the following:

Question 7.
Definition list has how many parts?
(a) 5
(b) 4
(c) 3
(d) 2
Answer:
(d) 2

Question 8.
A list block can be defined inside another – list Is:
(a) inner List
(b) nested List
(c) outer List
(d) listing List
Answer:
(b) nested List

Question 9.
Read the following statement and choose the correct statement(s):

  1. Link in HTML is used to create hyperlinks to web content.
  2. IL HREF is abbreviated as Hypertext Markup File.

(a) I is correct
(b) II is correct
(c) I and II is correct
(d) Both are wrong
Answer:
(a) I is correct

Question 10.
To create internal link, which of the following attribute should be used?
(a) Link
(b) Name
(c) Local
(d) Inter
Answer:
(b) Name

II. Answer To The Following Questions

Question 1.
Write a short note on

  1.  
  2. . Important text:

Answer:
The tag is a phrase tag. It is used to define important text. This tag displays the text as bold.

– Emphasized text:
The tag is used to emphasize the text. That means, when you use this tag, the text will be in italics.

Question 2.
What is the use of tag?
Answer:
The tag is used to highlight the text in HTML. This is also a container tag. Whatever the text given between and will be displayed as highlighting with default color (mostly yellow).

Question 3.
Write the following equation as HTML notation: Pd = 25 – Q2
Answer:
Pd = 25 – Q2
(or)





The HTML equation is
Pd = 25 – Q2

 

 

Question 4.
Write about any two attributes of font tag?
Answer:

  1. The face is an attribute to set different font style. The name of a font has multiple words it should be specified within double quote.
  2. The size attribute is used to set size of the text. The size can have an absolute value from 1 to 7. These predefined sizes are known as virtual size. Each virtual size is successively 20% larger than the previous one.

Question 5.
What is thematic break?
Answer:
The


(Horizontal Rules) tag, which is known as “Thematic Breaks” separate sections of an HTML document visually. It produces a horizontal line spread across the width of the browser. This is an empty tag, which me the tag has no closing tag.

 

Question 6.
What is pixel?
Answer:
A pixel is one of the tiny dots that make up the display on computer. Generally, 72 pixels equal to an inch. Pixel is usually referred as points. For example: The code


display a horizontal line with 1 inch thickness. The default size is 3 pixels.

 

Question 7.
What are the types of list in HTML?
Answer:
HTML supports three types of lists viz., numbered, unnumbered and definition. These lists are called as Ordered List, Unordered List and Definition List respectively.

Question 8.
How will you define numbered list?
Answer:
Numbered list is created within the tag pair

 


HTML CODE in,


I am studying computer
Science Application




hyperlink


W3schools.com”>W3school





Number List

 

 

 

Un-numbered List / Unordered List:
Unordered lists are often referred as bulleted lists. Instead of numbers, each element in the list has prefixed with a special bullet symbol. Unordered list is surrounded within

  • ……………..

tags. As discussed above, each list element is defined by


  • tag.

     

    An HTML code to demonstrate Unordered list


    • Chennai Govt. Hr. Sec,School,Rotler Street, Chennai 600112.
    • Karnakata Sanga Hr. Sec. School, T. Nagar,Chennai 600017.
    • S.M.B. Jain Hr. Sec. School, T. Nagar,Chennai 600017.
    • Chennai G Hr. Sec. School, Nungambakkam, Chennai 600034.
    • Chennai G Hr. Sec. School, Saidapet West, Chennai 600015
    • Santhome Hr. Sec. School, Mylapore, Chennai 600004.
     

     

    (iii) Definition List:
    Definition list is different from other two types of list. No bullet or number is provided for the list items. In this list type, the list element has two parts.

    (a) A definition term
    (b) The definition description
    Definition list is surrounded within

    tags.
    Definition term is presented in between
    tag and
    Definition description should be surrounded within

    tag.

     

    Question 4.
    What is Link and explain the types of links?
    Answer:
    Link in HTML is used to create hyperlinks to web content. Web content may be an HTML document or an external webpage or any multimedia content such as an image, video, audio, animation etc… or even a part of the current document.
    (i) Internal Links:
    Creating a link to a particular section of the same document is known as Internal Link. To create an internal like, the attribute Name is used along with tag. The Name attribute of tag establish the link to the content within the document.

    (ii) External Link:
    Establish link with an external web page in known as external linking. It is made possible by providing the URL of the external file in the HREF attribute of tag of the current page.

    Question 5.
    Write HTML code to create the following table?
    Answer:

     

 


Unordered List




Definition List

 

 

 

 

HTML:

 

Hyper Text Markup Language

 

Webpage:

A web page is a document that is suitable for the World Wide Web and web browsers. A web browser displays a web page on a monitor or mobile device.

 

 

 

 


create a Table

ctable border align = center>

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

A B
C D E
F
G

 

 

Additional Questions and Answers

I. Choose The Correct Answer

Question 1.
Which is one of the following tag is a phrase tag?
(a)
(b)
(c)
(d)
Answer:
(a)

Question 2.
Which tag is used emphasized text?
(a)
(b)
(c)
(d)
Answer:
(b)

Question 3.
What is the similar tag of ?
(a)
(b)
(c)
(d)
Answer:
(a)

Question 4.
What is the similar tag of ?
(a)
(b)
(c)
(d)
Answer:
(b)

Question 5.
What is the highlight-and a container tag?
(a)
(b)
(c)
(d)
Answer:
(d)

Question 6.
What is the default colour displayed using tag?
(a) Red
(b) Black
(c) Yellow
(d) Green
Answer:
(c) Yellow

Question 7.
Which tag can be used to show the text as strike through style?
(a) ….
(b) ….
(c) ….
(d) ….
Answer:
(a) ….

Question 8.
Which tag is used to replaced or deleted text?
(a)
(b)
(c)
(d)
Answer:
(d)

Question 9.
Which tag is used non-paragraph text contents can be centered?
(a)


(b)


(c)
(d)
Answer:
(b)

 

Question 10.
Which tag is used to change the style, size and colour of text?
(a)
(b)
(c)
(d)

Also Read : Text-Book-Back-Questions-and-Answers-Chapter-12-HTML–Adding-Multimedia-Elements-and-Forms-11th-Computer-Application-Guide-Samacheer-Kalvi-Solutions

SaraNextGen