<body scroll="no">

Browser
  • IE
Type
  • Extension

The scroll attribute of the BODY element specifies whether or not to display the scrollbars.


<body scroll="no"></body>

Attribute Value Explanation
scroll=" " yes scrollbars are displayed (default)
no scrollbars are not displayed
auto displays scrollbars as needed

Extension attribute. (Non standard attribute)

Example


<html>
<head>
<title>TAG index</title>
</head>
<body scroll="no">



</body>
</html>

Output
Example pagenew window