diff --git a/add-search-to-a-map.md b/add-search-to-a-map.md index c6ab0f0..cdbba74 100644 --- a/add-search-to-a-map.md +++ b/add-search-to-a-map.md @@ -79,8 +79,8 @@ A cascading style sheet (CSS) is used to style a webpage, including layout and f 2. In the `` section, immediately after the lines you added for Leaflet, add references to the geocoder's CSS and JavaScript files. These are also being linked to on a website. ```html - - + + ``` 3. Save your edits and refresh the browser. The webpage should still appear empty because you have not added any code to interact with these references. @@ -95,8 +95,8 @@ After adding these, your index.html file should look something like this. - - + + @@ -192,13 +192,10 @@ So far, you have referenced the necessary files, initialized Leaflet with a map 2. Inside the same ` [...] @@ -259,8 +253,8 @@ You can refer to this HTML if you want to review your work or troubleshoot an er - - + +