|
||
|
||
HTML Border CodeThis page contains HTML code for adding borders to your html elements. In these examples, the HTML border is applied to the Solid BorderTo specify a solid border, use the 'solid' keyword. This code results in:
This box has a solid html border.
Dotted BorderTo specify a dotted border, use the 'dotted' keyword. This code results in:
This box has a solid html border.
Dashed BorderTo specify a border made up of dashes, use the 'dashed' keyword. This code results in:
This box has a dashed html border.
Mixed BorderYou can use a mixture of borders styles like this: This code results in:
Create borders for any HTML element.
© Copyright 2006 - 2024 Code-Generator.net | Privacy Policy |