answersLogoWhite

0

Well,

- This is where you will begin writing your document and placing your HTML codes.

- Closes the HTML tag.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What does h1 in HTML stand for?

Heading 1 For example, this would mean that HOME is the first heading in HTML. <html> <body> <h1> HOME </h1> </body> </html>


How do you submit an HTML?

I don't understand exactly what you mean by that but if you simply save a file with the extension .HTML it will be a HTML file that you can publish online. for eg <HTML> <body> This is my HTML page </body> </HTML> will simply show "This is my HTML page" on your web browser hope i helped


How do you prepare an HTML?

The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </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.


What is the effect of body in HTML?

The <body></body> tag defines the body of an HTML document. Here is the minimum format needed for a basic HTML page. <html> <head> <title>Title</title> </head> <body> Stuff goes here... </body> </html>


What are the two HTML syntaxes?

HTML is a markup language and it's syntax is well defined. It can be used as <html><body>...</body></html>


What is the skeleton for an HTML based webpage?

<html> <head> <title></title> </head> <body> </body> </html>


What is the effect in the body?

The <body></body> tag defines the body of an HTML document. Here is the minimum format needed for a basic HTML page. <html> <head> <title>Title</title> </head> <body> Stuff goes here... </body> </html>


Coding for creating HTML editor using java applet?

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


What is process of properly ordering HTML tags?

< html > < head > </ head > < body > </ body > </ html > Without spaces.


What are the basic elements of HTML document?

HTML head title /title meta style /style /head body /body /HTML


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>