Why wont my code work? I want to change the RGB color but I can’t please help!?
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
</head>
<body>
<map name=’navigation’>
<area shape=’rect’ coords=’336,168,466,196′ href=’../index.htm’/>
<area shape=’rect’ coords=’470,168,628,196′ href=’../skills/index.htm’/>
<area shape=’rect’ coords=’632,168,770,196′ href=’../programming/index.htm’/>
<area shape=’rect’ coords=’774,168,896,196′href=’../web/index.htm’/>
</map>
<div id=’wrapper’>
<img src=’header.png’ border=’0′usemap="#navigation"/>
<div id=’content’>
<div style=’background-color:rgb(151,0,30); text-align:center; padding:4px; font-size: 10pt;’>
<a href="http://www.csd509j.net/cvhs/" style=’color:rgb(243, 193, 15); text-decoration:none;’>CV Home </a>
<a href="https://classroom.lblesd.k12.or.us/pinnscripts/piv.exe?action=signin" style=’color:rgb(243, 193, 15); text-decoration:none;’>
Web Grade </a>
<a href="sendto:jan.boley@corvallis.k12.or.us" style=’color:rgb(243, 193, 15); text-decoration:none;’>E-mail Teacher </a>
<a href="http://blackboard.csd509j.net/" style=’color:rgb(243, 193, 15); text-decoration:none;’>Blackboard</a>
</div>
<br>
<strong>n</strong><br>
Student learning takes place by building Web Pages in the W3 Standards
professionals web designers use on the Internet. Beginning with development of
understanding for “good”, or effective web sites, and “bad”, or poorly designed
or implemented web sites, students learn analysis and design ideals through
research and investigation of current websites.<br>
<br>
Using HyperText Markup Language (HTML) as the basis for their pages, they then
learn to apply the analysis, design and "user friendly" concepts, while
implementing controls of the formatting and display of information on a web
browser (i.e., Microsoft Internet Explorer). Beginning with small projects of
single pages, they learn structure, execution of code, and implementation of
tools to create fully functional pages. They then expand this understanding to
more complicated websites.<br>
<br>
Exposure to a very basic tool for HTML development, students progress to simple
development software for experience, and then add the use of Dreamweaver*, with
possible expansions into Flash and/or Fireworks animation options. Doing this,
students get a variety of software exposures, while developing deeper and more
complicated application techniques. <br>
Students also have an introduction to Cascading Style Sheets (CSS); the web
community of developers are pushing for this option to become a standard for all
web sites. Depending upon class progress and student achievement, other topics
can be included. For this course, created final projects will potentially be
added or used to update the CV school web site.<br>
<br>
<strong>Advanced Web Development</strong><br>
Students wishing to continue developing their understanding of web design may
register for higher levels in Web Design, with larger and more diverse projects.
With advanced class options, the student may either work within a frame work of
skill development projects, or propose a project that would include these skill
sets. Foundational skill requirements would include expansion of Cascading Style
Sheet understanding and use; understandings in website management, website
analysis and standards development, and implementation of website updating and
maintenance; and exploration of Flash and Fireworks. Skill sets learned in prior
Web Design classes and familiarity with development and ease of implementation
will increase learning options and self-determined project choices. A goal for
this class would be development of a student web master to assist with the CV
web site. There is a potential for this class to take place all year, with
approval.</div>
<div id=’footer’>
<img src=’footer.png’/>
</div>
</div>
</body>
</html>
you forgot to add the ending quotation on the file path string of your <a href="">
October 12th, 2009 at 8:24 pm
you forgot to add the ending quotation on the file path string of your <a href="">
References :
October 12th, 2009 at 8:57 pm
Change your RGB codes to hex color codes would help:
RGB & Hex Convertor / Color Finder: http://www.kenjikojima.com/java/RGBHexConverter2.html
RGB to Hex Value Calculator: http://www.endprod.com/colors/rgb2hex.htm
You have 13 critical coding errors. Validate your code at:
http://validator.w3.org/#validate_by_input+with_options
Ron
References :