answersLogoWhite

0

What is the use of creating an HTML?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

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

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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>


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.


Why frontpage is required rather than HTML for creating web pages?

Frontpage is an application that allows you to use a graphical user interface (GUI) to create web pages. It writes the HTML for you to create the web page. While Frontpage is a tool you can use for creating web pages, it is not required to create HTML. If your organization requires you to use Frontpage, that is a business decision and has nothing to do with the technical ability to create HTML code to build your web pages.


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.


Can you make use of HTML pages on net?

HTML is for creating web pages, so HTML is essential to the internet. It can also be used on other networks that support it, like ones that are private networks in companies and organisations.


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

spaces


Coding for creating HTML editor using java applet?

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


Why front page is required rather than HTML for creating web pages?

Front page is a visual HTML editor. It automatically creates the HTML code for you. You do not have to use Front page to create web pages. You can use a simple text editor, such as notepad, if you prefer.


I am creating a HTML website in notepad. It is about learning begginers HTML. Do you know how to show tags like body on the website so people can see them.?

Use the character entity for the <: <


What is the basic code for creating a webpage?

HTML?


What does HTML progamming means?

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


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.