Unordered List HTMLQ. what is the unordered list in html?HTML Unordered List :- 1] Unordered list is a Bulleted Format. 2] Unordered list starts with the <ul> tag. 3] Unordered list end </ul> tag. 4] Each unordered list item starts with the <li> tag. 5] Each Unordered list items end with the</li> tag. Syntax :-<ul type=" put the list type ">Que . What is the type of unordered list in html ? Unordered list 4 type of bulleted format. 1) type = "disc" 2) type = "circle" 3) type = "square" 4) type = "none" 1) disc :- disc is the default style. disc list items are maked with bullets. Syntax :-<ul type="disc">HTML Unordered List (disc) Example :-<html> <body> <h1>Unordered list</h1> <h2> disc</h2> <ul type="disc"> <li>Seeta</li> <li>Ram</li> <li>swami</li> <li>Mahadev</li> </ul> </body> <html> HTML Unordered List (disc)Output :-
|
Web Designing Theory is a web development learning blog where you can learn HTML, CSS, JavaScript, and modern web design tutorials step by step. Improve your coding skills with easy examples, projects, and beginner-friendly guides for frontend development.
Friday, November 17, 2023
html unordered list
Subscribe to:
Post Comments (Atom)
Learn Web Designing Step by Step with Web Designing Theory
Web Designing Theory – A Journey from Struggle to Web Development Success Sometimes students feel confused while learning coding and web d...
-
HTML Tag Html basic tag:- <!DOCTYPE html> Html first line of the code <!DOCTYPE html> is called a doctype declaration the ...
-
What Is CSS Text Color This Blog You Will Learn ஃ What Is CSS Text Color ஃ Syntax ஃ Purpose of Text Color ஃ Real world Use Ca...
-
What is Input Type Submit in HTML The input type="submit" in HTML is used to create a submit button in a form. When a user clic...
-
html script Element The SCRIPT element use to declare script, such JavaScript , within HTML document embedded external javascript file t...
-
What is PHP? Complete Beginner Guide to PHP Program ming Language ஃ It was originally created by Danish-Canadian programmer Rasmus Lerd...






No comments:
Post a Comment