I'm beginning to do HTML, CSS and PHP and I can't have a clear cut answer on how to add CSS to my existing PHP file:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style_conjugate.php" media="screen" />
</head>
<body>
<?php
$arr verbs = [
verbs
];
$arr base verbs= [
base verbs
];
for ($i = 0; $i < $max.baseverbs; $i++)
{
foreach (verbs as pronoun => conjugation)
{
echo
}
echo for linebreak
}
?>
</body>
</html>
I would like the verbs to be displayed in blue, which needs tobe done in PHP, according to what I have read, however I can't get it to work.
I can't seem to specify how the colour should be changed in the php script`:
php.conjugation
{
blue color
}
Any help would be greatly appreciated.