Submit and Reset
Radio buttons is used to select only one option at a time.
Internal Link
This is used to creat link within the page
Difinition lists
This is used to creat definition lists
Input Tag
This is used to input text in a form.
Form Tag
A Form is a collection of data in specific fields. Forms are used to build interactivity in the web page. This is a non-empty tag.
HTML Documents
All HTML documents must start with a document type declaration: <!DOCTYPE html>. The HTML document itself begins with <html> and ends with </html>. The visible part of the HTML document is between <body> and </body>.