All Tracks/workshop blog page/
Đang tải...
Hướng dẫn thử thách
1 / 19

Step 1

In this workshop, you will practice working with semantic HTML by building a blog page dedicated to Mr. Whiskers the cat. The first section you will build out is the page <dfn>header</dfn>. The `header` element is used to represent introductory content like page navigation and other introductory information. Here is an example using the `header` element: ```html <header> <h1>Main Page Title Goes Here</h1> <img src="example-logo.png" alt="Example logo" /> </header> ``` Inside the `body` element, add a `header` element.
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.html
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵
Test Output
Thử thách này không có bài test tự động. Hãy quan sát kết quả trực tiếp ở khung Preview.