Difference between HTML, CSS and JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Difference between HTML, CSS and JavaScript?

I am currently learning the HTML language. But some of myfriend said that CSS and Javascript may perform better. So, I would like to ask about what is the different between them? And, what is the bootstrap framework and its relationship with CSS? If I want to continue learning then bootstrap framework, which language is the most suitable? Thank you for being patient and solving my questions

9th Feb 2017, 12:03 AM
Tan Yong Keong
Tan Yong Keong - avatar
6 Answers
+ 7
HTML is the structure of the webpage - the headers, articles, etc. CSS styles the HTML and positions the elements more precisely. JavaScript interacts with both HTML and CSS, so a user can interact with the page. All three of them are parts of a whole to make webpages.
9th Feb 2017, 12:08 AM
Tamra
Tamra - avatar
+ 3
HTML - The skeleton of a webpage, HTML only allows you to make a webpage without any proper style or layout. CSS - CSS is like skin of a skeleton, CSS allows you to give proper layout and style to your HTML webpage. JavaScript - JavaScript is like a brain of webpage, It allows a webpage to respond to user input. HTML, CSS and JavaScript work together to make a webpage, If you want to be a web developer, then you must learn them all!
9th Feb 2017, 6:18 AM
AbdulSammad
AbdulSammad - avatar
+ 3
HTML - skeleton of a page CSS - Styles JavaScript - behaviour
9th Feb 2017, 1:57 PM
Michał Dobranowski
+ 2
Bootstrap makes front-end web development faster and easier. It's open source. You don't have to write everything in CSS or js. You have to just pick a theme/button/Table/Forms/etc which you like and you can copy and paste into your code.
9th Feb 2017, 12:23 AM
orsi
+ 2
HTML is a HyperText Markup Language file format used as the basis of a web page. HTML is consists of tags surrounded by angle brackets. The HTML tags can be used to define headings, paragraphs, lists, links, quotes, and interactive forms. It can also be used to embed Javascript, and CSS (cascading style sheets). Cascading Style Sheet and is used by web pages to help keep information in the proper display format. CSS files can help define font, size, color, spacing, border and location of HTML information on a web page. JavaScript add functionality to your web page. It is responsible for the "behavior" of your Website. It's how HTML elements and CSS style animate and move around on the page. Bootstrap is a free and open source front end development framework for the creation of websites and web apps. The Bootstrap framework is built on HTML, CSS, and JavaScript (JS) to facilitate the development of responsive, mobile-first sites and apps.
9th Feb 2017, 1:36 AM
Atanas Dachenski
Atanas Dachenski - avatar
0
Bootstrap just simply combine the function or the feature of all HTML, CSS and JavaScript into one platform right?
9th Feb 2017, 12:44 AM
Tan Yong Keong
Tan Yong Keong - avatar