-
What is HTML? What does it stands for and What is its Application?
what is html. what is the full form of html and how it is useful for us
-
-
Re: What is HTML? What does it stands for and What is its Application?
HyperText Markup Language
It is used for creating web pages.
-
Re: What is HTML? What does it stands for and What is its Application?
hi..
HyperText Markup Language (HTML) is the main markup language for web pages. HTML elements are the basic building-blocks of webpages.
HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments and other types of text-based content.
The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.
HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages.
Web browsers can also refer to Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both the HTML and the CSS standards, encourages the use of CSS over explicitly presentational HTML markup.[
-
Its HYPER TEXT MARKUP LANGUAGE used for web based designing purpose.
-
Re: What is HTML? What does it stands for and What is its Application?
Its HYPER TEXT MARKUP LANGUAGE used for web based designing purpose.
-
Re: What is HTML? What does it stands for and What is its Application?
html means hyper text markup language.
html elements are the building blocks of a website.
html permits the usage of images and objects in different forums.
-
Re: What is HTML? What does it stands for and What is its Application?
HTML :hyper text markup languages.
HyperText Markup Language (HTML) is the main markup language for web pages. HTML elements are the basic building-blocks of webpages.
HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages.
HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content.
******
**The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.
** It is used to create the web site.
-
Re: What is HTML? What does it stands for and What is its Application?
Hi,
HTML stands for Hyper Text Markup Language.
It is a scripting language supported with Java script and VBscript.
-
Re: What is HTML? What does it stands for and What is its Application?
Html is an acronym for "hypertext markup language". It is used in designing the websites and webpages which are very helpful in modern day world..
-
Re: What is HTML? What does it stands for and What is its Application?
h.t.m.l. Stands for hypre text markup language being popular in microsoft system administrators uses them for system administration tasks such as user forms and pre written queries.
-
Re: What is HTML? What does it stands for and What is its Application?
HTML is a language for describing web pages.
- HTML stands for Hyper Text Markup Language
- HTML is not a programming language, it is a markup language
- A markup language is a set of markup tags
- HTML uses markup tags to describe web pages
-
Re: What is HTML? What does it stands for and What is its Application?
dear aspirant,
html stands for hyper text markup language is the main markup language for web pages. Html elements are basic building blocks of website.
Html is a markup language that web browser use to interpret & compose text, images and other material into visual and audible web pages.
-
Re: What is HTML? What does it stands for and What is its Application?
html is hyper text markup language it is used in web designing purpose
-
Re: What is HTML? What does it stands for and What is its Application?
HyperText Markup Language (HTML)
This is a special language used for creating web sites. If you right click on this page right now, and click on View Page Source, you will see the HTML that it takes to make this one web page.
The simplest form of HTML is:
<html>
<head>
<title>My Page</title>
</head>
<body>
</body>
</html>
<html> is the beginning of a web page.
<head> is where your title will be located (and some scripting code may go in it as well)
<body> is the rest of your site. (where your data is displayed)
Notice how is you have <html> you must finish it off with </html>
the / states END.
<html> Start of web page
</html> End of web Page
-
Re: What is HTML? What does it stands for and What is its Application?
HyperText Markup Language (HTML) is the main markup language for web pages. HTML elements are the basic building-blocks of webpages.
HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments and other types of text-based content.
The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.
HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages.
Web browsers can also refer to Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both the HTML and the CSS standards, encourages the use of CSS over explicitly presentational HTML markup.[1
-
Re: What is HTML? What does it stands for and What is its Application?
HTML-Hyper Text Markup Language
it is a markup language for web pages i.e you can create web pages with the help of HTML
-
Re: What is HTML? What does it stands for and What is its Application?
hypertext markup language. it is used for web based designing purpose
-
Re: What is HTML? What does it stands for and What is its Application?
Hi,HTML is Hyper Text Markup Language.The letters HTA are meant to stand for HTML Application. The technology was developed by Microsoft, so is a proprietary concept, and only works in conjunction with Internet Explorer (specifically version 5 and above).
-
Re: What is HTML? What does it stands for and What is its Application?
upsc.jpg
Dear Candidate,
1. HTML stands for Hyper Text Markup Language
2. It is used to create static web pages.
3. Web pages are created using <tags>
4. It starts with <html> and ends with </html>
5. Body is enclosed in the starting and ending tag.
html.jpg html1.jpg
-
Re: What is HTML? What does it stands for and What is its Application?
hi friend .
HTML stands for HYPER TEXT MARKUP LANGUAGE . it is used in internet and website for easy transmitting and receiving data from various sources and also because it is cost effective .
-
Re: What is HTML? What does it stands for and What is its Application?
HYPER TEXT MARKUP LANGUAGE is the the primary language used for CREATING AND DESIGNING a WEBSITE.
It has VAST applications in modern times.
If any company,big or small,or even an individual desires to have a website by its name,,then it contacts people of HTML knowledge to get them one.
No web page can be created without the knowledge of HTML.
It was a technology development by the MICROSOFT and is used all over the world now!!
-
Re: What is HTML? What does it stands for and What is its Application?
dear warrior,HTML stands for HYPER TEXT MARKUP LANGUAGE.For creating or repairing any page on internet you should have the knoweldge of HTML.The technology was developed by Microsoft.We can say its a cloud of marks up texts ,usually used for images and objects to be embedded and uses to create interactive forms.Not a programming lang. thank you
-
Re: What is HTML? What does it stands for and What is its Application?
dear friend,
HTML is a markup language. it stand for Hyper Text Markup Language.
It is used for creating web pages and display web pages.
HTML is written in the form of HTML elements consisting of Tags enclosed in angle brackets(like <head>). And these tags comes in pairs called opening tags(like <h1>) and closing tags(like </h1>)
Simple Example of HTML code:
<html>
<head>
<title>Hello Mr. Aspirant</title>
</head>
<body>
<p>Hello the World of HTML</p>
</body>
</html>
It is written on text editor like notepad. save it with file name with .html or .htm extension. Open it with your web browser and it is your first application.
Good Luck.....
-
Re: What is HTML? What does it stands for and What is its Application?
HTML stands for Hyper Text Markup Language.
It is a programming language which is used to develop the web pages.
Every web page built up by HTML language.
HTML language is also used to develop various type of web application.
-
Re: What is HTML? What does it stands for and What is its Application?
HTML :hyper text markup languages.
machine-readable text terminology (HTML) is that the main terminology for websites. HTML components square measure the fundamental building-blocks of webpages.
HTML components type the building blocks of all websites. HTML permits pictures and objects to be embedded and may be wont to produce interactive forms. It provides a method to make structured documents by denoting structural linguistics for text like headings, paragraphs, lists, links, quotes and alternative things. It will engraft scripts in languages like JavaScript that have an effect on the behavior of HTML webpages.
html stands for hyper text terminology is that the main terminology for websites. HTML components square measure basic building blocks of web site.
HTML may be a terminology that application use to interpret & compose text, pictures and alternative material into visual and audible websites.
HYPER TEXT terminology is that the the first language used for making AND coming up with an internet site.
it's immense applications in present.
If any company,big or tiny,or even a private needs to possess an internet site by its name,,then it contacts individuals of HTML data to induce them one.
No website are often created while not the data of HTML.
it absolutely was a technology development by the MICROSOFT and is employed everywhere the planet now!!
-
Re: What is HTML? What does it stands for and What is its Application?
Dear Friend
HTML stands for the Hypertext Markup Language.
The application of HTML is as below:
It is used to generate user interface ,scripting language and used for program logic
>>All the web page PRESENT on internet is made with help of HTML.
Hope the information helps you.
all the best
aashisranjan784
-
Re: What is HTML? What does it stands for and What is its Application?
HTML :hyper text markup languages.
HyperText Markup Language (HTML) is the main markup language for web pages. HTML elements are the basic building-blocks of webpages.
HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages.
HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content.
-
Re: What is HTML? What does it stands for and What is its Application?
hello,
HTML is stands for HYPER TEXT MARKUP LANGUAGES.
ITS a programming language it is used for creating web designing.
if you have good knowledge about html so you can get job as a web designer.
all the best
-
Re: What is HTML? What does it stands for and What is its Application?
Hello dear,
HTML is a programing language.HTML stand for Hyper Text Markup Language.
HTML used for website developing and web pages designing, it is a very easy language.
thanks
-
Re: What is HTML? What does it stands for and What is its Application?
Hi
HTML means Hyper text Markup Language.
It is one of the computer subjects like PHP.By using HTML we can design web pages.Many software companies are using the HTML for creating web pages in their respective projects
Thank you..
-
Re: What is HTML? What does it stands for and What is its Application?
Dear
HTML stand for Hyper Text Markup Language
IT is a Programming Language which is used to web designing.
Best of Luck
-
Re: What is HTML? What does it stands for and What is its Application?
Hello Friend,
HTML Stand For Hyper Text Markup Language Which Are Used For Web Designing Because Our System Browser Understand Only The Markup Language So Website Design In Markup Languages.....
And HTML Webpage Made From The :
>> Notepad Only When We Have Save The File Than Change The Extension Means (After The File name Type .hlml And Save The Page)
>> Java API
>> Dot Net API etc.
-
Re: What is HTML? What does it stands for and What is its Application?
HyperText Markup Language (HTML) is the main markup language for web pages.
HTML elements are the basic building-blocks of webpages.
HYPER TEXT MARKUP LANGUAGE is the the primary language used for CREATING AND DESIGNING a WEBSITE.
It has VAST applications in modern times.
If any company,big or small,or even an individual desires to have a website by its name then it contacts people of HTML knowledge to get them one.
No web page can be created without the knowledge of HTML.
All the best....