介绍
在本实验中,你将学习 HTML 的 <rp>
标签。你将了解它的用途、语法和基本示例。<rp>
标签用于为不支持 <ruby>
标签的浏览器提供后备括号。
注意:你可以在
index.html
中练习编码,并学习如何在 Visual Studio Code 中编写 HTML。请点击右下角的 'Go Live' 以在端口 8080 上运行 Web 服务。然后,你可以刷新 Web 8080 标签以预览网页。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
html(("HTML")) -.-> html/BasicStructureGroup(["Basic Structure"])
html(("HTML")) -.-> html/TextContentandFormattingGroup(["Text Content and Formatting"])
html(("HTML")) -.-> html/LayoutandSectioningGroup(["Layout and Sectioning"])
html(("HTML")) -.-> html/AdvancedElementsGroup(["Advanced Elements"])
html/BasicStructureGroup -.-> html/basic_elems("Basic Elements")
html/TextContentandFormattingGroup -.-> html/text_head("Text and Headings")
html/TextContentandFormattingGroup -.-> html/para_br("Paragraphs and Line Breaks")
html/TextContentandFormattingGroup -.-> html/text_dir("Text Direction")
html/LayoutandSectioningGroup -.-> html/doc_flow("Document Flow Understanding")
html/AdvancedElementsGroup -.-> html/inter_elems("Interactive and Dynamic Elements")
html/AdvancedElementsGroup -.-> html/custom_attr("Custom Data Attributes")
subgraph Lab Skills
html/basic_elems -.-> lab-70821{{"HTML Ruby 注解后备方案"}}
html/text_head -.-> lab-70821{{"HTML Ruby 注解后备方案"}}
html/para_br -.-> lab-70821{{"HTML Ruby 注解后备方案"}}
html/text_dir -.-> lab-70821{{"HTML Ruby 注解后备方案"}}
html/doc_flow -.-> lab-70821{{"HTML Ruby 注解后备方案"}}
html/inter_elems -.-> lab-70821{{"HTML Ruby 注解后备方案"}}
html/custom_attr -.-> lab-70821{{"HTML Ruby 注解后备方案"}}
end