Search
 
SCRIPT & CODE EXAMPLE
 

HTML

edit box with a drop-down list

<input type="text" name="product" list="productName"/>
<datalist id="productName">
    <option value="Pen">Pen</option>
    <option value="Pencil">Pencil</option>
    <option value="Paper">Paper</option>
</datalist>
Comment

PREVIOUS NEXT
Code Example
Html :: invisible element html 
Html :: html tags 
Html :: favicon x shortcut icon 
Html :: coreui dropdown 
Html :: ol html 
Html :: html5 comment 
Html :: how to convert html to text in angular 
Html :: html block button tag 
Html :: bootstrap nav nav tabs float right 
Html :: how to add text box html 
Html :: variables in html 
Html :: html img onclick 
Html :: html set input type date to disable previous dates 
Html :: html how to start a page 
Html :: blobs fish 
Html :: html video frame image 
Html :: link to parent folder html 
Html :: tailwind css floating label 
Html :: how to add bg html 
Html :: svg not rendering in chrome anymore 
Html :: change fill color using javascript 
Html :: replit iframe 
Html :: hello world svelte 
Html :: Jumbotron in boostrap 5 
Html :: html components 
Html :: HTML <article Element 
Html :: what is defer in html 
Html :: bootstrap accordion 
Html :: html div specific size 
Html :: embed png in html 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =