20 July 2012

Part 1: The basics of HTML5(Summary of chapter 1)

-The Web was invented by Tim Berners-Lee in the early 1990s.

-To create websites, we use two computer languages​​:
    -HTML: You can write and organize the page content (paragraphs, headings ...);
    -CSS allows you to format the page (color, size ...).

-There have been several versions of HTML and CSS. The latest versions are HTML5 and CSS3.

-The web browser is a program that displays Web sites. It reads HTML and CSS to know what to display.

-There are many different web browsers: Google Chrome, Mozilla Firefox, Internet Explorer, Safari, Opera ... Each displays a website slightly differently from other browsers.

-In this course we will learn to use HTML and CSS. We will work in a program called "text editor" (Notepad + +, jEdit, vim ...).

0 comments:

Post a Comment