Introduction To HTML
The World Wide Web has enjoyed unprecedented growth since it jumped from the world of academia into public consciousness in the early 1990’s. The basic purpose of HTML is to format text displayed and create links between web pages. Thus creating hypertext documents, as with any other language the programmer should write the source code is then interpreted by the browser, which will take care of the execution of commands or tags of the code to format and access web features. The source code may be written using the simplest text editors like windows notepad. An extension of .html or .htm should be always appended to the file.
<html>
</head>
<title> formatting tags </title>
</head>
</body>
<h1> <u>
<center> TechnoDelight </center>
</u> </h1>
<hr>
<p align=”justify”? Welcome to <b> links4pkblogspot.com </b> links4pk manily focus to explore the world of Blogging, Internet, Programming etc. </p>
</body></html>
0 Comments:
Post a Comment
Drop Your Comments and Suggestions Here!!!