Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

Horizontal Rules (HR element)

html मे hr tag का use एक लाइन draw करने के लिए किया जाता है hr tag एक horizontal line generate करता है इसे HTML में horizontal rule भी कहा जाता है। यह एक empty tag है

Syntax:-<hr align=”alignment” size=”thickness” width=”width” color=”color name” >

  • Align:- इस attribute के द्वारा आप<hr> tag का alignment को set कर सकते है इस attribute की left, center और right तीन possible की वैल्यू होती है Default alignment is center.
  • Size:-इस attribute के द्वारा आप<hr> tag की height को डिफाइन कर सकते है इसकी वैल्यू आप pixel में डिफाइन करते है default size is 2.
  • Width:– इस attribute के द्वारा आप <hr> tag की width को डिफाइन करते है इसकी value भी आप pixel में ही define करते है
  • Color:– इस attribute के द्वारा आप <hr> tag केcolor को डिफाइन करते है

Example:- <hr align=left size=5 width=150 color=red>

Horizontal Rules (HR element):-

The <hr> tag is used to create a horizontal rule on the web page. It is an empty tag.

The web browser starts a horizontal rule from a new line, and any text that follow this tag is also displayed in a new line.

Syntax:- <hr align=”alignment” size=”thickness” width=”width” color=”color name” NOSHADE>

  • Align:- Align attribute specifies how ruler should be aligned left, right or center. Default alignment is center.
  • Size:- size attribute defines the thickness of the rule in term of pixels, default size is 2.
  • Width:– width attribute defines width of line in terms of pixels, default width of the rule in the page width. We can also give width as percentage of page width.
  • Color:-color attributes set color of the ruler.

Example:- <hr align=left size=5 width=150 color=red>

error: Content is protected !!