<?php $html = '<div width="5px">three is less than five: 3<5, ya know?</div>'; echo preg_replace("#(<[a-zA-Z0-9]+)[^\>]+>#", "\\1>", $html);
You have javascript disabled. You will not be able to edit any code.