Computer Science, asked by nimisha1992, 6 hours ago

write HTML program to display (a) milk (b) coffee (c) sugar​

Answers

Answered by aryavanshkushwaha
5

Answer:

<html>

<head>

<title>what you want</title>

</head>

<body>

(a)milk

<br>

(b)coffee

<br>

(c)sugar

<br>

</body>

</html>

if u dont want to break paragraph simply remove <br>

please mark me as a branliest

Similar questions