The id Selector
The id selector is used to specify a style for a single, unique element.
The id selector uses the id attribute of the HTML element, and is defined with a "#".
The style rule below will be applied to the element with id="para1":
Example
#para1
{
text-align:center;
color:red;
}
{
text-align:center;
color:red;
}
Other Topics
CSS
:Before pseudo element,CSS
:After pseudo element,CSS
: Multiple pseudo elements,CSS
: pseudo-elements and CSS classes,CSS
: First-letter pseudo-element,CSS
: First-element pseudo-element,CSS
: Syntax for Pseudo elements,CSS
: First-line pseudo-element,CSS
: All Css pseudo classes/elements,CSS
: The lang pseudo classCSS : MEDIA,CSS::STYLING
FORMS, mechanical
Engineering, English books,Photoshop
tutorials,Harry
potter,Best
100 english books,Mechanical-old-question-paper,STYLE
HTML ELEMENTS WITH SPECIFIC ATTRIBUTES,CSS
: HORIZONTAL NAVIGATION BAR,CSS
: FLOATING LIST ITEMS,CSS
: IMAGE GALLERY,CSS
: NAVIGATION BARS,CSS
: VERTICAL NAVIGATION BAR,CSS
: LIST OF CSS PSEUDO CLASSES
No comments:
Post a Comment