</pre><pre>


<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>欢迎到訪</title>
<style>
body{
background-color: rgb(11,41,105);
}
a{
text-decoration:none;
}
#head{
background-color:gray;
height:2px;
}
#middle{
background-color::white;
width: 250px; float:left;
}
</style>
</head>
<body>
<h1 style="color:white"><center> 欢迎使用导航界面</center></h1>
<div id="head">
</div >
<p>
<center style="color:red;font-size:25px">在这里看到你的进步</center>
</p>
<div id="middle">
<a href="http://127.0.0.1:6060/Fristweb/MyJsp.jsp" style="color:white;font-size:25px;padding-left:10px">连接到动态的jsp网页</a>
<br>
<br>
<li> <a href="indexj.html" style="color:white;font-size:25px">Django学习</a>
<br>
<br>
</li>
<li>
<a href="linux.html" style="color:white;font-size:25px">linux学习</a>
<br>
<br>
</li>
<li>
<a href="python.html"style="color:white;font-size:25px">python学习</a>
<br>
<br>
</li>
<li>
<a href="java.html"style="color:white;font-size:25px">java学习</a>
<br>
<br>
</li>
<li>
<a href="sqlserver.html"style="color:white;font-size:25px">sqlserver学习</a>
<br>
<br>
</li>
<li>
<a href="mysql\indexmysql.html" style="color:white;font-size:25px">mysql学习</a>
</li>
</div> </body>
</html>

在学习html的时候突然发现的一个小细节

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>欢迎到訪</title>
<style>
body{
background-color: rgb(11,41,105);
}
a{
text-decoration:none;
}
#head{
background-color:gray;
height:2px;
}
#middle{
background-color::white;
width: 250px; float:left;
}
</style>
</head>
<body>
<h1 style="color:white"><center> 欢迎使用导航界面</center></h1>
<div id="head">
</div >
<p>
<center style="color:red;font-size:25px">在这里看到你的进步</center>
</p>
<div id="middle">
<a href="http://127.0.0.1:6060/Fristweb/MyJsp.jsp" style="color:white;font-size:25px;padding-left:10px">连接到动态的jsp网页</a>
<br>
<br>
<li> <a href="indexj.html" style="color:white;font-size:25px">Django学习</a>
</li>
<br>
<br>
<li>
<a href="linux.html" style="color:white;font-size:25px">linux学习</a>
</li>
<br>
<br>
<li>
<a href="python.html"style="color:white;font-size:25px">python学习</a>
</li>
<br>
<br>
<li>
<a href="java.html"style="color:white;font-size:25px">java学习</a
</li>
<br>
<br>
<li>
<a href="sqlserver.html"style="color:white;font-size:25px">sqlserver学习</a>
<br>
<br>
</li>
<li>
<a href="mysql\indexmysql.html" style="color:white;font-size:25px">mysql学习</a>
</li>
</div> </body>
</html>

发如今里面和外面的情况,换行的时候,外面的比里面的多一行.为什么呢?

还不清楚,感觉html一点都不简单

最新文章

  1. iOS -- CocoaPods
  2. ReactNative 适合初学的第一个教程demo,找租房
  3. 算法:Astar寻路算法改进,双向A*寻路算法
  4. jquery checkbox 复选框多次点击判断选中状态,以及全选/取消的代码示例
  5. (转)@SuppressWarnings的使用、作用、用法
  6. [Jquery] js验证手机号
  7. Memcached使用手册
  8. web 直播&amp;即时聊天------阿里云、融云
  9. 在vmware 中使用桥连接 连接到网络
  10. rwx读写执行对文件和目录的意义
  11. JS中金额转换以及格式化
  12. Git 的使用(皮毛))
  13. vsftp配置文件详解
  14. Python入门-函数
  15. html-轮播图
  16. HDU_2112(最短路)
  17. 【问题解决方案】Keras手写数字识别-ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接
  18. go omitempty 忽略类型
  19. 身份证查询API
  20. Sublime Text 插件之:MarkDown

热门文章

  1. Python-求解两个字符串的最长公共子序列
  2. 七周成为数据分析师04_Excel
  3. 求分数序列的前n项之和
  4. Mysql 使用命令及 sql 语句示例
  5. CI - Set CSRF Hash and Cookie
  6. 2017-2018 ACM-ICPC, NEERC, Southern Subregional Contest (Online Mirror, ACM-ICPC Rules, Teams Preferred)
  7. 86. Spring Boot集成ActiveMQ【从零开始学Spring Boot】
  8. Python之转换py文件为无需依赖python环境的exe文件的方法
  9. 【bzoj4242】水壶 BFS+最小生成树+倍增LCA
  10. 【Luogu】P1280尼克的任务(DP)