Archive for the ‘CSS Faqs’ Category

  • CSS Faqs
2 July 2008

CSS Background

With CSS, you can use the background property to style an element’s background with one declaration:
Read the rest of this entry »

  • CSS Faqs
2 July 2008

Inserting Style Sheets

A browser will automatically format web pages according to how it reads a style sheet. Inserting style sheets could be done in three ways:
Read the rest of this entry »

  • CSS Faqs
2 July 2008

Applying Several CSS Style Attributes

To add a style attribute in CSS, you first need to declare a specific attribute within a pre-existing HTML tag. Add this to the HTML tag “ “ for the attribute to take effect. This is how it should appear:
Read the rest of this entry »

  • CSS Faqs
2 July 2008

Margin Property

As you may already know, the margin property stands for the margin between an (X)HTML element and all the other elements surrounding the said element. The margin property can be designated for the top, right, left, and bottom of a targeted element.
Read the rest of this entry »

  • CSS Faqs
1 July 2008

CSS Syntax

A CSS syntax differs from an (X)HTML markup. It is easy to remember because it is only comprised of three basic parts:
Read the rest of this entry »

  • CSS Faqs
30 June 2008

Using Cascading Style Sheets (CSS)

Cascading Style Sheets are highly recommended in setting the appearance of HTML pages. HTML is suitable for defining the basic element structure of your website (<h1>, <p>, <li>, and so on). On the other hand, CSS is most advisable for styling the appearance of elements (bold heading, Arial font, indented paragraphs, and so on).
Read the rest of this entry »

  • CSS Faqs
30 June 2008

Why Use CSS

CSS, or Cascading Style Sheets, is a markup language used to design the appearance of web pages. It covers the layout, font styles and sizes, formatting, tables, and link properties, among others, of a page. CSS can dictate the overall appearance of a website using only a single document, which we refer to as the style sheet. In case you have not encountered CSS, this is your lucky day for CSS will prove to be a beneficial tool in designing your web pages.
Read the rest of this entry »

  • CSS Faqs
30 June 2008

Why Not CSS

In HTML, one of the most basic principles of design is the distinction between content and presentation. This is important because using HTML gives you the chance to feed the same text to a different set of clients, who will then format the text according to their preferences. Take for example a cellular phone’s browser. It does not have the same capability as a desktop browser as Mozilla Firefox. As a case in point, a browser may not make a full visual display as it reads the user a document.
Read the rest of this entry »

  • CSS Faqs
30 June 2008

External CSS

External CSS is CSS in its fullest form. The method requires creating a separate CSS file to put all your style declarations for your site. Even if your site has say, a hundred pages, all you need is a single file to apply revisions. The external CSS file is dictated by only one line of HTML code.
Read the rest of this entry »

  • CSS Faqs
29 June 2008

The CSS Frenzy

HTML tags serve to define a document’s content as if to say “This is a header” or “This is a paragraph” or “This is a table” using tags such as <h1>, <p>, <table>, etc. The browser is expected to configure an HTML document’s layout without the use of formatting tags.
Read the rest of this entry »

Page 1 of 3123»