CSS

 

                                                     css

1.

2.HTml is a collection of tag

3. css is a collection of attribute.

4.  Html attribute is used to equal operator ex.color=”red1”

5. CSS attribute is used to colon operator ex. Color: red;

6. All numerical element are written with pixel (px). Ex. Height:100px

7. CSS are written without tags symbols only tags named are used.

 

Types of CSS

 

1.   Internal css  :- Inside html pages   its is saved with .html ext

2.   External css  :-  Outside html pages its saved with .css ext

3.   Inline css :-      Used direct withtags

 

CSS SPECIFIER -  Its represent  style.

 

 

 

# INLINE CSS:- 

Ex.

<html>

<body>

 

<font style="color:red">Welcome</font>

 

 

</body>

</html>

 

 

                                             DIVISON

 

 

 

Divison is represented in div tags<div>

#  There are following attributes

1.      Background- color

2.      Height-

3.      Width

4.      Top

5.      Left

6.      Position  - absolute

7.       

Comments

Popular posts from this blog

ViewState for state management

Database joining

INTRODUCTION OF C#