web基础

  1. 认识URL,观察常用网站网址,区分不同组成部分。uscheme://host:port/path/?query-string=xxx#anchor11
  2. 观察web浏览过程.
  3. HTML基础。练习使用标签制作简单的页面。 
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>MIS201508030026</title>
</head>

<Font size = 100 FACE="宋体">广州商学院</Font><br>
<a href="http://news.gzcc.cn/html/2017/meitishijie_0929/8293.html"> 这样的思政课“有知有味”
    <img src="http://oa.gzcc.cn/uploadfile/2017/0929/20170929065108340.jpg"></a><br><hr>
<div  id="container" style="400px " >
    <div id="header" style="background-color:#FFA500;"><h2 align="center" style="margin-bottom:0;">登录</h2></div>
    <div id="content" style="background-color:#EEEEEE;height:150px;400px;float:left;"></div>
    <div id="footer" style="background-color:#FFA500;clear:both;text-align:center;">版权 © duym</div>

</div><br>

</body>
</html>

  


<h1></h1>
<hr>
<P>友情链接</P>
<a href=url></a>
<br>
<img src="url" width="258" height="39" alt="gzcc.cn" >
<div></div>区块
原文地址:https://www.cnblogs.com/lhw1997/p/7651048.html