WEB基礎

  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>
複製代碼

相關文章
相關標籤/搜索