Saturday, March 6, 2021

Frontend - knowledge about CSS (Cascading Style Sheets) in deeply

In this post, we discuss Frontend - knowledge about CSS (Cascading Style Sheets) in deeply. 

CSS code 

Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.

Why Learn CSS?

Cascading Style Sheets, fondly referred to as CSS, is a simple design language intended to simplify the process of making web pages presentable.

CSS is a MUST for students and working professionals to become great Software Engineers specially when they are working in Web Development Domain. I will list down some of the key advantages of learning CSS:

Create Stunning Web site - CSS handles the look and feel part of a web page. Using CSS, you can 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.

Become a web designer - If you want to start a career as a professional web designer, HTML and CSS designing is a must skill.

Control web - CSS is easy to learn and understand but it provides powerful control over the presentation of an HTML document. Most commonly, CSS is combined with the markup languages HTML or XHTML.

Learn other languages - Once you understand the basics of HTML and CSS then other related technologies like javascript, PHP, or angular have become easier to understand.

Advantages of CSS

CSS saves time, Pages load faster, Easy maintenance, Superior styles to HTMLMultiple Device Compatibility, and Global web standards 

You can put CSS Style Rule Syntax as follows − selector { property: value }

body{text-align:center;}




No comments:

INTRODUCTION TO COMPUTER NETWORKS

A Computer network consists of two or more autonomous computers that are linked (connected) together in order to: • Share resources (files...