C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
3
Reply
What tag is used to create HTML Lists?
Ajay manola
13y
1.8k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
and
sajidlkhan lodi
10y
0
The HTML li tag is used for specifying a list item. You can list out the items by using 4 types, ul - unordered list ol - ordered list dir - directory list (deprecated) menu - menu list (deprecated) Example:
ul - unordered list
ol - ordered list
dir - directory list (deprecated)
menu - menu list (deprecated)
Magento Website Developer
eswari
13y
0
An ordered list:The first list item The second list item The third list item An unordered list:List item List item List itemHTML Unordered ListsAn unordered list starts with the
tag. Each list item starts with the
tag.The list items are marked with bullets (typically small black circles).
Coffee
Milk
How the HTML code above looks in a browser:Coffee Milk HTML Ordered ListsAn ordered list starts with the
tag. Each list item starts with the
tag.The list items are marked with numbers.
Coffee
Milk
How the HTML code above looks in a browser:Coffee Milk
Satyaveer Chauhan
13y
0
Where we write javascript code in html page?
How to you set the background image of the page using HTML?
Message