CBSE BOARD X, asked by Adhyayan3952, 1 year ago

Write a code to display your nameschool,class and roll number in bold,italic and underlined

Answers

Answered by swapnil01
1

The answer is for HTML.


<html>

<head>

<title>Anything</title>

</head>

<body>

<b><i><u>Swapnil</u></i></b>

<b><i><u>10</u></i></b>

<b><i><u>40</u></i></b>

</body>

</html>

Similar questions