basic entire html page boiler Plate with <footer>
<!Doctype Html>
<Html>
<Head>
<Title> Creating a footer using HTML </Title>
</Head>
<Body>
<header>
<h1> SOME TEXT </h1>
<p> SOME TEXT </p>
</header>
<footer>
The Text which we want to insert in footer. usually @Copyright Author ect ...
</footer>
/* NOTE ! dont forget to close tag </footer>*/ :
</Body>
</Html>
.panel-footer{
padding-top: 40px;
padding-bottom: 40px;
margin-top: 40px;
border-top: 1px solid #eee;
background-color: #ffffff;
}
<div class="container">
<p class="text-muted text-center">
Made with ♥ by Drexel Students for Drexel Students
</p>
<h6 class="text-muted text-center">
<small>
<a href="http://www.contact.com/contact-me/">Contact Me</a>
</small>
</h6>
</div>
Code Example |
---|
Html :: scroll to section href |
Html :: class disabled |
Html :: stimulus data action |
Html :: how to create js code |
Html :: hyperlink html id |
Html :: html gif not showing |
Html :: react createContext usage |
Html :: input datetime without time |
Html :: height 100% tailwind |
Html :: how to do a line break in html |
Html :: html compressor |
Html :: postman tutorial |
Html :: slider input |
Html :: html acronym |
Html :: Spaces not showing as I typed HTML |
Html :: html make card |
Html :: how to edit colours in background html |
Html :: crawler get text, not get html |
Html :: how to say what happens on left click in HTML |
Html :: documentformat.openxml bold text |
Html :: slider with steps |
Html :: collapse boostrap |
Html :: excel auto tage with date and time |
Html :: make link open in new tab |
Html :: import vue js |
Html :: mvc required field validation not working |
Html :: detailed list html |
Html :: prevent form submission on enter key |
Html :: angularjs call js function |
Html :: html subtitle |