文章分类 - HTML
摘要:标准原文:地址 HTML元素分为2类: HTML4中,元素被分成两大类: inline(内联元素)与block(块级元素)。但在实际的开发过程中,因为页面表现的需要,前端工程师经常把inline元素的display值设定为block(比如a标签),也经常把block元素的display值设定为inl
阅读全文
摘要:<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="
阅读全文
摘要:<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
阅读全文

浙公网安备 33010602011771号