Computer Science, asked by swapanjit2383, 1 year ago

Write a code to display your name school class and roll number in bold italic and underlined

Answers

Answered by devang87
32
<HTML>
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY>
<B><U><I>YOUR SCHOOL NAME
SIMILARLY YOUR ROLL NO. ETC.
</BODY>
</HTML>
Answered by Anonymous
3

Here is the code to display your name school class and roll number in bold italic and underlined.

< html >

< body >

< p > < b > Name < /b > < /p >

< p > < i > School < /i > < /p >

< p > < u > Class < /u > < /p >  

< p > < b > < i > < u > Roll No. < /u > < /i > < /b > < /p >

< /body >

< /html >

Attachments:
Similar questions