Html consists of a series if elements
These elements tell the browser how to display the content
Elements are specified with tagnames.
They are enclosed in angular brackets.
<> is the start tag
</> is the end tag
Syntax
<tagname> content</tagname>
Example
<b>this tag is bold</b>
<I>this tag is italic</I>
So the b tat
 
   
 
 
  0
0
 
  
  
  
  
  
  
  
 
