You can see “FILES” and “LIBRARY” tabs on the default list view page.
If you add a web part (like Content Editor Web Part) on the page, the tabs disappear.
Ribbon menus are connected with the focused web part. If there are several web parts on the page, you cannot get a focus on the list view web part.
Solution
- Click an item on the library. the tabs appear.
- Edit the ListViewWebPart and select ‘Show Toolbar‘ as the toolbar type. You can see the toolbar above the items.
- add a Content Editor Web Part with this code:12345678910111213
References