Exam Code: 98-383 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Introduction to Programming Using HTML and CSS
Certification Provider: Microsoft
Free Today! Guaranteed Training- Pass 98-383 Exam.
NEW QUESTION 1
You are designing a website for Margie’s Travel. The website uses external stylesheets. You need to create a style that centers all h1 elements on the page.
How should you complete the code? To answer, drag the appropriate code segment to the correct location in the code. Each code segment may be used once, more than once or not at all. You may need to drag the split bar between panes or scroll to view content. text-align center h1 = : ; .h1
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References: https://www.w3schools.com/css/css_syntax.asp
NEW QUESTION 2
Analyze the following CSS for a webpage:
What is the resulting background color of the paragraph element?
- A. Pink
- B. Blue
- C. Yellow
- D. Green
Answer: A
Explanation:
References: https://www.w3schools.com/tags/tag_div.asp
NEW QUESTION 3
You are creating a web form to allow visitors to sign up for a mailing list. The form will collect the information that is shown in the following screen shot:
Use the drop-down menus to select the answer choice that answers each questions based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References: https://www.w3schools.com/tags/default.asp
NEW QUESTION 4
You are designing a website that displays graphics.
You need to determine whether to use img, svg, or canvas elements.
When should you use each element? To answer, drag the appropriate element from the column on the left to its use on the right.
Each element may be used once, more than once, or not at all.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References: https://www.w3schools.com/tags/default.asp
NEW QUESTION 5
This question requires that you evaluate the underlined text to determine if it is correct.
Static positioning places an element at specific coordinates relative to the page or the element’s container. Review the underlined text. If it makes the statement correct, select “No change is needed.” If the statement is incorrect, select the answer choice that makes the statement correct.
- A. No change is needed
- B. Absolute positioning
- C. Relative positioning
- D. Fixed positioning
Answer: C
Explanation:
References: https://www.w3schools.com/css/css_positioning.asp
NEW QUESTION 6
You are defining CSS classes to style text in your HTML document. You need to format section titles to look like the following example:
Which CSS attributes should you use to define each setting? To answer, drag the appropriate attribute from the column on the left to its setting on the right. Each attribute may be used once, more than once, or not at all.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References: https://www.w3schools.com/css/css_font.asp
NEW QUESTION 7
You are creating a page on your personal website to display your family portrait. You need to make sure that browsers display the text Family Portrait before the photo is downloaded.
How should you complete the markup? To answer, drag the appropriate markup segment from the column on the left to its correct position on the right. Each markup segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References: https://www.w3schools.com/tags/tag_img.asp
NEW QUESTION 8
You are creating a website for a florist.
The home page contains images of different types of flowers. When the user clicks on a flower, another webpage will load that displays flowers of that type sold by the florist.
The link for carnations must meet the following requirements:
The image carnation.png must be displayed.
When the image is clicked, the page carnations.html must load.
How should you complete the markup? To answer, select the appropriate markup segments in the answer area.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References: https://www.w3schools.com/html/html_links.asp
NEW QUESTION 9
For each of the following statements, select Yes if the statement is true. Otherwise, elect No.
NOTE: Each correct selection is worth one point.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References:
https://www.navegabem.com/absolute-or-relative-links.html https://mor10.com/html-basics-hyperlink-syntax-absolute-relative-and-root-relative/ https://kb.iu.edu/d/abwp
NEW QUESTION 10
You want to complete the pseudo class for link elements so that the links appear red when the page loads, green when the link is clicked, orange when the cursor moves over the link, and blue if the link was clicked previously.
How should you complete the code? To answer, drag the appropriate CSS selector to the correct locations. Each selector may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References: https://www.w3schools.com/cssref/css_selectors.asp
NEW QUESTION 11
You are creating a web page that displays a How-To video. When accessing the video, the user must be able to play, pause, and seek. The file name of the video is HowTo.mp4, and exists in the same folder as the webpage.
If the user’s browser does not support HTML5, the page must display this message: Your browser does not support playing this video.
How should you construct the markup? To answer, drag the appropriate markup segments to the correct locations. Each markup segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References: https://www.w3schools.com/tags/tag_video.asp
NEW QUESTION 12
You need to create a stylesheet that will cause all h1 header text to appear in blue, using the Arial font with a size of 20 pixels. The text should always be bold and center-aligned.
How should you complete the code? To answer, drag the appropriate CSS property to the correct locations. Each property may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References: https://www.w3schools.com/cssref/default.asp
NEW QUESTION 13
You are designing a website for Litware, Inc.
A webpage must display the following list of numbered steps:
1. Download.
2. Install the update.
3. Restart your computer.
You need to create the necessary markup.
Use the drop-down menus to select the answer choice that answers each QUESTION NO: based on the information presented in the requirements.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References: https://www.w3schools.com/html/html_lists.asp
NEW QUESTION 14
You are creating a home page for Blue Yonder Airlines. The page will use JavaScript. If a browser does not support JavaScript, the following message must be displayed:
Your browser does not support JavaScript!
For the Blue Yonder Airlines home page, match the metadata element to the content or attribute-value pair. To answer, drag the appropriate metadata element form the column on the left to its content or attribute-value pair on the right. Each metadata element may be used once, more than once, or not at all.
NOTE: Each correct selection is worth one point.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References: https://www.w3schools.com/tags/default.asp
NEW QUESTION 15
You are analyzing a form that sends multiline comments to another page on the Internet. The following is the form’s markup:
No data is sent when the form is submitted.
You need to solve this problem so that the data in the text box is submitted. What should you do?
- A. Replace the textarea element with an input element.
- B. Set the name attribute of the textarea element.
- C. Change the value of the method attribute to get.
- D. Set the id attribute of the form element.
Answer: C
Explanation:
References: https://www.w3schools.com/tags/att_form_action.asp
NEW QUESTION 16
You are designing a website for City Power & Light.
You write the following markup. Line numbers are included for reference only.
What style will be used to render the code?
- A. The browser default style will be used.
- B. An inline style will be used.
- C. An international style will be used.
- D. An external style will be used.
Answer: A
Explanation:
References: https://www.w3schools.com/cssref/css_default_values.asp
NEW QUESTION 17
You are creating an About Us webpage for Northwind Traders. You want to complete the CSS rule set to display the paragraph as shown in the following example:
How should you complete the code? To answer, select the appropriate CSS properties in the answer area. NOTE: Each correct selection is worth one point.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References: https://www.w3schools.com/cssref/default.asp
NEW QUESTION 18
This question requires that you evaluate the underlined text to determine if it is correct.
You are reviewing a stylesheet created be a member of your team. The stylesheet includes a style that is defined as follows:
You apply the productBox style to a <div>.
The <div> will be displayed with white text on a green background.
Review the underlined text. If it makes the statement correct, select “No change is needed.” If the statement is incorrect, select the answer choice that makes the statement correct.
- A. No change is needed.
- B. white text on a red background.
- C. black text on a green background.
- D. black text on a blue background.
Answer: C
Explanation:
References: https://www.w3schools.com/colors/colors_shades.asp
NEW QUESTION 19
......
Thanks for reading the newest 98-383 exam dumps! We recommend you to try the PREMIUM Certshared 98-383 dumps in VCE and PDF here: https://www.certshared.com/exam/98-383/ (40 Q&As Dumps)