LEARN

INTRODUCTION TO HTML

       Welcome to this introduction of HTML in which you will get to know the basic concept of HTML,how it works and we will create some HTML documents..

  What is HTML?

The word HTML stands for the words Hyper Text Markup Language,HTML is NOT a Programming Language as some other people may think , It is a MARKUP language that is used for describing  web documents known as web pages. 
     Markup is what HTML tags do to the text inside them. They mark it as a certain type of text, for example to italicise or to bold texts.
     HTML defines the structure and layout of a Web document by using a variety of tags and attributes. The structure of an HTML document is built by tags like <HTML><HEAD><BODY> etc..just as arranged on the picture below


 There are hundreds of other tags used to format and layout the information in a Web page but we will cover them on later topics...
But you can possibly being asking youself like, What progran do i use to write all those HTML tags?. The answer is very simple,We use Text Editors....Learn more about Editors in HTML EDITORS topic by clicking the link below.....


                                                       >>HTML EDITORS<<

No comments :

Post a Comment