HTML means HyperText Markup Language, is a markup language used to create web pages.
Browser: . A browser is the program that makes it possible to browse and open websites. Right now you are looking at this page in your browser. ex : internet explorer , opera, mozilla firefox.
HTML allows web sites to bring together graphics, music, video and links. The HTML code you type can be viewed on any computer. If you type it on a Windows PC, it can be viewed on both Windows and Apple computers, and if you type it on an Apple Mac, you can view it on both Macs and PCs. It doesn't matter what computer someone uses, as long as it has Internet access.
Requirement for HTML:
Computer
Text Editor ...
Sunday, November 14, 2010
Thursday, November 11, 2010
HTML Basice
<html>
<body>
<h1>My First HTML page</h1>
<p>My name is Ravi .</p>
</body>
</html>
O/p
My First HTML page
My name is Ravi
<body>
<h1>My First HTML page</h1>
<p>My name is Ravi .</p>
</body>
</html>
O/p
My First HTML page
My name is Ravi
Subscribe to:
Comments (Atom)