首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在给单词着色时,有没有像":“这样的东西?(HTML)

在给单词着色时,有没有像":“这样的东西?(HTML)
EN

Stack Overflow用户
提问于 2021-03-09 01:59:54
回答 1查看 36关注 0票数 0

我正在写一段关于水果投资的文章。为了让它更有体验,我根据水果单词的颜色对其进行着色:

代码语言:javascript
复制
<h1> Cantaloupes </h1><br>
<p> Cantaloupes is this type of melon that can be used as a fruit, like for drinking a refresher! 
They are used to make juice. It's this avocado looking fruit that has the outside as a different color.

诸若此类。我想创建一个内部带有<style><script>属性,这样我就可以在文章中为“哈密瓜”的how so数字上色。如何在其中使用<style>?如果不能,如何使用<style>来绘制“哈密瓜”单词?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2021-03-09 02:01:50

代码语言:javascript
复制
<p>
<span style="color: yellow">Cantaloupes</span> is a type of <span style="color: green">melon</span> that can be used... 
</p>

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66534847

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档