Sunday, January 12, 2020

Select Tag

<html>
<head>
<title>This is my first web page</title>
</head>
<form>
<select>
  <option>Language</option>
  <option>sinhala</option>
  <option>English</option>
  <option>Tamil</option>   
</select>
<input type="submit"/>
</form>
</body>
</html>



This is my first web page

No comments:

Post a Comment

Assessment Paper 10

Vtapage.html <html> <head> <title> VTA </title> </head> <body> <h1> VTA <...