bootstrap系列-2.css排版

**关键信息以备注形式讲解**
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>css排版</title>
	<meta charset="utf-8" />
    <link rel="stylesheet" href="bootstrap.css" />
</head>
<body>
    <div class="container">
        <h1>全局css</h1>
        <h2>全局css</h2>
        <h3>全局css</h3>
        <h4>全局css<small>small表示副标签</small></h4>
        <!--abbr:缩略文字-->
        <p>hellohellohellohello<abbr title="attribute">hello</abbr></p>
        <!--mark:标记标签-->
        <p>Hell World:欢迎来到<mark>标签</mark></p>
        <del></del>

        <!--对齐-->
        <p class="text-left">左对齐</p>
        <p class="text-right">右对齐</p>
        <p class="text-center">中间对齐</p>
        <!--大小写首字母大写-->
        <p class="text-lowercase">HHHEEE</p>
        <p class="text-uppercase">hhhhheee</p>
        <p class="text-capitalize">hhhhhhhh</p>

        <address>
            <strong>地址:</strong><br><!--br:换行符-->
            烟台市,开发区<br>
            AAA街道BB号
            <abbr title="Phone">P:1234 5678</abbr>
        </address>
        <!--以下为无样式列表-->
        <ul class="list-unstyled">
           <li></li>
        </ul>
    </div>
</body>
</html>

运行效果

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值