Skip to content

Instantly share code, notes, and snippets.

@FaisalAl-Tameemi
Created February 18, 2016 00:32
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 FaisalAl-Tameemi/3029d545c87d27ba37db to your computer and use it in GitHub Desktop.
Save FaisalAl-Tameemi/3029d545c87d27ba37db to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<!-- HTML5 Hello world by kirupa - http://www.kirupa.com/html5/getting_your_feet_wet_html5_pg1.htm -->
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Hello...</title>
</head>
<body>
<section>
<h1>
My Title Here
</h1>
<p>
<em>
<strong>My Subtitle</strong> Here
</em>
</p>
<p>
This is my second paragraph
</p>
<a href="http://google.com">
<img src="https://i.ytimg.com/vi/PAKCgvprpQ8/maxresdefault.jpg"
height="200px"/>
<p>
Go to google
</p>
</a>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment