class="post-template-default single single-post postid-756 single-format-standard wp-custom-logo wp-embed-responsive right-sidebar nav-float-right separate-containers header-aligned-left dropdown-hover featured-image-active" itemtype="https://schema.org/Blog" itemscope>

How do you define an unordered list in html with example

नमस्कार दोस्तों! इस लेख में हम How do you define an unordered list in html with example के बारे में पढ़ेंगे और आपको इसका कोड भी दे रहे होंगे।

How do you define an unordered list in html with example

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HTML Unordered List Example</title>
</head>
<body>

<h2>Fruits</h2>

<ul>
    <li>Apple</li>
    <li>Banana</li>
    <li>Orange</li>
    <li>Mango</li>
</ul>

</body>
</html>

इसको समझने के लिए निचे दिए गए video से देख सकते हो।

इसे भी पढ़े🚀

1 thought on “How do you define an unordered list in html with example”

Leave a comment