Difference between revisions of "Team:OUC-China"

m
Line 1: Line 1:
<div style="width:100%; height:100%; background-color:#009;"></div>
+
 
<nowiki>Insert non-formatted text here</nowiki>
+
<nowiki><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 +
<html xmlns="http://www.w3.org/1999/xhtml">
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<title>无标题文档</title>
 +
<style>
 +
#div1{left:0px;top:0px;  width:100%; height:100%; position:fixed; background-color:#000;}
 +
</style>
 +
</head>
 +
 
 +
<body>
 +
 
 +
<div id="div1"></div>
 +
</body>
 +
</html>
 +
</nowiki>

Revision as of 10:54, 6 August 2015

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <style> #div1{left:0px;top:0px; width:100%; height:100%; position:fixed; background-color:#000;} </style> </head> <body> <div id="div1"></div> </body> </html>