Image
The Compelling Reasons to Learn Web Design In an era dominated by the digital realm, the ability to craft visually appealing and functional websites is a valuable skill that transcends industries. Learning web design is not just about creating aesthetically pleasing pages; it opens doors to a world of creativity and opportunities. In this blog, we'll delve into the compelling reasons why aspiring individuals should consider learning web design and how it can pave the way for personal and professional growth. Express Your Creativity: Web design is an art form that allows you to express your creativity in a digital space. From choosing color palettes to selecting fonts and arranging elements on a page, web designers have the power to create visually stunning and unique experiences. Learning web design provides a canvas for self-expression, enabling you to bring your ideas to life and leave a lasting impression on users. Meet the Demands of the Digital Age: The digital landscape is

Advantages of css

 1.What is css


  • CSS  is  used  to  control  the  style  of  a  web  document  in  a  simple  and  easy way.
  • CSS  full form "Cascading  Style  Sheet". 
  • CSS  handles  the  look  and  feel  part  of  a  web  page. 
  •  Using  CSS,   control  the  color  of  the  text,  the  style  of  fonts,  the  spacing  between paragraphs,  how  columns  are  sized  and  laid  out,  what  background  images or  colors  are  used,  layout  designs, variations  in  display  for  different  devices and  screen  sizes  as  well  as  a  variety  of  other  effects.


                         



2.Advantages of css


1.CSS saves time :− You can write CSS once and then reuse same sheet in multiple HTML pages. You can define a style for each HTML element and apply it to as many Web pages as you want.


2.Pages load faster :− If you are using CSS, you do not need to write HTML tag attributes every time. Just write one CSS rule of a tag and apply it to all the occurrences of that tag. So less code means faster download times.

3.Easy maintenance: − To make a global change, simply change the style, and all elements in all the web pages will be updated automatically.


4.Superior styles to HTML : − CSS has a much wider array of attributes than HTML, so you can give a far better look to your HTML page in comparison to HTML attributes.


5.Multiple Device Compatibility: − Style sheets allow content to be optimized for more than one type of device. By using the same HTML document, different versions of a website can be presented for handheld devices such as PDAs and cell phones or for printing


6.Global web standards :− Now HTML attributes are being deprecated and it is being recommended to use CSS. So its a good idea to start using CSS in all the HTML pages to make them compatible to future browsers.

                                                                                         next post coming soon...
                                                                                        please share....
   

Comments

Popular posts from this blog

what is html

Addition two number in javascript