MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following tag is used to mark a begining of paragraph?
A
<td>
B
<br>
C
<p>
D
<tr>
Explanation: 

Detailed explanation-1: -The P element marks a block of text as a paragraph–the tag <P> marks the beginning of the paragraph, while the tag </P> marks the end of a paragraph.

Detailed explanation-2: -For example, to markup a section of text as a paragraph, you would open the paragraph with an opening paragraph tag <p> and close it with a closing paragraph tag </p> (closing tags always proceed the element with a /).

Detailed explanation-3: -It is a block-level element and always starts on a new line. Before and after each paragraph, browsers add margin automatically. You can modify the margins using the CSS margin property .

There is 1 question to complete.