+ This text should be size 5 the font should be verdana and the color should + be green. +
+ + +``` + + diff --git a/content/html/concepts/tags/terms/font/font.md b/content/html/concepts/tags/terms/font/font.md index f1f29a83b9c..ba3ca940ad7 100644 --- a/content/html/concepts/tags/terms/font/font.md +++ b/content/html/concepts/tags/terms/font/font.md @@ -21,7 +21,7 @@ At least one of the following three attributes is required for the ``. How - `color`: What [color](https://www.codecademy.com/resources/docs/css/colors) the font/text should be. The color can be set to a named `color`, hexadecimal or RGB. - `face`: What font the text should be. For example, to have the text be `verdana`, the `face` attribute would be set to `face="verdana"`. -- `size`: Sets the size of the font/text. It can use absolute units and relative units ranging from 1-7. Absolute units are used by `size="5"` or any other number 1-7. Relative units are relative the size of the `