body { background: gray; text-align: center; margin: 0; padding: 0 }
#wrapper { background: #bbbbbb; width: 800px; margin: 0 auto; text-align: left }
#branding { background: #aaaaaa; height: 100px; text-align: center; position: relative }
#branding div { font-size: 2em; line-height: 70px }
#footer { background: black; color: white; height: 70px; font-size: 1.2em; text-align: center; line-height: 70px; clear: both }
#content { background: #ccccff; width: 620px; float: right }
#mainNav { width: 179px; float: left }
#mainNav ul { list-style: none; margin: 0; padding: 0; float: right }
#mainNav ul a { text-decoration: none; background: black; color: white; display: block; width: 120px; line-height: 2em; border-bottom: solid white 1px; text-indent: 1em }
#mainNav ul a:hover { color: black; background: white }
#branding ul { list-style: none; margin: 0; padding: 0; position: absolute; right: 0; bottom: 0 }
#branding ul a { text-decoration: none; background: black; color: white; line-height: 2em; border-right: solid white 1px; float: left; padding: 0 2em }
#branding li { float: left }
#branding ul a:hover { color: black; background: white }
北京联合大学
- 首页
- 师资队伍
- 学院分布
- 校园风光
- 招生计划
内容——JavaScript学习部分
<html>
<head>
<title>LUOyu</title>
<style type="text/css">
#x1 {
background:yellow;
}
</style>
<script type="text/javascript">
function a(){
alert("hello,world");//界面输出字符
confirm("a=");//输出消息
prompt("dfkl");//用户输入
var a=10;//定义
alert(typeof(a))//打印查看类型
}
</script>
</head>
<body>
<div id="x1">dsfdsf;ds</div>
<input type="button" value="click me" onclick="a()" />
</body>
</html>
- 智慧城市学院
- 艺术学院
- 城市轨道交通
- 机器人学院
- 商务学院
[email protected]