TOP PROGRAMMING LANGUAGE TO BUILD WEBSITE
- psk itservices
- Apr 30, 2022
- 2 min read

Why do we need to build a Website
. In business or any educational community, we need to promote our ideas or products. . Website is the most important part to connect with the world. . Now a day’s all people work online with the help of the internet in which customers directly connect with you. . The website helps to promote our product online also we can share contact details.
1. HTML 2. CSS 3. BOOTSTRAP 4. PHP 5. JAVASCRIPT 6. WORDPRESS 7. JQUERY
1. HTML(HyperText Markup Language) It is describes the structure of a webpage. HTML consists of a numbers of elements. HTML elements notify the browser how to show the content. HTML elements are defined by tags.
2. CSS HTML was NEVER intended to contain tags for designing a web page. CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be showed on the web page and social media. CSS reduce a lot work It can manipulate the layout of multiple web pages all at once. External Style sheets are stored in CSS files.
3. BOOTSTRAP Bootstrap is a free front-end framework for easy to learn web development. Bootstrap define HTML and CSS-based design templates for typography, forms, buttons, tables, navigation, modals, image carousels, and many others, as well as optional javascript plugins. By using Bootstrap we can create responsive web design
4. PHP PHP is a server scripting language and used for create dynamic and static webpages. PHP is a widely used free and well planned for competitors such as Microsoft’s ASP. PHP is an stands for PHP ‘Hypertext Preprocessor’. It is used to manage databases, session tracking, backend side of the website.
5. JAVASCRIPT It is light-weighted and interpreted language. it is a case-sensitive language. Javascript is maintainable in several operating systems including Windows, macOS, etc. It provides good control to users over the web browsers. All popular web browsers support Javascript as they provide build-in execution environments.
6. WORDPRESS WordPress is a free and open-source content management system written in PHP and paired with an MYSQL or MariaDB database.
7. JQUERY JQUERY is a javascript library, it is open-source software using the permissive MIT License. JQUERY takes a lot of common tasks that needed many lines of JavaScript code to execute and cover them into methods that you can call with a single line of code.
Comments