![]() |
![]() |
![]() |
![]() |
|---|
|
Lesson 1 Lesson 2 Lesson 3 Lesson 4 Lesson 5 Lesson 6 Lesson 7 Lesson 8 Lesson 9 Lesson 10 EXERCISES Exercise 1 Exercise 2 Exercise 3 Exercise 4 Exercise 5 Exercise 6 Exercise 7 Exercise 8 Exercise 9 Exercise 10 |
-The <datalist> element specifies a list of pre-defined options for an <input> element. -The <datalist> element is used to provide an "autocomplete" feature on <input>elements. Users will see a drop-down list of pre-defined options as they input data. -The purpose of the <keygen> element is to provide a secure way to authenticate users. -The <keygen> tag specifies a key-pair generator field in a form. -When the form is submitted, two keys are generated, one private and one public. -The private key is stored locally, and the public key is sent to the server. The public key could be used to generate a client certificate to authenticate the user in the future.
|