Important topics 2 Flashcards
code
It defines a piece of computer code.
Se muestra en monospace typography by default
tooltip
Se refiere a un “title”
sup
Define un texto que se debe mostrar más alto, y más pequeño. Es muy usado en fórmulas matemáticas.
(ax2 + bx + c)
sup = (superíndice)
dfn
dfn= definition
it specifies a term that is going to be defined within the content.
(el término se muestra en cursiva y posteriormente se define)
ins
ins=inserted
<p>It defines a text that has been <strong>inserted</strong> into a document</p>
(El navegador lo subrayará por defecto)
kbd
kbd= keybord input
Lo utilizamos para colocar entradas del teclado (se muestra en monospace letter by default) por ejemplo:
- ctrl
- alt
- esc
time
It defines the time in our website.
samp
samp=sample output
Se utiliza para enviar mensajes como:
“File not found
Press F1 Please”