-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample03.html
More file actions
17 lines (17 loc) · 1.15 KB
/
example03.html
File metadata and controls
17 lines (17 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>css控制新闻页面文本</title>
<link rel="stylesheet" type="text/css" href="style03.css"/>
</head>
<body>
<h2>高校IT骨干教师培训班将于7月在京举办(图)</h2>
<p class="one"><em class="blue">2014年4月15日 11:08传智播客网</em><em class="gray">我有话说(<em class="red">802</em>人参与)</em></p>
<hr/>
<p class="two">2014年全国高校IT骨干教师暑期培训班将于7月在京举办</p>
<p class="three">传智播客网4月15日消息 中国电子学会将携手CSDN<em class="blue">[微博]</em>和传智播客教育集团<em class="blue">[微博]</em>于2014年7月在京举办“2014年全国高校IT骨干老师培训班”。本次培训于2014年7月14日到25日举办,课程涵盖:JavaEE、.NET、PHP、网页平面设计、iOS、C++六个方向。</p>
<p class="four">高校IT骨干教师培训班将于7月在京举办</p>
<P class="five">传智播客<em class="blue">[微博]</em>将为校企之间、校校之间提供交流分享专业建设与教学改革的理念、经验与成果的平台。</P>
</body>
</html>