HTML Tutorial for BSCIT Students
HTML - Hypertext Markup Language is THE Tool to design and make webpages and ultimately rule Cyberspace.
It is a extention for create web page and store on world wide web.
Then you or anyone open this page on globle area of the earth.
It's extension is HTML.
It's starting with this tag- <HTML>
& end with- </HTML>
Here is simple example of HTML-
<HTML>
<HEAD><TITLE>This is my first web page</TITLE></HEAD>
<BODY>
This is my first web page.<BR>
<FONT COLOR="RED">I read in ZHI (patna) from sikkim manipal university.</FONT><BR>
I Hope ZHI is the best It study center in Bihar.<BR>
Here faculty always think that they help student.
</BODY >
</HTML>
And then you save filename.html.
Then open this file in internet explorer
Output is-


No comments:
Post a Comment