Home >Web Front-end >HTML Tutorial >JavaWeb's detailed introduction to basic learning of html
JavaWeb01_html basic
Use tags to wrap the data to be operated, and modify the attribute values of the tags to realize the data style in the tags Change
Attribute: size value range 1-7 color: English word, hexadecimal number #ffffff
4a249f0d628e2318394fd9b75b4636b1 473f0a7621bec819994bb5020d29372a ... 4e9ee319e0fa4abc21ff286eeb145ecc 489364b7e0629f9745997c79a31b7c6d
Getting smaller and smaller from h1 to h6, automatic line wrapping
##b3d8ce8a94d2ec7d333d16a30b16a6c3
f5d188ed2c074f8b944552db028f98a1 a34de1251f0d9fe1e645927f19a896e8 b6c5a531a458a2e790c1fd6421739d1cb90dd5946f0946207856a8a37f441edf b4d429308760b6c2d20d6300079ed38e01c3ce868d2b3d9bce8da5c1b7e41e5b 555030cb2b5267c41522c066290065a2 fd273fcf5bcad3dfdad3c41bd81ad3e5 f16b1740fad44fb09bfe928bcc527e08
and73a6ac4ed44ffec12cee46588e518a5e
9c3bca370b5104690d9ef395f2c5f8d1
html code is not case-sensitive
Some tags end within the tag. For example, line break:
df250b2156c434f3390392d09b1c9563##Form tag
and
f5a47148e367a6035fd7a2faa965022eGet request address bar will carry the submitted data, post will not carry it
4181d34c3a3ee326b7c38fff429306de
Password input item: ea46e67aeb2828cb0736258b2a692b52
1b813ae72f59ce453bffad526ca06c02-> The attribute name is required inside
Check input item:
1587e90484ec28fb44fc75057d728e19
-> The attribute name is required inside
File input item (used when uploading later)
->
714779e36f6b8fe3da1575391740131b
<select name="birth"> <option value="0">请选择</option> <option value="1991">1991</option> <option value="1991">1992</option> <option value="1991">1993</option> <option value="1991">1994</option> </select>
Text field<textarea cols="10" rows=""></textarea>
<input type="hidden"/>
<input type="submit"/> <input type="submit" value="注册"/>
<input type="image" src="a.jpg"/>
0bb64ac8ef291d9b868ebabb24391ed5
– strikethrough
– underline
– subscript and superscript
div
– Automatic line wrapping
span
– Display
bd1e0019a156d239985355445b844428 – Set the full-text hyperlink to open in a new window
c35d2c6c8a516cbafcd3a1018c6e8d05 – Previous search engine retrieval method
f943578b614e4dd94ec8401e343a7dfb – Three seconds jump
Tag
tag
The above is the detailed content of JavaWeb's detailed introduction to basic learning of html. For more information, please follow other related articles on the PHP Chinese website!