Embedded CSS
examples/csses/intro_embedded.html
<html> <head> <title>Text on the tab</title> </head> <body> <style> h1 { font-size: 40px; } </style> <h1>Main title: Embedded CSS</h1> </body> </html>
<html> <head> <title>Text on the tab</title> </head> <body> <style> h1 { font-size: 40px; } </style> <h1>Main title: Embedded CSS</h1> </body> </html>