12
I’m using the HTML5 tag <details>
so that the user, when clicking, visualizes some information of a given word. For example:
<details>
<summary>JavaScript (Clique aqui)</summary>
<p>JavaScript é uma linguagem de programação interpretada. Foi originalmente implementada como parte dos navegadores web para que scripts pudessem ser executados do lado do cliente e interagissem com o usuário sem a necessidade deste script passar pelo servidor, controlando o navegador, realizando comunicação assíncrona e alterando o conteúdo do documento exibido. (fonte: Wikipedia)</p>
</details>
Browsers I tested that support this tag (Chrome, Opera and Firefox - Unfortunately Microsoft does not support) render the icon of the tag in the pattern , as shown in the example above or as illustrated in the image below:
To harmonize better to the layout I’m doing, as I could customize this icon, ie change the color, size... or it is possible to even change the icon itself by using CSS?
Mt good the examples. It will serve as quiet base. Obg!
– Sam