Computer Science, asked by danthishreyas, 1 month ago

The default input type in HTML5 is text. State True or False. ​

Answers

Answered by llSwagPrInCell
4

Answer:

<input> types

Type Description Basic Examples

text The default value. A single-line text field. Line-breaks are automatically removed from the input value. <input type="text" name="text"/>

time A control for entering a time value with no time zone. <input type="time" name="time"/>

Explanation:

Answered by ItszBrainlyQueen
3

The default input type in HTML5 is text. State True or False.

Similar questions