HTML Unordered List | HTML Bulleted List - Javatpoint
Có thể bạn quan tâm
Python
Python Django Numpy Pandas Tkinter Pytorch Flask OpenCVAI, ML and Data Science
Artificial Intelligence Machine Learning Data Science Deep Learning TensorFlow Artificial Neural Network Matplotlib Python ScipyJava
Java Servlet JSP Spring Boot Spring Framework Hibernate JavaFX Java Web ServicesB.Tech and MCA
DBMS Data Structures Operating System Computer Network DAA Computer Organization Software Engineering Data MiningWeb Technology
HTML CSS JavaScript Jquery Angular-8 React JS React Native Node JSSoftware Testing
Software Testing Selenium JIRA JMeter Postman TestNG SoapUI CucumberInterview×Technical Interview
C C++ Php Java Python JavaScript TypeScriptJava Interview
JDBC Servlet Maven Jenkins Spring Spring Boot JDB Hibernate JSFWeb Interview
HTML CSS JavaScript Jquery Angular Node-JS AJAXDatabase Interview
DBMS SQL PL/SQL Oracle MySQL MongoDB Redis MariaDBCompany Interviews
IBM Adobe Microsoft Amazon TCS HCL Wipro DXC Accenture Capgemini Space X Ericsson Infosy IGate EXL IndiaMART Sapient- Python
- Java
- Php
- C
- C++
- R
- Html
- Javascript
- Typescript
- Swift
HTML Tutorial
HTML Attributes
HTML Tags List
HTML5 Advance
HTML API
HTML Color Names
HTML Misc
MCQ
Interview Questions
next → ← prevHTML Unordered List | HTML Bulleted List HTML Unordered List or Bulleted List displays elements in bulleted format . We can use unordered list where we do not need to display items in any particular order. The HTML ul tag is used for the unordered list. There can be 4 types of bulleted list:
To represent different ordered lists, there are 4 types of attributes in <ul> tag.
HTML Unordered List Example<ul> <li>HTML</li> <li>Java</li> <li>JavaScript</li> <li>SQL</li> </ul> Test it NowOutput:
ul type="circle"<ul type="circle"> <li>HTML</li> <li>Java</li> <li>JavaScript</li> <li>SQL</li> </ul> Test it NowOutput:
ul type="square"<ul type="square"> <li>HTML</li> <li>Java</li> <li>JavaScript</li> <li>SQL</li> </ul> Test it NowOutput:
ul type="none"<ul type="none"> <li>HTML</li> <li>Java</li> <li>JavaScript</li> <li>SQL</li> </ul> Test it NowOutput:
Note: The type attribute is not supported in HTML5, instead of type you can use CSS property of list-style-type. Following is the example to show the CSS property for ul tag.<ul style="list-style-type: square;"> <li>HTML</li> <li>Java</li> <li>JavaScript</li> <li>SQL</li> </ul>Code: <!DOCTYPE html> <html> <head> </head> <body> <h2>The type attribute with CSS property</h2> <ul style="list-style-type: square;"> <li>HTML</li> <li>Java</li> <li>JavaScript</li> <li>SQL</li> </ul> </body> </html> Test it NowOutput: Supporting Browsers
|
Latest Courses
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
Contact info
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India
[email protected].
Follow us
Latest Post
PRIVACY POLICY
Tutorials
Java Data Structures C Programming C++ Tutorial C# Tutorial PHP Tutorial HTML Tutorial JavaScript Tutorial jQuery Tutorial Spring TutorialInterview Questions
Tcs Intuit Wipro Adobe Infosys Amazon Accenture Cognizant Capgemini MicrosoftOnline Compiler
C R C++ Php Java Html Swift Python JavaScript TypeScript© Copyright 2024 Javatpoint. All Rights Reserved.Từ khóa » Html5 Ul Tag
-
HTML Ul Tag - W3Schools
-
- : The Unordered List Element - HTML - MDN Web Docs - Mozilla
-
HTML
- Tag - Usage, Attributes, Examples - W3docs
-
HTML
- Tag - GeeksforGeeks
-
HTML 5
- Tag
-
HTML:
- Tag - TechOnTheNet
-
HTML5
- Tag, Example Of
- Tag In Html 5 - RoseIndia.Net
-
- HTML Tag »
-
» - HTML">
- » - HTML
-
HTML -
- Tag - Tutorialspoint
-
HTML5
- Tag - HTML Doctor
-
- Tag In HTML - Scaler Topics
-
HTML: The Ul, Ol, And Li Tags - Khan Academy
-
- Tag - TutorialBrain