<p style=“color:#FF0000;”> This Text is Red </p>
<a href="menu.html" style=“color:#000000;text-decoration:none;”> This is a link </a>
<head>
<meta charset="utf-8">
<title> My Web Page </title>
<style>
p{color:#ff0000;}
</style>
</head>
<head>
<meta charset="utf-8">
<title> My Web Page </title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>