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: | 2218 |
Created: | 2016-12-26 |
Download free JavaScript tutorial course in PDF, training file in 106 chapters and 490 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
Getting help with Django documentationIn this tutorial you will find everything you need to know about Django, complet and free training document under 1860 pages....
Learning CSSDownload complet course on CSS style sheets, PDF document on 327 pages for beginners. Training document created by StackOverFlow to get started with CSS....
Getting started with PrestaShopTraining support to learn how to use Prestashop, what is PrestaShop doing? Why choose PrestaShop compared to its competitors?...
Learning jQueryDownload free course Learning jQuery, pdf file on 88 pages by Stack Overflow Community....
How To Code in React.jsDownload free course How To Code in React.js, pdf file on 962 pages by Joe Morgan....
Node.js programming by exampleDownload Free training document about Node.js under 16 pages intended to advanced level-users....
Laravel Tutorial pdfThe purpose of this tutorial is to learn a new PHP framework and use it efficiently to build an eCommerce web application for a small project,this new framework allows users to check products by category and pass orders securely....
PHP SuccinctlyDownload free course PHP Succinctly, pdf file on 119 pages by José Roberto Olivas Mendoza....
Tutorial XML and DOM in PDFDownload free course Learning basic XML DOM, PDF ebook under 28 pages for beginners....