Page MenuHomeSoftware Heritage
Paste P1023

HTML vs XHTML
ActivePublic

Authored by vlorentz on Apr 28 2021, 12:07 AM.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<style>
.first {
background: red;
}
.second {
background: green;
}
</style>
</head>
<body>
<div class="first">
<div class="second"/>
test
</div>
</body>
</html>

Event Timeline

vlorentz updated the paste's language from autodetect to html.
vlorentz edited the content of this paste. (Show Details)