Creado por paula10eddy
hace alrededor de 9 años
|
||
Pregunta | Respuesta |
What does HTML stand for? | Hyper Text Markup Language |
What is the name of the following code punctuation? : | Colon |
What is the name of the following code punctuation? ; | semicolon |
What code is used to start HTML5 document type declaration? | <!doctype html> |
Is HTML case sensitive? | No |
Identify what this element tag does: <p> </p> | This is a paragraph tag. |
Identify what this element tag does: <b> </b> | This element tag will make the text it encloses bold. |
Identify what this element tag does: <body> </body> | This element tag will enclose the entire content of the document. |
Identify what this element tag does: <i> </i> | This element tag is used to create italic text (used to emphasis text) |
What is the name for the following code punctuation? & | Ampersand |
Identify what this element tag does: <h3> </h3> | This is a heading tag. |
How many heading element tags exist in HTML code? | 6 <h1> </h1> <h2> </h2> <h3> </h3> <h4> </h4> <h5> </h5> <h6> </h6> |
Identify what this element tag does: <head> | This element tag encloses elements that provide information about the document. This might be the title, meta date for example. |
¿Quieres crear tus propias Fichas gratiscon GoConqr? Más información.