Computer Science, asked by jhaashok7474, 3 months ago

Write a HTML program to display following output-
Name:-John; Mack
Year. :-1995;1999
Qualification:-BCA; MCA...​

Answers

Answered by brain7377
3

<html>

<head>

<tittle>PGM</tittle>

</head>

<body>

Name:-John; Mack<br>

Year. :-1995;1999<br>

Qualification:- BCA; MCA...<br>

</body>

</html>

----------------------------------------------------------------------------------------------------------------

A information:the <br> tag is used to give a line break

hope it helps

Similar questions