Thursday, December 25, 2014

Make Website Edges

Making website borders is fairly easy if you have at least a basic understanding of HTML. Borders are a type of adornment that is added to a website to give it a little more flair. Borders have styles of their own, which include the border design, color and width. They can be placed around paragraphs, quotes, lists and pages. If you have Photoshop or a similar program, you can customize your borders.


Instructions


1. Define where the border will go.


Use HTML in a text editor, like Notepad, to define the location of the border. To do this, you insert the definition within the appropriate HTML tag. For example, if you want your border to surround a list, you first define the list; within that tag, you define the border.



    If you only want one side of the paragraph to be bordered, define the side:



    3. Define the border color.


    You might want your border to be black, or you might want it to be blue. To define the color around a paragraph border, include the color in the paragraph's style tag.