Wondering how to create an HTML page? To do this, you need to spend several hours and you will know the basics of HTML. And you can create your first page in 5 minutes.
HTML stands for HyperText Markup Language. Translated, this means "hypertext markup language." It is important to understand that HTML is not a programming language, but a markup of a site.
All modern browsers can recognize it. Then they display information in a convenient form for the user, as previously planned by the author.
. . . . .
HTML
HTML-, , . : .
, , . .
< ></ >
, "/".
HTML- . . <html> </html>. , .
, HTML . . HTML , .
HTML :
- <head> ... </head>;
- <body> .. </body>.
HEAD . . , , , .
- .
BODY , .
, 10 . , . , .
<html>
<head>
</head>
<body>
</body>
</html>
, , - "". . . head body . , . .
HTML
- . . Notepad++ Adobe Dreamweaver. .
Notepad++.
. Adobe Dreamweaver . , HTML, - , . , , .
, .
, HTML . .
- HTML
.
, .
, . , .
" " , .html.
. , - HTML.
W3C
, W3, . () .
HTML . .
, ? . :
HTML
HTML-, , HEAD.
HEAD , . . <title></title>. . , Google, - title.
BODY. , , . , . , .
<!-- -->
, <!-- -->, . , - -. <!--, , , . , -->.
:
<!-- <!-- --> -->
-->
<!-- <!-- --> . <!-- .
HEAD title. . .
. . , , .
6 . <h1></h1>. h1 title . , h1 . , h1. , .
h2 h6. - , , , , . .
.
<p>...</p>. "". <p>, . . . <br>.
, . .
.
, "", . , "", align. left, right, center. , .
, : HTML- ? . HTML . <a>. . :
<a href=" "> </a>
, .
, . , , - HTML.
, HTML, W3C. , .