Generates HTML tags:
tag(:br) -> <br/> tag(:a, :href => ‘test.html’) { "Test" } -> <a href="test.html">Test</a>
[Validate]