answersLogoWhite

0

Main use of HTML

User Avatar

Anonymous

10y ago
Updated: 8/21/2019

HTML is primarily used to provide the content of a web page.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Benefits of using HTML?

The main benefit of using HTML is its easy syntax. The tags are very powerful to use.


What HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.


What is the main part of an HTML page?

The main section of an HTML document is it's Body, defined by the and tags.


How do you use PHP in HTML?

You can't use PHP in an HTML document, but you can use HTML in PHP script.


Why you use body tag?

You need to use a <body> tag because it defines the main body section of an HTML document. Here are the minimum tags required to create a web page: <html> <head><title>My Page</title></head> <body> Hello World! </body> </html>


What are the two main parts of an HTML file What tags create them?

The html page <html> </html> and also the body <body></body> which contains the content.


How do you use a HTML?

http://www.w3schools.com/HTML/


Which html converters are free to use?

The html converters that are free to use are HTML Converter and Free HTML Converter. These two websites do a great job at converting html files to whatever you need.


What is the main deficency of HTML?

HTML has a deficiency that the functionality cannot be applied. That means the condition statements are not there.


How do you use HTML?

There are many sites which teach you HTML,Google ithttp://www.w3schools.com/HTML/


Is a browser's main function to create webpages using HTML?

No, a browsers main function is to read HTML files and render them on the screen. If you want to create pages with HTML, you'll need an editor, IDE, or WYSIWYG.


What element is the main content of a webpage?

HTML is the main element in design of a webpage.