Skip to content

Instantly share code, notes, and snippets.

@kemalkanok
Created November 6, 2014 20:45
Show Gist options
  • Save kemalkanok/a3a17372c75b4792edf9 to your computer and use it in GitHub Desktop.
Save kemalkanok/a3a17372c75b4792edf9 to your computer and use it in GitHub Desktop.
web uygulama 2
<!-- <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