Wednesday, June 23, 2010

Content through CSS

<style type="text/css">

#footer:after{

content: "copyright 2010 @";

}

</style>

<span id="footer">Hello </span>

Tuesday, June 15, 2010

How do I link a submit button to another webpage using HTML?

<form action="http://Domain_Name.com/"><input type="submit"   value="Send Me!"></form>

JavaScript CDATA

<script type="text/javascript">

  // <![CDATA[

// ]]>

</script>