html的一些基本属性介绍

一、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>

 

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

 

转载于:https://www.cnblogs.com/1121518wo/p/11333508.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值