Today I have learned two things:
1. Static websites are primarily front-end code, and they have everything already on the server, and doesn’t have things such as comments, ratings, etc. Dynamic websites are the opposite: They don’t have everything on the actual web-page, they build the server on the data saved on their databases. Dynamic websites also can be considered of having built-in “change” if it the site uses databases that are constantly changing with data.
2. HTML code is like nouns: They provide the structure and content to a website. CSS is like adjectives: They give characteristics and personality to a website. JavaScript is like verbs: They give the actions or functionality to a website.
