分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 运营维护

html基础

发布时间:2023-09-06 01:42责任编辑:胡小海关键词:暂无标签

html 网页结构

注释 <!--  -->

换行 <br/>

水平线 <hr/>

标题 <h1></h1>

段落 <p></p>

加粗 <strong></strong> <b></b>

倾斜 <em></em><i></i>

删除线 <del></del><s></s>

下划线<ins></ins><u></u>

上标<sup></sup>

下标 <sub></sub>

图片 <img src="" >

超链接 <a href=""></a>

 无序列表 <ul><li></li></ul>

有序列表 <ol><li></li></ol>

自定义列表 <dl><dt><dd></dd></dt></dl>

嵌入内容 <embed src="" type="">

滚动 <marquee behavior="" direction=""></marquee>

编码 <meta charset="UTF-8">

关键字 <meta name="keywords" content="">

描述 <meta name="description" content="">

重定向 <meta http-equiv="refresh" content="">

链接样式文件 <link rel="stylesheet" href="">

icon图标 <link rel="icon" href="">

表格 <table><tr><td></td></tr></table>

表单 <form action=""></form>

文本框 <input type="text">

密码框 <input type="password">

单选框 <input type="radio">

下拉列表<select name="" id=""><optgroup label=""><option value=""></option></optgroup></option></select>

多选框 <input type="checkbox">

多行文本 <textarea name="" id="" cols="30" rows="10"></textarea>

上传 <input type="file">

提交 <input type="submit">

普通按钮 <input type="button">

图片按钮 <input type="image" src="">

重置按钮 <input type="reset">

表单分组 <fieldset><legend></legend></fieldset>

html基础

原文地址:https://www.cnblogs.com/lhsdx/p/8440096.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved