freeCodeCamp/guide/russian/html/tutorials/basic-html/index.md

27 lines
718 B
Markdown
Raw Normal View History

2018-10-12 20:00:59 +00:00
---
title: Basic HTML
localeTitle: Основной HTML
---
## Основной HTML
Это заглушка. [Помогите нашему сообществу расширить его](https://github.com/freecodecamp/guides/tree/master/src/pages/html/tutorials/basic-html/index.md) .
[Это руководство по быстрому стилю поможет вам принять ваш запрос на тягу](https://github.com/freecodecamp/guides/blob/master/README.md) .
Структура базового файла HTML:
```html
<!doctype html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
```
#### Дополнительная информация: