From 621472ecb6bb929372683190bf4a79cfb3b3139b Mon Sep 17 00:00:00 2001 From: Tay Yang Shun Date: Thu, 5 Oct 2017 13:43:45 +0800 Subject: [PATCH] Fix typo in HTML Interview Questions --- front-end/interview-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/interview-questions.md b/front-end/interview-questions.md index 9a04d1f5..40851c15 100644 --- a/front-end/interview-questions.md +++ b/front-end/interview-questions.md @@ -154,7 +154,7 @@ Note: The `async` and `defer` attribĀ­utes are ignored for scripts that have no Putting ``s in the head is part of the specification. Besides that, placing at the top allows the page to render progressively which improves user experience. The problem with putting stylesheets near the bottom of the document is that it prohibits progressive rendering in many browsers, including Internet Explorer. Some browsers block rendering to avoid having to repaint elements of the page if their styles change. The user is stuck viewing a blank white page. It prevents the flash of unstyled contents. -**Placing ``s just before ``** +**Placing ``s just before ``** `