answersLogoWhite

0

Area of HTML

User Avatar

Anonymous

14y ago
Updated: 8/16/2019

I am guessing you want to know where HTML is used,

It is used mainly when making online websites for styling purposes.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are two things all HTML must have?

A head area and a body area in the document.


How do you start HTML?

Here is How to start Html:Your Page TitleThis area will contain everything that will be visible through a web browser, such as text and graphics. All of the information will be HTML coded.


What two tags are required to create an image map in HTML?

The MAP tag and the AREA tag.


Example of a HTML documents?

A HTML document is just a website. If you mean a code however, here is one random one. Basic too. Code: <html> <head> <title>Webste title that appears like Random - "internet browser"</title> </head> <body> Information that is in the actual viewing area </body> </html>


Is there a way to get syntax colouring in HTML for HTML code inside a text area?

For Syntax coloring you can use HTML Editors such as : * Arachnophilia * BBEdit * BlueFish * Coda * E Text Editor * Eclipse with the Web Tools Platform * EditPlus * EmEditor * HTML-Kit * HomeSite * Notepad++ These editors automatically sets a color for your syntax.


What is the semantic difference between HTML tag and HTML text?

HTML text is formatted text that you view on a HTML formatted page, a HTML tag is a tag which defines the formatting of a selected area of text, i.e opening tag "<u>" "text to format here", followed by closing tag "</u>" would underline the text that you wish to format. In short, HTML tag defines the format of the text. These basics can be applied to a range of different functions.


How is the main content area of a page described in HTML code?

The main content of the page is wrapped with BODYtags:... meta data, title, javascript, etc. ...... main content and more HTML code ...


After diets fail, how do I find a bariatric surgeon?

You can find surgeons in your area that perform bariatric surgery at http://www.asbs.org/html/about/membersearch2.html. You can also search at http://www.healthgrades.com/bariatric-surgery-directory


Differentiate HTML tag from an HTML documents?

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


How do you prepare an HTML?

The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </body> </HTML>


How are you able to see the HTML code that is used to create a webpage?

Right-click a blank area and go View Source.


How do you create address slot in HTML?

An address slot can be made with an input element. It creates a text area where you can put the address.