!--a11y-->
To modify the layout of the entry page
default.htm, leave the following code as it is:|
<%@ page language="abap" %> <%@ include file="head.htm" %> <h3> Welcome to the mySAP Bookshop! </h3> |
and add the following code:
|
<p> In addition to the shop created in tutorial 3, you can maintain user data and use a shopping basket. <p> The information on the client side is stored using cookies. </body> </html> |

The
<html> and <body> tags are not required, as the page fragment head.htm is included at the beginning of the page.
Now change the Results Page.