answersLogoWhite

0

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

10y ago

What else can I help you with?

Continue Learning about Engineering
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.


Which HTML element is used to specify a footer for a document or section?

The <footer> element is used to specify a footer for a document or section in HTML. It typically contains information such as the author of the document, copyright information, links to related documents, or other relevant details. The <footer> can be used within the <body> of a page or within specific sections like <article> or <section>.


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


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.


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.


The browser applies the feature until it encounters what tag?

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


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