Home
Software Heritage
Search
Configure Global Search
Log In
Transactions
P1023
Change Details
Change Details
Old
New
Diff
<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>
<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>
<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>
Continue