Category: html

  • How to structure a website / HTML document?

    There is so much you can display on a HTML document. You can give a header to the entire document. You can have a navigation bar to navigate among different pages. You can have a side bar where you can display your blog posts list. You can show an article as the main content. All…

  • How to accept user data in a HTML document?

    HTML is used not only to display data but also to accept user input. This input then can be sent to a server or processed through javascript within the document. Input Types So what are the ways HTML allows user to provide input? You can type in a text: That is represented by the below…

  • How to use HTML head?

    Every HTML has a head tag . This is the first tag. What is this for? To provide meta data (data about data) about the HTML document you are going to create . What is the title of this document? Who is the author of this document? What set of characters are allowed in this…

  • What is HTML ?

    Let’s say you are new to the internet. You just know that you can connect to the internet through a browser. Some one told you that “information” exists on a place called “server” and you can see them through a magical tool called “browser”. So if you want some information from the internet you use…