A text that uses A LOT the style tag: <!doctype html> <html> <body> <p class="example" style="border:solid 15px red; color: orange; background-color: blue; cursor: pointer; ">A text</p> </body> </html>