一、html的属性类型:

1、常见标签属性:

a、<h1>:align对其方式      例如:<h1  align="right"> hhhhh</h1> 表示标题hhhhh右对齐

b、<body>:bgcolor背景颜色

c、<a>:target规定在何处打开链接

2、通用属性:

a、class:规定元素的类名

b、id;规定元素唯一id

c、style:规定元素的样式

d、title:规定元素的额外信息

二、html格式化:

代码演示和效果演示:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>study</title>
</head>
<body>
<b>i like the mcu</b>
<br/>
<big>i like the mcu</big>
<br/>
<em>i like the mcu</em>
<br/>
<i>i like the mcu</i>
<br/>
<small>i like the mcu</small>
<br/>
<strong>i like the mcu</strong>
<sub>i like the mcu</sub>
<br/>
hhhh<sub>i like the mcu</sub>hoho
<br/>
<sup>i like the </sup>
<br/>
<ins>i </ins>
<br/>
<del>i like the mcu</del>
</body>
</html>

三、关于有序列表和无序列表的补充使用方法:

1、无序列表的使用:

代码演示和效果演示:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>study</title>
</head>
<body>
<ul type="disc">
<li>
i like the mcu
</li>
<li>
i like the mcu
</li>
</ul> <ul type="circle">
<li>
i like the mcu
</li>
<li>
i like the mcu
</li>
</ul> <ul type="square">
<li>
i like the mcu
</li>
<li>
i like the mcu
</li>
</ul>
</body>
</html>

2、有序列表的使用:

代码和效果演示如下:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>study</title>
</head>
<body>
<ol type="1">
<li>
i like the mcu
</li>
<li>
i like the mcu
</li>
</ol> <ol type="a">
<li>
i like the mcu
</li>
<li>
i like the mcu
</li>
</ol> <ol type="A">
<li>
i like the mcu
</li>
<li>
i like the mcu
</li>
</ol>
<ol type="i">
<li>
i like the mcu
</li>
<li>
i like the mcu
</li>
</ol>
</body>
</html>

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------每天学一点点,日积月累你也是专家!

最新文章

  1. MVC4做网站后台:用户管理 &mdash;用户
  2. Java基础-重写方法
  3. 设置dos窗口的背景色与前景色
  4. Linux 防火墙开放特定端口 (iptables)
  5. struts2响应AJAX
  6. 【转】Java日期计算之Joda-Time
  7. 高德地图API应用
  8. IE中的fireEvent和webkit中的dispatchEvent
  9. sql2005导出数据字典
  10. AngularJS(10)-数据验证
  11. java_Collection 类集
  12. Nginx反向代理导致PHP获取不到正确的HTTP_HOST,SERVER_NAME,客户端IP的解决方法
  13. 用LinkedList集合演示栈和队列的操作
  14. DNS入门
  15. 蓝牙secure simple pair 概述
  16. 分页(pagination)样式表
  17. Weblogic的安装与卸载
  18. Flink - InputGate
  19. Laravel 5.5 + Vue 开发单页应用
  20. phpMyadmin各版本漏洞

热门文章

  1. 常用的方法论-5W2H
  2. SPOJ STC02 - Antisymmetry(Manacher算法求回文串数)
  3. scrapy基础知识之 Logging:
  4. C# Linq 常用查询操作符
  5. 1.Actor编写-ESGrain与ESRepGrain
  6. 【Netty】Netty简介及服务器客户端简单开发流程
  7. 使用R语言预测产品销量
  8. [记录] Linux登录前后提示语
  9. 【CYH-02】NOIp考砸后虐题赛:数学:题解
  10. Samba与nfs与ftp