You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 04-html-links/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ We can also link to an email address to open the user's default mail app:
37
37
38
38
Links can take a relative path or an absolute path:
39
39
1.**relative path**: Is a local link to your application
40
-
- Example: <ahref="/04-html-links/example.html">HTML Links Example</a> <!-- / is the root of your application -->
41
-
- Example: <ahref="../03-html-text/example.html">HTML Text Example</a> <!-- ../ goes back a directory to reach a level up from where this tag is declared -->
40
+
- Example: `"/04-html-links/example.html"`: <ahref="/04-html-links/example.html">HTML Links Example</a> <!-- / is the root of your application -->
41
+
- Example: `../03-html-text/example.html`: <ahref="../03-html-text/example.html">HTML Text Example</a> <!-- ../ goes back a directory to reach a level up from where this tag is declared -->
42
42
2.**absolute**: Is a link to a full website with http:// or https://
0 commit comments