Star/Wally <3's profile picture

Published by

published
updated

Category: Web, HTML, Tech

How to make a summary(clicking to open text)

first html tut :00 anyways!!

code:

<details>
  <summary>Example text</summary>
  <p>Lorem ipsum sit amet txt txt txt</p>
</details>

what the code looks like on your profile/ blog(click on it):

Example text

Lorem ipsum sit amet txt txt txt


2 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )