html body { margin-top: 50px !important; } #top_form { position: fixed; top:0; left:0; width: 100%; margin:0; z-index: 2100000000; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; border-bottom:1px solid #151515; background:#FFC8C8; height:45px; line-height:45px; } #top_form input[name=url] { width: 550px; height: 20px; padding: 5px; font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; border: 0px none; background: none repeat scroll 0% 0% #FFF; }
Web Development
Web Development
<!DOCTYPE html>
<html lang="en">
<head>
<title>hello, world</title>
</head>
<body>
hello, world
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<style>
</style>
<title>hello, world</title>
</head>
<body>
hello, world
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<link href="styles.css" rel="stylesheet"/>
<title>hello, world</title>
</head>
<body>
hello, world
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>hello, world</title>
</head>
<body>
hello, world
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>hello, world</title>
</head>
<body>
hello, world
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>hello, world</title>
</head>
<body>
hello, world
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<script>
</script>
<title>hello, world</title>
</head>
<body>
hello, world
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<script src="scripts.js"></script>
<title>hello, world</title>
</head>
<body>
hello, world
</body>
</html>
alert("hello, world");
while (true)
{
alert("hello, world");
}
for (var i = 0; i < 10; i++)
{
alert("hello, world");
}
var counter = 0;
while (true)
{
alert(counter);
counter++;
}
if (x < y)
{
alert("x is less than y");
}
else if (x > y)
{
alert("x is greater than y");
}
else
{
alert("x is equal to y");
}
http://nifty.stanford.edu/2011/parlante-image-puzzle/
Web Development