how to make website in few minutes

How to create website in few minutes?

Do you want to make your website in few minutes?

Hello, today we are discus about how to make static website in 5 minutes without knowledge of HTML and any other language for making static website.  

They website you can use for your portfolio and as you want wherever use.

What is Website?

In simple words website is a collection of web pages (or HTML pages) they can connect with each other with link (or hyperlinks).

What is Static Website?

Static website is Basic Website that contains web pages with fixed content.

Example of static “About us” web page, mission etc.

What is Dynamic Website?

Dynamic Website also static website, but add more functionality like database capability.

These types of website also contain WebPages with Dynamic content they change the content depending on factor.

Example of dynamic website is Amazon, Facebook etc.

How to create website in few minutes

Here, we make website in few minutes with proper HTML and CSS Structure wise, also responsive website.

First we know about two main things, use to make fast website.

Tailwind CSS and

Tailblocks

Tailwind CSS

Tailwind CSS is awesome website for providing online CSS. You can only paste the URL and use it on your website.

Today we are not use any complexity in website only use one line code for CSS.

<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
Tailblocks

Tailblocks website is very important assets for HTML website.

In this website you can find different types of readymade layout for Home page, About us, Content page, Contact us page, E-Commerce, Header and footer etc.

View below image on left side is a list of blocks with name and more than one different patterns for each blocks.

How to create website in few minutes?

You can select any blocks on left side, after display on right side the design of this selected block.

Decide any design then simply click on view code show in below image

How to create website in few minutes, how to view code in tailblocks

After click on view code automatic switch the code pane and view the code like below image

how to copy code into tailblocks

Simply copy the clipboard and paste it on your local system.

How to save code

Step 1: Start notepad or Any other editor like Notepad++, Visual Studio Editor and Sublime Editor etc.

Paste this code like below image

<!DOCTYPE html>
<html>
<head>
	<title>Demo</title>
	<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
</head>
<body>
</body>
</html>
How to create website in few minutes?

Step 2: Your copy clipboard and paste

Code Copy between <body> here paste you copied code </body> tag. Like below image

Step 3: This file save with .html extension like below image (Mywebsite.html).

here you can specify path wherever save your file in local system.

Step 4: Then go to selected your file location and double click and open this file and look at this design of next step.

how to view html website

Step 5: View your design you have selected blocks design as it as on Tailblocks.

Make sure your internet is connected because you have link CSS file they have run online design on your site.

Conclusion

In short we make website in few minutes with clean and best design and structured wise code. You can make your own portfolio website, Demo website, College projects, School projects.

Here we discuss about How to create website in few minutes.

Whatever I written in this article based on my experience and knowledge, we cannot take any responsibility for making website in 5 minutes, may varies when you execute, you can follow this steps in first time it’s happen more than 5 minutes but you can practice then you can expertise and you can do less than 5 minutes you can done this above steps.

 I try my best to serve information for your help.

If this article found you useful share it to those who are in need of this.

Sharing is caring.

Also Read

What is SEO?

How to search keyword without any tools?

How to rank YouTube videos in 2021?

First 5G phone in India?

Discover More

Subscribe
Notify of
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments