2Development Techniques. HTML _presentation_ 1 variant

  • ppt
  • 09.05.2020
Публикация на сайте для учителей

Публикация педагогических разработок

Бесплатное участие. Свидетельство автора сразу.
Мгновенные 10 документов в портфолио.

Иконка файла материала 2Development Techniques. HTML _presentation_ 1 variant.ppt

HTML

Learning objective
10.4.2.1
use HTML tags when developing webpages

What

Website
Web server
Web address
Web page

...

is?

Basic concepts

Web server - is a computer on the Internet that stores Web pages and related software for working with them.

Basic concepts

Web pagethe main document used in the World Wide Web WWW. This is a combined document that can contain text, pictures, tables, diagrams, animated images.
Websitea collection of several Web pages, united by one theme. collection of several Web pages, united by one theme.

Basic concepts

WWW (World Wide Web)an Internet system designed to hyperlink the files stored on the network to computers around the world.

Basic concepts

Hypertextan electronic document that contains links to other documents.
Hyperlinkcommunication between various components of information.
Hypertext, together with the links embedded in it, forms Hypersensitive.

Basic concepts

Web pages are created using special rules, and rules are defined using the HTML markup language.
Web pages are viewed by special programs– Browsers.
The most popular browsers: Internet Explorer, Google Chrome, Mozilla Firefox Opera, etc.

How it works



1

2

3

4

1

3

2

4

2 1

5

4 3

WWW

index.html

HTML
PHP
CGI
ASP
...

HTML

Web server

jpg, gif, swf,
avi, mpg …

Video HTML

https://www.youtube.com/watch?v=CKlh1lwe2rY

Tag

The basic concept of HTML is the concept of a tag.
Tag – a browser instruction indicating the way information is displayed.