Saturday, July 14, 2018

What Should I learn to make a Website?

In this post you will learn what technologies should learn if you want make a website. A collection of web pages which are grouped together and usually connected together in various ways. Often called a "web site".  Here is the list you need to learn in exact order. They are

HTML
CSS
JAVASCRIPT

Any “back-end” or “server-side” language such as Java, Python ,PHP or Ruby. 

HTML:

Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications.It allows you to put a website layout and skeleton together. Think of HTML like a skeleton of a human being or a bare structure of the house. 


CSS:

CSS(Cascading Style Sheets) is the language for describing the presentation of Web pages, including colors, layout, and fonts. CSS alone is worthless, CSS is applied to the HTML. Think of CSS as applying drywall, paint and beauty to your home. CSS makes your website look beautiful and professional.It determine the styling or visual appeal of your web pages.



JavaScript:

JavaScript (in conjunction with the jQuery library) to make your website interactive.With javascript you can add, fancy effects and behavior to your website. Like adding a popup, slide shows, scroll effects, animation, form submission. Using HTML and CSS you can create static web pages that will be accessible regardless of which device is used to access the page. These static pages can interact with your visitor through the use of forms. Once a form is filled out and submitted a request is sent back to the server where a new static web page is constructed and eventually downloaded into the browser.

The big disadvantage of web pages like this is that the only way that your visitor has of interacting with the page is by filling out the form and waiting for a new page to load.

It does this by converting your static page into one that can interact with your visitors without them needing to wait for a new page to load every time they make a request. JavaScript adds behavior to the web page where the web page is capable of responding to actions by your visitors without needing to load a new web page in order to process their request.



Learn one Back-end language like PHP, Ruby, JavaScript, JAVA etc to add the data engine behind the website.

Conclusion:

Learn HTML and CSS if you want create static Website
Learn HTML,CSS and JavaScript if you want make professional websites for today's age
Add any Back-end language like Python,PHP,Ruby or Java to add data engine behind the data base.


No comments:

Post a Comment

High Paying Jobs after Learning Python

Everyone knows Python is one of the most demand Programming Language. It is a computer programming language to build web applications and sc...