HTML DOM Ul অবজেক্ট
Ul object
Ul object represents the HTML <ul> element.
Access Ul object
You can use getElementById() to access the <ul> element:
var x = document.getElementById("myUL");
Create Ul object
You can use the document.createElement() method to create a <ul> element:
var x = document.createElement("UL");
Ul object property
বৈশিষ্ট্য | description |
---|---|
compact |
HTML5-এ সমর্থিত নয়।অনুমোদিত করুন style.lineHeight。 set or return whether the unordered list should be presented smaller than normal. |
type |
HTML5-এ সমর্থিত নয়।অনুমোদিত করুন style.listStyleType。 বিনম্র তালিকার type বৈশিষ্ট্য সেট করা অথবা ফিরিয়ে দেওয়া হয়。 |