I want to have a dashed or dotted border in html? I want a double line around my paragraph in html? How to draw a ridge or groove styled border using style sheet?
The style of the border can be set using the tag border-style. Border Style takes the following values. a)dotted- This will create a border with dotted lines. b)dashed- This will create a border with dashed lines. c)solid- This will create a border with solid lines. d)double- This will create a border containing double lines. e)groove- This will create a border that will look like groove. f)ridge- This will create a border that will look like ridge. g)inset- This will create a border with the line looking inset. h)outset- This will create a border with the line looking outset.