Displaying 1 result from an estimated 1 matches for "wiedler".
Did you mean:
fiedler
2013 Feb 08
1
<footer> and cie.
...tion: what should be the output for this:
> for me the point of having my blog as a static site is mainly easy deployment<br>
> I don't have to worry about even configuring PHP<br>
> I just put html on a web server and boom! instant win
>
> <footer>? [Igor Wiedler wins](https://igor.io)</footer>
The real question is how to treat `<footer>`. Is it a block-level element like `<div>`? That should mean that the content would be passed to the output literally. One thing for sure, it's not a span element, as the HTML spec forbids putting it...