Ticker

6/recent/ticker-posts

BLOG BANNER


INLINE METHOD IN CSS



Inline CSS

 इस Method में हम  CSS को  Html Tag में a Define करते है ऐसा हम Style Attribute के दुआरा करते है .

Coding :-

<!doctype html>

<html>

<head>

<title>CSS INLINE_INT_EX</title>

</head>

                                                                

<h1 style="color:white;background-color:blue;">Ramchandi College Saraipali</h1><br>

<BODY>

<h1 style="color:white;background-color:blue;">PGDCA</h1><br>

<h1 style="color:white;background-color:blue;">Internet And Web  

Technology</h1><br>

</body>

</html>


Post a Comment

0 Comments