CSS (Cascading Style Sheet) are text documents, just like HTML. The difference is that a CSS is not intended either to be viewed by the user or to be displayed directly in the browser. A stylesheet is only a document that defines how an HTML page should be displayed. The web browser takes care of loading the CSS without the user having to intervene; A CSS is meant to act in the background.
Using styles, for example, it is possible to say that all the links, instead of being blue or purple as usual, must be gray; Or the text is still orange.
In fact, the idea is that the browser scans the HTML document. When it encounters a tag, it asks the CSS how it should display it. The CSS knows nothing more than to say how to display this or that item on the web page.
Table of contents
We introduced the extensible Gypertext markup lamguage (XHTML) for markup up information.
In this we shift our focus to formatting and presenting information. To do this we use a W3C technology called Cascading Style Sheets (CSS) that allows document authors to specify the presentation of elements on a web page separately from the structure of the document.
This separation of structure from presentation simplifies maintaining and modifying a document's layout.
Size : | 3,908.20 Kb |
File type : | |
Downloads: | 2224 |
Created: | 2016-12-26 |
Download free course Modern Web Development on the JAMstack, pdf file on 127 pages by Mathias Biilmann, Phil Hawksworth....
CSS tutorial for professionalsDownload free CSS tutorial course in PDF, training file in 56 chapters and 244 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
jQuery Notes for ProfessionalsDownload free course jQuery Notes for Professionals, pdf file on 66 pages by Stack Overflow Community....
AngularJS Web Application Development CookbookPacked with easy-to-follow recipes, this practical guide will show you how to unleash the ..., download free Angular tutorial in PDF (346 pages) created by Matt Frisbie ....
Learn Ruby on Rails, PDF TutorialThis is a PDF tutorial about Ruby on Rails under 39 pages by Bhaskar Vaish, you will learn how to build web application using a Rails framework application....
Wordpress In A WeekDownload free course Wordpress In A Week, pdf file on 142 pages by Zak Cagaros....
Developing Backbone.js ApplicationsBackbone.js is a JavaScript library with a RESTful JSON interface, and is loosely based on the model-view-controller (MVC) application design paradigm. Backbone.js is known for being lightweight, as its only dependency is on one JavaScript library, Underscore.js. It is designed for developing sing...
Learning jQuery PDF courseDownload free Jquery tutorial course in PDF, training file in 18 chapters and 88 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
MySQL tutorial for professionalsDownload free MySQL tutorial course in PDF, training file in 70 chapters and 199 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
Document Object Model TutorialDownload free eBook about DOM, (Document Object Model), learn how to navigate an XML structure....