Skip to content

Instantly share code, notes, and snippets.

@posesco
Created August 9, 2020 01:34
Show Gist options
  • Save posesco/d04db0f87efa3ee8d6264c68aa1ed2d1 to your computer and use it in GitHub Desktop.
Save posesco/d04db0f87efa3ee8d6264c68aa1ed2d1 to your computer and use it in GitHub Desktop.
HTML5 : Codigo Basico
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
@posesco
Copy link
Author

posesco commented Aug 9, 2020

Estructura HTML

Este es la estructura basica HTML

HMTL5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment