diff --git a/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md b/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md index 51b5e690c4a..6a4651c6228 100644 --- a/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md +++ b/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md @@ -1395,7 +1395,7 @@ Both absolute and relative paths can be used to link to files within the same we #### --answer-- -Relative paths cannot use .. to move up directories, but absolute paths can. +Relative paths cannot use `..` to move up directories, but absolute paths can. ### --question--