All Tracks/lab travel agency page/
Đang tải...
Hướng dẫn thử thách
1 / 1

Build a Travel Agency Page

**Objective:** Fulfill the user stories below and get all the tests to pass to complete the lab. **User Stories:** 1. You should have a `DOCTYPE` declaration. 1. You should have an `html` element with `lang` set to `en`. 1. You should have a `head` element containing a `meta` void element with `charset` set to `utf-8` and a `title` with the text `Travel Agency Page`. 1. You should have a `meta` tag in your `head` element that contains a short description of your website for SEO. 1. You should have an `h1` element to present your travel destinations. It should be the only `h1` element on your page. 1. You should have a paragraph below the `h1` element introducing the travel opportunities. 1. You should have an `h2` element with the text `Packages`. 1. You should have a `p` element introducing briefly the various packages. 1. You should have an unordered list element with two list items. The two list items should have the text `Group Travels` and `Private Tours`, respectively. The text of each list item should be enclosed by an anchor element. 1. You should have an `h2` element with the text `Top Itineraries`. 1. You should have at least three `figure` elements, each containing an anchor element and a `figcaption` element that describes the figure's image. 1. The three anchor elements should have an `img` element with an appropriate `alt` attribute and a `src` attribute set to a valid image as their content. You can use `https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg`, `https://cdn.freecodecamp.org/curriculum/labs/alps.jpg`, and `https://cdn.freecodecamp.org/curriculum/labs/sea.jpg` if you would like. 1. All your five anchor elements should have an `href` attribute with the value of `https://www.freecodecamp.org/learn` and a `target` attribute with the value of `_blank`.
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.sh
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.