HTML লেখার সময় <ul> ট্যাগ হ'ল একটি নিরস্তর উপাদান যা একটি আনর্ডার্ডড তালিকা নির্ধারণ করতে ব্যবহৃত হয়। বুলেটযুক্ত তালিকাগুলি তৈরি করার জন্য এটি দরকারী, যার মধ্যে আইটেমগুলির ক্রমটি স্বেচ্ছাসেবী। নিম্নলিখিত বিভাগগুলিতে <ul> ট্যাগ সম্পর্কিত তথ্য রয়েছে
(When writing in HTML, the <ul> tag is a block element used to designate an unordered list. It is useful for creating bulleted lists, those in which the order of the items is arbitrary. The following sections contain information about the <ul> tag, including an example of it in use .)




Input :-



Output :-





আপনি <ul> ট্যাগটিকে ' type = "squer" ' ব্যবহার করে ওপেন <ul> ট্যাগে পরিবর্তন করতে পারেন। উদাহরণ :- <ul type="square"> , <ul type="circle"> |

(You can change the <ul> style by using ' type="square" ' this into the open <ul> tag . Example <ul type="square">,<ul type="circle"> .)