HTML summary 标签
使用 <summary> 元素: 实例 Run this code » <details> <summary>Epcot Center</summary> <p>Epcot is ...
使用 <summary> 元素: 实例 Run this code » <details> <summary>Epcot Center</summary> <p>Epcot is ...
下标文本: 实例 Run this code » <p>这个文本包含 <sub>下标</sub>文本。</p> 浏览器支持 所有主流浏览器都支持 <sub> 标签。 标签定义及使用...
在 HTML 文档中使用 <style> 元素: 实例 Run this code » <!DOCTYPE html> <html> <head> <meta charset="utf-...
对文档中的文本进行格式化: 实例 Run this code » <strong>加粗文本</strong> 浏览器支持 所有主流浏览器都支持 <strong> 标签。 标签定义及使用说明 <str...
给文本添加删除线: 实例 Run this code » <p>Version 2.0 is <strike>not yet available!</strike> now available!</...
使用 <span> 元素对文本中的一部分进行着色: 实例 Run this code » <p>我的母亲有 <span style="color:blue">蓝色</span> 的眼睛。<...
带有两个源文件的音频播放器。浏览器需要选择它所支持的源文件(如果都支持则任选一个): 实例 Run this code » <audio controls> <source src="horse.ogg" type="au...
定义小型文本: 实例 Run this code » <p> runoops.com - the world's largest web development site.</p> <p><smal...
带有三个可见选项的下拉列表: 实例 Run this code » <select size="3"> <option value="volvo">Volvo</option> <option va...
带有一个必需的下拉列表的 HTML 表单: 实例 Run this code » <form action="demo_form.html"> <select required> <option value="...