Language : HTML -
The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It defines the meaning and structure of web content. It is often assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.
<!DOCTYPE html>
<html>
<head>
<Title>None Unordered List</Title>
</head>
<body>
<h2>None - An Unordered HTML list Examples</h2>
<ul style="list-style-type:none;">
<li>Monitor/ਮੋਨੀਟਰ </li>
<li>Keyboard/ਕੀ-ਬੋਰਡ</li>
<li>Mouse/ਮਾਊਸ </li>
</ul>
</body>
</html>