HTML Form with input tags, table tag, video tag, audio tag, video tag, google map tag, youtube video tag
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0, shrink-to-fit=no" > < meta http-equiv = "X-UA-Compatible" content = "ie=edge" > < title > HTML Form Practice </ title > </ head > < body > < form action = "" method = "" align = "center" > < h1 > HTML Form </ h1 > < label for = "name" > Name : </ label > < input type = "text" name = "name" id = "name" size = "30px" placeholder = "Enter name" />< br >< br > < label for = "emailId" > Email : </ label > < input type = "email" name = "email" id = "emailId"...