You are on page 1of 1

No.

2021

Q.1 Write a CSS code to demonstrate inline stylesheet.

<html>

<head>

<title>Inline Stylesheet</title>

<p style="color:red;text-align:center;">POOJA MALI</p>

<p style="font-size:30px:">BCA-II</p>

<p style="text-decoration:line-through;">Jaysingpur College,Jaysingpur</p>

<p style="text-transform:uppercase;">bedag</p>

<p style="letter-spacing:3px;">practical no.-1</p>

<p style="Word-spacing:10px;">QUESTION FIRST</p>

</body>

</html>

OUTPUT-

You might also like