Introduction to HTML.

Image result for HTML images




Hello friends, In previous blog we are know what is java script and how to create a java script program. Today we are know the HTML fundamentals. 
In HTML Fundamentals we know introduction to HTML and What is HTML Tag and it's parts.

Let's explore the HTML Fundamentals.

Share on Whatsapp


Introduction to HTML:-

Image result for HTML images

HTML Stand for Hypertext markup language.It is a language for creating web pages. HTML define server except of a web page including heading, labels, bold, italic, images, hyper text link to other resources. HTML is a standardized and coatable. A document that has been prepared using HTML markup tag can be view using a variety of web browser such as internet explorer, netscape navigator. HTML is created by Tim Verner Lew in 1991.

HTML Tags:-
Tags are instruction that are embedded directly into the text of the document. An HTML tag is a signal to a browser that it should do something other then just through text up on the screen.
                                                                  (OR)
A Tag is a command that tell the web browser about the structure of a web page as well as how to display the content of HTML document. Tags are indicated by a pair of angle brackets. They start be "<" character and end with ">" character. They are also known as container.

HTML Tag can be of Two Types:-

Image result for HTML images


  1. Pair tag (OR) Container Elememt:-

A tag is said to be a paired tag if it along with a companion tag.
Example:- <B> Tag is a pair tag. In pair tag the first tag (<B>) is called opening tag and the Second tag (<./B>) is called Close tag.


2. Singular Tag(OR) Empty Tag:-

The second type of tag is singular tag or stand alone tag. A stand alone does not have a companion tag. Example:- <BR> Tag is a singular tag.

Structure Of HTML Document:
Html is a simple and powerful language used to define the structure of HTML document. It allows use to format text, Image and save it as text only file that all the computers understand.
Th basic HTML document Structure is:-
<HTML>
<HEAD>
<TITLE>
Title of the document
</TITLE>
</HEAD>
<BODY>
HTML tag defined here
</BODY>
</HTML>


The parts of HTML document structure is defined in next blog. If you want I am explain the parts of it's structure. Then e-mail me personally.


Share on Whatsapp

I Hope you Like my blog.

Thanks Fore see and read my blog.





Post a Comment

0 Comments