Ticker

6/recent/ticker-posts

BLOG BANNER


INTERNAL CSS



CLICK VIEW AND DOWNLOAD 

Internal  CSS

इस  Method में हम  CSS को  Html Tag में  Define करने के बजाये Html File के <Head> Section में  <Style> Tag की  help से Define करते है

Coding :-

<!doctype html>

<html>

<head>

<title>CSS INTERNAL</title>

<style>

h1

{

color:white;                                       

background-color:blue;

}

</style>

</head>

<body>

<h1>Ramchandi College Saraipali</h1><br>

<h1> PGDCA</h1><br>

<h1>Internet And Web   Technology</h1><br>

 

 

</body>

</html>


 

 


Post a Comment

0 Comments