Write a program to display square bullets
Write a program to display square bullets
Name of Program - Program to display square bullets
Text Editor - Notepad, Notepad++, Visual Studio Code, Atom, etc.
Code Input-
<!DOCTYPE html>
<html>
<head>
<title>HTML Unordered List</title>
</head>
<body>
<ul type = "square">
<li>Beetroot</li>
<li>Ginger</li>
<li>Potato</li>
<li>Radish</li>
</ul>
</body>
</html>
Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc.
Code View -
Ordered List with Roman Numbers
- Atom
- Visual Studio Code
- Sublime
- Brackets
Post a Comment