Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <html> <head> <title>My Example</title> <style> @import "/css/tutorial/example.css"; </style> </head> <body> <h1>Embedded Styles</h1> <p id="intro">Allow you to define styles for the whole document.</p> <p class="colorful">This has a style applied via a class.</p> </body> </html>
Preview