HTML markup

Report a typo

Create a page based on this sample.

Rendered HTML pahe with File and image upload title, browse button to select files and send button for submitting

Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web-page</title>
</head>
<body>
<div class="container">
<h2>File and image upload</h2>
<!--add the code here-->
</div>
</body>
</html>


Completed 0 of 3
Multiple file selection
Sending a form using the POST method
___

Create a free account to access the full topic