Skip to main content

Posts

Showing posts from December, 2020

HTML & CSS

  HTML & CSS:                 CSS Stands for “Cascading Style Sheet”. It was introduced in late 1996.             CSS saves a lot of work and time. With CSS, you can control the color, font, the size of text, the spacing between elements,   what background images or background colors are to be used, different displays for different devices and screen sizes, how elements are positioned and laid out, and much more!   It is used to control the layout of various             Web pages all at once. Types of CSS:             There are three types of the style sheet 1.       Inline styling 2.       Internal styling 3.       External styling Inli...