I want to create website using HTML only

I want my website using html only nothing more than that.But can you imagine a website with only html and no backend programming,no CSS,no Javascript with only plane simple html tags,is this that much easy to create a website in 2021!!Seriously what you thought of you at school and seriously accepted all that!!!With using only an opening and closing tag you will be able to build your website!!!!

Image not loaded properly


How a website is actually made?

Look before you jump to school and ask your teacher that “How a website or web page is made” first look what are the things necessary to build a website

There’s basically 4 things you need to know to create a website through coding which are mentioned below:-

HTML stands for Hyper Text Markup Language which is used to give structure to a web page or a website

CSS  full form is Cascading Style Sheet which is used for giving style to your site.

Javascript,there are two types of javascript in which one is for client side and the other is for server side which we will discuss here.

A server side scripting language like PHP,ruby and a lot more.Now a days there are a lot of frameworks available for the backend programming in many general purpose programming languages like java,python etc..

What is HTML?

html full form is hyper text markup language which is used to give structure to a website and it is the basic thing you need to know before you create a website.It is said to be the body of the web page means it is the skeletal of the web page

What is CSS?

CSS stands for Cascading Style Sheet which is used to design your web page or website for a good look,which is also important if you wish to become a web designer after 12th.

The above are the types of css:-

Inline CSS-which is used inside the tag with the tag attributestyle”.

Internal CSS-this type of css is used in the same html document with a “style” tag which is written between the head opening tag and the body opening tag.

External CSS-This is used outside the html file.

What is Javascript?

Javascript makes websites more interactive for user’s.It is used in both client side and i the server side for creating websites.

Conclusion:-

"I hope you have found that there are a lot of technologies associated while creating a website,And thanks for reading till here!!Hope it helps"