hrateek wants to draw horizontal line on the webpage he is creating but he does not know which HTML tag he has to use for the same. Suggest him how to do this?
Before we suggest to hrateek that how to draw horizontal line on the webpage, let's first know about HTML.
HTML is the hypertext markup language, it is the standard markup language, it is used for creating web pages, it's consist of a series elements. HTML elements tell the browser, how to display the content
The Answer
Prateek needs to use <hr> tag to draw horizontal line on the webpage. Because we know that <hr> is used foriziontal line.
Know more:-
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.