Please help me with this HTML?

123

New member
<html>
</script>

<a id="displayText" href="javascript:toggle();">Click here to see the rules of the chatroom</a>
<div id="toggleText" style="display: none"><h6>


* DON'T give out personal information.
* DON'T get together with someone you "meet" online.
* DON'T post links in the chat room.
* DON'T use foul language in the chat room.
* DON'T spam the chat room.
* DON'T forget that everything you type is visible to all of the other users.
* DON'T make threats of any kind.
* DON'T talk about inappropriate topics in the chat room (keep it P-G).
* DON'T forget that we will report any illegal chat content to law enforcement.
* DON'T forget that if you break any of these rules you will be banned from the chat-room. </h6></div>
</html>

I really don't know HTML. Please help me fix this HTML above.
I am trying to make a drop down thing.
I've done it before on another site of mine. I just want people to be able to click and see the rules.
 
Back
Top