Vertaling van "form widgets" in Spaans
If you want to know more about styling HTML form widgets, go read the Styling HTML forms article.
Si deseas saber más sobre estilizar widgets de formularios HTML, lee el artículo Estilizando formularios HTML.
Form widgets allow you to set up custom forms.
Then, we will add some space between each of the form widgets
You'll find more about this in the native form widgets article later on.
If you want to know more about this, go to read the native form widgets article.
Due to the complexity of form widgets, implementors chose to rely on the underlying operating system to manage and render them.
Debido a la complejidad de los widgets de formulario, los implementadores prefirieron dejar que el sistema operativo subyacente se encargara de su manejo y presentación.
Using special tool called widget layouts can help to automatically lay out the form widgets. Widget layout is an action of grouping two or more widgets so these are well positioned and have appropriate sizes.
Utilizar una herramienta especiar llamada disposición de los widget puede ayudarle a distribuir automáticamente los widgets en el formulario. Distribuir los widgets es una acción que permite agrupar dos o más widgets de forma que se posicionen correctamente y tengan los tamaños adecuados.
Positioning of HTML form widgets is generally not a problem; however, there are two elements you should take special note of: legend
El posicionado de formularios HTML no es generalmente un problema; sin embargo, hay dos elementos a los que prestar una especial atención: legend
If you want to know more of the little CSS tricks that can make your life easier when working with form widgets, take a look at the form part of the normalize.css project.
Si desea saber más pequeños trucos de CSS que le hagan más fácil la vida al trabajar con formularios, échele un vistazo a la parte de formularios de the normalize.css project.
CSS font and text features can be used easily with any widget (and yes, you can use @font-face with form widgets).
Las fuentes y capacidades de texto de CSS se pueden utilizar sin problemas en cualquier widget (y sí, se puede utilizar @font-face en formularios).
For historical and technical reasons, form widgets don't mesh well with CSS.
Why is it so hard to style form widgets with CSS?
¿Porqué es tan difícil aplicar estilos a formularios con CSS?
In this article, we will see how to use CSS with HTML forms to style some form widgets that are difficult to customize.
Ejemplo Conclusión En este artículo aprenderemos como utilizar CSS con formularios HTML para hacerlos más atractivos.