A day in the life of a Junior Web Designer
Introducing Frameworks
In the <head></head> section of the web page, files can be included which provide the standardised appearance of elements that appear regularly in websites, defining things like colours and fonts.
These are called frameworks, and an example of a popular framework is Bootstrap.
Bootstrap is a free and open-source front-end web framework for designing websites and web applications. It contains HTML- and CSS-based design templates for typography, forms, buttons, navigation and other interface components.
Take a look at this page:
This page is made up of a number of Bootstrap components. A component is:
a part or element of a larger whole
In Bootstrap, components are commonly used interface elements.
Below is a list of the components used to make up the page. Drag them on to the right part of the page.
Excellent. Next, we'll look at how you create a component.