answersLogoWhite

0

ANSWER:Below is the main HTML format.

Your title here

You webpage content here

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How HTML tags needed to create a basic webpage?

HTML tags can be made to create a basic webpage. The basic tags with some text can make a webpage in basic format.


Where is HTML used?

Html is used all over the web. It is the basic webpage format. Look in the address bar, for many pages it will end in html.


What is well formed HTML document?

This is the basic (and correct) formatting of a simple HTML document:Then of course there are LOTS of other tags, but that's just the beginning format.


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 does HTML stand for and what is it?

HTML stands for Hypertext Markup Language, and it is the most basic form of code for making a website. it uses the same format whether your using Xhtml, Html, Css, Css3, Html5, and so on...


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>


What format is particularly for emailing documents in HTML format?

That format is :- .doc


When watching Youtube videos on my a mobile phone are the videos in HTML format as I watch them?

No. There is no HTML video format... -_-


What are the basic HTML codes?

Some basic HTML codes are as followed


Does Yahoo have HTML format?

Yes, nearly all pages must be in html.


Common format of photographs in HTML?

.jpg


How do you create homepage or web page from event in table format using HTML?

Homepage can be created using HTML or various other languages. <table> can be used to create tabular format in HTML.