From 292550fda2c89f53792080115ea2d642b6e91aac Mon Sep 17 00:00:00 2001 From: Tay Yang Shun Date: Thu, 5 Oct 2017 14:07:30 +0800 Subject: [PATCH] Add resume tips section --- front-end/interview-questions.md | 2 +- non-technical/resume.md | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/front-end/interview-questions.md b/front-end/interview-questions.md index 40851c15..d1bc3a0b 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 `