Fixed markdown syntax (#19060)
One backtick was missing from the starting tag of a code block, which had downstream effects.
This commit is contained in:
committed by
Quincy Larson
parent
fce714b14b
commit
d87ad0623f
@ -6,7 +6,7 @@ title: Font Color Attribute
|
|||||||
This attribute is used to set a color to the text enclosed in a ```<font>``` tag.
|
This attribute is used to set a color to the text enclosed in a ```<font>``` tag.
|
||||||
|
|
||||||
### Syntax:
|
### Syntax:
|
||||||
``html
|
```html
|
||||||
<font color= "color">
|
<font color= "color">
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user