Articles in this series
Introduction You may have heard about Web Accessibilities, but what are Web Accessibilities? Web Accessibilities means that the websites, tools and...
People often base their opinions on a book's cover. This holds true for a variety of things in our society, including online interactions. Our...
CSS UNITS CSS Units are used to define length for CSS properties such as height, width, length, font size, etc. CSS units are divided into two parts,...
Let's resume our learning: Recap CSS Syntax: HTML has tags & CSS has selectors. Selectors are the names given to styles in internal and external...
Let's understand the basics of CSS first! CSS stands for Cascading Style Sheet, a web document that allows us to alter the HTML page's design and make...
HTML is plain text annotated with markup. More specifically, this markup consists of tags and attributes.HTML elements are identified by tags. Most...