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: | 2216 |
Created: | 2016-12-26 |
PHP is a server-side scripting language that is widely used for web development. With this book, you will get a deep understanding of the advanced programming concepts in PHP and how to apply it practically....
Wordpress In A WeekDownload free course Wordpress In A Week, pdf file on 142 pages by Zak Cagaros....
Go Web Development SuccinctlyDownload free course Go Web Development Succinctly, pdf file on 89 pages by Mark Lewin....
The React Beginner's HandbookDownload free course The React Beginner's Handbook, pdf file on 40 pages by Flavio Copes....
What is SharePoint ?This tutorials provides an overview about Sharepoint software ,download a free training courses under 31 pages...
Web Page Size, Speed, and PerformanceDownload free course Web Page Size, Speed, and Performance, pdf file on 39 pages by Terrence Dorsey....
jQuery SuccinctlyDownload free course jQuery Succinctly, pdf file on 91 pages by Cody Lindley....
Tutorial XML and DOM in PDFDownload free course Learning basic XML DOM, PDF ebook under 28 pages for beginners....
React in patternsDownload free course React in patterns, pdf file on 107 pages by Krasimir Tsonev....
RESTful Web ServicesDownload free course RESTful Web Services, pdf file on 448 pages by Leonard Richardson, Sam Ru....