HTML_Tutorial/markdown/Basic_HTML_Element_Reference.md at master · Amhedriel/HTML_Tutorial · GitHub
Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 717 Bytes

File metadata and controls

21 lines (17 loc) · 717 Bytes

Una ayuda rápida de elementos básicos

Tag Description!
<!DOCTYPE> Defines the document type
<html> Defines an HTML document
<head> Contains metadata/information for the document
<title> Defines a title for the document
<body> Defines the document's body
<h1> Defines HTML headings
<p> Defines a paragraph
<br> Inserts a single line break
<hr> Defines a thematic change in the content
<!--...--> Defines a comment Ctrl + ç

documento html

Siguiente 🠒


Volver Subir