Write a html code to display the name and address
Answers
Answered by
19
Write a code html code to display name and address.
To Find:
HTML code to display name and address.
Solution:
<HTML>
<HEAD>
<TITLE>Simplified html knowledge </TITLE>
</HEAD>
<BODY>
<P> <B> Name :- </B> ABC..</P>
<P> <B> Address :- </B> Laxmi Nagar 110096 , East Delhi, Delhi.</P>
</BODY>
</HTML>
Similar questions