Welcome to your second lesson of html. Now you will be able do add bits to your website. If you haven't learnt anything yet go to HTML:_Lesson_1, otherwise you will never know what the basic bits are for.
So far, your website should look like this:
<!DOCTYPE html> <html> <head> </head> <body> </body> </html>