weakish/html-by-hand
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<h1>This is an H1</h1> <p>This is a paragraph. <p>This is another paragraph. <blockquote> This is a blockquote. </blockquote> <ul> <li>item 1 <li>item 2 <li>item 3 </ul> <xmp> We can use the deprecated <xmp> element instead of <pre>, to avoid a lot of escaping. </xmp> <hr> <p>GitHub will not render README.html, but we can <a href=https://mmap.page/html-by-hand/README.html>use GitHub Pages to render it</a>.