Page 179 - Web Applications (803) Class 11
P. 179
<INPUT TYPE="Submit" VALUE="Submit">
</FORM>
</BODY>
</HTML>
Subject Enrichment
Video Session Communication
Scan the QR code or visit the following link to watch the video: Learn HTML Forms In 25 Minutes
https://www.youtube.com/watch?v=fNcJuPIZ2WE
Now answer the following questions:
1. What is the use of <form> tag?
.....................................................................................................................................................................................
2. Write any one input type in form.
.....................................................................................................................................................................................
Lab Assignment ‘n Activity Experiential Learning
Computational Thinking
Type the following code and see the output:
<!DOCTYPE html>
<html>
<head>
<title>Working with Forms</title>
</head>
<body>
<form>
Website Development using HTML and CSS 177

