Tag: CSS

CSS is one of the strongest methods for Web designers

CSS is one of the strongest methods for Web designers to add style to a Web page. Style sheets control all of the elements of a page, such as the margins, the borders, the font, and the typeface.

In addition, you can use CSS to adjust your tables, backgrounds, and link styles. All of these elements are completely configurable within the bounds of style sheets. Let’s talk about the three types of style sheets:

Inline: Using inline style sheets lets you define the style of each element directly within the tag that precedes the word. For example, if you wanted to change the font face of a specific hyperlink to Arial, your tag might look like this: <A HREF=”something.doc” STYLE=”font: arial”>This is Arial text.</A>