A simple way to make your Connect posts cleaner, organized, and more interactive ![]()
Hi everyone 
If your Connect posts become too long because of screenshots, guides, or extra information, you can use the "details" tag to keep everything clean and organized ![]()
At first, only the title is visible.
When someone clicks on it, the hidden content opens automatically.
the tag lets you hide extra information inside a small expandable section.
The tag specifies additional details that the reader can open and close on his demand.
Instructions Video
Output Video
Code
<details>
<summary>Click Here</summary>
hide content here..
</details>
How to Use It
Step 1: Copy the code above
Step 2: Paste it inside your Connect post
Step 3: Replace “Click Here” with your own heading
Example Headings
• View Screenshots
• Read Full information
• See More Details
Step 4: Replace:
Hide content here...
…with your own content ![]()
See
, I used it here Click and see.
You Can Use It For
FAQs
Extra information
Step-by-step guides
Additional notes
This small HTML trick makes Connect posts look much cleaner, organized, and easy to read
You can see this tag used in my post here, and also in @Kumaarsantosh ji’s post here ![]()
How To Increase Text Size In This Tag
If you want to make the text bigger inside the “details” tag, you can use HTML heading tags
Use this codes
<details>
<summary><h2>Click Here</h2></summary>
<h3>Your hidden content here...</h3>
<p>
You can write notes, or anything here 😊
</p>
</details>
Size Options
- "<h1>" → Very Big
- "<h2>" → Big
- "<h3>" → Medium
- "<p>" → Normal Text
Thanks to @SharmaK ji for drawing my attention to this topic. ![]()
And Thank to CM @NareshDarji bhai for always guiding me.![]()
My senior LG’s
