Managing the fonts of a webpage using CSS
Change the font size of an Element: Font size is controlled by the font-size CSS property, like this: h1 { font-size : 30px ; } We can also set which t…
Read more »
Class in CSS.
Use a CSS Class to Style an Element: Classes are reusable styles that can be added to HTML elements. Here is an example of CSS class declaration: < style …
Read more »
The CSS selectors.
Use the CSS selectors to style the elements: With CSS there are hundreds of properties that you can use to change the way your web page looks like. One such …
Read more »
The DOCTYPE element in HTML
Declare the DOCTYPE of an HTML Element: There are a few elements in the HTML that gives overall structure to your page and should be included in every HTML do…
Read more »
The div element in HTML
Nest many elements in a single div element: The div element, commonly known as the division element, is a general-purpose container for other elements. The di…
Read more »
The value attribute of checkboxes in HTML
Use the Value Attribute With Radio buttons and Checkboxes: When a form gets submitted the data is sent to the server and includes entries for the options sele…
Read more »
Check Boxes in HTML
Create a Set of Checkboxes: Forms commonly use checkboxes for questions that may have one or many answers. Checkboxes are of type input. Each of our checkboxe…
Read more »
radio buttons in HTML
Create a set of radio buttons for your website: You can use radio buttons for questions where you want the user to choose only one answer from multiple options…
Read more »
The required attribute in HTML
Use HTML5 to make a field required: In our web forms, we have some fields that should not be skipped. In order to make sure these particular fields are not sk…
Read more »
The form Element in HTML
Create a Form Element: You can build web forms that actually submit data to a server using nothing other than pure HTML. You can do this by specifying an acti…
Read more »
The input element in HTML
Create a Text Field: In web development, there is always a need to take input from the users. In HTML we have a special element designed for taking input from…
Read more »
SEARCH
LATEST
3-latest-65px
- September 2025 (2)
- August 2025 (2)
- April 2023 (8)
- March 2023 (20)
- February 2023 (19)
- January 2023 (24)
- August 2022 (9)
- July 2022 (4)
- April 2022 (4)
- March 2022 (1)
- January 2022 (29)
- December 2021 (41)
- November 2021 (52)
- October 2021 (21)
- September 2021 (18)