HTML(Hyper Text Markup Language) Use To Make Webpages like This.......
I am Bhanu Pratap I Show You How TO Create Own Web Page In Notepad Are Shown...
STEP's
(Add Title and Show text IN Web Page.)
1. Open notePad in Your pc...
2. Write on note pad :-
<html>
<head>
<title> My First Web Page </title>
</head>
you see Text in Web Page
</html>
3. Save this text in .html (example:- B.html)
4. Open This Page In Webbrouser (eg.Internet Exp etc.)
Set color of web page and text
Type this on note pad-
<html>
<head>
<title>my coloured web Page</title>
</head>
<body bgcolor="orange" text="blue">
This text is blue and background colored .........<br>
</body>
</html>
This is A sample Programe/ webpage
ReplyDeleteBY me.
YOu CAn CHange With Yourself With TAgs ANd Design.
You HAve ANy Problam WIth THis
ReplyDeleteWrite On Comment
I Try To Solve It.