我想在我的Index.HTML的段落中加粗和顏色某些詞語(或使其斜體,不同大小等)。Div容器中的HTML + CSS樣式/文本格式
但通常的格式標記(HTML)不起作用。
我有一個StyleSheet包含我的網站的所有樣式和屬性,但我只想在段落中更改三個單詞(例如)。我該怎麼做?
的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>