answersLogoWhite

0

HTML can be used to put content on the page. The body tag is used to put content in the window of web page.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

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.


Main use of HTML?

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


How can you use HTML so that the page loads scrolled half way through?

HTML only defines the content and the structure of a page. You must use Javascript and DOM for what you want.


Can you connnect databases to HTML pages?

Yes; you will need to use PHP or ASP to connect to your database and display its content in an HTML page.


How can you put a header footer and content on the middle in HTML?

Header and Footer are not predefined in the HTML. However if you want to use it, then use jQuery for it.


What is HTML tag must be use in the web page?

Each HTML website must use this pattern:// your head tags here// your content here: text and tags


What is the use of Web Font in HTML?

Web font helps to change the font of the content in a web page. It can be used to style the page in the website.


How do you insert picture from desktop to HTML page?

You don't actually insert an image into an HTML page. An HTML page can display an image from any location where the browser has access to the file. Let us assume that the image you want to display on your HTML page is image.jpg. You use the tag to tell the browser to display your image. The person looking at your HTML page needs to be able to access the file on your desktop. You normally would upload your image to the Web server, so the visiting browser can see your image. If the image is on your desktop and the browser has access to your desktop content, here is the code you would use to display your image on the Web page:


How can you add audio to HTML?

HTML does not add files. That is the use of SQL.


How powerful HTML is in the present world?

Very powerful - every page you see in your browser is made up from content surrounded by HTML tags. Even server-based languages (PHP, Perl, etc.) still have to use HTML to return content to the user in a readable form.


What is the HTML code for enter?

Use <br /> for a new line. Use <p></p> for a new paragraph. or if you want to link to a website or another page you put <html> <body> <a href="the page or site you want to link">button text here</a> </body> </html>


Enumerate the basic HTML structure's and describe each briefly?

The page starts with the HTML start tag Followed by the tags, and goes here Followed by the Tag. The followin HTML will be the content of you web page Followed by closing the Tag, and tags. Here is a sample of a Basic HTML document: the name of the page This is a basic HTML structure. This is where the content goes that will display on your page.