Learn HTML and CSS

HTML

Hyper Text Markup Language

What is HTML?

HTML is the standard markup language for Web pages.
With HTML you can create your own Website.
HTML is easy to learn - You will enjoy it!

CSS

Cascaded Style Sheets

What is CSS?

CSS is the language we use to style an HTML document.
CSS describes how HTML elements should be displayed.
This tutorial will teach you CSS from basic to advanced.

Why HTML and CSS is impotant

Together, these two languages help build simple web pages composed of text, images, and hyperlinks. Since their adoption in the mid-90s, HTML & CSS have become the most commonly used programming languages for web development, as virtually all web pages run on a skeleton built using these two languages.