Search
 
SCRIPT & CODE EXAMPLE
 

HTML

search input html with icon

<input type="search" placeholder="Search">
Comment

how to add search icon in input field

form.nosubmit {
  border: none;
  padding: 0;
}

input.nosubmit {
  width: 260px;
  border: 1px solid #555;
  display: block;
  padding: 9px 4px 9px 40px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}
Comment

PREVIOUS NEXT
Code Example
Html :: convert rtf to html 
Html :: html svg 
Html :: html set all text size 
Html :: horizontal line html 
Html :: how to add subtitle file in a movie in html 
Html :: how to highlight any text in html and css 
Html :: happy birthday code in html 
Html :: dropdown forms in bootstrap 
Html :: how to make auto focus textarea vuejs 
Html :: tailwind css alert 
Html :: which text is used to create text animations in html 
Html :: html textarea auto height to amount of text 
Html :: bootstrap 4 tabs 
Html :: website html css 
Html :: fork me github code 
Html :: convert html datetime-local to java LocalDateTime 
Html :: Tailwind CSS timeline 
Html :: html entity question mark 
Html :: ionic disable input field 
Html :: checkbox value 
Html :: font html 
Html :: bootstrap hide navbar 
Html :: html popup form 
Html :: tooltip in html 
Html :: emmet edit true or false sublime text 
Html :: html franc symbol 
Html :: execute vue ui 
Html :: TAKE PICTURES HTML 
Html :: puppeteer html custom attribute 
Html :: passing parameters from C# to js fucntions 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =