HTML stands for HyperText Markup Language. It is the primary markup language used to write (code) web pages and other information that can be read and displayed by a …
Ever wondered what CSS is? Read on to find out more… CSS stands for Cascading Style Sheets. CSS is what’s known as a stylesheet language, used to describe the …
The structure of HTML has to be properly followed and maintained for a web browser to correctly read the HTML document. Without its structure and proper syntax, errors can …
CSS (Cascading Styesheets), has to be correctly structured and laid-out, in order for it to work as you intended… CSS is at the heart of modern web page design. …
A useful Index of HTML Elements & Tags, including all the key common elements and tags, along with new HTML5 additions too… <a> <abbr> <acronym> <address> <article> <aside> <audio> …
Looking for an Index of CSS Pseudo-Classes, Elements and Rules? Read on… Notes: Both pseudo-elements and pseudo-classes are specified at the end of the selector and then any CSS …
Read on to learn about CSS, with our Index of CSS Properties… BACKGROUND PROPERTIES background background-attachment background-image background-image (gradients) background-position background-repeat BORDER PROPERTIES border border-bottom-color border-bottom-style border-collapse border-color border-image …
HTML uses elements to describe the structure of web pages. These elements are denoted by their tags, either in tag pairs, or as lone tags / empty elements. Let’s …