Codelab Editor
Free Online HTML Editor
Run
Learn HTML
<!DOCTYPE html> <html> <head> <title>HTML Form File Select Control Example</title> </head> <body> <h3>HTML Form File Select Control Example</h3> Please drop your Cover Letter and Resume. <form action='/form-submit/'> <label for="cover-letter">Select Your Cover Letter:</label> <input type="file" id="cover-letter" name="cover-letter" /><br /> <label for="resume">Select Your Resume:</label> <input type="file" id="resume" name="resume" /><br /> <input type="submit" value="Submit Application"> </form> </body> </html>
Editor Commands
Ctrl
F
Find
Ctrl
G
Find Next
Ctrl
⇧
G
Find Previous
Ctrl
⇧
F
Find & Replace
Ctrl
]
Indent Code Right
Ctrl
[
Indent Code Left
⇧
Tab
Auto Indent Code
Ctrl
/
Line Comment
Ctrl
Alt
/
Block Comment
TutsInsider Actions
Alt
S
Run Code
Ctrl
C
Copy Editor Code
Ctrl
A
Select All Editor Code
Ctrl
S
Save/Download
Ctrl
Alt
X
Rotate
Ctrl
Alt
T
Switch Theme
Ctrl
⇧
C
Open Console
Esc
Close Console