TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> .text { color: blue; } .large { font-size: 20px; } </style> </head> <body> <p class="text large">This is large and blue text.</p> </body> </html>