Skip to content

weakish/html-by-hand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

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>.

About

example of hand-written html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors