Currently Empty: $0.00
Course Preview
0/4
Introduction to HTML
0/7
Getting Started with HTML5
0/6
Deep into HTML5
0/12
Introduction to CSS
0/7
Deep Into CSS
0/8
Using Browser Developer Tools
0/2
Building Projects: Part 1 – for HTML & CSS
0/4
Building an NFT Website (HTML % CSS)
0/10
Making NFT Website Responsive (HTML % CSS)
0/7
Building an NFT Website (JavaScript)
0/4
Introduction to Git
0/1
Introduction To Javascript
0/8
Deep Into JavaScript
0/8
Advancing with JavaScript
0/6
JavaScript Interactivity with DOM
0/6
Building Project: Part 2 – for HTML, CSS and JavaScript
0/4
Deep Into Git and Github
0/2
Final Certification Examination
0/3
Html Checkbox
A checkbox is defined by the <input type="checkbox">.
When active, the checkbox appears as a square box that is ticked (checked).
Checkboxes are used to allow a user to pick one or more selections from a restricted set of possibilities.
For optimum accessibility standards, always include the <label> tag!
See example below

Checkboxes may be used to create a list where the user can pick numerous alternatives.
Congratulations, you have learned the concept of HTML; now let us move to CSS.
