Skip to main content

How websites are build ?

What are website and webpage ? 

Webpage is a document, commonly written in HTML , that is viewed in an Internet browser . A web page can be accessed by entering a URL address into a browser's address bar. A web page may contain text, graphics, and hyperlinks to other web pages and files.

Website is a collection of web pages and related content, such as favicon (website's icon), images, audio, video, database, etc  that is identified by a common domain name (i.e., www.google.com) and published on at least one web server.  
WebServer means a computer which have the ability to run and connected to internet 24/7 and  contains all the files require for the website, and stream them to client (user).
 

How websites are build


Website are very esay to build. A website mainly contains 3 files (html, css, js). It is not possible to make a site without these three files. The css and javascript files are  link with html. When we open the site our browser run the html file from that website's webserver and show us the result. When it run the html file the css and js automatically runs because they are link with html file already. All website are made using 3 program languages :
           1) HTML
           2) CSS
           3) JAVASCRIPT 


• HTML -


HTML stands for Hyper Text Makeup Language, it is the backbone of a webpage. Html help to build the structure of a webpage. We can say that html is necessary. 

Click here to learn more about Html.

• CSS -


CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen or in other media. CSS saves a lot of work. It can control the layout of multiple web pages all at once.
The Html alone has no value without CSS. Html build the structure but CSS gives the beauty to the webpage. 

Click here to learn more about CSS.


JAVASCRIPT -

Javascript is the life of a webpage. It make a webpage work. It enables you to create dynamically updating content, control multimedia, animate images, and pretty much things to do. It is lightweight, interpreted programming language. It help to function a webpage. 


Let understand it with an example
Let assume a webpage as a person. Now, we can say that Html is his skeleton , Css is the skin, the beauty and javascript is his life.

I think that, from the above example you may understand it perfectly. 

Click here to know more about javascript. 

Why only these particular languages are use for making a websites ? 

Why we only use these languages for build a website? Way not other? Are they not able for it? 
The point is that there are many search engine available in today's world. So, they decided to make this languages common for website this is because, a website can open in many browser and suppose different browser would understand different language and if a website made in a language than that cannot open in all browser. 
Let understand it with an example,
Assume that chrome understand java and on other side firefox understand python. Now a website A is build with java and another B with python. 
Now the chrome user can access to website A but not B and on other hand firefox use can access to website B but not A. This is because different search engine understand different language. So they together decided that to make a particular language for building website. 
But why html? Because html, css and js are easily understand by devices.  

What is Responsive website 

It is very necessary to make your website responsive. Responsive means the UI of a software, website or application can completely fit to different size devices. It not mean that any element will hide behind the screen. 
A website that creates dynamic changes for the appearance of itself, depending on the screen size and orientation of the device being used to view it, is called responsive website. 

How responsive website are build 

In responsive design, you can define rules for how the content flows and how the layout changes depending on the size-range of the screen.






Comments

Popular posts from this blog

Is Artificial Intelligence going to destroy Mankind?

What is an Artificial Intelligence (A.I)   When a device or machine are capable of thinking or act like human brain then they are called as Artificial Intelligence.  It is mainly a software or tool.  Through AI, computers have the ability to harness massive amounts of data and use their learned intelligence to make optimal or powerful decisions and discoveries in fractions of the time that it would take humans. Note : Robot and Artificial Intelligence are different.  A robot may called an artificial intelligence but an artificial intelligence can't be called a robot.  Father of A.I   John McCarthy (1927-2011), widely recognized as  father of Artificial Intelligence due to his great contributions towards Artificial Intelligence and Computer Science.  Click here  to know more about  John McCarthy. Click here  to know more about History of Artificial Intelligence.  Uses of Artificial Intelligence   ...

Dark side of Internet

What is internet?  Internet is a huge global computer network, which help us to communication and data sharing, etc. Types of Internet Web :       1) Surface Web       2) Deep Web       3) Dark Web    • An image of Internet Web   What is Surface Web?  Surface web is a part (First layer) of internet where common people are allow to access it. It only 4% of total internet. Example by which we can access it are : Google, facebook, whatsapp, twitter, reddit, etc.  What is Deep Web?  Deep Web is a part (Second layer) of internet where common people can get  to access it very hardly. It can only access by some kind of special software which keep you anonymous or untraceable. i.e.,  tor This Web is legally forbidden for public.  It contains data of some secret mission of government, some scientific record, medical record, and some of hidden information.  What is Dark Web?  Dark ...

Android Studio

Android Studio Android Studio  is the official Integrated Development Environment (IDE) for android application development,  introduce by Google . Android Studio use widely by the android app developers.  It was announced on 16th May 2013 at the Google conference as an official IDE for Android app development. The first stable built version was released in December 2014, starts from version 1.0. Kotlin became Google's preferred language for Android application development on 7th May 2019. Besides this, other programming languages are supported by Android Studio, such as, java, xml, c++.  Features of Android Studio  •  It gives a good and better experience to the developers.  • It has a fast and features-rich emulator for app testing.  • It has better gradle supporting features.  • It has a most helpful feature that is, it give a environment to built app for all types of android devices. • we can run new, updated code ...