First Program
First Program
<tr>
<td>Hillary</td>
<td>CSE</td>
<td>2</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Lary</td>
<td>CSE</td>
<td>3</td>
<td>[email protected]</td>
</tr>
</table>
</html>
Output:
body {background-image:url('images/cse.png');
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
background-color:pink;
}a:link { text-decoration:none;color:orange;
} a:visited { text-decoration:none;color:red;
} a:hover
{ text-decoration:underline;color:blue;
} a:active { text-decoration:underline;
color:purple;
} h3 { color:green;
<h1 style="color:blue;text-align:center;">
<b id="headline">This Bold Text is Styled </b> <h2><b><a href=" ">This is a link</a></b></h2>
<h3 class="c1">The cursor over this element is plus sign</h3> <h3 class="c2">The cursor over this element is a pointing
hand</h3> <h3 class="c3">The cursor over this element is a grasping hand</h3>
<h3 class="c4">The cursor over this element is a I bar</h3> <h3 class="c5"> The cursor over this element is a wait</h3> <h3
class="c6"> The cursor over this element is a question mark</h3> </html>
Source Code: Style.css
p.left {
text-align:left;
color:blue;
font-family:Cambria;
font-size:large;
text-indent:20px;
p.center {
text-align:center;
text-decoration:underline;
text-transform:uppercase;
letter-spacing:-3px;
word-spacing:20px;
font-size:larger;
b#headline {