mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
1 line
340 B
HTML
1 line
340 B
HTML
<!DOCTYPE
|
|
HTML
|
|
PUBLIC
|
|
"-//W3C//DTD HTML 4.01//EN"
|
|
>
|
|
Text
|
|
<div>Text</div>
|
|
<div>
|
|
Text
|
|
</div>
|
|
<div>
|
|
Text
|
|
|
|
|
|
Text
|
|
</div>
|
|
<div>Text
|
|
|
|
|
|
Text</div>
|
|
<div
|
|
test="test"
|
|
>
|
|
|
|
</div
|
|
>
|
|
<div
|
|
data-q
|
|
=
|
|
"test"
|
|
>
|
|
|
|
</div
|
|
>
|
|
<div
|
|
data-q
|
|
=
|
|
'test'
|
|
>
|
|
|
|
</div
|
|
>
|
|
<div
|
|
data-q
|
|
=
|
|
test
|
|
>
|
|
|
|
</div
|
|
>
|
|
<style>
|
|
|
|
.color {
|
|
color: red;
|
|
<!-- Test -->
|
|
}
|
|
|
|
</style> |