初学HTML一些基本控件语句

2020-12-13 01:21

阅读:458

标签:style   blog   class   code   tar   ext   

soscw.com,搜素材soscw.com,搜素材
 1                      html>
 2       head>
 3          title> 这是网页的标题title>
 4       head>
 5             
 6        body>
 7            h2>font color ="blue"> 这是网页的内容!font>h2>
 8 
 9            a href="http://www.cnblogs.com/gongxijun">这是一个连接a>
10            
11            table>
12                
24                form>
25                    username: input  type ="text">br>
26                    password: input type="password"> br>
27                    兴趣: 学习input type="checkbox" >
28                           旅游input type="checkbox">
29                       睡觉input type="checkbox">br>
30                       性别: 男input type="radio" name="gender">
31input type="radio" name="gender">br>
32                                       学历:  select>
33                             option>小学option>
34                                                 option>初中option>
35                         option>高中option>
36                         option>大学option>
37                          select>br>
38              评论:  textarea>
39 
40                     textarea>br>
41 
42                  文件上传: input type ="file">
43                                     
44                   form>
45         table>
46 
47       body>
48 html>
View Code

 

初学HTML一些基本控件语句,搜素材,soscw.com

初学HTML一些基本控件语句

标签:style   blog   class   code   tar   ext   

原文地址:http://www.cnblogs.com/gongxijun/p/3704672.html


评论


亲,登录后才可以留言!