Home > Article > Web Front-end > Summary of front-end interview questions
1. What new content or APIs have been added to html5, and which ones have been used?
HTML5 new input input type:
email type
url type
number type provides the function of selecting numbers, in which the min attribute is set to the minimum Value, the max attribute sets the maximum value, the value attribute sets the current value, and the step attribute sets the value for each increase.
range type, indicating the range field that limits numeric input
Date and time type :date,month,week,time,datetime,datetime-local
search type
tel type
##color type
HTML5 new form element
datalist specifies the option list of the input field
keygen provides a Reliable way to authenticate users
output is used for different types of output
There are more details that are not listed here. Please read this blog
<span style="font-size: 14px;"> <meta name = "format-detection" content = "telephone=no"> <br></span>
Related recommendations: The latest Baidu front-end interview questions sharing Web front-end interview questions Track 8 - Absolute positioning and relative positioning Share some examples of front-end interview questions
The above is the detailed content of Summary of front-end interview questions. For more information, please follow other related articles on the PHP Chinese website!