+ 2
I stocked in <Footer>tag in HTML5 can you please give me some example how i can use that tag. ^^ and what tags i can put in
I stocked Help me !
10 Respostas
+ 8
example
<footer>
<p> posted by NYU </p>
<p> Contact Information :
<a href= "mailto:info@sololearn.com">Sololearn </a>
</p>
</footer>
used for defining a footer for a document.
can contain information about contact, copyright, authorship and sitemap.
+ 4
can you please paste the code here let's know the problem
+ 4
@Iwanttobepartof maybe this my new code will give you a little info about the subject matter
https://code.sololearn.com/W34qYz3haiIc/?ref=app
+ 3
Yes @Malcolm but it could be found at the top of the page.
the <footer> tag is just a name but not a method that can define position.
+ 3
The footer tag is used to put some contact information or copyright stuff at the bottom of your webpage. But will not automatically put it at the bottom. The footer tag is just used to indicate that the information is supposed to go at the bottom of the page. You have to do the work☺
+ 2
I'm almost sure it's uses for the bottom of a webpage
+ 2
@nimwing yuan thanks 👍 iget it now :)
+ 1
apparently that's the traditional way
+ 1
@Nomeh wow cool its so confusing at the beginning coz i concentrate at the text , but i get it now 👍 thankyou
0
@nome uchenna ahh i thought <footer>tag is working only after <Header>