Hi, I'm Golam Rabbani. Today I will discuss about CSS. This is CSS tutorial.
Greetings! How are you all? Hope everyone is well.
What is CSS?
CSS is a Cascading Style Sheets language.
The CSS code is the style code that gives life on the HTML webpage. We create a framework with HTML but if it wants to colorize the frame. Then we must know the CSS code.
So let's see an example:
So let's see an example:
<style type="text/css">
body{
margin: 0px;
padding: 0px;
background: #000;
}
</style>
If this code are run into html. The body are fully black colored.
I hope everyone understands CSS related issues.
Thanks to everyone.
CSS Tutorial | Introduction part 1
Reviewed by Golam Rabbani
on
November 17, 2018
Rating:
No comments: