(the code to test all of these elements is given at the bottom)
<a> … </a>
The a (anchor) element is used to set link.Attributes: href, name
Example: <a href="www.websitebuildingguide.blogspot.com">build website</a>
<b> … </b>
This is used to bold a text.Attributes: none
Example: <b>this is bold text</b>
