Skip to content

Instantly share code, notes, and snippets.

@jhonsore
Last active July 7, 2020 15:50
Show Gist options
  • Save jhonsore/faa51cab7b9d5e563dae0b6fbc26b5ba to your computer and use it in GitHub Desktop.
Save jhonsore/faa51cab7b9d5e563dae0b6fbc26b5ba to your computer and use it in GitHub Desktop.
Elementos semânticos html5
<head>
<!-- as três linhas abaixo são uma correção para que elementos semânticos HTML5 funcionem em versões antigas do Internet Explorer-->
<!--[if lt IE 9]>
<script src="https://cdn.es.gov.br/scripts/extensions/html5shiv/3.7.2/html5shiv.min.js"></script>
<![endif]-->
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment