Anonymous

Can U Give The Example Of Html Program?

4

4 Answers

venus gray Profile
venus gray answered
<html>

<head>

<title>HTML Example</title>

</head>

<body>

<b>Hi This is the Simplest Example of HTML program.</b>

</body>

</html>
save this code in notepad with filename.html n run into the IE
Alongbar Daimary Profile
Here is your Example. <html>
<head>
<title>Simplest HTML Example</title>
</head>
<body>
Hi This is the Simplest Example of HTML program.
</body>
</html>
Anonymous Profile
Anonymous answered
All above these the correct syntax to you it is the main tags that used to  mostly design the pages of the site
Chris Tackett Profile
Chris Tackett answered
Firststring is a program for html. You can also use frontpage

Answer Question

Anonymous