I'm learning HTML5 and I'm having this doubt, is it possible to leave the footer tag in the footer of the pages without using CSS or javascript?
I'm learning HTML5 and I'm having this doubt, is it possible to leave the footer tag in the footer of the pages without using CSS or javascript?
No , not the right way ...
The tags have only a semantic meaning, ie they are not pre-stylized to work according to their purpose, these new tags came to give a harmony in the construction of the pages, this was created by the lack of html resources in the time, it all boiled down to tables and divs, that was too bad for search engines or browsing the page content. so the new tags came to support the new way of building web sites / content, of course it is not only restricted to this, see the following image, it illustrates well the proposed semantics.
See here a reference on semantics in html5
There is a default style in each tag, but it is usually avoided when building layouts, the design often uses Reset Stylesheet to get the default style values.