This is a paragraph of text. In the text is a span element and also a link.
This is the second paragraph. It contains an emphasized element.
Id Selector
The id selector uses the id attribute of an HTML element to select a specific element.
The id of an element is unique within a page, so the id selector is used to select one unique element!
To select an element with a specific id, write a hash (#) character, followed by the id of the element.
The class selector selects HTML elements with a specific class attribute. To select elements with a specific class, write a period (.) character, followed by the class name.
and the other are the Universal Selector, Group Selector.
4 Different Border Styles (Dotted border, dashed border, solid border and a doubler border)
4 Different Border Styles (Groove border, ridge border, inset border, and an outset border)
CSS Shorthand Border Property
Left Border
Bottom Border
Round border
Rounder border
Roundest border
This div element has a top margin of 5px, a right margin of 100px, a bottom margin of 50px, and a left margin of 200px.It has a top padding of 10px, a right padding of 10px, a bottom padding of 10px, and a left padding of 10px.
The CSS box model is essentially a box that wraps around every HTML element. It consists of: borders, padding, margins, and the actual content.
Example of unordered lists:
The list-style-type property specifies the type of list item marker.
Example of ordered lists:
Firstname | Lastname | Address |
---|---|---|
Christelle Ann | Badal | Buhang, Bulusan, Sorsogon |
Ceilo | Gabotero | Madlawon, Bulusan, Sorsogon |
Rosalyn | Torero | Gate, Bulan, Sorsogon |
Kyla | Geul | Bulan, Sorsogon |
Jericho | Fresnido | Sta Magdalena, Bulusan, Sorsogon |
Times New Roman font.
Arial font.
Lucida Console font.
Georgia
Garamond
Verdana
Helvetica
Courier New
Monaco
Brush Script MT
Lucida Handwriting
Copperplate
Papyrus
Move the mouse over the text below to open the dropdown content.
That's All, THANK YOU!