Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> #testid { color: #777777; font-style: normal; background-color: lightgreen; } .example { display: block; color: whitesmoke; font-style: italic; background-color: lightblue; padding: 20px; } </style> </head> <body> <div id="testid"> <span class="example"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. </span> </div> </body> </html>