zoukankan      html  css  js  c++  java
  • 1、表单练习

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>表单</title>
    </head>
    <body>
    
    <table width="500" border="0">
    <tr>
    <td colspan="2" style="background-color:#99bbbb;">
    <h1>Main Title of Web Page</h1>
    </td>
    </tr>
    
    <tr valign="top">
    <td style="background-color:#ffff99;100px;text-align:top;">
    <b>Menu</b><br />
    HTML<br />
    CSS<br />
    JavaScript
    </td>
    <td style="background-color:#EEEEEE;height:200px;400px;text-align:top;">
    Content goes here</td>
    </tr>
    
    <tr>
    <td colspan="2" style="background-color:#99bbbb;text-align:center;">
    Copyright W3School.com.cn</td>
    </tr>
    </table>
    
    
    </body>
    </html>
  • 相关阅读:
    用户管理
    开机、重启、用户登录注销
    网络请求的封装
    Vuex
    Promise
    Vue Router(二)
    Vue Router(一)
    Vue CLI
    前端模块化-导入导出
    插槽
  • 原文地址:https://www.cnblogs.com/as1234as/p/5219214.html
Copyright © 2011-2022 走看看