5 lines
79 B
HTML
5 lines
79 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.y { color: green; }
|
|
</style>
|
|
<div class=y>hello</div>
|