ad
Friday, February 16, 2024
css button style
html Button tag
Html Button Tag
Html Button Tag
Example :-
Html Button Tag
Output :-
related Post :-
about us page design template
php program print inverted pyramid star pattern in php
css id selector
css class selector
css class selector
1] css class selector write (.) character.
2] css class selector is a fundamental part of cascading style sheets target html elements
based on their class attribute.
Syntax :-
. class
{
text-align : center;
color :pink;
}
CSS Class Selector
Example :-
CSS Class Selector
Output :-
Related Post :-
e-commerce project for student
simple login form in html
Thursday, February 15, 2024
css id selector
CSS ID Selector
1] css id selector attribute is the unique identifier in an html document.
2] id selector use # character.
3] css id selector is used to apply style specific HTML element.
Syntax :-
#id
{
// css property
}
CSS id selector
Example:-
CSS id selector
Output :-
Related Post :-
program to print left pascal star pattern in php
css border property
background color program
Tuesday, February 13, 2024
css element selector
CSS Selector
1] css selector are used to select the content to style.
2] Selector are the part of css rule set.
3] css selector is a pattern used to select and style elements on webpage.
Four type of css selectors
1] CSS Element Selector
2] CSS ID Selector
3] CSS Class Selector
4] CSS Universal Selector
1] CSS Element Selector :-
1] Selects HTML elements based on their tag names
eg. ' h3 ' selects all ' <h3> ' elements.









