Q: 1 a HTML coding to get the following output using <UL> and<LI> tag.
Attachments:
Answers
Answered by
3
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>html5</title>
</head>
<body>
<ul>
<li>Monday</li>
<li>Tuesday</li>
<li>Wednesday</li>
<li>Thursday</li>
<li>Friday</li>
</ul>
</body>
</html>
Similar questions
Math,
1 month ago
CBSE BOARD XII,
1 month ago
Math,
1 month ago
Social Sciences,
3 months ago
Math,
10 months ago
English,
10 months ago
Math,
10 months ago