Skip to content

Instantly share code, notes, and snippets.

@PatrickPRAR
Created April 11, 2016 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatrickPRAR/6f2254092a82316af011cb204419e203 to your computer and use it in GitHub Desktop.
Save PatrickPRAR/6f2254092a82316af011cb204419e203 to your computer and use it in GitHub Desktop.
W3Cx: HTML5.0x HTML5 Introduction / Week 1: My first Web page in HTML5
<!doctype html>
<HTML>
<head>
<title> HTML PAGE PAR</title>
</head>
<body>
<h1> THIS IS MY FIRST RECIPE </h1>
<p>
This recipe is about my cycle life:
</p>
<hr>
<ol>
<li>Be born</li>
<li>Grow</li>
<li>Study</li>
<li>Live the life while you working, earn money and continues learning</li>
<li>Get married (if you want)</li>
<li>Have children (if you can)</li>
<li>Grow with them in a family</li>
<li>Do something to be remembered</li>
<li>Dead happy</li>
</ol>
<hr>
<h3>That's all for today</h3>
</body>
</HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment