From 121e6cd5f925dad498efa25d70b53bc35015e8d2 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 17 Oct 2023 16:40:08 -0400 Subject: [PATCH] show angle brackets --- hws/06_search_engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/06_search_engine/README.md b/hws/06_search_engine/README.md index 0560d2e..c1515c4 100644 --- a/hws/06_search_engine/README.md +++ b/hws/06_search_engine/README.md @@ -73,7 +73,7 @@ When searching *Tom Cruise*, your search engine should not include a page which ### Rule 2. Search HTML Files Only -Search Engines like Google will search all types of files on the Internet, but in this assignment, we assume all files we search are HTML files. And we consider an HTML file contains the search query only if the search query can be found within the section of the HTML file. +Search Engines like Google will search all types of files on the Internet, but in this assignment, we assume all files we search are HTML files. And we consider an HTML file contains the search query only if the search query can be found within the <body></body> section of the HTML file. Based on Rule 1 and Rule 2: the third page showed in this image should not be included in your search results, when the search query is *Tom Cruise*.