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

网页设计初体验

时间:2016-04-19 17:12:10      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:

网页设计刚学一个晚上,只学了一些基础知识。

<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
<body></body>内容
<p></p>段落

<h1></h1><h2></h2><h3></h3><a>标签

<img>图片

<br/>换行

<h1 align="center"> 标题居中

<body bgcolor="">内容背景颜色

<b></b>字体加粗

<big></big>字体加大

<i></i>斜体字

<a href="url"></a>链接

 

<frameset cols="%,%">   <frame src="">   <frame src="">

</frameset>框架

<from></from>表单

 

已经可以设计出来一个特别简陋的网站

网页设计初体验

标签:

原文地址:http://www.cnblogs.com/changyuan/p/5408630.html

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