Web Design:
Layouts & External Scripts
Web Design:
Layouts & External Scripts
Be more efficient through the
use of external CSS and JS.
Completed
Basics of HTML
Basics of MakeCode
JavaScript to change page elements
Creating Links with HTML
Today
Core Languages of the Web
Linking to External Scripts
Upcoming
Starting our Semester Project
No typing practice today
As we make websites bigger and bigger, making changes to the style and layout can quickly become cumbersome.
Let's talk about that for a moment.
So, how can we reduce this issue. Let's see how we can make our CSS into an external file.
Add a video to your slides showing that you can make a change to an external CSS file that then automatically changes the style on multiple pages on your site.
That works for the style, but what if we want to make changes to a menu that may be present on every page.
Add a video to your slides showing that you can make a change to an external JS file that then automatically changes content on multiple pages on your site.
On today's slide, add your videos related to external CSS and JS changes.