<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Text Color Example</title> <!-- Link your CSS file here --> <link rel="stylesheet" href="styles.css"> </head> <body> <h1>Welcome to My Webpage</h1> <p>This is a sample paragraph with text that we'll style.</p> </body> </html>