gpt4 book ai didi

Div 容器内的 HTML + CSS 样式/文本格式

转载 作者:行者123 更新时间:2023-11-28 04:07:03 24 4
gpt4 key购买 nike

我试图在我的 Index.HTML 中的一个段落中对某些单词进行加粗和着色(或使它们成为斜体、不同大小等)。

但是通常的格式化标签 (HTML) 不起作用。

我有一个样式表,其中包含网站的所有样式和属性,但我只想更改段落中的三个词(例如)。我该怎么做?

index.html:

<div id="da-slider" class="da-slider">
<div class="da-slide">
<h2>This is the Heading</h2>
<p>And HERE is where I want to make this word BOLD and this WORD in a different color, for example</p>
<a href="#" class="da-link">Read more</a>
<div class="da-img"><img src="img/pp-slider/imac.png" alt="image01" /></div>
</div>

最佳答案

检查这个 fiddle :here

这是一个小例子。

我使用 <strong>Word</strong>让它变得粗体,但是<b>Word</b>会做的很好。

使用<i></i>使单词变为斜体。我也用过<span class="color">Word</span>让它变成蓝色。

关于Div 容器内的 HTML + CSS 样式/文本格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16559416/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com