除了input标签有value属性,还有其他html标签有value属性吗?

除了input标签有value属性,还有其他html标签有value属性吗?

<input name="username" value="xiao ming">

阅读 4.3k
2 个回答

meter
progress
select
option

1,input标签;
2,textarea(文本域);
3,select(选择框)。

推荐问题