Creating Internet applications. HTML Technology

Содержание

Слайд 2

Hyper Text Markup Language

Creating Internet applications. HTML Technology

Hyper Text Markup Language Creating Internet applications. HTML Technology

Слайд 3

HTML (Hyper Text Markup Language) in its classical form was created in

HTML (Hyper Text Markup Language) in its classical form was created in
the early 1990s by the father of the World Wide Web, CERN (European Organization for Nuclear Research) employee Tim Berners-Lee. At its core, HTML was not revolutionary. The language was based on SGML (Standard Generalized Markup Language)

Слайд 4

An HTML document is a plain text document containing special p pp

An HTML document is a plain text document containing special p pp
markup pointers (tags).
HTML file has extension .htm or .html

Слайд 5

1)Simple HTML page
2)Sample HTML page

1)Simple HTML page 2)Sample HTML page

Слайд 6

the tag contains service information. The user does not see it. This

the tag contains service information. The user does not see it. This
is where the content of the document is located. This is what the user sees. Determining the document type Beginning of document Beginning of heading End of heading Beginning of document body End of document body End of document "width =" 640 "

Слайд 7

http://www.w3.org/TR/html4/loose.dtd -Determining the document type
-Start of document
-Heading start
-End titles
-Start of document body
-End

http://www.w3.org/TR/html4/loose.dtd -Determining the document type -Start of document -Heading start -End titles
of document body
-End of document

HTML document structure

Слайд 8


Document title

Document title

Слайд 9

Document body

...Service information...


My first HTML document




Second paragraph. Different HTML elements

Document body ...Service information... My first HTML document Second paragraph. Different HTML
are used to format the text.

Слайд 10

Headings 1


Headings 2


Headings 3


Headings 4


Headings 5

Headings 6

Headings

Headings 1 Headings 2 Headings 3 Headings 4 Headings 5 Headings 6 Headings

Слайд 11

Horizontal line

horizontal line




Браузеры, которые интерпретируют мягкие переносы, должны обеспечивать следующую семантику: если

Horizontal line horizontal line Браузеры, которые интерпретируют мягкие переносы, должны обеспечивать следующую
строка прекращается в месте мягкого переноса…

Слайд 12

Рaragraph


Text………


Text. . . . . . .

New paragraph

Рaragraph Text……… Text. . . . . . . New paragraph

Слайд 13

My uncle of the most honest rules, When he got seriously ill,
He

My uncle of the most honest rules, When he got seriously ill,
forced himself to respect
And could not invent better.


My uncle of the most honest rules,

When he got seriously ill,

He forced himself to respect

And could not invent better.

Improving the page

Слайд 14

Force line break

My uncle has the most honest rules
When seriously ill,
He

Force line break My uncle has the most honest rules When seriously
made himself respect
And I could not have imagined it better.

Слайд 15

Final document view



<br><title>My first document My first document

My

Final document view My first document My first document My first document
first document My first HTML document


Eugene Onegin


A.S. Pushkin (excerpt)

My uncle has the most honest rules
When seriously ill,
He made himself respect
And I could not have imagined it better.





Слайд 16

Copyright formatting


Time -
start
a story about Lenin.
But not because
what

Copyright formatting Time - start a story about Lenin. But not because
grief
no more
time
because,
what a sharp melancholy
became clear
conscious pain.

Слайд 17

DIV and SPAN elements

DIV and SPAN elements
div







Слайд 18

Briefly about color

Hexadecimal number system:
0,1,2,3,4,5,6,7,8,9, A, B, C, D, E, F

Range:

Briefly about color Hexadecimal number system: 0,1,2,3,4,5,6,7,8,9, A, B, C, D, E,
00 - FF (0 - 255)
# 00FF00 - green
# FF0000 - red
# 0000FF - blue
#FFFFFF - white
# 000000 - black
# FFFF00 - yellow
# FFD700 - gold
Safe color picker:
00.33.66.99, CC, FF (216 combinations).

Слайд 19

Coloring the page



Coloring the page

Coloring the page Coloring the page This text is blue, and this
"# 0000FF“>

This text is blue,
and this one is red.

The horizontal line can also be multi-colored.


Имя файла: Creating-Internet-applications.-HTML-Technology.pptx
Количество просмотров: 18
Количество скачиваний: 0