Created
February 18, 2016 00:32
-
-
Save FaisalAl-Tameemi/3029d545c87d27ba37db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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