Jump to content

~Shinta

Members
  • Posts

    132
  • Joined

  • Last visited

Posts posted by ~Shinta

  1. You can title an image. You can title anything except the head tag, doctype, base, ummm... title, style, script, and meta tag. :)The alt tag on the other hand, can only be used on images as far as I see. I might be forgetting things the alt fits in...It is actually reccomended you title images, for accesibility purposes.

  2. Everyone hates explorer because of it's crappy support for CSS 2, noncompliance to the application/xml+xhtml MIME type, creation of the worst html tags ever (frame, blink, marquee, iframe) and monopoly of browser market.

  3. You are thinking of JavaScript which is a client-side scripting language.

    :) If I was speaking of javascript, I wouldn't have mentioned Java requires a plugin to use :) . Anyways, to repeat my question: Isn't Java interpretted by the java plugin installed on the computer? Thus it isn't interpretted on the server, and is client-side, right?
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html><head><script type="text/javascript">var browser=navigator.appNameif (browser == Netscape) {document.write("frameset")}else {document.write("frame.f")}</script><style type="text/css">body{background-image: url(background.jpg); background-repeat: no-repeat; background-position: center; background-attachment: fixed}</style><title>C thru U - a Young Enterprise company</title><meta name="description" content="The official site for C thru U, a Young Enterprise company. Just take a look at our wide range of products."><meta name="keywords" content="C thru U, Young Enterprise, Products, scented centers, spookeyrings, spoo, key, rings, spookey rings"></head><body><frameset cols="25%,75%" border="0" id="b" class="b"><frame noresize="noresize" src="Sharedborder.htm"><frame noresize="noresize" src="Home.htm" id="f" class="f"></frameset></body></html>

    I did my best to fix your code. I hope I wasn't wrong by putting the frame codes in a body tag. I have very little expirience in frames ='(.

  5. Also, I'd just like to point out to you that in your example you didn't use the header tag correctly. You should have used css to make the text small, not a header tag. Header tags are for heading off pages, not making text large.

    <div>

    You don't need to define divs in the head, just in the body. By w3schools.com's definition it is a division of a page. It doesn't need any refrence from the head. Hope that helps.

×
×
  • Create New...