Pages

Friday, February 25, 2011

An Introduction for HTML - part 1

HTML is the basic code for the websites. HTML is not a programming language. It is a markup language. HTML stands for Hyper Text Markup Language. HTML is easy to learn and easy to understand. Here the codes are called as tags. HTML is a set of mark up tags. HTML tags are keywords surrounded by angle tags <,>

Eg. <html>
</html>

The tags started will be close with the tag using.  / is the closing tag.

Rules for the HTML.

HTML pages start with the tag <html> and end with the </html>.
The next is the head part <head> </head>
You can add the head part or else you can leave the head part.

The most important part is the body part. Body part is the texts and the images shown in the websites. 

body part starts with the tag <body> and ends with the tag </body>.

HTML doesn't need any tool to develop. Just notepad and a web browser is enough for HTML coding.

Example: 
Try this code in your browser.

<html>
<head>
Hello Browser
</head>
<body>
<h1> Hello World </h1>
<h3> Bensh </h2>
</body>
</html> 


Copy the above  code and save it in your desktop as Helloworld.html.
The saved file will be the html format. double click on the icon and you can view the result.


Will continue the tutor in the next posts.

1 comment:

  1. The KSEEB will soon publish the Karnataka SSLC Exam Model Paper 2022 for High School, as well as the Karnataka SSLC Hindi English Medium Question Paper 2022 for High School. The KSEEB released the Karnataka SSLC Hindi English Medium Question Paper 2022 for High School a year ago in January. KSEEB SSLC Model Paper 2022 The Kar SSLC assessment consistently attracts a large number of pupils. It is expected that a similar trend will emerge with some variation this year. According to previous years' results, the board will release the Karnataka SSLC Hindi English Medium Question Paper 2022 for High School in January.

    ReplyDelete