V
Vanillla
I'm learning both HTML & CSS.
I could not figure it out my self why it is not linked.
Please somebody check it for me:
HTML:
<html>
<head>
<META http-equiv="Content-Style-Type" content="text/css">
<STYLE>
<LINK href="search.css" rel="stylesheet" type="text/css">
</STYLE>
<title>
</title>
</head>
<body>
<table cellpadding="0" cellspacing="0" width="660">
<tr>
<td height="40" width="110" rowspan="2"> </td>
<td height="20" width="440" colspan="4">
<h1>Title</h1></td>
<td height="40" width="110"> </td>
</tr>
<tr>
<td height="20" width="110"> </td>
<td height="20" width="110"> </td>
<td height="20" width="110">Home</td>
<td height="20" width="110">Contact</td>
<td height="20" width="110"> </td>
</tr>
<th colspan="3" height="20" width="110"> </td>
</colspan="3"> </td>
<span style="font-weight: 400">Menu</span><th colspan="3" height="20"
width="110"> </td>
</colspan="3"> </td>
<tr>
<th colspan="3" height="300" width="110"> </td>
</colspan="3"> </td>
<th colspan="3" height="300" width="110"> </td>
</colspan="3"> </td>
<tr>
<th colspan="6" height="20">
</colspan="6"> </td>
</tr>
</table>
</body>
</html>
CSS: (saved as: search.css)
H1
{
font-weight: bold;
font-size: 12px;
font-family: tahoma;
font-style: normal;
font color: red
}
{background: blue}
I appriciate your help.
I could not figure it out my self why it is not linked.
Please somebody check it for me:
HTML:
<html>
<head>
<META http-equiv="Content-Style-Type" content="text/css">
<STYLE>
<LINK href="search.css" rel="stylesheet" type="text/css">
</STYLE>
<title>
</title>
</head>
<body>
<table cellpadding="0" cellspacing="0" width="660">
<tr>
<td height="40" width="110" rowspan="2"> </td>
<td height="20" width="440" colspan="4">
<h1>Title</h1></td>
<td height="40" width="110"> </td>
</tr>
<tr>
<td height="20" width="110"> </td>
<td height="20" width="110"> </td>
<td height="20" width="110">Home</td>
<td height="20" width="110">Contact</td>
<td height="20" width="110"> </td>
</tr>
<th colspan="3" height="20" width="110"> </td>
</colspan="3"> </td>
<span style="font-weight: 400">Menu</span><th colspan="3" height="20"
width="110"> </td>
</colspan="3"> </td>
<tr>
<th colspan="3" height="300" width="110"> </td>
</colspan="3"> </td>
<th colspan="3" height="300" width="110"> </td>
</colspan="3"> </td>
<tr>
<th colspan="6" height="20">
</colspan="6"> </td>
</tr>
</table>
</body>
</html>
CSS: (saved as: search.css)
H1
{
font-weight: bold;
font-size: 12px;
font-family: tahoma;
font-style: normal;
font color: red
}
{background: blue}
I appriciate your help.