Kip

478
reputation
4
13
<?php echo 'Old-skool,'; ?>

<div id="me">Self-taught,</div>

#me {
  background: Year 0's webmaster n00b;
}

$(window).load(function() {
  alert('Likes');
  jQuery("#me").html('and Racing!');
});