雅虎香港 搜尋

搜尋結果

  1. 2021年10月19日 · 要使用 font-weight 属性将某些文本设为粗体你需要选择带有类、id(如果有)或元素的文本,然后应用所需的值。. 这是它的原理:. <p>This is a <span class="lighter">lighter text</span>.</p> <p>This is a <span class="bold">bold text</span>.</p> <p>This is a <span class="bolder">bolder text ...

  2. HTML <sub> Element The HTML <sub> element defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font. Subscript text can be used for chemical formulas, like H 2 O:

  3. 2023年2月19日 · 選項 bold 使文字變粗,選項 bolder 使文字變粗。我們可以使用 lighter 選項使文字變細。 例如,編寫一個 p 標籤並在其中編寫內聯 CSS。將 font-weight 屬性設定為 bold。在 p 標籤內,寫入文字 Using the font-weight property。 接下來,編寫另一個 p 標籤並編寫

  4. 2016年12月6日 · Use a "th" element and suggest a bold style for it within your CSS ("th {font-weight: bold;}"). Want to distinguish the title of a referenced film or album from surrounding text? Use a "cite" element with a class ("cite class="movie-title"), and suggest a bold style for it within your CSS (".movie-title {font-weight: bold;}").

  5. In this snippet, you’ll see how to make the text bold by using the or tags. Also, you can use the CSS font-weight property in the HTML part.

  6. Definition and Usage. The <b> tag specifies bold text without any extra importance. Tips and Notes. Note: According to the HTML5 specification, the <b> tag should be used as a LAST resort when no other tag is more appropriate.

  7. 2021年8月31日 · When you're building a website, you may want to place particular emphasis on certain text to let users know that it's important. And you can do this in HTML with various text formatting tags. In this article, I will take you through how to emphasize certain text by making it bold.

  8. 2023年3月2日 · One common formatting technique is to make text bold using the font-weight property. Bold text can add emphasis to key information, create visual contrast, and improve the readability of content. In this article, you will learn how to use CSS to make text bold in

  9. 2023年2月19日 · 选项 bold 使文本变粗,选项 bolder 使文本变粗。我们可以使用 lighter 选项使文本变细。 例如,编写一个 p 标签并在其中编写内联 CSS。将 font-weight 属性设置为 bold。在 p 标签内,写入文本 Using the font-weight property。 接下来,编写另一个 p 标签并编写

  10. 通过设置 font-weight bold我们将字体设为粗体其他字体样式属性 除了 font-weight 属性外,CSS还提供了其他一些属性,可以进一步调整字体的样式。