码迷,mamicode.com
首页 > Web开发 > 详细

WEB基础

时间:2017-10-13 23:35:28      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:div   标签   new   copy   image   alt   string   upload   log   

  1. 认识URL,观察常用网站网址,区分不同组成部分。uscheme://host:port/path/?query-string=xxx#anchor11
  2. 观察web浏览过程.
  3. HTML基础。练习使用标签制作简单的页面。
技术分享
 1 <!DOCTYPE html>
 2 <html lang="en">
 3 
 4 <head>
 5     <meta charset="UTF-8">
 6     <title>广州商学院</title>
 7 </head>
 8 
 9 <body>
10     <h1 align="center">资讯</h1>
11     <a href="http://news.gzcc.cn/html/2017/xiaoyuanxinwen_1011/8308.html" target="_blank">校园新闻</a>
12     <img src="http://oa.gzcc.cn/uploadfile/2017/1011/thumb_685_450_20171011054849219.jpg" class="index-news-thumb-focus">
13     <div class="gray" style="">
14                <a href="http://news.gzcc.cn/html/2017/xiaoyuanxinwen_1011/8308.html" target="_blank"> 扎实推进“活力广商”建设</a>
15     </div>
16 </body>
17 </html>
技术分享

技术分享

WEB基础

标签:div   标签   new   copy   image   alt   string   upload   log   

原文地址:http://www.cnblogs.com/lianghaohui123/p/7663636.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!