Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html form select

<!-- O segundo valor estará selecionado inicialmente -->
<select name="select">
  <option value="valor1">Valor 1</option> 
  <option value="valor2" selected>Valor 2</option>
  <option value="valor3">Valor 3</option>
</select>
Comment

PREVIOUS NEXT
Code Example
Html :: footer ionic 
Html :: how to add the phtml using xml magento 2 
Html :: html input color picker 
Html :: markdown mathjax rendering script 
Html :: laravel csrf protection 
Html :: alpine js onclick example 
Html :: html mailto link with content 
Html :: html tag mp3 
Html :: html viewport meta tag 
Html :: bootstrap href button 
Html :: radio buttons html 
Html :: how to read an input from HTML in javascript 
Html :: input without autocomplete 
Html :: how to add square root symbol in HTML Web page 
Html :: input field image accept type 
Html :: load popper in html 
Html :: meter balise 
Html :: html load page at certain point 
Html :: bootstrap Badges Contextual variations 
Html :: [(ngModel)] in a select 
Html :: metasploit default login 
Html :: html form 
Html :: sort table in html 
Html :: html textbox pattern mobile number 
Html :: bootstrap hyperlink 
Html :: how to change text color of anchor tag in html 
Html :: predefine data list in input tag html 
Html :: react render string as html 
Html :: html input radio group 
Html :: down chevron unicode 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =