diff --git a/foundations/html_css/html-foundations/html-boilerplate.md b/foundations/html_css/html-foundations/html-boilerplate.md index e872d30a0ea..5a1c5adf289 100644 --- a/foundations/html_css/html-foundations/html-boilerplate.md +++ b/foundations/html_css/html-foundations/html-boilerplate.md @@ -122,6 +122,8 @@ In order to avoid branching our lesson's instructions to accommodate for all of +1. SAVE the file in your text editor using Ctrl+S (Mac: Cmd+S) + 1. You can drag and drop an HTML file from your text editor into the address bar of your browser. 1. You can find the HTML file in your file system and then double click it. This will open up the file in the default browser your system uses. @@ -168,7 +170,7 @@ It's still good to know how to write the boilerplate yourself in case you find y ### Assignment