Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML (Versiones (HTML (1991), HTML 2.0 (1995), HTML 3.2 (1997), HTML 4.01…
HTML
Versiones
HTML
1991
HTML 2.0
1995
HTML 3.2
1997
HTML 4.01
1999
XHTML
2000
HTML5
2014
Cabecera
<title>
<style>
<link>
CSS
<meta>
<script>
<base>
HTML5
Eliminados
acronym :arrow_right: abbr
applet :arrow_right: object
dir :arrow_right: ul
frame, frameset, noframe
basefont
big
center
font
tt
striker :arrow_right: CSS, s, del
Nuevos
Gráficos
Canvas
SVG
SSE (Server Sent Event)
Drag/drop
draggable=”true”
ondragstart
ondragover
Formularios
Method
Get
Post
<input>
action
target
Listas
<ul>
<li>
<ol type="1/A/a/I/i">
<li>
<dl>
<dt>
<dd>
Estructura inicial
<!DOCTYPE html>
head
meta
title
Estilo
<tagname style="property:value;">
Comentario
<!--Comentario-->
Enlaces
<a> </a>
href
target
_blank
_parent
_self
_top
framename
<img>
Imágenes
<img>
float
usemap
<map>
<area>
shape
coords
alt
href
Tablas
<table>
<tr>
<th>
<caption>
rowspan/colspan
id
Clases
.
Identificador
XHTML