-
프론트엔드개발자 면접질문 2020. (html편)about front-end 2020. 4. 6. 23:24
https://github.com/h5bp/Front-end-Developer-Interview-Questions
의 글을 번역하였습니다.
- What does a doctype do?
- How do you serve a page with content in multiple languages?
- What kind of things must you be wary of when designing or developing for multilingual sites?
- What are data- attributes good for?
- Consider HTML5 as an open web platform. What are the building blocks of HTML5?
- Describe the difference between a cookie, sessionStorage and localStorage.
- Describe the difference between <script>, <script async> and <script defer>.
- Why is it generally a good idea to position CSS <link>s between <head></head> and JS <script>s just before </body>? Do you know any exceptions?
- What is progressive rendering?
- Why you would use a srcset attribute in an image tag? Explain the process the browser uses when evaluating the content of this attribute.
- Have you used different HTML templating languages before?
'about front-end' 카테고리의 다른 글
How the web works? 웹은 어떻게 동작하는가. (0) 2020.07.04 git 사용법 (상) 혼자작업편 (0) 2020.05.22 프론트엔드 개발자라면 꼭 알아야할 '무료'사이트 (닥코) (0) 2020.04.02 Github Desktop (0) 2020.03.30 Git과 Github이란? (얄팍한 코딩사전 유튜브참조) (0) 2020.03.29