Open note pad (wordpad or MS word) , then type the commands
as given below :
Refer HTML - An Introduction before
creating any web page.
===============================================
<html>
<head>
<title>
My First Web
Page
</title>
</head>
<body>
Hello..Welcome
to the world of HTML
</body>
<html>
==========================================================
Save the file as . htm (dot htm) or . html (dot html) .
Open any web page , and browse the created page (Refer HTML - An Introduction ) to view the web
page .
Output :
Note the title My First Web Page , and the contents we
typed in the <body> part.
Back to HTML
No comments:
Post a Comment