
Structure
Also known as HTML which stands for Hyper Text Markup Language. It is a code that is used to structure a webpage and its content, it can structure paragraphs, images, bullet point, anything that your webpage has.
Style
Style is also known as CSS; CSS stands for Cascading Style Sheets. CSS is a code used to style your webpage as in font size and color, spacing, any decorated features.
Logic
Logic also known as JavaScript. This type of code is responsible for all of the logic on the website you are creating. JS pulls everything together so that it all flows the right way. It allows customers who are visiting your website the best experience on the site, it allows them to zoom on images and click on videos and pictures etc.