I need some help finding out what the code for changing the font is??
In CSS external stylesheet
p {
font-family: Arial;
}
Change p to which element you want to select,
For in-line styling
<p style="font-family: Arial;"> my paragraph text </p>
Thank you for the information, it will really help
I attempted to change my font in the first lesson in HTML III and it’s not working for some reason.
The lesson is requesting the H1 header has the font-family arial and I think I did it right but I’m not sure why it’s telling me I’m wrong.
My code is below
Table Time
Tables Are Mega Sweet
I think you sent me a link, but for some reason nothing is happening when I click on the link