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

Design a Movie Review 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 `main` element. 2. Inside the `main` element, you should have an `h1` element for the movie title. 3. Below the `h1` element, you should have an `img` element displaying the movie cover. Your `img` element should have a descriptive `alt` text describing the image. You are free to use the following image if you like: `https://cdn.freecodecamp.org/curriculum/labs/rise-beyond-2.png`. 4. You should have a `p` element containing a brief movie description. 5. You should have another `p` element to display the movie rating. Within it, you should have these items in the listed order: - A `b` element with the text `Movie Rating:`. - A `span` element with an `aria-hidden` attribute set to `true` containing a visual representation of the rating using stars `⭐⭐⭐⭐⭐⭐⭐⭐⭐☆`. - A numerical value, representing the rating, in parentheses (e.g. `9.2/10`) after the span. 6. You should have an `h2` element with the text `Cast Members`. 7. You should have a `ul` element. 8. Inside the `ul` element, you should have multiple `li` elements each containing a `b` element for the actor's name followed by the corresponding character name preceded by the text `as`. (e.g., `James Holloway as Ethan Carter`).
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.