Skip to content

Instantly share code, notes, and snippets.

@jdbruxelles
Created September 16, 2018 09:43
Show Gist options
  • Save jdbruxelles/38a18af4faa55f6dd105a63d776fd72f to your computer and use it in GitHub Desktop.
Save jdbruxelles/38a18af4faa55f6dd105a63d776fd72f to your computer and use it in GitHub Desktop.
Liste de trois animaux
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Animaux</title>
</head>
<body>
<div class="pets">
<ol start="10" type="A">
<li>Chien</li>
<li>Chat</li>
<li>perroquet</li>
</ol>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment