What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

HTML Review

A Peach

New member
My html code works in brackets preview but when I send it to someone to view along with the files it doesn't work correctly. Can someone review my HTML?

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>webassign</title>
<link rel="stylesheet" href="webstyles.css">
</head>
<body>
<table border=2 width=750 height=500 bgcolor="maroon">
<tr>
<td width=200 height=200>&nbsp; <img src="gymwebpage.jpg" WIDTH=230 HEIGHT=190> <p></td>
<td colspan="2">&nbsp;<center><span class="title">Flight for Fitness</span></center></td>
</tr>
<td bgcolor="darkred">&nbsp;<center><a href="Home.html">Home</a>
<br><a href="Proposal.html">Proposal</a><br><a href="Research.html">Research</a><br><a href="Financial.html">Financial</a><br><a href="Demonstration.html">Demonstration</a>
<td><img src="homephoto.jpeg" width=500 height=300</td>
<td bgcolor="tomato"><span class="bodytext">
<td>&nbsp;</td>
</table>
</body>
</html>
 

Attachments

  • 1572872496468.png
    1572872496468.png
    128.8 KB · Views: 0
  • 1572872613480.png
    1572872613480.png
    128.8 KB · Views: 0
Back
Top