Program No:01 Date:11-10-2022 Develop A HTML5 Document To Create A Registration Form As Shown Below
Program No:01 Date:11-10-2022 Develop A HTML5 Document To Create A Registration Form As Shown Below
Program No:01 Date:11-10-2022 Develop A HTML5 Document To Create A Registration Form As Shown Below
<!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>Document</title>
<style>
fieldset{
width: 500px;
}
#op{
width: 300px;
}
</style>
<!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>Document</title>
<style>
#mycanvas{
border: 1px solid red;
}
</style>
<script>
function load() {
Create an HTML5 document which will play an audio and video. Note:
Both the audio and video should be auto played and should have full
controls and both should play in loop.
<!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>Document</title>
<style>
video{
width: 400px;
height: 400px;
}
</style>
</head>
<!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>Document</title>
</head>
<body>
<form action="" method="get" id="frm1">
Select Color:
<input type="color" id="col" onchange="draw()">