English

What is the difference between <br> tag and <p> tag in the context of HTML? Illustrate using suitable examples. - Computer Applications

Advertisements
Advertisements

Question

What is the difference between <br> tag and <p> tag in the context of HTML? Illustrate using suitable examples.

Answer in Brief

Solution

<br> tag:

The <br> tag is used to insert a single line break. The <br> tag can be used to write addresses or poems. The <br> tag is empty, indicating it does not have an end tag.

Example:
<html>
<head>
<title>
Example of BR tag
</title>
</head>
<body>
<p>If you want to break a line <br> in a paragraph, <br> use the BR element in <br> your
HTML document. </p>
</body>
</html>

Output:

If you want to break a line
in a paragraph,
use the br element in Your HTML document.

<p> tag:

The HTML <p> element define a paragraph. A paragraph always begins on a new line, and browsers add some white space (a margin) before and after it. A container tag is the <p> tag.

Example:
<html>
<head>
<title>
Example of BR tag
</title>
</head>
<body>
<p> This paragraph contains a lot of lines in the
source code, but the browser ignores it. </p> <p>
This paragraph contains a lot of spaces in the source
code, but the browser ignores it. </p>
</body>
</html>
shaalaa.com
HTML tags
  Is there an error in this question or solution?
2022-2023 (March) Set 4

RELATED QUESTIONS

The HTML tag used to make the text italics is ______.


Write the difference between alink and vlink.


Write the difference between <dt> and <dd> tags.


The default starting value for an ordered list in HTML is ______.


Write the difference between <ol> and <ul> tags in HTML. Also, write suitable examples of each to illustrate the difference.


Write the HTML code to design the web page as shown below, considering the specifications that follow. You can write the code for any four specifications out of the given six specifications.

Home Service

 

We are happy to provide you with all the help at your residence.
Special discount offers from (1st May 2022 to 30th June 2022).
Please contact us for the following services: Maid/Servant (Cleaning)
Maid/Servant (Cooking)
Driver
Queries: [email protected]

Specifications:

  • The background color of the page should be yellow and the text for the page should be in blue color.
  • Heading 'Homes Services' should be the first level of heading.
  • The image named 'service.png' should be placed on the web page.
  • The font size for the paragraph and the list of services should be 4 and the Font face should be Verdana. Superscript tags should be used wherever required.
  • The services (as shown in the above web page) should be written with the help of the unordered list.
  • The bottom-most line of 'Queries: help@ homeservices.com" should be a link to open the user's default mail client to send queries to the mentioned email id.

Which of the following tag can be used to draw a horizontal line on a webpage?


Mention any two purposes of using comments while designing a HTML webpage.


Ronaldo, a web designer in a start-up company, wants to give headings on a webpage through <h1> tag. Additionally, he wants to implement the following styles on all the <h1> tags of the same webpage in one go.

  • Color-blue
  • Background color-yellow
  • border of the heading - 2px in red

He is not able to implement the above-mentioned additional styles <h1> of tag through regular HTML code. Suggest him a way out and also help him in writing the code for the same.


Write HTML code to design the content of the web page in the form of lists as shown below:

STREAM WISE CAREER OPTIONS

  • Science
    a. Engineering
    b. Medical
    c. Research
  • Commerce
  • Humanities

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×