answersLogoWhite

0

Why is HTML necessary?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

HTML is the basic building blocks for web pages on the internet. It is a markup language which allows you to markup the different components of a document which tells the browser what each of those elements means and what they should do with that content. HTML stands for HyperText Markup Language.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is HTML necessary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How HTML featuers help us?

HTML features help us by making necessary amendments to our code. We do not need to worry about the mistakes.


What is static HTML pages?

A static page is one that has nothing but straight HTML coding (maybe with CSS, but not necessary) and does not depend on the server to build the page.


Login code for HTML?

If you mean how to create a login code with HTML, you need a tag called and a tag called and something in another programming language, such as php or java. There is no login code necessary to use HTML.


Do most browsers do not support previous versions of HTML?

Most browsers supports previous versions of HTML. Many websites are still using HTML 4.01 or older, so back compatibility is very necessary.


Why is Process Specification Necessary?

Some people doubtless believe Process Specification is necessary. Joel does not. See http://www.joelonsoftware.com/articles/fog0000000043.html


Why the elements are necessary for simple HTML?

The absolute essential tags are <html><body>Hello World</body></html>. Other tags are not required, but certainly add significant value to the format of the page and the ability for search engines to index your site.


Why is important to learn HTML before learning JAVA?

It is not necessary to learn HTML before learning Java. Java is a complete computer programming language. The only reason you would need to know HTML with Java is if you wanted to use Java to generate webpages, or you wanted to create Java applets that you would then embed into webpages using HTML.


Can HTML link to access databases?

No, HTML is not a programming language. It doesn't have the tools necessary to link to the database. You'll need something a little bit heavier, like PHP, ASP, JSP, or Ruby. (Or any of a billion others.)


What tags are necessary for a webpage?

Title of the page (Displayed in title bar)Your content goes here.The only necessary tags are DOCTYPE and TITLE.All HTML pages have a HEAD element and a BODY element after the doctype, but the tags are optional in HTML (but required in XHTML).Mostly an HTML page has the following structure:Title of the page (Displayed in title bar)Your content goes here.But the truth is that actually not a single tag is mandatory since the browser will correct faults when the webpage is being interpreted.However, there is no guarantee that all browsers will correct the page in the same way if the page is not valid HTML.


How can you take data from a Java page to a HTML page simultaneously to the database and print that HTML file?

Your order is incorrect. The database exists and is populated with the data wanted on the page, Java extracts the data needed from the database and renders the page in the necessary HTML for the browser to view. You could see a JSP reference in the address for Jave Server Page or not.


Differentiate HTML tag from an HTML documents?

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


Why are these elements necessary for an HTML?

They may be required or they may not be required. Next time you cut and paste your homework questions here at least include some answer choices.