<html>
<head>
<meta charset ="UTF-8">
<link rel ="stylesheet" type="text/css" href="0703.css"></link>
<style>
p{
color:blue;
}
</style>
</head>
<body>
<h2>后台管理</h2>
<ul style="float:left">
<li><a href="http://www.baidu.com" target="name">百度</a></li>
<li><a href="https://www.toutiao.com/" target="name">今日头条</a></li>
<li><a href="http://www.sina.com.cn" target="name">新浪网</a></li>
<iframe frameborder="1" width="600" height="600" name ="name" style="float:left" >后台连接</iframe>
<p style="color:red">每个人的人生都有不一样的生活</p>
<p>我不要求你***的呀</p>
<p id="name">明天就是7月4号了时间过得很快呀</p>
<p >啦啦啦我是卖报的小行家</p>
</body>
</html>
p{
color: #BA55D3;
}