Computer Science, asked by sonuenosh46, 3 months ago

______ tag draws a horizontal line across the web page [ ]

a). <br> b). < h > c). <hr > d). line​

Answers

Answered by Anonymous
62

Required Answer :

<hr> tag draws a horizontal line across the web page.

Hence, option (c) <hr> is correct.

Additional information :

Know about HTML:

  • HTML stands for Hyper text markup language.
  • HTML is the standard markup language.
  • HTML is used for creating web pages.
  • HTML consist of a series elements.
  • HTML elements tell the browser, how to display the content.

Some important tags in HTML:

  • <!Doctype> tag defines the document type.
  • <html> tag defines the HTML document.
  • <head> tag defines the information for the document.
  • <title> tag defines the title of the document.
  • <body> tag is defines the body of the document.
  • <h1> tag is used for HTML headings.
  • <p> tag us used for paragraph.
  • <br> tag is used for insert a line break.
  • <b> tag is used for bold text.
  • <u> tag is used for underline text.
  • <i> tag is used for Italic text.
  • <hr> tag is used for horizontal line.
Answered by 011sumantarout
3

Answer:

(c) <hr> tag draws a horizontal line across the web page.

So, option c.<hr> is the correct answer.

Similar questions