Bachelor of Computer Applications
Vidhyanagari Group of InstitutionsJuly 2023 - Present
I am a passionate developer, specializing in modern web technologies. Below are the tools and languages I work with:
HTML (HyperText Markup Language) is the standard language for creating web pages. It uses tags to structure content, such as headings, paragraphs, images, and links. HTML is the foundation of all websites, working together with CSS and JavaScript for styling and interactivity.
1. **CSS (Cascading Style Sheets)** is used to style and layout web pages, including changes in colors, fonts, and spacing.
2. It allows for responsive designs using media queries and grid/flexbox for layouts.
3. CSS can be applied inline, internally.
JavaScript (JS) is a versatile, high-level programming language primarily used for adding interactivity to websites, enabling dynamic content and advanced features like animations, form validations, and API interactions.
Bootstrap is a popular front-end framework for building responsive, mobile-first websites. It provides pre-designed components like buttons, navbars, grids, and utilities to speed up development. Its core is based on HTML, CSS, and JavaScript.