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: | 2222 |
Created: | 2016-12-26 |
This is a jQuery tutorial for beginners, it provides in-depth knowledge of jQuery technology. This jQuery tutorial will help you learn jQuery basics, examples, selectors, events, effects, CSS, and attributes....
Angular SuccinctlyDownload free course Angular Succinctly, pdf file on 124 pages by by Joseph D. Booth....
Angular Testing SuccinctlyThough sometimes perceived as a hurdle, testing can save developers from heartbreak in the..., download free Angular tutorial in PDF (94 pages) created by Joseph Booth ....
React JS Notes for ProfessionalsDownload free course React JS Notes for Professionals, pdf file on 109 pages by Stack Overflow Community....
Get started with HTML5This tutorial aim to provide a gentle introduction to these amazing new web technologies, and to show you some cool ways of incorporating them into your websites....
Symfony quick guide in PDFThis tutorial is designed to help you discover the Symfony2 framework through the creation of a small web application,pdf tutorial for beginners....
Tutorial XML and DOM in PDFDownload free course Learning basic XML DOM, PDF ebook under 28 pages for beginners....
Essential HTML5 CanvasThis book written to provide clear and concise explanation of topics for programmers both starting to learn the HTML Canvas as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....
HTML5 canvas tutorialDownload free HTML5 tutorial course in PDF, training file in 18 chapters and 180 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
XML by ExamplesA complet PDF tutorial about XML,XSL and XSLT under 528 pages, it assumed that you have some basic HTML coding experience but you don't need to be an expert....