Is it possible to collapse a text using HTML only? [closed] - html

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
Is it possible in HTML only? I saw with CSS but my environment doesn't cater CSS. Please help. Thanks!

Yes, it is possible using the HTML Details Element <details>:
<details>
<summary>Summary</summary>
<p>Detailed content goes here …</p>
</details>
Check browser support.

Related

I have two styles one is tailwind and the other is style.css but they dont show well [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
Hello I'm having two styles but they are not showing well what can I do ?
Make sure that the style declaration is after the tailwind and try to edit your post with more details if that didn't work.

Edit HTML with other HTML [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
So i have a Infoboard with some html sites. Now I like to switch this sites with a other html site with buttons. Is there a way to do this? I couldn't find some good article on the Internet about that. Thanks for Help and sorry for my bad English!
I think this about your question.
For go to another HTML site, you should use the ' a ' element i mean:
<button> Click Here !</button>
More info:
https://www.w3schools.com/tags/tag_a.asp

How can I develop this graphic? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I need some advice from you on how to develop a website with this menu. Tips? I tried with div and img, but it's too messed up.
Thank you in advance
Web site from the graph
Have a look on the CSS manipulations with shadows : https://css-tricks.com/almanac/properties/b/box-shadow/
You can also build more advanced structures like this 3D boxes: http://tympanus.net/codrops/2013/08/27/3d-shading-with-box-shadows/

How to make user able to introduce block quotes like stack overflow? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
How can I make a user introduce blockquotes or bold text by himself like stack overflow ? and how does stack overflow change blockquotes to '>' ?
You have to use a Markdown to HTML converter. Probably the best for you would be a Javascript converter. Look at this link for the Showdown Converter.

HTML, what element is this one? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I tried finding which element/tag is this one but I couldn't find it anywhere.
See the screenshot:
It appears to be range tag:link
Looks like a jQuery UI element rather than an HTML element.
See this link for more details : JQueryUI Slider