part8: 来源: http://www.codecademy.com/zh/cou ... fb998b470000202dc8b Using every heading 使用每一种标题 Nice work! 干得好! Given that there are six heading sizes altogether, we should make use of all six. 考虑到有六种标题,我们将全部使用一遍。 Instructions 操作指南 01. Add three more headings to the code, making use of <h2>, <h4> and <h6>. Make sure to close all your tags! 01. 添加更多标题到代码,使用“<h2>”、“<h4>”与“<h6>”。记得标签配对。 02. Under each heading, add a short paragraph. Dont forget paragraphs need opening and closing <p></p> tags! 02. 在每个标题下添加一个小段,记得每个段落都需要“<p>”标签。