“pusta etykieta html” Kod odpowiedzi

pusta etykieta html

 <!--Empty--->
 <label for=""></label>
 <!--Text--->
 <label for="">Smaple Text</label>
Stormy Shark

Jak utworzyć znacznik „pusty” bez nazwy

<body>
<section>
<h1>Calculator</h1>

<label class="sum">Sum:</label>
<input type="text" id="sum" disabled="disabled">
<br>
<label>First Number:</label>
<input type="text" id="firstNumber">    
<br>
<label>Second Number:</label>
<input type="text" id="secondNumber">
<br>

<div>
<input type="button" id="calc" value="Calculate">
<input type="button" id="clear" value="Clear">
</div>

</section>
</body>
Mohamed Elyes Ben khoud

Odpowiedzi podobne do “pusta etykieta html”

Pytania podobne do “pusta etykieta html”

Więcej pokrewnych odpowiedzi na “pusta etykieta html” w HTML

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu