- Home
- Microsoft Certification
- 98-383 Exam
- Microsoft.98-383.dumpsfiles Dumps
Free Microsoft 98-383 Exam Dumps Questions & Answers
| Exam Code/Number: | 98-383Join the discussion |
| Exam Name: | Introduction to Programming Using HTML and CSS |
| Certification: | Microsoft |
| Question Number: | 40 |
| Publish Date: | May 25, 2026 |
|
Rating
100%
|
|
Total 40 questions
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

Explanation

References: https://www.w3schools.com/css/css_syntax.asp
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.

Explanation

References: https://www.w3schools.com/html/html_links.asp
You are analyzing the following CSS for an element on a page:
background: #0000FF url("Watermark.png") repeat-x right;
For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Explanation

References:
https://www.w3schools.com/cssref/pr_background-repeat.asp
https://www.w3schools.com/cssref/pr_pos_right.asp
You need to display an image of an HTML5 logo in one of your webpages. If the page renders slowly, the text
"HTML Icon" should display as the image loads.
How should you complete the markup? The answer, select the appropriate markup segments in the answer area.

Explanation


References: https://www.w3schools.com/tags/att_img_width.asp
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.

Explanation

References: https://www.w3schools.com/cssref/css_selectors.asp