這是我的htm5代碼。兩個輸入範圍沒有正確對齊。我如何正確對齊這2個元素?無法對齊兩個html5輸入範圍
<!DOCTYPE html>
<html lang="it">
<head>
<title>Ciao</title></head>
<body>
<fieldset>
<legend>Your Indicators</legend>
\t <label for="height">Height::</label>
<span>Short</span>
<input type="range" id="height" min="0" max="100" name="height" />
<span>Tall</span><br>
\t <label for="salary">Salary::</label>
<span>Poor</span>
<input type="range" id="salary" min="0" max="100" name="salary" />
<span>Rich</span>
</label>
</fieldset>
</body>
</html>
什麼是正確的,你要如何將它們對齊 – imGaurav
你想他們彼此之間,像[th是](http://jsfiddle.net/MrLister/32o2r10p/)? –
你想要什麼路線? @ user3503186 – SHAZ