Computer Science, asked by vishnoiragni, 2 months ago

Q. 1 Using Basic Formatting Tags, Write an HTML program to display Happy New Year for you
friend with blessings for him/her.
OUTPUT​

Answers

Answered by sgs936385
0

Explanation:

<html>

<body>

<?php

echo“Happy new year <br>”;

print“Happy new year for all friends<br>”;

$txt1= “blessings for ”;

$txt2=“him /her”;

?>

<body>

</html>

Similar questions