0
Tag
What are the tags I would use to create an online registration form?
3 Respuestas
+ 5
Elad Nkengbeza You'd use these HTML tags: <form>, <input>, <label>, <option>
These are covered in "Forms" lesson(Drop-Down Menus lesson for <option>) in "Using Attributes" module of the "Introduction to HTML" course.
+ 1
Thanks dude