CSS

Alignment in CSS

CSS Align css में हम html elements को विभिन्‍न तरीकों से align कर सकते हैं। 1) margin: auto; किसी block level element को horizontally center में align करने के लिए […]

Alignment in CSS Read More »

Lists in CSS

CSS LISTS HTML में मुख्‍यत: दो तरह की list होती हैं – Unordered lists (<ul>) Ordered lists (<ol>) CSS में कुछ list properties होती हैं जो इन lists पर अलग

Lists in CSS Read More »

Fonts in CSS

CSS Fonts CSS में कई सारी font properties हैं जो text के अलग अलग aspects को define करती हैं। Font Family :- किसी text की font family को set करने

Fonts in CSS Read More »

Links in CSS

CSS Links CSS के द्वारा हम links को विभिन्‍न style दे सकते हैं। जैसे text-color, background-color, border, font-family, इत्‍यादि। For e.g. <style> a{ color: #000000; text-decoration: none; border: 1px solid

Links in CSS Read More »

Introduction to CSS

CSS (Cascading Style Sheet) CSS एक language हैं जिससे हम किसी HTML Document को एक आकर्षक रूप दे सकते हैं। जहाँ HTML से हम किसी वेबपेज को आकार देते हैं,

Introduction to CSS Read More »

error: Content is protected !!