Posts

Ways To Learn Many Things

Image
Adding Different Border Styles To Creat a Good Web Design Borders can be applied to almost any two-side tag particularly in a paragraph. You can specify line type of a border by using the border-style rule along with its line style.  CSS Property: border-style . The style of the border of a box. The border style, combined with border width and border color, can also be specified with the border shorthand property. With one value, the border-style property can be used to specify a uniform style border around a box. Border Style The border-style property specifies what kind if border to display. The following values are allowed: Steps To Creat Border Styles: 1. Open characterspacing.html file in Notepad. 2. Type the following inside the <html></html> and type CSS code inside the <head></head> and HTML code inside the <body></body>. CSS & HTML CODE <html> <head> <style> p.dotted {bor...