You are on page 1of 1

PRACTICAL 01

HTML CODE:

<HTML>

<HEAD>

<TITLE> MY VERY FIRST HTML PAGE </TITLE>

</HEAD>

<BODY BGCOLOR="YELLOW">

<H1> This the BODY section of the WEB PAGE </H1>

<P>

My home page contents are pasted within the paragraph tag

</P>

</BODY>

</HTML>

You might also like