Computer Science, asked by seekha40, 4 months ago

write HTML code to produce following table: A C E
B D F​

Answers

Answered by mrlegend200994
0

Answer:

full form of HTML is hyper text markup language

Explanation:

please follow me

Answered by AkshhadaChourasia
0

Answer:

<html>

<head>

<title> The Brainly Answer </title>

</head>

<body>

A C <br> E <br> B D F

</body>

</html>

Similar questions