HTML5怎么把导航固定在底部需要知道导航固定在底部是定位实现的;结合所学的css的定位样式属性来实现;会用到css中的position:fixed属性,结合来实现。<style>.foot-menu{width:100%height:60p2023-03-02html-css190