×

There's never been a better time to start coding

WEEK 1 WEEK 2 WEEK 3 WEEK 4
Intro to html HTML Styles - CSS HTML JavaScript HTML Graphics
HTML Editors HTML Favicon HTML Responsive Web HTML Media
HTML Elements HTML Tables HTML Forms HTML APIs
HTML Attributes HTML class Attribute HTML Input Attributes HTML SSE API

Learning CSS, the ABC's

  • (Cascading Style Sheets) allows you to create great-looking web pages, but how does it work under the hood?
  • CSS stands for Cascading Style Sheets
  • CSS is a rule-based language by specifying groups of styles that should be applied to particular elements groups of element
  • CSS describes how HTML elements are to be displayed on screen, paper, or in other media
  • CSS saves a lot of work. It can control the layout of mlitiple web pages all at once
  • External stylesheets are stored in CSS files