列表标签





<html>
    <head>
        <body>
            
            <h4>你喜欢的实食物?h4>
            <ul>
                <li>西瓜li>
                <li>苹果li>
                <li>香蕉li>
            ul>

            
            <h4>你喜欢的实食物?h4>
            <ol>
                <li>西瓜li>
                <li>苹果li>
                <li>香蕉li>
             ol>

            
            <dl>
                <dt>关注我们dt>
                <dd>新浪微博dd>
                <dd>官方微信dd>
                <dd>关于我们dd>
             dl>
        body>
    head>
html>