Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<!DOCTYPE html> <html> <head><title>Attributes</title></head> <body> <p style="color: purple; font-size: 18px;" title="Hover over me!"> Hover over this paragraph! </p> <p id="main" class="highlight">I have an id and a class.</p> </body> </html>
Result
Open