首页 > 其他 > 详细

demo09-程序员练习

时间:2020-03-28 13:32:39      阅读:80      评论:0      收藏:0      [点我收藏+]
<!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>

 

demo09-程序员练习

原文:https://www.cnblogs.com/huaibin/p/12586759.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!