Search This Blog

CSS Introdution CSS Example

CSS Introdution CSS Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
h1{
color:red;
}
</style>
</head>
<body>
<h1> Introdution CSS </h1>
<p> Hello World ||</p>
<p> This is my first program in CSS [Cascading Style Sheets]. </p>
<p> Here we write a CSS code in < style > tag. CSS is a markup language </p>
</body>
</html>
OUTPUT
CSS Introdution CSS Example

No comments:

Post a Comment