Created
May 14, 2015 00:03
-
-
Save Humoud/c04d9690f5c3aec21ebb to your computer and use it in GitHub Desktop.
Web Tutorial 1
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> | |
<html> | |
<head></head> | |
<body> | |
<h1>Cafe Pizza</h1> | |
<h3>Coffee and Pizza. Allah!</h3> | |
<p>Menu:</p> | |
<ul> | |
<li>Turkish Coffee 5KD</li> | |
<li>Pizza 10KD</li> | |
<li>Pumpkin Spice Late 7KD</li> | |
</ul> | |
<button>Buy</button> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment