Posts

Showing posts from December, 2024

Creating Style

Image
Creating Css Style Css Style create करना बहुत ही आसान है इसे लिए हमे css के syntax को follow करना पडता है syntax उन Rules को define करते है जिसका use Programming Language मे Statement का structure या Order define करने मे किया जाता है साथ ही यह, यह भी specify करता है की statement और expressions को  बनाने के लिए  words और symbol को एक साथ कैसे रखा जाए।  css syntax दो different parts मे divide रहता है। 1.Selector 2.Declaration Selector - Selector  उस html element(body,div, ol, h1 etc) को define करता है जिस पर css Style को apply करना है Declaration - declaration css properties और साथ ही साथ उस Properties की value को Contain करके रखता है Syntax Selector                  {                     Declaration 1;             ...