当前位置: 首页 > 工具软件 > front-end-Doc > 使用案例 >

Java中的frontcolor_Front-end前端面试的种种

干浩然
2023-12-01

这篇文章里面的问题是来自github上面一个repo的,我在复习前端的适合找到了question list; 当然,他们没有solution, 所以我就试着在回答一些typical的问题,以供自己未来纠正和学习。有兴趣的朋友可以以此为参照进行复习,也欢迎来我的Shawn's Github关注最新的答案进展。

Front-end Knowledge

Forked from h5bp to learn basic front-end knowldge.

Note: This doc is used to document resources and potential answers to the question list. Please refer back to h5bp for original contents.

Table of Contents

General:

What did you learn yesterday/this week?

What excites or interests you about coding?

What is a recent technical challenge you experienced and how did you solve it?

What UI, Security, Performance, SEO, Maintainability or Technology considerations do you make while building a web application or site?

Talk about your preferred development environment.

Which version control systems are you familiar with?

Can you describe your workflow when you create a web page?

If you have 5 different stylesheets, how would you best integrate them into the site?

Can you describe the difference between progressive enhancement and graceful degradation?

How would you optimize a website's assets/resources?

How many resources will a browser download from a given domain at a time?

What are the exceptions?

Name 3 ways to decrease page load (perceived or actual load time).

If you jumped on a project and they used tabs and you used spaces, what would you do?

Describe how you would create a simple slideshow page.

If you could master one technology this year, what would it be?

Explain the importance of standards and standards bodies.

What is Flash of Unstyled Content? How do you avoid FOUC?

Explain what ARIA and screenreaders are, and how to make a website accessible.

Explain some of the pros and cons for CSS animations versus JavaScript animations.

What does CORS stand for and what issue does it address?

HTML:

What does a doctype do?

What's the difference between standards mode and quirks mode?

What's the difference between HTML and XHTML?

Are there any problems with serving pages as application/xhtml+xml?

How do you serve a page with content in multiple languages?

What kind of things must you be wary of when design 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

Why is it generally a good idea to position CSS s between

and JS
 类似资料: