Search
 
SCRIPT & CODE EXAMPLE
 

HTML

make all fields read only in form

<form>
    <fieldset disabled="disabled">
        <input type="text" name="something" placeholder="enter some text" />
        <select>
            <option value="0" disabled="disabled" selected="selected">select somethihng</option>
            <option value="1">woot</option>
            <option value="2">is</option>
            <option value="3">this</option>
        </select>
    </fieldset>
</form>
Comment

PREVIOUS NEXT
Code Example
Html :: html snippet 
Html :: height 100% tailwind 
Html :: mark html element 
Html :: insert html in html page 
Html :: style font in html 
Html :: favicon 
Html :: q tag in html 
Html :: offline p5.js html 
Html :: convert to html 
Html :: Headings 
Html :: update only update_at field on laravel eloquent 
Html :: meta tag white theme 
Html :: table body element 
Html :: bootstrap 5 tooltip html 
Html :: how to center a element in a table bootrsap 
Html :: thymeleaf for each limit size 
Html :: xpath find by sybling element 
Html :: a page with html cheat sheet 
Html :: xss protection 
Html :: type button on form 
Html :: host github pages with index index.html in folder 
Html :: HTML5 Video tag not working Safari iPhone iPad video webpage supported 
Html :: icon inside input 
Html :: html pdf template 
Html :: strip html from text 
Html :: headings in html 
Html :: include react in html 
Html :: how to change the url of a website in html 
Html :: input radio button html 
Html :: html5 table 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =