The A
You can have several |
Example:
HTML
<footer>
<p>Author: Hege Refsnes<br>
<a href="mailto:[email protected]">[email protected]</a></p>
</footer>
Example:
HTML
<html>
<head>
<style>
footer {
text-align: center;
padding: 3px;
background-color: DarkSalmon;
color: white;
}
</style>
</head>
<body>
<footer>
<p>Author: Hege Refsnes<br>
<a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</body>
</html>
Example:
HTML
<style>
footer {
display: block;
}
</style>
How to create HTML <footer> Tag | HTML Tag |
Which browser will support for HTML <footer> Tag | HTML Tag |
How to Use CSS to style <footer> | HTML Tag |
How to set Default CSS Settings for HTML <footer> Tag | HTML Tag |
Read Full:: | HTML Tag |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded: | 7 months ago |
Uploaded by: | Admin |
Views: | 539 |
Ref on: | View |