| Exam Code/Number: | 98-383Join the discussion |
| Exam Name: | Introduction to Programming Using HTML and CSS |
| Certification: | Microsoft |
| Question Number: | 40 |
| Publish Date: | Aug 31, 2026 |
|
Rating
100%
|
|
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.


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.


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.


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.



A webpage contains the following HTML:
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

