|
|
|
When we are using HTML Markup we are "marking" something. We can mark a text, a table or an image. Text markups: bold, italic, underline, heading (H1, H2, h3, H4, H5, H6), paragraph. Using this simple tags you can easily manage the design of a page.
|
|
Cascading Style Sheets (CSS) - The mechanism that applies a style across one or more Web pages is termed as Cascading Style Sheets (CSS). The Sheets are files or portions of files on the Internet. The Style refers to a color scheme, layout or other strategy of organizing the visual components of a document in a Web page.
CSS is used to control all aspects of graphic presentation of a Web Page like fonts, back ground color, back ground image formation for web page or any tables within them, positioning of elements within the page, page margins, and text decoration such as italicizing and underlining, to name a few. These designing elements are exposed to scripting, which can modify the document after it is downloaded, thus making CSS an integral part of DHTML.
|
|