Computer Science, asked by rangohangliam, 1 month ago


5. Answer the questions.
a. What is the difference between BREAK and PARAGRAPH element?
b. What is the purpose of HORIZONTAL RULE element? Name its various attributes.
c. How are headings specified in an HTML page?
d. Mention the use of BOLD, ITALIC and UNDERLINE elements.
e. Describe the FONT element and its attributes.
f. What is CENTER element used for?
g. Describe different ways in which you can insert comments in a web page.​

Answers

Answered by nehaayesha789
1

Answer:

a)BR tag = It is used for breaking line and moving to the same line in the same paragraph. P tag- It is used for changing paragraphs and starting a new paragraph just after it.

c)HTML headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the least important heading.

Answered by shilpabn501
2

Answer:

1.BR tag = It is used for breaking line and moving to the same line in the same paragraph. P tag- It is used for changing paragraphs and starting a new paragraph just after it.

2.The <hr> tag in HTML stands for horizontal rule and is used to insert a horizontal rule or a thematic break in an HTML page to divide or separate document sections. The <hr> tag is an empty tag and it does not require an end tag. Used to specify the alignment of the horizontal rule.

3.HTML headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the least important heading.

4.Bold: It allows you to Bold the text of your document. Italic: It allows you to Italicize the text of your document. Underline: It allows you to underline the text of your document.

5.HTML | <font> Tag

The font tag is used to change the color, size, and style of a text. The base font tag is used to set all the text to the same size, color and face. The font tag has basically three attributes which are given below: Size.

6.The HTML <center> tag is used to center the text horizontally in the HTML document. Since this tag was removed in HTML5, it is recommended that you use the CSS text-align property to format the text horizontally in the document. This tag is also commonly referred to as the <center> element.

Similar questions