Master the complete the Web development stack from frantend to backend and database technologies
HTML is the foundation of web development providing the structure and content of web pages if uses elements and tag to define heading,paragraphs,links,images and other content that users interact with.
HTML DocumentationCSS controls the visual presentation of HTML elements, including layout, colors, fonts and animation. It separates content from design, making websites beautiful, responsive and user-friendly.
CSS DocumentationJavaScript add intractivity and dynamic behaviour to websites.it handels to user intraction,manipulates the DOM,makes API calls,and creates rich, engaging user experiences in modern web application.
JavaScript DocumentationReact is the powerfull JvaScript library for using interfaces, espesially single-page application. it uses component based architecture and virtual DOM for efficient rendering and state management
React