INTERNAL CSS

 INTERNAL CSS:-imp


1. internal css is used to create inside html page.

2. internal css is to be saved DOT HTML.


 structure of internal CSS.:-


   <HTML>

   <HEAD>

   <STYLE TYPE="TEXT/CSS">


LOGICS======{   } 


   </STYLE>

   </HEAD> 

   <BODY>

   </BODY>

   </HTML>


Comments

Popular posts from this blog

condition management IF, ELSE, ELSEIF

flow management:- While loop/*Do while loop/for loop/

FUNCTION PARAMETER / /USER INPUT PARAMETER/ FUNCTION WITH IN A FUNCTION CONCEPT/