public function testBBase()
 {
     $expected = '<b></b>';
     $result = Html5Gen::b();
     $this->assertEquality($expected, $result);
 }