<del> 与 <ins> 一般一起使用,描述文档中的更新与修正。 28:<kbd>:定义键盘文本【短语标签 4 / 7】 无私有属性 29:<mark>:定义带有记号的文本 无私有属性 30:<meter>:度量衡 详情见:https://www.runoob.com/tags/tag-meter.html -- 提示:度量衡可以用作表示磁盘使用情况 31:<pre>:预格式化文本 无...
The<del>tag also supports theEvent Attributes in HTML. More Examples Example Use CSS to style <del> and <ins>: <html> <head> <style> del{background-color:tomato;} ins{background-color:yellow;} </style> </head> <body> <p>My favorite color is<del>blue</del><ins>red</ins>!</...
HTML <body> HTML <br> HTML <button> HTML <canvas> HTML <caption> HTML <cite> HTML <code> HTML <col> HTML <colgroup> HTML <data> HTML <datalist> HTML <dd> HTML <del> HTML <details> HTML <div> HTML <dl> HTML <dt> HTML <em> HTML <embed> HTML ...
5.删除:<del> 在纸上写东西不能像在计算机上写东西一样,可以用撤销键可以按,但当我们想要强调某些东西是被删除的怎么办?那就是使用 <del> 标签了。比如这样: <del>HTML上表示强调时,请使用 <b> 标签</del> HTML上表示强调时,请使用 <strong> 标签 效果是这样的: HTML上表示强调时,请使用 <b> 标签 ...
This HTML tutorial explains how to use the HTML element called the <del> tag with syntax and examples. The HTML <del> tag is used to markup text that has been deleted from a document but retained to show the history of changes to a document. Browsers tra
Also seeHTMLinstagfor markup of inserted text. <p>I am<del>very</del><ins>extremely</ins>happy that you visited this page :)</p> View Output Attributes HTML tags can contain one or moreattributes. Attributes are added to a tag to provide the browser with more information about how the...
Tip: Use <del> and <ins> to markup updates and modifications in a document. Browsers will normally strike a line through deleted text and underline inserted text.Differences Between HTML 4.01 and HTML5NONE.AttributesAttributeValueDescription cite URL Specifies a URL to a document that explains ...
HTML <ins> tag:When we delete some text in a webpage, we can use the <del> tag to show it and if there is some other text inserted in the place of the deleted text, we can show it on the webpage using the <ins> tag.
HTML Tags !--...-- !DOCTYPE a abbr address area article aside audio b base bdi bdo blockquote body br button canvas caption cite code col colgroup data datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5 h6 head header hgroup ...
Default value Default HTML tags and attributes: A = HREF APPLET = CODEBASE AREA = HREF BASE = HREF BGSOUND = SRC BLOCKQUOTE = CITE BODY = BACKGROUND DEL = CITE DIV = EMPTYURL DIV = IMAGEPATH DIV = URL DIV = VIEWCLASS EMBED = PLUGINSPAGE ...