Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> #testid { color: red; font-weight: bold; } .example { color: blue; font-family: arial; } </style> </head> <body> <div id="testid"> <span class="example"> Le Lorem Ipsum est simplement du faux texte employé dans la composition et la mise en page avant impression. </span> </div> </body> </html>