<!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>360导航—新一代安全上网</title>
<link href="Untitled-360外部样式表.css" rel="stylesheet" type="text/css" />
</head> <body>
<table width="100%" border="0" height="300" >
<tr align="center">
<td><a href="http://m.autohome.com.cn">汽车之家</a></td>
<td><a href="http://www.yiche.com">易&nbsp;车&nbsp;网</a></td>
<td><a href="http://www.pcauto.com.cn/">太平洋汽车</a></td>
<td><a href="http://www.anjuke.com">安&nbsp;居&nbsp;客</a></td>
<td><a href="http://www.zhe800.com">折800</a></td>
<td><a href="http://www.suning.com/"><font color="#33FF00" size="+1">苏宁易购</a></font></td>
</tr>
<tr align="center">
<td><a href="http://www.4399.com/">4399小游戏</a></td>
<td><a href="http://www.xinhuanet.com/">人民</a>·<a href="http://www.people.com.cn/">新华</a></td>
<td><a href="http://www.ganji.com">赶&nbsp;集&nbsp;网</a></td>
<td><a href="http://www.dangdang.com/">当&nbsp;当&nbsp;网</a></td>
<td><a href="http://www.tuniu.com/"><img src="素材/wan.ico" height="20"/>途牛旅游网</a></td>
<td><a href="http://www.yhd.com/"><font color="#33FF00" face="方正兰亭超细黑简体" size="+1"><i><b>1号店</a></b></i></font><a href="http://www.yhd.com/"><font color="#FF6600" size="+1"><i>抢福袋</a></i></font></td>
</tr>
<tr align="center">
<td><a href="http://www.zhenai.com/">珍爱婚恋网</a></td>
<td><a href="http://www.moonbasa.com/">梦&nbsp;芭&nbsp;莎</a></td>
<td><a href="http://www.amazon.cn/">亚&nbsp;马&nbsp;逊</a></td>
<td><a href="http://www.elong.com/">艺&nbsp;龙&nbsp;网</a></td>
<td><a href="http://www.qunar.com/">去哪儿网</a></td>
<td><a href="http://www.meilishuo.com/">美&nbsp;丽&nbsp;说</a></td>
</tr>
<tr align="center">
<td><a href="http://www.meituan.com">美&nbsp;团&nbsp;网</a></td>
<td><a href="http://www.letv.com/">乐视视频</a></td>
<td><a href="http://www.vip.com/"><img src="素材/bitbug_favicon (33333).ico"" height="20" />唯&nbsp;品&nbsp;会</a></td>
<td><a href="http://www.jumei.com"><font color="#FF6600">聚美优品</a></font></td>
<td><a href="http://www.fang.com">搜&nbsp;房&nbsp;网</a></td>
<td><a href="http://www.mogujie.com/">蘑&nbsp;菇&nbsp;街</a></td>
</tr>
<tr align="center">
<td><a href="http://www.liepin.com/">猎&nbsp;聘&nbsp;网</a></td>
<td><a href="http://www.111.com.cn/">1&nbsp;药&nbsp;网</a></td>
<td><a href="http://www.user.lu.com">陆金所理财</a></td>
<td><a href="http://www.6.cn/">六&nbsp;间&nbsp;房</a></td>
<td><a href="http://www.ctrip.com/">携程机票</a></td>
<td><a href="http://www.12306.cn/">12306</a>·<a href="http://www.12306.cn/">抢票</a></td>
</tr>
</table>
</body>
</html>
@charset "utf-8";/* CSS Document */
<style type="text/css">
*
{
margin:0px;/*注释*/
padding:0px;
}
body
{
background-image:url(777.jpg);
background-repeat:repeat-x;
} a:link
{
color:#000;
text-decoration:none;}
a:visited
{
color:#000;
text-decoration:none;}
a:hover
{
color:red;
text-decoration:underline;}
a:active
{
color:orange;
text-decoration:underline;}
</style>

HTML&CSS----练习做网页的更多相关文章

  1. 【学】CSS3基础实例1 - 用CSS3做网页中的小三角,以及transition的用法

    自开了博客园已经有2周了吧,虽然转载了一些觉得比较有用的文章之外还没有开始写自己的一些学习记录,那就从今天开始. 目前看了妙味的不少视频,有css+html,js的基础和中级也都看完了,作业也都做了, ...

  2. 用做网页开发经历了三个阶段(附长篇讨论) good

    用做网页开发经历了三个阶段:第一阶:傻干阶段使用Intraweb,傻瓜型,无需知道javascript,html,css,会pascal就可以了. 第二阶:困惑阶段使用Intraweb,有很多限制,比 ...

  3. 基于CSS的个人网页

    前端时间做的CSS作业:基于CSS的个人网页 基于CSS的个人网页 效果图: 代码: <!DOCTYPE html> <html> <head> <meta ...

  4. #3使用html+css+js制作网页 番外篇 使用python flask 框架 (II)

    #3使用html+css+js制作网页 番外篇 使用python flask 框架 II第二部 0. 本系列教程 1. 登录功能准备 a.python中操控mysql b. 安装数据库 c.安装mys ...

  5. #3使用html+css+js制作网页 番外篇 使用python flask 框架 (I)

    #3使用html+css+js制作网页 番外篇 使用python flask 框架(I 第一部) 0. 本系列教程 1. 准备 a.python b. flask c. flask 环境安装 d. f ...

  6. #3使用html+css+js制作网页 番外篇 制作接收php

    使用html+css+js制作网页 番外篇 制作接收php 本系列链接 基础 php语法 例子 本系列链接 #1使用html+css+js制作网站教程 准备 #2使用html+css+js制作网站教程 ...

  7. #3使用html+css+js制作网页 制作登录网页

    #3使用html+css+js制作网页 制作登录网页 本系列链接 2制作登录网页 2.1 准备 2.1.1 创建文件夹 2.1.2 创建主文件 2.2 html部分 2.2.1 网站信息 2.2.2 ...

  8. 基于CSS+dIV的网页层,点击后隐藏或显示

    一个基于CSS+dIV的网页层,用JavaScript结合Input按钮进行控制,点击后显示或隐藏,网页上常用到的特效之一,实用性较强,相信对大家的前端设计有帮助. <!DOCTYPE html ...

  9. 通过CSS让html网页中的内容不可选

    *{ moz-user-select: -moz-none; -moz-user-select: none; -o-user-select:none; -khtml-user-select:none; ...

  10. 用XAML做网页!!—边栏与页脚

    原文:用XAML做网页!!-边栏与页脚 此次我们来设计边栏和页脚,首先从页脚开始,其代码很简单: <Border x:Name="Footer" BorderBrush=&q ...

随机推荐

  1. Android Handler leak 分析及解决办法

    In Android, Handler classes should be static or leaks might occur, Messages enqueued on the applicat ...

  2. 取余运算(codevs 1497)

    题目描述 Description 输入b,p,k的值,编程计算bp mod k的值.其中的b,p,k*k为长整型数(2^31范围内). 输入描述 Input Description b p k 输出描 ...

  3. Http协议之Request和Response

    GET / HTTP/1.1表示向服务器用GET方式请求首页,使用HTTP/1.1协议 Cache-Control作用: 用来指定Response-Request遵循的缓存机制.各个指令含义如下Cac ...

  4. 说说GET和POST方法的区别

    完全来自博客园的一篇文章,GET和POST有什么区别?说的非常有道理,学习了. 错误理解 反驳 GET使用URL或Cookie传参.而POST将数据放在BODY中. GET和POST与数据如何传递没有 ...

  5. LeetCode之Balanced Binary Tree 平衡二叉树

    判定一棵二叉树是不是二叉平衡树. 链接:https://oj.leetcode.com/problems/balanced-binary-tree/ 题目描述: Given a binary tree ...

  6. 用PHP实现定时器功能

    1.直接使用PHP来完成定时 <?php ignore_user_abort(false);//当用户关闭页面时服务停止 set_time_limit(0); //设置执行时间,单位是秒.0表示 ...

  7. JAVA基础学习之throws和throw的区别、Java中的四种权限、多线程的使用等(2)

    1.throws和throw的区别 throws使用在函数外,是编译时的异常,throw使用在函数内,是运行时的异常 使用方法 public int method(int[] arr) throws ...

  8. jquery easy ui 1.3.4 数据表格(DataGrid)(8)

    8.1.创建DataGrid html代码 <table id="dg"></table> $("#dg").datagrid({ // ...

  9. Java Hour 35 Weather ( 8 ) struts2 – message resource

    有句名言,叫做10000小时成为某一个领域的专家.姑且不辩论这句话是否正确,让我们到达10000小时的时候再回头来看吧. Hour 35 刚发表了一条闪存,在这个公司快满3个月了,该正式决定留下来还是 ...

  10. laravel框架session使用教程

    laravel是一款php框架了,在使用laravel时会碰到session使用问题了,在使用过程中碰到一些问题与一些应用的例子. 用Laravel开发应用,把原有的代码copy过来,以前的代码ses ...