Code Editor Panel
Home
HTML Tutorial
HTML Quotation
Run
HTML
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p> The basic goal of the Cascading Stylesheet (CSS) language is to
<q>allow a browser engine to paint elements of the page with specific features, like colors, positioning, or decorations.</q> </p> </body> </html>
Output