Web development Tutorial
How to create read more in html
Write the content that you wish to be shown by default.
Use a span or div tag to enclose the extra content you wish to conceal.
To act as the Read More trigger create a clickable element like a button or link.
First use CSS to conceal the additional content.
Include JavaScript so that when the Read More link is clicked the hidden content is displayed.
Check for more tutorials