网页文本编辑与链接导航技巧
一、文本编辑元素
1.1 编辑文本的元素
在网页文本编辑中,有两个专门用于修订和编辑文本的元素:
- <ins> 元素:用于添加文本,在浏览器中通常显示为下划线。
- <del> 元素:用于删除文本,在浏览器中通常显示为删除线。
以下是一个 HTML 示例(ch02_eg09.html)展示了这两个元素的使用:
<h1>How to Spot a Wrox Book</h1>
<p>Wrox - spotting is a popular pastime in bookshops. Programmers like to find
the distinctive <del>blue</del><ins>red</ins> spines because they know that
Wrox books are written by <del>1000 monkeys</del><ins>Programmers</ins> for
Programmers.</p>
<ins><p>Both readers and authors, however, have reservations about the use
of photos on the covers.</p></ins>
<
超级会员免费看
订阅专栏 解锁全文

被折叠的 条评论
为什么被折叠?



