Computer Science, asked by rudra9628, 1 year ago

to print your name in bold letters in HTML file

Answers

Answered by Anjula
1
Hey mate !!!

Here's the format.

<HTML>
<HEAD>
<TITLE>
MY NAME
</TITLE>
</HEAD>
<BODY>
<P><B>ANJULA</B>
</BODY>
</HTML>

Hope this helps !!!
Similar questions