Attributes of css

 

 

 ATTRIBUTES OF CSS

1.    Border styles:-

Ex

<html>

<body>

 

<p style="border-style:solid dashed ; border-color:purple; border-width:5px"> AOO kbhi haveli pe</p>

 

</body>

</html>

Ex. <html>

<body>

 

<p style="border-style:solid dashed ; border-color:purple; border-width:5px"> AOO kbhi haveli pe</p>

<br>

<p style="border-top-style:dotted;">india</p>

 

</body>

</html>

Ex. <html>

<body>

 

<p style="border-style:solid dashed ; border-color:purple; border-width:5px"> AOO kbhi haveli pe</p>

<br>

<p style="border-bottom-style:dotted;">Manforce</p>

<br>

<h1 style="text-align:center"> longlasting  </h1>

 

</body>

</html>

 

# aligment type

1.   Left

2.   Right

3.   Center

4.   Justify

# Decoration:-

Ex.

<html>

<body>

 

<p style="border-style:solid dashed ; border-color:purple; border-width:5px"> AOO kbhi haveli pe</p>

<br>

<p style="border-bottom-style:dotted;">Manforce</p>

<br>

<h1 style="text-align:center"> longlasting  </h1>

<br>

<h1 style="text-decoration-line:line-through underline overline ">welcome</h1>

 

</body>

</html>

 

Ex.

<html>

<body>

 

<p style="border-style:solid dashed ; border-color:purple; border-width:5px"> AOO kbhi haveli pe</p>

<br>

<p style="border-bottom-style:dotted;">Manforce</p>

<br>

<h1 style="text-align:center"> longlasting  </h1>

<br>

<h1 style="text-decoration-line:line-through underline overline ">welcome</h1>

<p style="text-transform:capitalize">raju</p>

 

</body>

</html>

# spacing:- <html>

<body>

 

<p style="border-style:solid dashed ; border-color:purple; border-width:5px"> AOO kbhi haveli pe</p>

<br>

<p style="border-bottom-style:dotted;">h</p>

<br>

<h1 style="text-align:center"> r  </h1>

<br>

<h1 style="text-decoration-line:line-through underline overline ">welcome</h1>

<p style="text-transform:capitalize">raju</p>

<br>

<p style="text-indent:18px">hello brother</p><br>

<p style="letter-spacing:5px">Somesh sung ramteke</p>

</body>

</html>

Ex.

<html>

<body>

 

<p style="border-style:solid dashed ; border-color:purple; border-width:5px"> AOO kbhi haveli pe</p>

<br>

<p style="border-bottom-style:dotted;">h</p>

<br>

<h1 style="text-align:center"> r  </h1>

<br>

<h1 style="text-decoration-line:line-through underline overline ">welcome</h1>

<p style="text-transform:capitalize">raju</p>

<br>

<p style="text-indent:18px">hello brother</p><br>

<p style="letter-spacing:5px">Somesh sung ramteke</p>

<p style="word-spacing:10px">bike is not bullet</p>

<h1 style="text-shadow:2px 2px red"> WOW</p>

</body>

</html>

 

Comments

Popular posts from this blog

Store procedure Data Base handling (procedure_insert).

ViewState for state management

Database joining