Welcome to Web Design Tutorial. In this tutorial, we will teach you to step by step tutorial for beginners to advanced learners.

Part 01 :

Web page design means how to make a web page. When we browse websites we can see many webpages. This web page contains images, add. These websites are made by HTML, CSS, jQuery, javascript, PHP, and many other functionalities. This web design tutorial helps you to make a website step by step. First, we have to know about the means of the used Components.

Step by step webpage design tutorial :

HTML – HyperText Markup Language

CSS – Cascade Style Sheet

JavaScript – is a kind of scripting function.

jQuery – is a javascript framework that is mainly used for frontend design.

PHP- Hypertext Preprocessor.

In order to design a web page you have to know this kind of language.

Firstly I am discussing HTML. HTML is a markup language. It a set of markup tags. HTML tags describe a HTML document. Each HTML tag describes different document content.

Here is a simple HTML markup

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>

To see the result please copy this code and paste it in the notepad. Then save it as index.html and then open it any browser.

To find a regular tutorial visit us regularly.

Find all the web design tutorials here.

Useful Tags :