answersLogoWhite

0

What do the letter HTML mean?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

Hypertext Markup Language.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do the letter HTML mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you get the HTML code from a HTML document?

If you mean HTML website, just check the page source. If you mean a '.html' document, Right click and select Open With and select any text editor.


What does HTML without the L mean?

The extension htm or html can be used for HTML files. Some computer systems only support 3 letter extensions, which is why some people only use htm for the extension. For the file itself it does not make any real difference. It is still a HTML document and will work on the internet. Browsers will open it whether it has a htm or a html extension.


What is the extension of HTML and xml?

You mean the file extension, right? HTML: .html or .htm XML: .xml


What does browser mean in HTML?

A "browser" is a program that can render/read HTML.


What does u in HTML mean?

<u> in HTML underlines the specified text.


What does the abbrieveation HTML mean?

HTML stands for "Hypertext Markup Language".


What do you mean by HTML header?

HTML header is placed on the top of a HTML page. It is wrapped inside the <head> element.


What does h1 in HTML stand for?

Heading 1 For example, this would mean that HOME is the first heading in HTML. <html> <body> <h1> HOME </h1> </body> </html>


How do you submit an HTML?

I don't understand exactly what you mean by that but if you simply save a file with the extension .HTML it will be a HTML file that you can publish online. for eg <HTML> <body> This is my HTML page </body> </HTML> will simply show "This is my HTML page" on your web browser hope i helped


What does mean HTML documents?

HTML stands for Hyper Text Markup Language. An HTML document contains HTML code that shows a Web browser how to display the document content.


What does HTML page mean?

A HTML page is a web page that is created using Hyper Text Markup Language and is saved with a .html extension


What does edit HTML mean?

It means to change the HTML. Webpages are created using HTML. To change the page, you need to edit the HTML. So people open the source code of the HTML and change it and then upload the new version of the page.