zoukankan      html  css  js  c++  java
  • demo09-程序员练习

    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <title></title>
        </head>
        <body>
            <!--
                div表示最外层的盒子
            -->
            <div>
                <!--
                    一般我们在开发的时候,都会添加一个透明盒子,因为有些标签上面没有的属性,可以加一个div身上就有了
                    
                -->
                <div align="center">
                    <!--
                        最上面的图片
                    -->
                    <img src="img/logo6.png" />
                </div>
                <div>
                    <p align="center">
                        <font color="red">警告 / WARNING</font>
                    </p>
                </div>
                <div>
                    <p align="center">
                        本物品內容可能看不明白;不可將本物品內容派發,傳閱,出售,出租,交給 或出借予年齡非程序猿的人士出示,播放或播映。
                    </p>
                </div>
                <div>
                    <p>
                        <font face="verdana">
                            This article contains material which may offernd and may not be distributed, circulated, sold, hired, given, lent, shown, 
    played or projected to a person under the age of 18 years. All models are 18 or older.
                        </font>
                    </p>
                </div>
                <div align="center">
                    <img src="img/click.png" />
                </div>
            </div>
        </body>
    </html>
  • 相关阅读:
    dos常用命令
    组合封装知识点
    继承与派生知识点
    继承与派生
    面向对象知识点
    面向对象
    Day 84 DRF的分页和过滤
    Day80 使用第三方(腾讯云)短信验证码接口
    Day 79 xadmin后台管理/Git仓库
    Day 77 三大认证组件
  • 原文地址:https://www.cnblogs.com/huaibin/p/12586759.html
Copyright © 2011-2022 走看看