2 “style” inline css img tags?

前端 未结 4 924
一个人的身影
一个人的身影 2021-01-01 02:42

I have the following tag

\"25\"/

        
4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-01 03:16

    if use Inline CSS you use

    705
    

    Otherwise you can use class properties which related with a separate css file (styling your website) as like In CSS File

    .imgSize {height:100px;width:100px;}
    

    In HTML File

    705
    

提交回复
热议问题