CSS is a language that describes the style of an HTML document. CSS describes how HTML elements should be displayed.
There are three ways of inserting a style sheet:
The selector points to the HTML element you want to style.
The declaration block contains one or more declarations separated by semicolons.
Each declaration includes a CSS property name and a value, separated by a colon.
A CSS declaration always ends with a semicolon, and declaration blocks are surrounded by curly braces.
Comments are used to explain the code, and may help when you edit the source code at a later date. Comments are ignored by browsers.
JavaScript is the programming language of HTML and the Web.
JavaScript is easy to learn.
This tutorial will teach you JavaScript from basic to advanced.
JavaScript is one of the 3 languages all web developers must learn:
Web pages are not the only place where JavaScript is used. Many desktop and server programs use JavaScript. Node.js is the best known. Some databases, like MongoDB and CouchDB, also use JavaScript as their programming language.
JavaScript is the programming language of HTML and the Web.
JavaScript is easy to learn.
One of many JavaScript HTML methods is getElementById().
JavaScript accepts both double and single quotes: