Example #1
0
 public static function iframe($src = '')
 {
     $obj = new HTMLObj('iframe');
     return $obj->src($src);
 }