Home >Web Front-end >HTML Tutorial >Css display and JQuery's show(), hide()_html/css_WEB-ITnose
The two can be used together to achieve the hiding and display of blocks
show() method corresponds to display:block; or inline
hide() method corresponds display:none;