Hello I am creating a website and I can't here is my code:
body {
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 18px;
background-color: ffffff;
overflow: auto;
}
<body>
<div class="main">
<img src=images\cat.gif></img>
<table class="table">
<tr>
<th style="text-align:left;">
<p id="output"><b>Likes: 0</b>
</p>
</th>
<th style="text-align:right;">
<button class="button" onclick="likeButton()">Like</button>
</th>
</tr>
</table>
<script src="script.js"></script>
</div>
</body>
I have now idea what is wrong all of the guides I've seen have fixed syntax errors but I've triple checked and I am almost sure I don't have any plus on other documents I have the same issue. I may just be bad. Thanks...
#beforeffffff#is basic html/css development.