HTML Theory

Definition of HTML Language 

HTML stands for a hypertext markup language that are used to design document for display in a web browser. HTML words are a combination of hypertext and markup languages. The word hypertext means that the text link with other text whereas markup means that are able to design an attractive text. This programming language are used to create web pages and web applications. By using the HTML programming language, we can create only static web pages. Tim Berners-Lee is known as the father of HTML. The first available description of HTML was a document called "HTML Tags" proposed by Tim in late 1991. The latest version of HTML is HTML5

Features of HTML Language

1. Easy and simple language
2. It is markup Language mean that it provides us a flexible way to designs web pages.
3. It provides an independent platform                                                                                                       4. It provides facilities for graphics, video, and sound.

Application of HTML Language

There are the following application of HTML languages are given below:

1. Web Page design and development

2. Web Document Creation

3. Client-Side Storage

4. Internet Navigation

5. Cutting Edge Futures 

these are the above application developed and designed by using the HTML programming languages

Important Terms used in HTML programming Languages

1. Class: In HTML programming languages, you have one or more classes. The format of using the class in HTML programming languages are given below:

<div class="big-box yellow-box">This is a big yellow box</div>

2. ID: This id attribute is used to specify the particular task in the style sheet. It is also used by Javascript to manipulate the element with a specific id. The format of using the id in HTML programming languages are given below:

<div id="mybox">This box is my</div>

3. href: This is used to connect one web page document into another document by creating a URL link.
The formating of  using the href in HTML programming languages are given below:

<a href="#">Welcom to My Site</a>

4. Basic Formating: This is used to make the selected text attractive like to make text bold, to underline text, etc. The formate of using the HTML programming language are given below:

Welcome To <b>HTML programming language</b>

5. Comment: It is used to provide a hint about the content that you write in the HTML programming languages. The formating of the writing the comment are given below:

<---Welcome To My Programming Languages--->

6. Div: It is used to make separate the content from other content by we can easily identify the content of which session. The formate of writing the div tag is given below: 

<div>Our Team</div>

7. Images: This tag is used to insert the image on web pages in a different manner. The formating of apply of the image are given below:

<img src="myimagelocation"></img>

8. Line Breaks: This tag is used in a block of text to force a line break. This is to be used for things that are a single paragraph, but where this formatting is necessary such as poems or addresses. To separate paragraphs, separate each paragraph into a separate

<p> some tet </br>that spans two lines</p>

Common Tag used in HTML programming languages

1. <h1> tag: This tag is used to write a heading in a web browser.
2. <b> tag: This tag is used to make text bold in a web browser.
3. <u> tag: This tag is used to draw underline below the text.
4. <table> tag: This tag is used to draw a table under the desired location.
5. <html> tag: This tag is used to start the web page document.
6.<body> tag: This tag is used to write the content in the body part of the web page.
7. <ol> tag: This tag is used to create a list in an ordered manner.
8.<ul> tag: This tag is used to create a list in an unordered manner.



No comments

Plz.... Don't enter any spam message