Skip to main content

Posts

Featured

CSS  what is CSS? CSS is a language that describes the style of an HTML document. It describes how HTML elements should be displayed on screen, or in other media. today i will explain each properties and how their values are used in the project.  first question comes in mind about css in what it helps us in, so if we just talk about HTML, it was never intended to contain tags to format a web page, it was made to describe the content of a web page for example, heading, paragraph, etc. It became a nightmare for web developers as development of large websites, where fonts, color information were added to every single page, became a long and expensive process  To solve this, the world wide web consortium(W3C) creates CSS, CSS removed the style formatting from the HTML page! CSS saves a lot of work! the styles are saved to an external .css files only with just one external style sheet you can change the entire website.  CSS syntax:   ...

Latest Posts