Skip to content

Instantly share code, notes, and snippets.

@rygorous
Created April 16, 2020 18:18
Embed
What would you like to do?
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