One hundred words cut through the front surface (to be finishing)

Author: August luck to
link: https://www.nowcoder.com/discuss/176638
Source: Cattle-off network

    • Self introduction

    • position value Introduction

      • There are four position values, namely static, fixed, absolute, relative
      • html static element positioning is the default value, namely: there is no positioning element occurs in the normal flow of the document, the elements can not bottom / top / left / right act
      • is fixed relative to the fixed position of the browser window, floating above document flow
      • absolute is targeted to its previous level element, if that element is not positioned higher definition, places html element positioning as a benchmark?
      • relative is targeted to its own original position
    • Box Model Introduction
    • margin overlapping sibling of how to solve

    • Three-column layout method

      • flex/float
    • cookie、localStorage、sessionStorage区别

    • Your favorite sorting algorithm

    • Deduplication Array, except what method Set

    • instanceof is how more out

    • What are some ways to traverse the object

    • How to freeze an object

    • vue routing principles

    • What are the different fetch and ajax

    • how do add fetch timeout

Guess you like

Origin www.cnblogs.com/GinaHan/p/11409003.html