answersLogoWhite

0

The main difference is that HTML is used to create dynamic web pages. Other than this HTML cannot do much.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Engineering

What are some types of markup languages?

A markup language adds codes to content that is interpreted to have specific meanings to different programs. There are many different types of markup languages. The markup language used most of the time on the Web is HTML. Hyper Text Markup Language (HTML) tells a browser how to format and display content. For example These Words tells the browser to display the characters between the tags as bold.


Why is HTML considered a markup language?

The term hypertext refers to the process of linking text to data on the internet, while markup means modify or improve. So, HTML is called hypertext markup language because it is a language that allows users to organize, improve the appearance of, and link text with data on the internet.


What are the Data types in middle level language?

Depends, what language?


How HTML language differ from programming language?

While markup is only used to do markup (strangely enough), to mark elements as headings, text, images, anchors or whatever. Programming or scripting languages are used to do calculations or different task that basically can make stuff happen.


What is the purpose of HTML?

HTML stands for Hyper Text Markup Language. It is used to code (program) the basic elements of the web and webpages. Basically, it is a way to set the basic blocks for other languages (like Javascript and CSS) to manipulate. HTML stands for Hyper Text Markup Language. It is used to code (program) the basic elements of the web and webpages. Basically, it is a way to set the basic blocks for other languages (like Javascript and CSS) to manipulate.

Related Questions

Is vrml a markup language?

Yes. VRML (or the Virtual Reality Modeling/Markup Language) is a markup language. It defines certain data types, and is used to describe the specific function of the data contained therein. That is the definition of a markup language.


What type of file types is HTML?

It is a HyperText Markup Language page, which is a file for a web page.It is a HyperText Markup Language page, which is a file for a web page.It is a HyperText Markup Language page, which is a file for a web page.It is a HyperText Markup Language page, which is a file for a web page.It is a HyperText Markup Language page, which is a file for a web page.It is a HyperText Markup Language page, which is a file for a web page.It is a HyperText Markup Language page, which is a file for a web page.It is a HyperText Markup Language page, which is a file for a web page.It is a HyperText Markup Language page, which is a file for a web page.It is a HyperText Markup Language page, which is a file for a web page.It is a HyperText Markup Language page, which is a file for a web page.


What is the definition for the acronym MHTML?

MHTML stands for multipurpose hypertext markup language. This is the language that is used to create web pages and other types of information that can be displayed in a web browser.


What are some types of markup languages?

A markup language adds codes to content that is interpreted to have specific meanings to different programs. There are many different types of markup languages. The markup language used most of the time on the Web is HTML. Hyper Text Markup Language (HTML) tells a browser how to format and display content. For example These Words tells the browser to display the characters between the tags as bold.


Why is HTML considered a markup language?

The term hypertext refers to the process of linking text to data on the internet, while markup means modify or improve. So, HTML is called hypertext markup language because it is a language that allows users to organize, improve the appearance of, and link text with data on the internet.


How manu types of programming language in HTML?

HTML itself is one language (Hyper Text Markup Language) But it can be used in conjunction with many other types of scripting languages such as..... CSS Javascript PHP ASP.Net VBscript(Only if the user is running windows) Python( With common gateway interface) Java(With plugin) And actionscript (Adobe Flash plugin)


What is an internet document called?

There are many types of internet documents. The most popular is an HTML (HyperText Markup Language) document. Many website are made in HTML.


What is the difference between the function of htm and html?

There are no difference between htm and html. Occasionally, people would drop the L since both are accepted. Certain types of computer will find it confusing if one does not include the L at the end.


Is javascript a form of HTML used to add dynamic capabilities and interactivity to webpages?

Javascript is a language used WITH HTML. It is not HTML. HTML is a markup language used to delineate between different types of data. JavaScript is a programming language, containing logic, functions, and object.


What are the different types of cultural difference?

The eight types of culture are: Daily life, History, Social Groups, Arts, Government Language, Religion and Economy.


What is a phonetic language and how does it differ from other types of languages?

A phonetic language is a type of language where the written symbols represent the sounds of the spoken language. This differs from other types of languages, such as logographic languages, where symbols represent words or concepts. In a phonetic language, each symbol corresponds to a specific sound, making it easier to pronounce words accurately.


Which of the list style types in HTML markup is the square style?

In HTML markup the square in a List is:In CSS the CSS Sheet would include this for a square List item:ul.square {list-style-type: square;}