Emphasis and Quotations
メニューを表示するにはスワイプしてください
When writing web content, you often need to highlight important words, stress certain phrases, or quote external sources. Semantic HTML provides specific elements for these tasks, ensuring your meaning is clear not just to readers but also to browsers and assistive technologies.
Two commonly used elements for emphasis are strong and em:
- Use
strongto indicate that content is of strong importance, such as warnings or critical instructions; - Use
emto stress a word or phrase, indicating a change in tone or emphasis within the sentence.
For quotations:
- The
blockquoteelement semantically marks a section as a long quotation from another source; - The
citeelement is used to reference the source of a quote, book, article, or creative work.
index.html
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 2
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 2. 章 2