Content Structure
Hyper Text Markup Language (HTML) add structure semantically to your website content. You can think of it as the anatomy of the web pages.
- Strawberry
- Grape
- Watermelon
- Orange
- Mango
Hyper Text Markup Language (HTML) add structure semantically to your website content. You can think of it as the anatomy of the web pages.
Cascading Style Sheets (CSS) add styling to your web pages. How HTML elements will be presented in the browser.
JavaScript is the Programming Language used to add interactivity to your web pages. JavaScript can update and change both HTML and CSS. Calculate, manipulate, sort and validate data.