Sunday, September 16, 2012

Great HTML codes

Here are some codes to get you started. I suggest you go on the website quack it.com for HTML codes because that's where I got all of this :
COMMENT BOX CODE:

Comments:

<form action="/html/tags/html_form_tag_action.cfm" method="post">
Comments:<br />
<textarea name="comments" id="comments">
Hey... say something!
</textarea><br />
<input type="submit" value="Submit" />
</form>

  MARQUEE CODE:

Your slide-in text goes here
 <marquee behavior="slide" direction="left">Your slide-in text goes here</marquee>

SCROLL BOX CODE:

As you can see, once there's enough text in this box, the box will grow scroll bars... that's why we call it a scroll box! You could also place an image into the scroll box.
<div style="height:120px;width:120px;border:1px solid #ccc;font:16px/26px Georgia, Garamond, Serif;overflow:auto;">
As you can see, once there's enough text in this box, the box will grow scroll bars... that's why we call it a scroll box! You could also place an image into the scroll box.
</div>

No comments:

Post a Comment

Powered By Blogger