Here are some basic question, everyone ask about HTML: I want to learn HTMLwhere do I GO?! Best way is to search googl "Learn HTML", and find the website which is really helpful and familiar to your understanding. People always suggest w3schools.com but there are also other website with more brief description of every single thing of HTML. So get out of w3schools and try to find something else. The more you explore, the more you learn. How to make an HTML website? Once you've learned basic usage of HTML tags, properties then it isn't hard to make an HTML website, and like always google is your friend here. How to make contact us page using HTML! Only HTML itself doesn't interact with databases and also can't send e-mails. It means, you can't store the information provided by the user. If you want to make a contact us page, you have to interact with databases, then use either Ajax or some kind of web scripting language. You can design contact us form with HTML, but can't store the information for future use. How to make an image link?! It's very easy, put you image tag in between <a> tag. For e.g: <a href="#"><img src="yourimage.png" alt="Image" /></a> What do i need to make a cool looking html website?! You need to learn some languages [ not programming but simple one ] like jQuery, JavaScript, Ajax and also you should know how to use CSS, adobe photoshop [ or any other photo editing software. Then you can make cool interactive websites yourself. I am professional HTML website designer, how do I earn?! Make your portfolio, then sign up on freelancer websites, also advertise on other websites. People will get attracted if you are really good at it. Good luck! Enjoyed the post? Any type of help is appreciated.