Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <h2>Example of the p tag with the style attribute</h2> <p style="color:#666666;font-size:18px;">Here is some text for the p tag with the "style" attribute.</p> </body> </html>