Search
 
SCRIPT & CODE EXAMPLE
 

HTML

boarder color of type text

<input type="text" style="border:1px solid #ff0000" />
Comment

boarder color of type text

var input = document.getElementById('item');
 
input.addEventListener('click', (e) => {
 
    input.style.border = '8px solid #ff0000';

});
Comment

PREVIOUS NEXT
Code Example
Html :: ean 13 barcode in javascript tutorial 
Html :: html code for text link new window 
Html :: what is the meta tag in html 
Html :: change the height of select option 
Html :: nunjucks loop n times 
Html :: iframe ember pdf 
Html :: buttons are not coming in same line html 
Html :: bootstrap dropdown 
Html :: customize appearance of up/down arrows in html number inputs 
Html :: html prime number program 
Html :: nativescript router navigate 
Html :: documentformat.openxml bold text 
Html :: clearing dist in parcel 
Html :: common web server ports 
Html :: one side toggle in bootstrap 
Html :: pdf to html python 
Html :: model viewer html 
Html :: email and button bootstrap 
Html :: html relative path go back one directory 
Html :: icon for right arrow 
Html :: starter bootstrap 
Html :: message box html 
Html :: making spinner in css 
Html :: tailwind css breadcrumbs 
Html :: html number input with commas 
Html :: disable submit button after form validation 
Html :: how to change the font in html 
Html :: show description on hover 
Html :: how to take space in fontawesome unicode 
Html :: html para pdf 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =