Редактирование кода:
См Результат »
Попробуй сам - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
article
>
<
header
>
<
h1
>
Most important heading here
<
/h1
>
<
h3
>
Less important heading here
<
/h3
>
<
p
>
Some additional information here.
<
/p
>
<
/header
>
<
p
>
Lorem Ipsum dolor set amet....
<
/p
>
<
/article
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <article> <header> <h1>Most important heading here</h1> <h3>Less important heading here</h3> <p>Some additional information here.</p> </header> <p>Lorem Ipsum dolor set amet....</p> </article> </body> </html>