Editing html is fast and simple using DocHub. Skip installing software to your laptop or computer and make changes with our drag and drop document editor in just a few quick steps. DocHub is more than just a PDF editor. Users praise it for its efficiency and powerful capabilities that you can use on desktop and mobile devices. You can annotate documents, generate fillable forms, use eSignatures, and send documents for completion to other people. All of this, put together with a competing price, makes DocHub the ideal choice to adjust detail in html files effortlessly.
Make your next tasks even easier by turning your documents into reusable web templates. Don't worry about the safety of your records, as we securely keep them in the DocHub cloud.
hello this is chetan from css devon ux today weamp;#39;ll be talking about detail and summary tag and this is what it is so from the surface of it it looks like a collapsible panel or ion and this has been around in html since years but itamp;#39;s not been as widely used people in their live project normally use ion or a collapsible from a library like bootstrap that does this but not many know that this can come out of the box in html so how does this work letamp;#39;s see so iamp;#39;ve given you two examples of how it will look so this is the bare bones of it when you just use html and nothing else and this is what it can look like when you style it so letamp;#39;s just get rid of all the finished look and try to create letamp;#39;s create this from the start so i have this code pen open here that iamp;#39;ll be using to demo everything okay so in html what you see here is details summary and a div what this reflects to is letamp;#39;s just create one and see how it appears