DIpak-vaghela
DIpak-vaghela
Language--------------------------------
Link di-9898:-https://di9898.github.io/music-show1/
https://di9898.github.io/dance/
TABLE:- table,tr,<th>,td
LIST:- ul,ol
block Elemente:-
div,footer,form,h1..h6,header,hr,li,nav,ul,ol,p,section,table,video,main
inline Elemente:-
a,b,br,button,em,i,img,intup,label,script,select,small,span,textarea,var
class-demo:-<div class="abc">
id damo:-<div id="abc">
INPUT:-<input type="text,radio,checkbox,submit,button">
Background:-background-color,background-image,background-repeat,background-
attachment,background-position
background-image: url("../images/img.png");
Borders:-solid,dotted,dashed,douuble,none,hidden
border:-2px solid bleck;
border-radius: 50%;
margin:-margin-top,margin-right,margin-bottom,margin-left
padding:-padding-top,padding-right,padding-bottom,padding-left
CSS height and width Values:-auto,length, %,initial ,inherit
Text Decoration:-text-decoration-line,text-decoration-color,text-decoration-
style,text-decoration-thickness,text-decoration
Text Transformation:-uppercase,lowercase,capitalize
Text Spacing:-text-indent,letter-spacing,line-height,word-spacing,white-space
list-style-type:-circle,square,upper-roman,lower-alpha
What is !important?
:-The !important rule in CSS is used to add more importance to a property/value
than normal.
CSS Grid Layout:- The Grid Layout Module offers a grid-based layout system, with
rows and columns.
:- grid-template-columns: box-2 to auto-2, box-3 to auto-3 ,box-4 to
auto-4
:- column-gap,row-gap
display: flex:-flex-direction
flex-wrap
flex-flow
justify-content
align-items
align-content
-------------------------
Javascript--------------------