Created
November 6, 2014 20:45
-
-
Save kemalkanok/a3a17372c75b4792edf9 to your computer and use it in GitHub Desktop.
web uygulama 2
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
<!-- <html> | |
<head> | |
<meta charset="utf8"> | |
<title></title> | |
</head> | |
<body> | |
<header> | |
<nav> | |
<ul> | |
<li><a href="#">link1</a></li> | |
<li><a href="#">link2</a></li> | |
<li><a href="#">link3</a></li> | |
</ul> | |
</nav> | |
</header> | |
<content> | |
<p>content</p> | |
</content> | |
<footer> | |
<p>footer</p> | |
</footer> | |
</body> | |
</html> --> | |
<html> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<div style="float:left;width: 50%;">sol</div> | |
<div style="float: left;width: 50%;">sag</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment