WHAT IS CSS?
What is CSS? Explain different between HTML and CSS.
What is CSS ?
Cascading Style Sheet (CSS)
The full name of CSS Cascading Style Sheet. The way HTML language is used to create the structure of the web page The same CSS is used create the layout of the web page and website. the structure of a web page includes inserting picture and videos in the web page, giving headings, paragraphs, etc. And the layout of the web page include color, font, etc.
CSS is a simple language. and it is easy to learn too. it is used more powerfully by using it with HTML. to build size according to different tools.
What is the difference between HTML and CSS?
• HTML = Content; That is, we put only content in our page from HTML, here content means: text, heading, paragraph, image, video, audio, bullet lists etc.
• CSS = Design; Now we tell in CSS what will be the color, background, size, border, position etc. of that content. That is, CSS is a used to help browser.
• Suppose we are writing an article in the website which will have a heading i.e. title and will have paragraphs, in this case only HTML tells the browser which is the heading and which is the paragraph, while CSS will tell that of those headings and paragraphs.
Great 👍
ReplyDeleteGreat work 👍
ReplyDelete