<!DOCTYPE html> <html> <body> <p>HTML Document: <input type="file" accept=".html"> </p> <p>Java Script File: <input type="file" accept=".js"> </p> <p>Cascading Style Sheet Document: <input type="file" accept=".css"> </p> </body> </html>
Run
×
Share