Foundation Languages for an Online Website
Structure- HTML5
Style- CSS3
Logic- JavaScript
HTML5
HTML5 structures a website similar to how a foundation holds up a house. Hyper Text Markup Language (HTML5) tells people who click on your website where and what the title is, how the website will be laid out, and how it’s sectioned out. HTML5 will also have the hyperlinks and tags associated with your website. Without this structure a website would be impossible
CSS3
Cascading Style Sheets or CSS3 is how the elements from HTML5 will be displayed. This includes colors, fonts, the background, headings, etc. Everything that you put into the HTML5 will have to be transferred throught these sheets in order to be legible for most consumers. Think of a website as a foreign speaker, HTML5 is a language that you can’t understand, while the CSS3 is the translator.
JavaScript
JavaScript is used to give your website extra features to make it stand out. Things to make your website interactive like search bars, tabs, etc. Making your website interactive will give potenial customers a better experience on your website, by making itiems of importance easier to find. Limiting user fustration is important to get people to come back.