Está en la página 1de 5

INSTITUTO TECNOLOGICO “BOLIVIA MAR”

INGLES TECNICO
APELLIDOS Y NOMBRES: FLORES CRUZ MICHAEL NICOLAS CURSO: 1RO “B” NOCHE
FECHA: 04/04/23

TRADUCCION DE PROPIEDADES DEL CSS AL ESPAÑOL

ESPAÑOL INGLES
1. color: color

2. fondo: background

3. borde: border

4. margen: margin

5. relleno: padding

6. ancho: width

7. altura: height

8. posición: position

9. visualización: display

10. fuente: font

11. tamaño de fuente: font-size

12. peso de fuente: font-weight

13. estilo de fuente: font-style

14. alineación de texto: text-align

15. decoración de texto: text-decoration

16. transformación de texto: text-transform

17. espacio entre letras: letter-spacing

18. espacio entre líneas: line-height

19. opacidad: opacity

20. sombra: box-shadow

21. transición: transition

22. animación: animation

23. borde redondeado: border-radius

24. cursor: cursor

25. z-index: z-index


INSTITUTO TECNOLOGICO “BOLIVIA MAR”
INGLES TECNICO
APELLIDOS Y NOMBRES: FLORES CRUZ MICHAEL NICOLAS CURSO: 1RO “B” NOCHE
FECHA: 04/04/23

TRADUCCION DE HTML5 AL ESPAÑOL


ETIQUETAS INGLES ESPAÑOL
1.       <html> - -Hypertext Markup -lenguaje de marcado de hipertexto
Language:

2.       <head> -Head - Cabeza

3.       <title> -Title - Título

4.       <body> -Body - Cuerpo

5.       <h1> -Heading 1 - Encabezado 1

6.       <h2> -Heading 2 - Encabezado 2

7.       <h3> -Heading 3 - Encabezado 3

8.       <p> -Paragraph - Párrafo

9.       <a> -Link - Enlace

10.   <img> -Image - Imagen

11.   <ul> -Unordered list - Lista desordenada

12.   <ol> -Ordered list - Lista ordenada

13.   <li> -List item - Elemento de lista

14.   <div> -Division - División

15.   <span> -Line space - Espacio en línea

16.   <table> -Table - Tabla

17.   <tr> -Table row - Fila de tabla

18.   <th> -Table header cell - Celda de encabezado de tabla

19.   <td> -Table cell - Celda de tabla

20.   <form> -Form - Formulario

21.   <input> -Input - Entrada

22.   <label> -Label - Etiqueta

23.   <select> -Selection - Selección


INSTITUTO TECNOLOGICO “BOLIVIA MAR”
INGLES TECNICO
APELLIDOS Y NOMBRES: FLORES CRUZ MICHAEL NICOLAS CURSO: 1RO “B” NOCHE
FECHA: 04/04/23

24.   <option> -Option - Opción

25.   <textarea> -Text area - Área de texto

26.   <button> -Button - Botón

27.   <header> -Header - Encabezado

28.   <nav> -Navigation - Navegación

29.   <footer> -Footer - Pie de página

30.   <section> -Section - Sección

31.   <article> -Article - Artículo

32.   <aside> -Apart - Aparte

33.   <main> -Main - Principal

34.   <figure> -Figure - Figura

35.   <figcaption> -Figure caption - Leyenda de figura

36.   <audio> -Audio - Audio

37.   <video> -Video - Video

38.   <source> -Source - Fuente

39.   <canvas> -Canvas - Lienzo

40.   <script> -Script - Guión

41.   <noscript> -No script - No guión

42.   <style> -Style - Estilo

43.   <meta> -Meta - Meta

También podría gustarte