运行效果:

源代码:

 1 <!DOCTYPE html>
2 <html lang="zh">
3 <head>
4 <meta charset="UTF-8">
5 <title>Sina</title>
6 <style type="text/css">
7 *{
8 margin: 0;
9 padding: 0;
10 border: none;
11 }
12
13 body{
14 font-family: "微软雅黑";
15 font-size: 14px;
16 color: black;
17 }
18
19 .container{
20 width: 600px;
21 height: 200px;
22 margin-top: 10px;
23 margin-left: 10px;
24 }
25
26 .web-title{
27 font-size: 16px;
28 text-align: left;
29 text-decoration: underline;
30 color: blue;
31 }
32
33 .red{
34 color: red;
35 }
36
37 .underline{
38 text-decoration: underline red;
39 }
40
41 .web-content{
42 margin-top: 15px;
43 }
44
45 .linked{
46 margin-top: 15px;
47 color: green;
48 }
49
50 .grey{
51 color: grey;
52 }
53 </style>
54 </head>
55 <body>
56 <div class="container">
57 <p class="web-title"><font class="red underline">新浪</font>博客首页--<font class="red underline">新浪网</font></p>
58 <p class="web-content"><font class="red">新浪公司</font>是一家服务于中国及全球华人社群的网络媒体公司,
59 成立于1998年12月,由王志东创立,现任董事长曹国伟,服务大中华地区与海外华人,新浪拥有多家地区性网站。
60 新浪通过门户网站新浪网、新浪移动和社交媒体微博,帮助广大用户通过电脑和移动设备获得专业媒体和
61 用户自生成的多媒体内容(UGC)并与友人进行兴趣分享。</p>
62 <p class="linked">blog.sina.com.cn/2014-07-07&nbsp;<font class="grey">-百度快照-评价</font></p>
63 </div>
64 </body>
65 </html>

最新文章

  1. spring事务详解(转载+高亮)
  2. linux连接与传输等命令
  3. 奇怪吸引子---TreeScrollUnifiedChaoticSystem
  4. python--flask使用
  5. [POJ] #1003# Hangover : 浮点数运算
  6. RAID0_RAID1_RAID10_RAID5各需几块盘才可组建
  7. 数据格式处理(数字,日期),java处理,jsp的fmt处理
  8. Zookeeper动态更新服务器列表
  9. 004-数据结构之ADT-栈与队列【数组方式实现】
  10. 10. Condition 控制线程通信
  11. Golang Kernel For Jupyter-NoteBook
  12. AtCoder Beginner Contest 044 B - 美しい文字列 / Beautiful Strings
  13. Metronic前端模板
  14. DFS--障碍在指定时间会消失
  15. java使用ssh访问Linux的项目jscraft
  16. 第192天:js---Date对象属性和方法总结
  17. 20145216史婧瑶《Java程序设计》第二次实验报告
  18. Spring Boot提供的特性
  19. 洛谷P3236 [HNOI2014]画框(最小乘积KM)
  20. Linux学习笔记 (四)归档和压缩

热门文章

  1. 矩池云 | 新冠肺炎防控:肺炎CT检测
  2. Linux du命令和df命令区别
  3. lavarel 框架 搜索后分页
  4. laravel7 ajax H-ui框架添加数据至数据库
  5. Windows原理深入学习系列-Windows内核提权
  6. 17 数组 Arrays类
  7. LGP6825题解
  8. C#+SQL Server的数据库管理系统常用的代码
  9. 无传感FOC控制中的转子位置和速度确定方法一
  10. 对原型链的理解?prototype上都有哪些属性?