answersLogoWhite

0

It stands for Hyper Text Markup Language

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is a HTML homepage?

An HTML homepage is usually named index.html and will link your visitors to the homepage of your website.


How do you embed music in an HTML document?

You can embed music in HTML only in HTML5. HTML5 introduced the tag named <Audio> for that.


What is an folder?

The Output folder holds a folder named for each output format. For instance, if the output generated is HTML Help, the folder inside the Output folder is called "Microsoft HTML Help 1.x." This folder, in turn, holds a folder named for the project itself.Hope this helps, if you do have questions email angelo.ment@gmail.com


What is a pharaohs realm named?

http://darulislam.info/PagEd-index-topic_id-3-page_id-9.html


What is an output folder?

The Output folder holds a folder named for each output format. For instance, if the output generated is HTML Help, the folder inside the Output folder is called "Microsoft HTML Help 1.x." This folder, in turn, holds a folder named for the project itself.Hope this helps, if you do have questions email angelo.ment@gmail.com


Who owns a yacht named 'Secret'?

2006 Feadship, 200'9" Bill and Nancy Laurie Photos: yachts.monacoeye.com/yachtsbysize/pages/secret01.html


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


How do you prepare an HTML?

The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </body> </HTML>


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>


True or false the latest reformulated version of HTML is HTML 1.0?

This is false, the newest version of HTML is HTML 5.


Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on HTML.


How do you cancel HTML?

To cancel or end an <html> tag you simply type </html>.