Web Design

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 JavaScript

I believe most of us here at least heard of this programming language at least once or twice in their academic life or from friends. I heard about it on a local bus first. I thought java and JavaScript is same thing. But later on I…

Introduction to Bootstrap

Bootstrap is a famous framework for the web developers now a day. Not very long ago web developers have to write CSS manually for the whole website or template. This particular framework helped thousands of web developers to minimize the…

Introduction to CSS

CSS means cascade style sheet. This tool is used for designing a straightforward HTML file. There are various ways to use it. We can directly put the CSS into the HTML. Also we can use link tag in the header of HTML file to link a css file.…

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…