While working on blogger or html related web pages, we need to use different tags to give shapes that makes the blogger posts attractive. While working on internet, we need basic knowledge of html, that is important for small editing on the blogger page. In this article we are going to discuss about concise and expansion of text/sentence in html.
Concise & Expand in html tag |
HTML (hyper text markup language) is universal, this is applied same while working on computer or working on web services like blogger/wordpress. For making concise & expand text, we need to use <details> tag, following by <summary> and <p> tags. Below, you can see the tag, and illustration as well.
If you are using html tag like below highlighted in yellow color, you will get result like below mentioned -
<details>
<summary>Digital Soft Hub</summary>
<p>Digital Soft Hub is a YouTube Channel run by Abhishek Kumar Tripathi. This channel was created in 2018 with inspiration of Technical Dost (Hitesh Bhai). This channel is all related to informative updates including educational and information video. You can surf different kind of videos on this channel. You can <a href="https://www.youtube.com/channel/UCbbbSpaBEhALUcMNlmy4DLQ"> visit and Subscribe DigitalSoftHub YouTube channel </a> for further updates</p>
</details>
Output that you will get is like below: click on the arrow
Digital Soft Hub
Digital Soft Hub is a YouTube Channel run by Abhishek Kumar Tripathi. This channel was created in 2018 with inspiration of Technical Dost (Hitesh Bhai). This channel is all related to informative updates including educational and information video. You can surf different kind of videos on this channel. You can visit and Subscribe DigitalSoftHub YouTube channel for further updates
No comments:
Post a Comment