How To Validate Code
When coding your website some times we make silly mistakes that bring up errors and we are not aware of it. Using the validator tool available to use from W3C can really make our lives easier. Here are the validator links
Check Your HTML Code
validator.w3.org/
Check Your CSS Code
jigsaw.w3.org/css-validator
Also here is the youtube code that will offer you no errors
<object type="application/x-shockwave-flash" width="534" height="421"
data="youtubelinkgoeshere"><param name="movie" value="youtubelinkgoeshere" />
</object>
Where you see youtubelinkgoeshere just add the link from the embedded code google gives you. Watch the video tutorial below to learn how to get started on your new obsession