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

27 lines
571 B
Markdown
Raw Normal View History

---
title: Basic HTML
localeTitle: HTML básico
---
## HTML básico
Este é um esboço. [Ajude nossa comunidade a expandi-lo](https://github.com/freecodecamp/guides/tree/master/src/pages/html/tutorials/basic-html/index.md) .
[Este guia de estilo rápido ajudará a garantir que sua solicitação de recebimento seja aceita](https://github.com/freecodecamp/guides/blob/master/README.md) .
Estrutura de um arquivo HTML básico:
```html
<!doctype html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
```
#### Mais Informações: