0% found this document useful (0 votes)
17 views1 page

My First Webpage This Is My First Homepage. This Text Is Bold This Is An HTML Element

This webpage contains a title and body with bold text. The document demonstrates basic HTML elements like headings, paragraphs, and bold text. It is an introductory page showing the structure of a simple HTML document.

Uploaded by

Manoj Babu
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)
17 views1 page

My First Webpage This Is My First Homepage. This Text Is Bold This Is An HTML Element

This webpage contains a title and body with bold text. The document demonstrates basic HTML elements like headings, paragraphs, and bold text. It is an introductory page showing the structure of a simple HTML document.

Uploaded by

Manoj Babu
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>My First Webpage</title>
</head>
<body>
This is my first homepage. <b>This text is bold</b>
</body>
</html>
This is an HTML element:

You might also like