answersLogoWhite

0

HTML is an acronym for Hyper-Text Markup Language. HTML is the most commonly used computer language for creating/coding a Web site.

In general, when you visit a website, your Web browser (i.e., internet Explorer, Firefox, etc.) reads the HTML code and then renders it on your screen.
HTML stands for HyperText Markup language. 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:

My Page

is the beginning of a web page.

is where your title will be located (and some scripting code may go in it as well)

is the rest of your site. (where your data is displayed)

Notice how is you have you must finish it off with

the / states END.

Start of web page

End of web Page

For more see What is HTML?

What_is_HTML

User Avatar

Wiki User

8y ago

Still curious? Ask our experts.

Chat with our AI personalities

EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
More answers

HTML stands for HyperText Markup Language. HTML is used in almost EVERY webpage you visit and even the ones you don't! It is the coding inside each page that makes what you see. It is a very useful language to know if you are into computers.

User Avatar

Wiki User

15y ago
User Avatar

'html' does not appear on a web address.

'html' stands for 'Hypertext Markup Language' and is the format/code in which web pages are written.

Web address do start with the string 'http' or 'https' and this refers to 'Hypertext Transfer Protocol' which is the means by which web pages (written in 'html') are processed.

User Avatar

Wiki User

11y ago
User Avatar

It stands for HyperText Markup Language.

User Avatar

Wiki User

17y ago
User Avatar

It stands for HyperText Markup Language.

User Avatar

Wiki User

15y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What does HTML mean on a web address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is HTML a url?

HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.


What is the language used for creating webpages?

Web pages are written in HTML, which stands for HyperText Markup Language.The opening part of a web address is usually HTTP... which stands for HyperText Transfer Protocol, and many web pages addresses end in .htm..... which indicates that the page is a hypertext page.


How are HTML documents and webpages related?

HTML is a language that is used to create web pages. A HTML document is a web page in effect. It is the browser that opens a HTML document and displays it as a web page.


What does it mean to have experience using HTML?

HTML is HyperText Markup Language. It is a language used to create web pages. If you have used it a lot and know how to use it properly you can create very good web pages. You would then have experience using HTML.


What does doctype HTML public mean?

In HTML, the <!DOC TYPE> means the type of HTML coding you are using. There are many different versions of HTML. This part of the code tells the web-browser how to format the page.