October 2011
Intermediate to advanced
448 pages
10h 15m
English
Content preview from HTML5 Digital Classroom
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
Start your free trial

Lesson 2: Fundamentals of HTML, XHTML, and CSS

In this lesson, you’ll discover the fundamentals of HTML, XHTML, and CSS.Together, these form the structure and style of your web pages.
What you’ll learn in this lesson:
- • The structure of HTML
- • The difference between HTML and XHTML
- • The fundamentals of CSS
Starting up
Web languages
In this lesson, you will discover two languages: HTML and CSS. Although they have different syntax and rules, they are highly dependent on each other. By the end of this lesson, you will understand how to create simple HTML pages, add images, create hyperlinks from one page to another, and add simple styling to pages using CSS.
This lesson covers a lot of ground, and many of the core principles introduced in this lesson are reinforced throughout ...