How to change font size in a textbox in html

前端 未结 3 1962
情歌与酒
情歌与酒 2020-12-05 03:32

How can I change the font size of text inside the textbox in html.

3条回答
  •  死守一世寂寞
    2020-12-05 04:26

    To actually do it in HTML with inline CSS (not with an external CSS style sheet)

    
    

    A lot of people would consider putting the style right into the html like this to be poor form. However, I frequently make extreeemly simple web pages for my own use that don't even have a or tag, and such is appropriate there.

提交回复
热议问题