<!DOCTYPE html>
<html lang="en">
<head>
? ? <meta charset="UTF-8">
? ? <title>Title</title>
? ? <style>
? ? ? ? #a {background-color: gainsboro;}
? ? ? ? #b {background-color: white;width: 60%;margin: 0px auto;padding: 0px;}
? ? ? ? #q{ width: 30%;float: left;}
? ? ? ? #c{height: 60px;margin-left: 260px}
? ? ? ? #l{float: right}
? ? </style>
</head>
<body>
<div id="a">
? ? <div id="b">
? ? ? ? <div id="q">
? ? ? ? ? ? <img src="logo.png" >
? ? ? ? </div>
? ? ? ? <div id="l">
? ? ? ? ? ? <a href="#">設(shè)為首頁</a>|
? ? ? ? ? ? <a href="#">加入收藏</a>|
? ? ? ? ? ? <a href="#"> 網(wǎng)站導(dǎo)航</a>|
? ? ? ? ? ? <a href="#">新站入口</a>
? ? ? ? </div>
? ? ? ? <img src="1551168412(1).jpg" id="c">
? ? </div>
</div>
</div>
</body>
<cml>