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

web基础

时间:2017-10-11 20:17:53      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:欧洲   网站   ref   ade   web   span   static   class   scheme   

  1. 认识URL,观察常用网站网址,区分不同组成部分。uscheme://host:port/path/?query-string=xxx#anchor11
  2. 观察web浏览过程.
  3. HTML基础。练习使用标签制作简单的页面。 
<h1></h1>
<hr>
<P>友情链接</P>
<a href=url></a>
<br>
<img src="url" width="258" height="39" alt="gzcc.cn" >
<div></div>区块
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>MIS15</title>
</head>
<body>

<h>mis问答平台</h>
<h4>2017</h4>
<p>事实上,当债务危机正压的美国气喘吁吁时,国际资本正在掉头!这从这两天人民币的暴涨就能得到印证,我们接下来看到的或许不是资本从新兴市场流向美国,而是正相反,资金由美国流向新兴市场(中国为主)以及欧洲、日本(避险)。

美国或在酝酿新的隐形广场协议 人民币将破解这隐性毒丸</p>
<p>这样的逻辑对于习惯了直线思维的分析师们可能无法接受,美元利率提升,资本怎么可能流出美国?</p>

<div  id="container" style="width:400px " >
    <div id="header" style="background-color:#ffc0cb;"><h2 align="center" style="margin-bottom:0;">登录</h2></div>

    <div id="content" style="background-color:#00bfff;height:150px;width:400px;float:left;"></div>
    <div id="footer" style="background-color:#ffc0cb;clear:both;text-align:center;">版权 ? duym</div>

</div>友情链接

<hr>

<a href="http://www.gzcc.cn/">广州商学院<br><img src="http://www.gzcc.cn/2016/images/banner.png" width="258" height="39" alt="gzcc.cn"  ></a>
<br>
<a href="https://www.baidu.com/">百度<br><img src="https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png" width="258" height="60" alt="gzcc.cn"  ></a>

</body>
</html>

技术分享

 

web基础

标签:欧洲   网站   ref   ade   web   span   static   class   scheme   

原文地址:http://www.cnblogs.com/33333-/p/7652426.html

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