在html页面里尖角号不能单独用

在html页面里尖角号不能单独用,第1张

尖括号有着特殊的含义,如果在html页面中单独输出尖括号是不影响页面的展示效果的。

<<<

$("#show_p").text($("#input_textarea").text())

})

运行这段代码,然后点击按钮,然后使用控制台审查元素,我们可以看到,代码变成了

<<<

<<<

$("#cl").click(function(){

$("#show_p").text($("#input_textarea").text())

})

用CSS定位的方法

css代码

.caption{width:100%height:180pxbackground-color:#000opacity:.6position:realtive}

.triangle{display :blockwidth:20pxheight:20pxbackground:url(三角形图片路径) no-repeatposition:absoluteleft:200pxtop:0}

html代码

<div class="caption"><span class="triangle"></span></div>

你说的是窗口显示的小图标吗,那是需要在<head>里面增加 <link rel="icon" href="图标位置" mce_href="图标位置" type="image/x-icon" />这样就可以了


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7173444.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-02
下一篇 2023-04-02

发表评论

登录后才能评论

评论列表(0条)

保存