Memnto02
06-03-2012, 11:24 PM
Hi I'm obviously brand new. I'm trying to create this webpage with HTML and I have it completed but for whatever reason the color is not showing up properly. I used text edit on my Mac. I don't know if the makes a difference. I also couldn't get the fonts to show up properly which is why I only stuck to comic sans and cursive (those were the only ones that would work). If anyone could help me get the color right that would be awesome! I have no idea why it runs together or why they show up all weird. I'm completely new to using HTML...I just self taught today. Hehehe. Thanks to anyone willing to help!
<html>
<head><title>Juan's First Webpage</title>
</head>
<body>
<p align = center>
<font size=7 color=red>
All About Juan
</font></p>
<p align=left>
<table border=1>
<tr>
<th colspan="2">Fun Facts</th>
</tr>
<tr>
<td>I work for Archstone in Rancho Santa Margarita</td>
<td rowspan="4" align="center">
<img src="http://www.connemaraterrier.com/NutsBolts/raisingourpuppies_files/dsc_2059-2.jpg" />
</td>
</tr>
<tr>
<td>I recently bought my first home in Santa Ana</td>
</tr>
<tr>
<td>I was born in Mexico</td>
</tr>
<tr>
<td>I own a Jack Russell Terrier</td>
</tr>
</table></p>
<p align=left>
<font size=20 color=blue font face="ariel">
My Hobbies...
</font>
<ul><font size=5 color=gold font face="comic sans ms"</font><li>Yoga</li>
<font size=5 color=lime green font face="cursive"</font><li>Dancing</li>
<font size=5 color=cyan font face="comic sans ms"</font><li>Playing video games</li>
<font size=5 color=purple font face="cursive"</font><li>Travel</li>
</ul></font></p>
<p align=left>
<font size=20 color=blue font face="ariel">
My Favorite Websites...
</font>
<ol><font color=black</font><li><a href="https://www.facebook.com/"><font color=black</font>More about me</a></li>
<font color=pink</font><li><a href="https://www.bankofamerica.com/"><font color=pink</font>Always have to check my finances</a></li>
<font color=black</font><li><a href="http://www.bestbuy.com/"><font color=black</font>I love electronics</a></li>
<font color=pink</font><li><a href="http://www.vevo.com/"><font color=pink</font>Music videos make me dance</a></li>
<font color=black</font><li><a href="http://www.youtube.com/"><font color=black</font>Whenever I need a good laugh</a></li>
</ol></font></p>
<h1>Website Feedback Form</h1>
<p>
Please fill out this form to let me know what you think about the website so that I can improve it and make it a better experiences for you and future visitors.
</p>
<form method="post" action="">
<!--insert a textbox to gather information about the user-->
<p><label>Full Name:
<input name="fullname" type="text" size="40"/>
</label></p>
<p><label>E-mail:
<input name="email" type="text" size="25"/>
</label></p>
<p><strong><em>What is your age?</em></strong></p>
<!-- radio buttons, user can only select one -->
<p>
<label>Less than 20<input name="interest" type="radio" value="less than 20" checked="checked"/>
</label>
<label>20-40<input name="interest" type="radio" value="20-40"/>
</label>
<label>40 or older<input name="interest" type="radio" value="40 or older"/>
</label>
</p>
<p><strong><em>Check off all of the colors that you liked:</em></strong></p>
<!-- insert checkboxes for the user to check off what he or she likes -->
<p>
<label><font color=red</font>Red<input name="likes" type="checkbox" value="red"/>
</label>
<label><font color=lime green</font>Blue<input name="likes" type="checkbox" value="blue"/>
</label>
<label><font color=gold</font>Gold<input name="likes" type="checkbox" value="gold"/>
</label>
<label><font color=cyan</font>Cyan<input name="likes" type="checkbox" value="cyan"/>
</label>
<label><font color=purple</font>purple<input name="likes" type="checkbox" value="purple"/>
</label></p>
<p><strong><em>Please give us any additional feedback that you may have.</em></strong></p>
<!-- user can enter in multiple lines of information in a textarea -->
<p>
<label>Comments: <br><textarea name = "comments" rows = "4" cols = "40"></textarea>
</label>
</p>
<p>
<input type = "submit" value = "Submit" />
<input type = "reset" value = "Reset" />
</p>
</form>
</html>
<html>
<head><title>Juan's First Webpage</title>
</head>
<body>
<p align = center>
<font size=7 color=red>
All About Juan
</font></p>
<p align=left>
<table border=1>
<tr>
<th colspan="2">Fun Facts</th>
</tr>
<tr>
<td>I work for Archstone in Rancho Santa Margarita</td>
<td rowspan="4" align="center">
<img src="http://www.connemaraterrier.com/NutsBolts/raisingourpuppies_files/dsc_2059-2.jpg" />
</td>
</tr>
<tr>
<td>I recently bought my first home in Santa Ana</td>
</tr>
<tr>
<td>I was born in Mexico</td>
</tr>
<tr>
<td>I own a Jack Russell Terrier</td>
</tr>
</table></p>
<p align=left>
<font size=20 color=blue font face="ariel">
My Hobbies...
</font>
<ul><font size=5 color=gold font face="comic sans ms"</font><li>Yoga</li>
<font size=5 color=lime green font face="cursive"</font><li>Dancing</li>
<font size=5 color=cyan font face="comic sans ms"</font><li>Playing video games</li>
<font size=5 color=purple font face="cursive"</font><li>Travel</li>
</ul></font></p>
<p align=left>
<font size=20 color=blue font face="ariel">
My Favorite Websites...
</font>
<ol><font color=black</font><li><a href="https://www.facebook.com/"><font color=black</font>More about me</a></li>
<font color=pink</font><li><a href="https://www.bankofamerica.com/"><font color=pink</font>Always have to check my finances</a></li>
<font color=black</font><li><a href="http://www.bestbuy.com/"><font color=black</font>I love electronics</a></li>
<font color=pink</font><li><a href="http://www.vevo.com/"><font color=pink</font>Music videos make me dance</a></li>
<font color=black</font><li><a href="http://www.youtube.com/"><font color=black</font>Whenever I need a good laugh</a></li>
</ol></font></p>
<h1>Website Feedback Form</h1>
<p>
Please fill out this form to let me know what you think about the website so that I can improve it and make it a better experiences for you and future visitors.
</p>
<form method="post" action="">
<!--insert a textbox to gather information about the user-->
<p><label>Full Name:
<input name="fullname" type="text" size="40"/>
</label></p>
<p><label>E-mail:
<input name="email" type="text" size="25"/>
</label></p>
<p><strong><em>What is your age?</em></strong></p>
<!-- radio buttons, user can only select one -->
<p>
<label>Less than 20<input name="interest" type="radio" value="less than 20" checked="checked"/>
</label>
<label>20-40<input name="interest" type="radio" value="20-40"/>
</label>
<label>40 or older<input name="interest" type="radio" value="40 or older"/>
</label>
</p>
<p><strong><em>Check off all of the colors that you liked:</em></strong></p>
<!-- insert checkboxes for the user to check off what he or she likes -->
<p>
<label><font color=red</font>Red<input name="likes" type="checkbox" value="red"/>
</label>
<label><font color=lime green</font>Blue<input name="likes" type="checkbox" value="blue"/>
</label>
<label><font color=gold</font>Gold<input name="likes" type="checkbox" value="gold"/>
</label>
<label><font color=cyan</font>Cyan<input name="likes" type="checkbox" value="cyan"/>
</label>
<label><font color=purple</font>purple<input name="likes" type="checkbox" value="purple"/>
</label></p>
<p><strong><em>Please give us any additional feedback that you may have.</em></strong></p>
<!-- user can enter in multiple lines of information in a textarea -->
<p>
<label>Comments: <br><textarea name = "comments" rows = "4" cols = "40"></textarea>
</label>
</p>
<p>
<input type = "submit" value = "Submit" />
<input type = "reset" value = "Reset" />
</p>
</form>
</html>