KKR&KSR Institute of Technology & Sciences Page No

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Kkr&ksr institute of technology & sciences Page No:

Program-5

5.Design a web page using CSS (Cascading Style Sheets) which includes the following:

A.Use different font, styles: In the style definition you define how each selector should
work (font, color etc.). Then, in the body of your pages, you refer to these selectors to
activate the styles.

Css.html:

Source code:

<html>

<head>

<h5>computer</h5>

<h4> science</h4>

</head>

<body>

<h3 style="color:yellow;">css1</h3>

<h1 style="arial:size=3;"><b>triveni</h1></b>

<h2 style=algerian:size=15;"><u><i>pasam</u></i></h2>

</body>

</html>

OUTPUT:

Computer science and engineering 15JR1A05C2

You might also like