Text
Self Closing Tag
self closing tag which represent void, no value.
比如<br>,<img>等
0 notes
Text
Div container is a Block element
<div>
width=windows width
<br> & <hr>
0 notes
Text
Block and Inline
Block:
Block element width = device width /parent element的width
Inline
0 notes
Text
Input types&Attributes
Input Types: checkbox, email, file. number, password, radio, range
Attributes: checked (radio&checkbox), max, min (number&range), maxlength, minlength (text&password), placeholder, required., value
0 notes