5 lines
157 B
HTML
5 lines
157 B
HTML
<!DOCTYPE html>
|
|
<div>
|
|
<span style="color: green">This text should be green.</span><br>
|
|
<span style="color: blue">This text should be blue.</span>
|
|
</div>
|