CSS is a style sheet language used for descriping the presentation of a markup language pages such as html pages.
CSS is used to control style of web documents or pages in a easy and simple way.
<!DOCTYPE html>
<html>
<head>
<title>HTML Colors by Name</title>
</head>
<body text = "blue" bgcolor = "green">
<p>Use of CSS </p>
<h2 style="color: green;">Welcome <h2>
<p style="color: brown; font-size: 30px; font-style: italic;">This is a great website to learn technologies in very simple way.</p>
</body>
</html>
We can help you solve company communication.