0% found this document useful (0 votes)
13 views

Code for Creating a Website

The document is an HTML template for a simple webpage. It includes various header tags (H1 to H6) and styled text with a pink background. The main content features a greeting message and emphasizes the user's name in different header sizes.

Uploaded by

Mandeep Bakshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Code for Creating a Website

The document is an HTML template for a simple webpage. It includes various header tags (H1 to H6) and styled text with a pink background. The main content features a greeting message and emphasizes the user's name in different header sizes.

Uploaded by

Mandeep Bakshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<HTML>

<head><title>WebPage</title>
<Body BgColor = "Pink">
<I><B><U> <Font size=8 color="Black" face="Jokerman">
Hello! This is my first webpage <BR></B></I></U>
<H1> Your Name </H1>
<H2> Your Name </H2>
<H3> Your Name </H3>
<H4> Your Name </H4>
<H5> Your Name </H5>
<H6> Your Name </H6>
</Body></Head></Html>

You might also like