HTML5 Semantic? List out HTML5 Semantic Tags?
$("html, body").animate({ scrollTop: 0 }, 500);Here in this code html, body are selectors
animate is the function to animate the selector
scrollTop is attribute of animate function with the value ‘o’ which is position to where it has to animate.
500 is speed and esasin of animation