HTML is a markup language

Слайд 2

What is HTML? HTML is a markup language. HTML – HyperText

What is HTML?

HTML is a markup language.

HTML – HyperText Markup Language

HTML

- easiest language.

Tim Berners-Lee

Слайд 3

HTML Versions

HTML Versions

Слайд 4

HTML – Tags content This is a paragraph. HTML markup tags

HTML – Tags

content

This is a paragraph.


HTML markup tags are

usually called HTML tags

"HTML tags" and "HTML elements" are often used to describe the same thing.

Слайд 5

The Declaration HTML5 HTML 4.01 XHTML 1.0

The Declaration

HTML5

HTML 4.01

XHTML

1.0

Слайд 6

HTML – Document structure

HTML – Document structure

Слайд 7

HTML – document structure

HTML – document structure

Слайд 8

Web Browsers The purpose of a web browser is to read

Web Browsers

The purpose of a web browser is to read

HTML documents and display them as web pages.

My First Heading

My first paragraph.


Слайд 9

HTML – Attributes Content This is a link

HTML – Attributes


Content


This is a link

Слайд 10

HTML – Headings and Paragraphs This is heading1 This is heading

HTML – Headings and Paragraphs




This is heading1


This is heading 2


This

is heading 3

This is heading 4


This is heading 5

This is heading 6






This is a paragraph.


This is a paragraph.


This is a paragraph.




h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

Слайд 11

HTML - Text Formatting

HTML - Text Formatting

Слайд 12

Task:1

Task:1

Слайд 13

Task:2

Task:2

Слайд 14

Answer:1

Answer:1