Skip to content

Instantly share code, notes, and snippets.

@rygorous
Created April 16, 2020 18:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rygorous/227190508fd226eb2ca5adb7835ae27d to your computer and use it in GitHub Desktop.
Save rygorous/227190508fd226eb2ca5adb7835ae27d to your computer and use it in GitHub Desktop.
Valid HTML5
<!DOCTYPE html>
<html>
<head>
<title>Some fun HTML5 stuff</title>
<body>
<p>All of this is valid syntax!
<ul>
<li>Don't need to close paragraphs (that one's old)
<li>or list items
<li>since it's clear from context!
</ul>
<table>
<tr><th>Feature <th>Rating <th>Comment
<tr><td>Auto-closing of table elements <td>5 stars <td>So good!
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment