- Регистрация
- 1 Мар 2015
- Сообщения
- 1,481
- Баллы
- 155
Introduction
=> HTML, CSS and JavaScript are the core concepts of Frontend development. If you're a beginner in Frontend so you should have know these tech stacks.
Conclusion :
=> 'All three work together to build a complete and interactive website. Without any one of them, the website would be incomplete.'
=> HTML, CSS and JavaScript are the core concepts of Frontend development. If you're a beginner in Frontend so you should have know these tech stacks.
HTML - HTML stands for 'HyperText Markup Language '. It's used to create a webpage structures like as title,headings, paragraphs, images, sections, articles etc.
CSS - CSS stands for 'Cascading Style Sheets'. It's used to create styles on the webpage. It has features like fonts, colors, width, padding, etc. for applying on the the web pages. It's also provide 'media query' for small devices responsive.
JavaScript - After completing HTML, CSS then start to learn JavaScript because it makes your website full responsive. In JavaScript, there are some features like Events, Error handling, Promises, fetch API.
Because these helps you to create a Login/Signup button, Form validation, Images slider, Websites clone, Responsive Search bar/ Navigation bar etc..
Conclusion :
=> 'All three work together to build a complete and interactive website. Without any one of them, the website would be incomplete.'