Source Code:
(back to article)
Submit
Result:
Report an issue
9
1
2
3
4
5
6
7
8
9
›
⌄
⌄
⌄
⌄
<!DOCTYPE html>
<
html
>
<
body
>
<
footer
>
<
p
>Der Autor des Artikels: Max Mustermann</
p
>
<
p
> <
a
href=
"mailto:someone@example.com"
>Dem Autor schreiben</
a
>.
</
footer
>
</
body
>
</
html
>
<!DOCTYPE html> <html> <body> <footer> <p>Der Autor des Artikels: Max Mustermann</p> <p> <a href="mailto:someone@example.com">Dem Autor schreiben</a>. </footer> </body> </html>