Definition list

来源:互联网 发布:goldwave有mac版本吗 编辑:程序博客网 时间:2024/05/22 02:02
<html>
    <head>
        <title>video</title>
    </head>
    <body>
        <h1>Signle-Engine Cessna Airplanes</h1>
        <!--<dl> block tag</dl>: this is the area replacing the definition area-->
        <dl>
            <!--dt means definition itself, the term of the definition-->
            <dt>152</dt>
            <!--dd means definitions themselves-->
            <dd>Two-place Trainer.</dd>
            <dt>172</dt>
            <dd>Smaller four-place airplane.</dd>
            <dt>182</dt>
            <dd>Larger four-place airplane.</dd>
            <dt>210</dt>
            <dd>Six-place airplane - high performance.</dd>
        </dl>
    </body>
</html>

What I want to say is in the comment tag.



原创粉丝点击