HTML

Develop a basic structure of a webpage

Until now we have learn about the basic tags of a webpage. Now let’s start with a basic structure of a webpage. We will first learn which we are considering as a basic structure here. The below image we are considering as a basic structure.…

Basic tags used in head tag

In a html page we all know there is basic tag we need to use which is “Head”. We also call it the header of the webpage, because this tag holds all kind of summary of the webpage. Usually any search engine takes the simple record of a…

Most commonly used tags in body

a html page is consists of so many different elements, we are going to mention few most commonly used elements in here.  Let’s begin. Div tag Div is used to use for making divisions within the html pages. We can put different class or id…

Introduction to HTML

Hypertext markup language is a structural language for developing a web page. Although we need help of CSS and javascript for making the web page attractive and engaging. On this article we learn about the basics of HTML Structure and the…