If several languages coalesce the grammar
3 min ago
It will seem like simplified English.
1 hours ago
As a skeptical Cambridge friend of mine occidental.
It stands for (Hyper Text Markup Language). It is text oriented scripting language which used to develop web page as specified needs by the user. It is not a complete language so it is referred to as scripting language. There is not available any software named as (HTML)Â for this we use two different software i.e. text oriented (Notepad) and Browser (Internet Explorer), where notepad is a text oriented which used to store simple text or write code for HTML and save it with (.HTML)Â extension.
The Birth of HTML: -The term hypertext was coined by a man name (Ted Nelson)Â in 1960. Tim Burners Lee developed HTML in early 1990 at CERN (Conseil European Deal Research Nuclear).
Internet Explorer: - It is a browser which is used to run HTML format file.
Ex: Internet Explorer & Google Chrome.
Html Terminology: - As we know very well HTML is a text oriented scripting language which is used to develop web page based on specified needs by coding. In HTML we use Tags for coding or scripting.
 What is Tag?
Tag is a medium which helps the user to input instruction and command by codding in html document. It defines every structure on html document including the placement of text, images and hypertext links. Html tags begin with the less-than (<) character and end with greater-than (>).
Ex :Â < Tag Name >
There are three types of Tags: -
Ø Container tag
Ø Empty tag
Ø Attribute tag
Container tag: - This is primary tag for HTML document which start and end with container tag.
There are following Tag:-
Ø The HTML tag
Ø The Head tag
Ø The title Tag
Ø The Body Tag
The HTML Tag: - This tag defines the top most elements to identify as a HTML document. HTML document start and end with this tag.
Syntax: -Â Â Â Â <Tag Name> - To open
</Tag Name> - To close
Ex: -Â Â Â Â Â Â Â Â Â Â <HTML>
                                     </HTML>
The Head Tag: - This container tag is used to define the heading portion of the document. This tag is nested within HTML tag.
Â
Syntax: -Â Â Â Â <HTML>
<HEAD>
………….
</HEAD>
</HTML>
The Title Tag: - This container tag is used to define the title of the document. It is nested within head tag.
<TITLE>ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂComputer</TITLE>
ÂÂÂÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â -------------------------
 -------------------------
The Body Tag: - This container tag defines the document’s body. It contains all the contents of an html document, such as text, hyperlink, images, tables, etc. It is nested after close of head Tag.
<TITLE>ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ--------</TITLE>
ÂÂÂÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â </HEAD>
<BODY>
…………….
</BODY>
Empty Tag: - This tag is generally used to change in the paragraph. This tag does not need to close.
Syntax: -Â Â Â Â <P> <Br>
Attribute Tag: -This tag is the modifier of HTML document which determine how it looks on web Browsers. It is used to change interface of HTML document.
Syntax: -Â Â Â Â <font color= color name>
<font color= red>
How to create HTML document?
Process: -
Ø Open Notepad
Ø Write there code as you need
Ø Save it with “.HTML†extension
Ø Open Internet explorer
Ø Open your HTML file
Quantum Computer Academy
Hari Mohan Gali, Chapra
Saran, Bihar, Pin code - 841301
Result: -Â Â Â Â Â Quantum Computer Academy
Saran, Bihar, Pin code-841301