html示例

<!DOCTYPE html>
<html><head><meta charset="UTF-8"><title>百度一下,你就知道</title><link rel="shortcut icon" href="https://www.baidu.com/favicon.ico" type="image/x-icon" /><link rel="stylesheet" href="css.css"></head><body><div id="d1"><div align="center"><ul><li><a href="http://news.baidu.com/" class="s">新闻</a></li><li><a href="https://www.hao123.com/" class="s">hao123</a></li><li><a href="http://map.baidu.com/" class="s">地图</a></li><li><a href="https://live.baidu.com/" class="s">直播</a></li><li><a href="http://v.baidu.com/" class="s">视频</a></li><li><a href="http://tieba.baidu.com/" class="s">贴吧</a></li><li><a href="http://xueshu.baidu.com/" class="s">学术</a></li><li><a href="" >更多</a></li><li><a href="http://www.baidu.com/gaoji/preferences.html">设置</a></li><li><input type="button" value="登录"></li></ul></div></div><div id="d2"><a href="https://www.baidu.com/s?wd=%E4%BB%8A%E6%97%A5%E6%96%B0%E9%B2%9C%E4%BA%8B&tn=SE_PclogoS_8whnvm25&sa=ire_dl_gh_logo&rsv_dl=igh_logo_pcs" id="a1"><img src="https://www.baidu.com/img/baidu_resultlogo@2.png"></a><br /><form action="http://www.baidu.com/s"><div><input type="text" name="wd"><input type="submit" value="百度一下"></div></form><div id="d4" align="center"><a href="https://www.baidu.com/cache/sethelp/help.html">设为首页</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://home.baidu.com/">关于百度</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://ir.baidu.com/">About Baidu</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://isite.baidu.com/site/e.baidu.com/d38e8023-2131-4904-adf7-a8d1108f51ef?refer=888">百度营销</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.baidu.com/duty/">使用百度前必读</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://jianyi.baidu.com/">意见反馈</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://help.baidu.com/">帮助中心</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11000002000001">京公网安备11000002000001号</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://beian.miit.gov.cn/#/Integrated/index">京ICP证030173号&nbsp;&nbsp;&nbsp;&nbsp;&copy;2021 Baidu&nbsp;&nbsp;&nbsp;&nbsp; (京)-经营性-2017-0020</p></div> </body>
</html>

CSS

#d1{position: absolute;right: 10px;
}
#d1 ul{list-style: none;
}
#d1 a{font-family: "微雅软黑";color: black;font-size: 13px;}
#d1 li{float: left;margin-left: 18px;text-align: center;
}
#d1 input[type="button"]{background-color: #3388FF;border-bottom: none;border-left: none;border-right: none;border-top: none;color: white;
}
#d1 input[type="button"]:hover{cursor: pointer;
}
#d2{position:relative;text-align: center;top: 100px
}
#d2 input[type="text"]{width:541px;height:32px;margin-top: 41px;font-size: 20px;border-width: 1px;background: url(../img/照相机.png) no-repeat 510px;
}
#d2 input[type="submit"]{height: 36px;width:100px;background-color: #3388FF;border-width: 0px;font-size: 15px;color: white;margin-left: -5px;
}
#d2 input[type="submit"]:hover{cursor: pointer;
}
#d3{top: 280px;position: relative;
}
#d4{position: relative;top:290px;text-align: center;color:#999999;
}
#d4 a{font-family: "微雅软黑";color:#999999;font-size: 4px;
}
#d4 ul{list-style: none;
}
#d4 li{float: right;margin-left: 15px;
}
#a1{margin-bottom:100px;
}
.s{font-weight: bold;
}#t:active{border-color: #3388FF;
}

html html示例相关推荐

  1. .net连接mysql数据_.net连接MYSQL数据库的方法及示例!

    连接MYSQL数据库的方法及示例 方法一: 使用MYSQL推出的MySQL Connector/Net is an ADO.NET driver for MySQL 该组件为MYSQL为ADO.NET ...

  2. CPU Cache原理与示例

    CPU Cache原理与示例 基础知识 现在的 CPU 多核技术,都会有几级缓存,老的 CPU 会有两级内存(L1 和 L2),新的CPU会有三级内存(L1,L2,L3 ),如下图所示: 其中:  ...

  3. 编译器 llvm clang 源码转换示例

    编译器 llvm clang 源码转换示例 从git获取llvm项目的源码方式: git clone https://github.com/llvm/llvm-project.git 下载源码后,进入 ...

  4. Cache Memory技术示例

    Cache Memory技术示例 为什么需要cache?如何判断一个数据在cache中是否命中?cache的种类有哪些,区别是什么? 为什么需要cache memory 先思考第一个问题:程序是如何运 ...

  5. Swift与LLVM-Clang原理与示例

    Swift与LLVM-Clang原理与示例 LLVM 学习 从 简单汇编基础 到 Swift 不简单的 a + 1 作为iOS开发,程序崩溃犹如家常便饭,秉着没有崩溃也要制造崩溃的原则 每天都吃的很饱 ...

  6. C语言与OpenCL的编程示例比较

    C语言与OpenCL的编程示例比较 OpenCL支持数据并行,任务并行编程,同时支持两种模式的混合.对于同步 OpenCL支持同一工作组内工作项的同步和命令队列中处于同一个上下文中的 命令的同步. 在 ...

  7. OpenCL框架与示例

    OpenCL框架与示例 下面的图简单说明了OpenCL的编程框架,图是用的GPU,其他类似: 名词的概念: Platform (平台):主机加上OpenCL框架管理下的若干设备构成了这个平台,通过这个 ...

  8. ONNX MLIR应用示例(含源码链接)

    ONNX MLIR应用示例(含源码链接) 开放式神经网络交换在MLIR中的实现 (http://onnx.ai/onnx-mlir/). Prebuilt Containers 开始使用ONNX-ML ...

  9. TVM apps extension示例扩展库

    TVM apps extension示例扩展库 此文件夹包含TVM的示例扩展库.演示了其它库如何在C++和Python API中扩展TVM. 该库扩展了TVM的功能. python模块加载新的共享库, ...

  10. TVM示例展示 README.md,Makefile,CMakeLists.txt

    TVM示例展示 README.md,Makefile,CMakeLists.txt TVM/README.md Open Deep Learning Compiler Stack Documentat ...

最新文章

  1. MySQL索引的学习和研究
  2. python哪些是可变对象_什么是Python可变对象和不可变对象
  3. Fiori offline support : overrideRefreshHandling and injectRefreshList
  4. 让你的数据和对象有源有出路,一文打尽,Java常用IO流处理流(处理字节流文件流)缓冲流、转换流、对象流等
  5. 小米集团:副董事长林斌承诺5年内不出售公司股份 已作安排的除外
  6. 2020 Intel数据平面创新赋能未来网络-李雪峰
  7. iphone数据迁移到新iphone_iphone数据丢失?想要恢复iphone丢失的数据?
  8. union all查询统计总数量
  9. 服务器挂游戏用什么系统,挂游戏用什么云服务器
  10. 【vs2019MFC】msvcrtd.lib(exe_main.obj) : error LNK2019: 无法解析的外部符号 _main,该符号在函数 “int __cdecl invoke_mai
  11. 最舒服的颜色搭配值,很有用哦,特别是做设计的!!
  12. linux 解压 7z 乱码,7z-linux下解决中文名乱码的终极办法
  13. python - 文件打包发布流程
  14. elasticsearch7.5.0 集群部署
  15. 即将奔三的90后,你们有多少存款
  16. 实现一个简单的Database1
  17. 畅游人工智能之海 | Keras教程之Keras的知识结构
  18. Qt tableview
  19. 2022年最新crm管理系统免费试用-从0了解crm
  20. 为什么mos管反相器要用pmos管和nmos管构成

热门文章

  1. 宋君强 学科评估 计算机科学,三分钟,这个学院带你乘风破浪
  2. spring boot 应用设置session path_kubernetes configmap 热更新spring-boot应用
  3. star ccm+ 用户指南_star-ccm边界层处理方法
  4. 微星网卡linux驱动,微星中国
  5. linux删除目录所有内容,如何从Linux上的目录中删除所有内容
  6. c语言中字符减减自符意思,C语言中的自加自减运算
  7. oracle在日期区间分页查询,Oracle 日期分页
  8. 正直摄影方式的精度估算式_[公务员考试]数量关系——估算法与直除法
  9. 设置窗口大小后无法滚动_新款奥迪A6L更换变速器机电单元后无法完成油冷却阀基本设置...
  10. 智能车竞赛计时系统感应线圈放在节能充电线圈上输出电压会多大?