Tất Cả Khoá Học
Khoá Học
Học Qua Video
Học Qua Video + Group Zalo
Hướng Dẫn Làm Project
Học Qua Zoom / Meeting
Frontend
Học HTML5 - CSS3
Học Bootstrap
Học JS
Học JQuery
AngularJS
ReactJS
Java
Java Basic
Java Advanced
JSP Servlet
Java Web + EJB (EAD)
Java Web + WebService
Java Web + EA
Spring MVC
Mobile
Lập Trình Android Java
Lập Trình Flutter
CSDL
SQL Server/MySQL
Khác
Lập Trình C
C Sharp
Học PHP
Học Laravel
Git/Github
Trắc Nghiệm Tools
Blog
Quiz
Nhận Dự Án
Liên Hệ
Đăng nhập
QL - Bài Tập & Khoá Học
Tiếp Thị Liên Kết
Thoát
Light
Dark
Auto
Menu
Nhập Môn HTML
Video
Giới thiệu về lập trình web - HTML/CSS
Video
Hướng dẫn tạo ra 1 trang web đơn giản nhất - HTML/CSS
Video
Hướng dẫn debug/test/develop trên trình duyệt web -HTML/CSS
Bài tập - Tạo website giới thiệu thông tin cá nhân - profile page - Lập trình HTML/CSS/JS
Tìm Hiểu Thẻ HTML5
Video
Formatting Text using Tags - html tags
Thiết kế trang web Vincent State School - Lập trình html5 / css / javascript
Video
Creating Hyperlinks and Anchors (phần 1) - html tags
Video
Creating Hyperlinks and Anchors (phần 2) - html tags
Video
Cách dùng thẻ img và map để hiển thị hình ảnh html - HTML/CSS
Video
Tìm hiểu về đường dẫn file (path file) trong HTML/CSS
Thiết kế website quản lý showroom - galaxy - Lập trình HTML5/CSS/Javascript
CSS
Video
Tìm hiểu thuộc tính trong thẻ html
Video
Giới thiệu CSS & Sử dụng các thuộc tính cơ bản
Video
Hướng dẫn tách biệt CSS và HTML
Video
Xử lý Event trong CSS (:hover, :active, :link, ...) - Lập trinh HTML/CSS
Tìm hiểu hiển thị TEXT trong HTML5 và CSS - Phần basic
Examination & Test + Ôn tập HTML/CSS/JS - Lập Trình HTML5/CSS/JS
Tìm hiểu hiển thị TEXT trong HTML5 và CSS - Phần advanced
Table & CSS
Video
Tìm hiểu table trong HTML/CSS - HTML/CSS
Bài tập ôn luyện Table - Lập trình HTML/CSS/JS
Thiết kế calendar page bằng HTML5/CSS - Tạo website calendar HTML5/CSS
Form & CSS
Video
Thiết kế form trong HTML/CSS/JS
Video
Tìm hiểu tag videos, audio trong HTML/CSS/JS
Bài tập - Thiết kế form gửi email - Lập trình HTML/CSS/JS
Video
Bài tập - Thiết kế form gửi email - Lập trình HTML/CSS/JS
Thiết kế Form đăng ký tài khoản bằng HTML5/CSS - Thiết kế registation form HTML5/CSS
Thiết Kế Layout
Video
Tìm hiểu Frame qua ví dụ quản lý khách sạn HTML/CSS
Video
Hướng dẫn tạo layout bằng thẻ Div căn bản
Video
Hướng dẫn thiết kế layout bằng thẻ div nâng cao (Thiết kế giao diện web gokisoft)
Bài tập - Thiết kế website bán đồng hồ - Lập trình HTML/CSS/JS
Bài tập - kiểm tra 60 phút - thiết kế blog tin tin học - Lập trình HTML/CSS/JS
Bài Tập - Thiết Kế Blog Dạy Học Excel Online - Lập Trình HTML/CSS/JS
Bài tập - kiểm tra 60 phút - thiết kế website sau - Lập trình HTML/CSS/JS
Bài tập - Thiết kế web truyện tranh - Lập trình HTML/CSS/JS
Tạo website giời thiệu công ty - Lập trình HTML/CSS/JS
Bài tập - Tìm hiểu các công cụ phát triển dự án
Thiết kế form khảo sát - Khóa học HTML/CSS
Bài tập - Thiết kế web tin tức - Khóa học HTML/CSS
Bài tập ôn luyện IFrame - Lập trình HTML/CSS/JS
Examination - Thiết kế website - Lập trình HTML/CSS
Bài tập - Thiết kế web học tiếng anh - Khóa học HTML/CSS/JS
Bài tập - Thiết kế Form quản lý sinh viên
Luyện Thi Lý Thuyết
Bài Thi Lý Thuyết HTML/CSS/JS
Trắc Nghiệm
[Trắc Nghiệm] Kiến thức HTML cơ bản - thẻ trong HTML
[Trắc Nghiệm] Tìm hiểu về tag trong HTML - Thẻ Form, Table trong HTML
[Trắc Nghiệm] Tìm hiểu về CSS cở bản - Text CSS
[Trắc Nghiệm] Luyện tập Layout & CCS khoá học HTML/CSS
Học HTML5 - CSS3
[Trắc Nghiệm] Luyện tập Layout & CCS khoá học HTML/CSS
Previous
Next
Câu hỏi 1: Which layout module is described as a one-dimensional layout?
A: CSS Grid
B: Flexbox
C: Table Layout
D: Float
Đáp án: B
Câu hỏi 2: In a Flexbox container, what is the axis that runs in the direction flex items are laid out?
A: Cross Axis
B: Vertical Axis
C: Main Axis
D: Block Axis
Đáp án: C
Câu hỏi 3: Which property is used to define an element as a flex container?
A: display: block
B: display: grid
C: display: flex
D: float: left
Đáp án: C
Câu hỏi 4: Which property defines the direction of the main axis in a flex container?
A: flex-wrap
B: flex-direction
C: justify-content
D: align-items
Đáp án: B
Câu hỏi 5: Which 'flex-direction' value stacks flex items vertically from top to bottom?
A: row
B: row-reverse
C: column
D: column-reverse
Đáp án: C
Câu hỏi 6: The 'flex-flow' property is a shorthand for which two properties?
A: flex-direction and justify-content
B: flex-direction and flex-wrap
C: flex-wrap and align-items
D: flex-grow and flex-shrink
Đáp án: B
Câu hỏi 7: Which property aligns flex items along the main axis?
A: align-items
B: align-content
C: justify-content
D: flex-basis
Đáp án: C
Câu hỏi 8: Which 'justify-content' attribute distributes items with equal space around them?
A: flex-start
B: center
C: space-between
D: space-around
Đáp án: D
Câu hỏi 9: Which property aligns flex items along the cross axis inside a single line?
A: justify-content
B: align-items
C: flex-grow
D: order
Đáp án: B
Câu hỏi 10: What does the 'baseline' attribute of the 'align-items' property do?
A: Aligns items to the top of the container
B: Aligns items to the bottom of the container
C: Aligns items according to their text baselines
D: Stretches items to fill the container
Đáp án: C
Câu hỏi 11: Which property aligns a flex container's lines within it when there is extra space in the cross-axis?
A: align-content
B: justify-content
C: align-self
D: flex-wrap
Đáp án: A
Câu hỏi 12: Which property specifies the order of a flex item relative to the rest of the flex items?
A: flex-grow
B: order
C: z-index
D: flex-index
Đáp án: B
Câu hỏi 13: What is the purpose of the 'flex-grow' property?
A: It specifies how much a flex item will shrink
B: It specifies the initial length of a flex item
C: It specifies how much a flex item will grow relative to the rest
D: It sets the alignment of an individual item
Đáp án: C
Câu hỏi 14: If three items have 'flex-grow' values of 1, 6, and 2 respectively, which item will take up the most space?
A: The first item (1)
B: The second item (6)
C: The third item (2)
D: They will all be equal
Đáp án: B
Câu hỏi 15: Which property is used for two-dimensional layouts (rows and columns)?
A: Flexbox
B: Floats
C: CSS Grid
D: Inline-block
Đáp án: C
Câu hỏi 16: In Flexbox, what does 'flex-wrap: wrap-reverse' do?
A: Wraps items onto multiple lines in reverse order
B: Prevents items from wrapping
C: Reverses the direction of the main axis
D: Aligns items to the center
Đáp án: A
Câu hỏi 17: Which property defines the default size of an item before the remaining space is distributed?
A: flex-grow
B: flex-shrink
C: flex-basis
D: flex-flow
Đáp án: C
Câu hỏi 18: The property 'align-self' is applied to:
A: The Flex Container
B: A Flex Item
C: The Grid Container
D: The Body tag
Đáp án: B
Câu hỏi 19: Which of these is NOT a property of a Flexbox Item?
A: order
B: flex-shrink
C: flex-grow
D: justify-content
Đáp án: D
Câu hỏi 20: What layout type is 'Grid' according to the introduction?
A: One-dimensional layout
B: Two-dimensional layout
C: Three-dimensional layout
D: Fixed layout
Đáp án: B
Đã sao chép!!!