× logo Home HTML CSS Javascript React-App Angular.js logo
logo

Front End Developers-Lab

So what is CSS, Really?

CSS is a language that describes the style of an HTML document.
CSS describes how HTML elements should be displayed.

How does CSS affect HTML?

When a browser reads a style sheet, it will format the HTML document according to the information in the style sheet.

You can specify the style of a tag using a style sheet. These style sheets can be put in (at least) three different places::

 

The Head First HTML and CSS book has a good graphic for explaining the syntax of a CSS rule::

 

 

  • Examples in Every Chapter
    This HTML tutorial contains hundreds of HTML examples.
    With our online HTML editor, you can edit the HTML, and click on a button to view the result.

    The Benefits of Front-End