我该如何用css显示选择标题

时间:2018-03-06 06:03:05

标签: javascript html css html5 css3

你好伙计们请帮助我这个我没有如何显示选择标题。我想在上面展示什么时候应该给你打电话?。

请检查我的代码谢谢: -

 <select name="myfirst" title="When should we call you?">
    <option class="optnoval"></option>
    <option value="today" id="df">today</option>
    <option value="tommorow" id="df">tommorow</option>
    <option value="sunday" id="dfd">sunday</option>
 </select>

请查看在线codepen代码链接: - https://codepen.io/anon/pen/EQBbyG

2 个答案:

答案 0 :(得分:1)

您可以在HTML标记中添加<label>

<label for="myfirst">When should we call you?</label>
<select name="myfirst" id="myfirst" title="When should we call you?">
	<option class="optnoval"></option>
	<option value="today" id="df">today</option>
	<option value="tommorow" id="df">tommorow</option>
	<option value="sunday" id="dfd">sunday</option>
</select>

答案 1 :(得分:0)

如果您使用subvariables,则可以选择具有stackblitz.com属性的所有jQuery元素,并将其值复制到第一个<select>

&#13;
&#13;
title
&#13;
<option>
&#13;
&#13;
&#13;