#How to enlarge the font in php?
Related recommendations: "php tutorial"
PHP itself does not involve the style size of the font, and the font style is modified through CSS.
Modify the attribute "font-size: 20px" in the div; or modify the "alignleft" attribute in the style sheet CSS to set the size.
The above is the detailed content of How to enlarge font in php. For more information, please follow other related articles on the PHP Chinese website!