Basic level:
- a) Make a site about yourself with various pages at least 4, like home, about me , contact me and so on .. Use images and link to your social network etc.
- b) You will need external css and html5 for it.
Next level:
- Add dropdown menus etc to it and some more basic interactions you see.
- Use JavaScript to achieve this. try dropdowns with JavaScript only
Next level:
- Now add functionality to add comments on your site and user can see them when he arrives again at your site, implement register/login/signup functionality.
- b) Use some server side technology and database technology to achieve this(optional)
- c) And you can grow further by adding extra functionality to it.
- d) Use JQueryto make it much easier to use JavaScript on your website
