WGU D276 Pre-Assessment: Web Development Foundations (PNVO] Questions With Correct Answers
Use the given text to answer the following question: The weather is hot. (all in bold) Which code snippet should be used to create this content? Choose 2 answers. 1.pstrongThe weather is hot./strong/p 2.pemThe weather is hot./em/p 3.piThe weather is hot./i/p 4.pmarkThe weather is hot./mark/p 5.pbThe weather is hot./b/p - Answer 1 & 5 Use the given text to answer the following question: I love you ( I love(in bold) you Which code snippet should be used to create this content? pI stronglove/strong you/p pI emlove/em you/p pI h1love/h1 you/p pI spanlove/span you/p - Answer 1 pI stronglove/strong you/p Use the given text to answer the following question:The mother told her child, "Get ready for school." Which code snippet should be used to create this content? pThe mother told her child, qGet ready for school./q/p pThe mother told her child, bGet ready for school./b/p pThe mother told her child, markGet ready for school./mark/p pThe mother told her child, citeGet ready for school./cite/p - Answer 1 pThe mother told her child, qGet ready for school./q/p Use the given text to answer the following question: The Empire State Building 20 W 34th St New York, NY 10001 Which code snippet should be used to create this content? pThe Empire State Buildingbr 20 W 34th Stbr New York, NY 10001/p pThe Empire State Building 20 W 34th St New York, NY 10001/p pThe Empire State Buildingb 20 W 34th St b New York, NY 10001/p pThe Empire State Buildingdiv 20 W 34th St div New York, NY 10001/p - Answer 1 pThe Empire State Buildingbr 20 W 34th Stbr New York, NY 10001/p Use the given text to answer the following question: An article about html It explains how headings work! An article about html is larger font, next line is smaller Which code snippet should be used to create this content? html head titleAn article about html/title /head body pIt explains how headings work!/p /body /html html h1 titleAn article about html/title /h1 body pIt explains how headings work!/p /body /html html head titleAn article about html/title /head body h1An article about html/h1 pIt explains how headings work!/p /body /html html h1 titleAn article about html/title /h1 body titleAn article about html/title pIt explains how headings work!/p /body /html - Answer 3 html head titleAn article about html/title /head body h1An article about html/h1 pIt explains how headings work!/p /body /html Which accessibility solution should be used for users with hearing impairment? Easily read fonts Textual description of images Transcript of audio Screen reading conversion - Answer Transcript of audio Use the given code snippet to answer the following question: ol liapple/li libanana/li licherry/li lidate/li/ol How will this code be displayed in a browser? - Answer 1. 2. 3. 4. , not bullets - it is ordered list Which set of form elements allows the selection of only one item from the group? input type="radio" name="choose" value="1" id="choice1" label for="choice1"1/label input type="radio" name="choose" value="2" id="choice2" label for="choice2"2/label input type="radio" name="choose" value="3" id="choice3" label for="choice3"3/label input type="checkbox" name="choose" value="1" id="choice1" label for="choice1"1/label input type="checkbox" name="choose" value="2" id="choice2" label for="choice2"2/label input type="checkbox" name="choose" value="3" id="choice3" label for="choice3"3/label select name="choose" multiple option value="1" id="choice1"1/option option value="2" id="choice2"2/option option value="3" id="choice3"3/option/select input type="number" name="choose" value="1" id="choice1" label for="choice1"1/label input type="number" name="choose" value="2" - Answer 1. input type="radio" name="choose" value="1" id="choice1"label for="choice1"1/labelinput type="radio" name="choose" value="2" id="choice2"label for="choice2"2/label Use the given code to answer the following question: head style body { color: blue; } div { color: red; } p { color: orange; } /style /head body div p style="color: purple;"What is my color?/p /div /body How will the paragraph text be displayed in a browser? - Answer "what is my color" in purple Use the given HTML document to answer the following question: !DOCTYPE html html head style div { border: 2px solid red; padding: 10px; border-radius: 0px 0px 0px 50px; } /style /head body div pThe border-radius property defines the radius of the element's corners./p /div /body /html How will this code be displayed in a browser? - Answer Rectangle containing the text, with a rounded bottom left corner Use the given code snippet to answer the following question: pPlease a href="" target="_blank"subscribe/a to our strongfun markMonthly Newsletter!/mark/strong/p How will this code be displayed in a browser? - Answer Please subscribe to our fun Monthly Newsletter!
Información del documento
- Subido en
- 18 de abril de 2024
- Número de páginas
- 41
- Escrito en
- 2023/2024
- Tipo
- Examen
- Contiene
- Preguntas y respuestas