answersLogoWhite

0

What was the purpose for creating HTML?

Updated: 8/17/2019
User Avatar

Shelanemcclendon

Lvl 1
14y ago

Best Answer

To create a standard and consistent way of creating pages. By having a standard, there is nothing that would prevent anyone from creating a program to read them.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What was the purpose for creating HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Do HTML pages have to be created in some type of software application specifically designed for that purpose?

No, not really. You can even use a simple text pad or a notepad to create HTML pages. Using IDE's (Integrated Development Environments) for creating HTML pages actually quickens/simplifies the process of creating HTML pages but it is not a mandatory requirement.


When creating an HTML file you should separate sections of HTML code with what?

spaces


How do you create web by HTML tages?

Web can be created by creating a .html file. Inside the HTML file, you can put the tags of HTML.


Coding for creating HTML editor using java applet?

<html> <body> java applets</body></html>


What is the basic code for creating a webpage?

HTML?


What are the rules to be fallow in creating HTML file?

There are various rules to be followed in creating HTML file. All the tags should be closed after opening one.


What does HTML progamming means?

HTML programming means using tags in HTML. It is a way of creating interactive web pages.


The Web's universal programming language for creating webpages?

HTML


What is the best topic in creating a website for the beginners?

html and css


What makes HTML do?

HTML is a markup language for web designing. It helps creating web pages according to our needs.


What is the use of creating an HTML?

HTML - Hyper Text Markup Language - is used to created websites. If you want a website, you'll need to know some HTML.


How is the HTML document used for making a hyperlink?

Correct syntax for creating a hyperlink in HTML is <a href="the_file_name_link.html">This is a link</a>