文章分类 -  HTML

摘要:标准原文:地址 HTML元素分为2类: HTML4中,元素被分成两大类: inline(内联元素)与block(块级元素)。但在实际的开发过程中,因为页面表现的需要,前端工程师经常把inline元素的display值设定为block(比如a标签),也经常把block元素的display值设定为inl 阅读全文
posted @ 2021-01-14 14:56 小昱同学 阅读(839) 评论(0) 推荐(0)
摘要:<table summary="demo table" border="1"> <caption>title</caption> <tbody> <tr> <th>menu A</th> <th>menu B</th> <th>menu C</th> </tr> <tr> <td colspan=" 阅读全文
posted @ 2020-10-07 14:08 小昱同学 阅读(160) 评论(0) 推荐(0)
摘要:<form action="demo_form.php" method="get"> First name: <input type="text" name="fname"><br> Last name: <input type="text" name="lname"><br> <input typ 阅读全文
posted @ 2020-10-07 13:47 小昱同学 阅读(78) 评论(0) 推荐(0)