开发者

html tags in the option tags

开发者 https://www.devze.com 2023-01-04 05:51 出处:网络
It seems an html tag can\'t be inse开发者_运维知识库rted in the option tag. Say <option><em>somewords</em></option>

It seems an html tag can't be inse开发者_运维知识库rted in the option tag. Say

<option><em>somewords</em></option>

Is there other ways to style the "someword", without styling the option tag?


Styling the <option> is the only way. You can't even use <span> for styling.


Not at all possible to have html tags inside option tag, Style option tag itself

option{
font-weight:bold;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消