Source Code:
(back to article)
Submit
Result:
Report an issue
9
1
2
3
4
5
6
7
8
›
⌄
⌄
<!DOCTYPE html>
<
html
>
<
body
>
<
h2
>Beispiel eines Elements</
h2
>
<
p
>Das ist irgendein Absatz.</
p
>
<
p
>Das ist ein weiterer Absatz <
br
/> mit einem Zeilenumbruch.</
p
>
</
body
>
</
html
>
<!DOCTYPE html> <html> <body> <h2>Beispiel eines Elements</h2> <p>Das ist irgendein Absatz.</p> <p>Das ist ein weiterer Absatz <br/> mit einem Zeilenumbruch.</p> </body> </html>