answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you put a header footer and content on the middle in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you post in blogger using HTML?

<div id="header"> <div id="footer"> <div id="content"> <div id="sidebar"> <div class="post">


How do you make a footer in HTML?

The tfooter and theader elements are used to define the elements inside of a table that make up that tables header and footer respectively. They are particularly useful in complex tables, where the header and footer might otherwise not be obvious.


What do you mean by HTML header?

HTML header is placed on the top of a HTML page. It is wrapped inside the <head> element.


What do you mean by header?

HTML header is placed on the top of a HTML page. It is wrapped inside the <head> element.


Is there a footer in HTML?

No, but you can add one easily to the end of the HTML body, just before the tag.Here's a simple example:Copyright © MyWebsiteName 2010


How do you update your HTML site?

You can update a HTML site by updating it's content. Changing HTML will change the content of page.


What is the default styling for h1 HTML tag?

The H1 tag is used to display Headings in HTML. <H1> Hi this is a H1 header </H1> would display like = Hi this is a H1 header =


What is a header code?

Header codes, or tags, are used in html language. They are used to identify the page and can be text, banner or logo.


What is transparency in HTML?

Transparency is an attribute of CSS in HTML. Any header or text can be put to transparent using this property.


The browser applies the feature until it encounters what tag?

An HTML end tag example the end tag to the <header> would be: </header>


What are HTML tags what are the required HTML tags in creating webpages describe what these tags do?

HTML tags are like containers for content. They tell how the content should be displayed. Tags in HTML should be enclosed with < and >. Most tags consist of an opening tab ie <HTML> and a closing tag ie </HTML>. The proper action is then taken concerning the content in between them. There are many tags that can be used, however very few are required. It is recommended that all HTML pages begin with the <HTML> tag, and end with the corresponding closing tag </HTML>. For example: <HTML> <head> info here is for the browser, not displayed to the user </head> <body> this is where the page content goes </body> </HTML> I've found w3schools to be very helpful in learning HTML. A few other useful tags include: <form></form> (for making forms), <table></table> (for tables, with <tr> and <td> to make rows and columns respectively), <h1></h1> (the largest header), and <p></p> (a paragraph.)


Which tag will put informatin in the top blue bar of your web page?

It the top blue bar is the header of the browser you are using to view the website in question, then the HTML tag that displays text in that area is the Title tag.It goes inside the Head tag within your HTML code and its syntax is as follows: [this is the text within the browser header] [page content here]I hope this helped.Answered by EZMAIA Web Design