demo09- programmer practice

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
        <!--
            div boxes represent the outermost
        -->
        <div>
            <!--
                Generally, we in the development, will add a transparent box, because the property does not have some label on, you can add a div who have a
                
            -->
            <div align="center">
                <!--
                    Top image
                -->
                <img src="img/logo6.png" />
            </div>
            <div>
                <p align="center">
                    <font color="red">警告 / WARNING</font>
                </p>
            </div>
            <div>
                <p align="center">
                    This article contents may not understand it; do not discard this content items distributed, circulated, sold, rented, gives or lends the age of those non-procedural ape shown, played or broadcast.
                </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>

 

Guess you like

Origin www.cnblogs.com/huaibin/p/12586759.html