HTML Css.
-
Cascading Style Sheets (CSS), is a style sheet language used for specifying the presentation and styling of a document written in a markup language such as HTML or XML.
Examples
body {
color: red;
}
p {
font-size: 20px;
}
h1 {
text-align: center;
}