How to create an HTML page: step-by-step instructions, technology and recommendations

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++.

how to create html page




. Adobe Dreamweaver . , HTML, - , . , , .









how to create a html web page




, .

how to create a simple html page




, HTML . .

- HTML

.

how to create a web page in html notepad




, .

how to create an html page in notepad




, . , .

" " , .html.

save to notepad




. , - HTML.

W3C

, W3, . () .

HTML . .

, ? . :

  • .
  • .
  • .
  • .

HTML

HTML-, , HEAD.

HEAD , . . <title></title>. . , Google, - title.

BODY. , , . , . , .

<!-- -->

, <!-- -->, . , - -. <!--, , , . , -->.

:

<!-- <!-- --> -->

-->

<!-- <!-- --> . <!-- .

HEAD title. . .

. . , , .

6 . <h1></h1>. h1 title . , h1 . , h1. , .

h2 h6. - , , , , . .

.

create html page links




<p>...</p>. "". <p>, . . . <br>.

, . .

.

Pushkin's poems




, "", . , "", align. left, right, center. , .

, : HTML- ? . HTML . <a>. . :

<a href=" "> </a>

create html page links

, .

, . , , - HTML.

, HTML, W3C. , .




All Articles