Menu
×

Được chứng nhận

Ghi lại kiến ​​thức của bạn

Đăng nhập Đăng ký

Tạo Tài khoản Example.com.vn miễn phí để cải thiện trải nghiệm học tập của bạn

Người tìm đường và việc học của tôi

Theo dõi tiến độ học tập của bạn tại Example.com.vn và thu thập phần thưởng

Nâng cấp

Trở thành người dùng PLUS và mở khóa các tính năng mạnh mẽ (không có quảng cáo, lưu trữ, hỗ trợ, ..)

Bắt đầu từ đâu

Bạn không chắc chắn muốn bắt đầu từ đâu? Đi theo con đường được hướng dẫn của chúng tôi

Trình chỉnh sửa mã (Dùng thử)

Với trình chỉnh sửa mã trực tuyến của chúng tôi, bạn có thể chỉnh sửa mã và xem kết quả trong trình duyệt của mình

Video

Tìm hiểu những điều cơ bản về HTML qua video hướng dẫn thú vị và hấp dẫn

Mẫu

Chúng tôi đã tạo một loạt mẫu trang web đáp ứng mà bạn có thể sử dụng - miễn phí!

Web hosting

Lưu trữ trang web của riêng bạn và chia sẻ nó với mọi người với Example.com.vn Spaces

Tạo một máy chủ

Tạo máy chủ của riêng bạn bằng Python, PHP, React.js, Node.js, Java, C#, v.v.

Làm thế nào để

Bộ sưu tập lớn các đoạn mã cho HTML, CSS và JavaScript

Khung CSS

Xây dựng các trang web nhanh và phản hồi bằng cách sử dụng khung W3.CSS miễn phí của chúng tôi

Thống kê trình duyệt

Đọc xu hướng dài hạn của việc sử dụng trình duyệt

Tốc độ gõ

Kiểm tra tốc độ đánh máy của bạn

Đào tạo AWS

Tìm hiểu dịch vụ web của Amazon

Bộ chọn màu

Sử dụng công cụ chọn màu của chúng tôi để tìm các màu RGB, HEX và HSL khác nhau. Bánh xe màu hình tròn thể hiện sự chuyển màu trong quang phổ

Trò chơi mã

Trò chơi mã hóa W3Schools! Giúp linh miêu thu thập nón thông Logo Lynx

Đặt mục tiêu

Nhận hành trình học tập được cá nhân hóa dựa trên các kỹ năng và mục tiêu hiện tại của bạn

Bản tin

Tham gia bản tin của chúng tôi và có quyền truy cập vào nội dung độc quyền mỗi tháng

Việc làm

Thuê những tài năng công nghệ hàng đầu. Hợp lý hóa quy trình tuyển dụng của bạn để có đội ngũ phù hợp hoàn hảo

Lớp học

Hãy liên hệ để sử dụng Example.com.vn Plus và các chứng chỉ với tư cách là một tổ chức giáo dục

×
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP CÁCH W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS AN NINH MẠNG DỮ LIỆU KHOA HỌC

Thành phần điều hướng Bootstrap


Tab và thuốc

Class Description Example
.nav nav-tabs Creates navigation tabs Try it
.nav nav-pills Creates navigation pills Try it
.nav nav-pills nav-stacked Creates vertical navigation pills Try it
.nav-justified Makes navigation tabs/pills equal widths of their parent, at screens wider than 768px. On smaller screens, the nav tabs/pills are stacked Try it
.disabled Indicates a disabled (unclickable) tab/pill Try it
Navigation tabs with dropdown menu Try it
Navigation pills with dropdown menu Try it
.tab-content Together with .tab-pane and data-toggle="tab" (data-toggle="pill" for pills), it makes the tab/pill toggleable Try it
.tab-pane Together with .tab-content and data-toggle="tab" (data-toggle="pill" for pills), it makes the tab/pill toggleable Try it

Thanh điều hướng

Class Description Example
.navbar Creates a navigation bar Try it
.navbar-brand Added to a link or a header element inside the navbar to represent a logo or a header Try it
.navbar-btn Vertically aligns a button inside a navbar Try it
.navbar-collapse Collapses the navbar (hidden and replaced with a menu/hamburger icon on mobile phones and small tablets) Try it
.navbar-default Creates a default navigation bar (light-grey background color) Try it
.navbar-fixed-bottom Makes the navbar stay at the bottom of the screen (sticky/fixed) Try it
.navbar-fixed-top Makes the navbar stay at the top of the screen (sticky/fixed) Try it
.navbar-form Added to form elements inside the navbar to vertically center them (proper padding) Try it
.navbar-header Added to a container element that contains the link/element that represent a logo or a header Try it
.navbar-inverse Creates a black navigation bar (instead of light-grey) Try it
.navbar-left Aligns nav links, forms, buttons, or text, in the navbar to the left Try it
.navbar-link Styles an element to look like a link inside the navbar (anchors get proper padding and an underline on hover, while other elements like p or span gets a default hover effect - white color in an inversed navbar and a black color in a default navbar) Try it
.navbar-nav Used on a <ul> container that contains the list items with links inside a navigation bar Try it
.navbar-right Aligns nav links, forms, buttons, or text in the navbar to the right. Try it
.navbar-static-top Removes left, top and right borders (rounded corners) from the navbar (default navbar has a gray border and a 4px border-radius by default)
.navbar-text Vertical align any elements inside the navbar that are not links (ensures proper padding) Try it
.navbar-toggle Styles the button that should open the navbar on small screens. Often used together with three .icon-bar classes to indicate a toggleable menu icon (hamburger/bars) Try it


Breadcrumb và phân trang

Class Description Example
.breadcrumb Makes a breadcrumb Try it
.pager Provides simple pagination links (Previous/Next) Try it
.previous Aligns the .pager previous button to the left Try it
.next Aligns the .pager next button to the right Try it
.disabled Indicates an unclickable link Try it
.pagination Provides pagination links Try it
.pagination-lg Used together with the .pagination class to provide larger pagination links Try it
.pagination-sm Used together with the .pagination class to provide smaller pagination links Try it
.disabled Indicates an unclickable link Try it
.active Indicates the current page Try it

Nhãn và Huy hiệu

Class Description Example
.label label-default Indicates a default grey label Try it
.label label-primary Indicates a blue label of type "primary" Try it
.label label-success Indicates a green label of type "success" Try it
.label label-info Indicates a light blue label of type "info" Try it
.label label-warning Indicates a yellow label of type "warning" Try it
.label label-danger Indicates a red label of type "danger" Try it
.badge Indicates new or unread items Try it
.jumbotron Indicates a big box for calling extra attention to featured content or information Try it
.jumbotron (extra) To let the .jumbotron box span the full width, and without rounded corners, place it outside the .container class Try it

×

Liên hệ bán hàng

Nếu bạn muốn sử dụng dịch vụ của Example.com.vn với tư cách là một tổ chức giáo dục, nhóm hoặc doanh nghiệp, hãy gửi email cho chúng tôi:
[email được bảo vệ]

Báo cáo lỗi

Nếu bạn muốn báo cáo lỗi hoặc nếu bạn muốn đưa ra đề xuất, hãy gửi email cho chúng tôi:
[email được bảo vệ]

Example.com.vn được tối ưu hóa cho việc học tập và đào tạo. Các ví dụ có thể được đơn giản hóa để cải thiện khả năng đọc và học. Các hướng dẫn, tài liệu tham khảo và ví dụ liên tục được xem xét để tránh sai sót, nhưng chúng tôi không thể đảm bảo tính chính xác hoàn toàn của mọi nội dung. Khi sử dụng W3Schools, bạn đồng ý đã đọc và chấp nhận các điều khoản sử dụng , chính sách cookie và quyền riêng tư của chúng tôi.

Bản quyền 1999-2024 của Refsnes Data. Đã đăng ký Bản quyền. Example.com.vn được cung cấp bởi W3.CSS .