+ 3
Those are the table tags. For making tables with rows and collumns.
Edit: TR means Table Rows and TD means table Data. Table data is the text inside the boxes.
Additionally, you put TD tags inside of a TR tag to make a row. Every TD you put into the TR makes another collumn.