IT認証試験問題集
毎月、GOWUKAKUは1500人以上の受験者が試験準備を助けて、試験に合格するために受験者にご協力します
 ホームページ / 98-383 問題集  / 98-383 問題練習

Microsoft 98-383 問題練習

Introduction to Programming Using HTML and CSS 試験

最新更新時間: 2024/04/10,合計40問。

【2024桜まつりキャンペーン】:98-383 最新真題を買う時、日本語版と英語版両方を同時に獲得できます。

実際の問題集を練習し、試験のポイントを了解し、テストに申し込むするかどうかを決めることができます。

さらに試験準備時間の35%を節約するには、98-383 問題集を使用してください。

 / 2

Question No : 1
HOTSPOT
The external stylesheet named mystyles.css contains the following three rules.



The head section of a webpage contains the following markup:



The following elements appear within the body of the webpage:



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



正解:


Explanation:
References: https://www.w3schools.com/css/css_howto.asp

Question No : 2
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?

正解:
Explanation:
References: https://www.w3schools.com/cssref/css_default_values.asp

Question No : 3
DRAG DROP
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

Question No : 4
DRAG DROP
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.



正解:


Explanation:
References: https://www.w3schools.com/tags/tag_img.asp

Question No : 5
DRAG DROP
You are creating an HTML page that displays a how-to guide for a card game. You want to use the browser’s default style sheet.
You need to display the following content:



How should you complete the markup? To answer, drag the appropriate HTML elements to the correct locations. Each element 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.
NOTE: Each correct selection is worth one point.




正解:


Explanation:
References: https://www.w3schools.com/tags/tag_hn.asp https://www.w3schools.com/tags/tag_hr.asp

Question No : 6
HOTSPOT
You are creating an HTML document that displays a list of news articles.
The list has the following requirements:
- Each article must be its own semantic block.
- Each article must have a headline.
- Each article must have a section that contains its content.
For browsers that support the feature, the content must be hidden until the user clicks to reveal it.
The following shows how the article displays when the article content is hidden:



The following shows how the article displays when the article content is displayed:



You need to create the markup for an article.
How should you complete the markup? To answer, select the appropriate markup segments in the answer area. NOTE: Each correct selection is worth one point. Hot Area:



正解:


Explanation:
References: https://www.w3schools.com/tags/tag_details.asp https://www.w3schools.com/tags/tag_article.asp

Question No : 7
HOTSPOT
You are designing a webpage that is divided into several sections. Each section has a heading and a one-line quote.
The following example shows the top section rendered by using the browser default styles:



You need to complete the markup for the top section using the appropriate HTML tags.
How should you complete the markup? To answer, select the appropriate markup segments in the answer area. NOTE: Each correct selection is worth one point Hot Area:



正解:


Explanation:
References: https://www.w3schools.com/tags/tag_div.asp

Question No : 8
HOTSPOT
You are creating an HTML document that contains an essay with two sections. You need to make it easy for the user to navigate from the top of the document to section 1.
How should you complete the markup? To answer, select the appropriate markup segments in the answer area. NOTE: Each correct selection is worth one point.



正解:


Explanation:
References: https://www.w3schools.com/tags/tag_a.asp

Question No : 9
HOTSPOT
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.



正解:


Explanation:
References: https://www.w3schools.com/tags/default.asp

Question No : 10
DRAG DROP
You need to create the following web page:



Which five markup segments should you use to develop the solution? To answer, move the appropriate markup segments from the list of markup segments to the answer area and arrange them in the correct order.



正解:


Explanation:
References: https://www.w3schools.com/tags/default.asp

Question No : 11
HOTSPOT
You are creating an image link to the clients.html page. When the visitor clicks on the clients.gif graphic, the clients.html page must display in a new window. The graphic must provide text for screen readers and display text while the page is loading.
How should you complete the markup? To answer, select the appropriate markup segments in the answer area.



正解:


Explanation:
References: https://amylynnandrews.com/html-clickable-image/ https://www.w3schools.com/html/html_images.asp

Question No : 12
Orange
This page will test your ability to remember the order of the preceding items.
Glance at the list for 3 seconds.
Then close your eyes and recite the items in the order listed.



How should you complete the markup? To answer, select the appropriate markup segment in the answer area. NOTE: Each correct selection is worth one point.



正解:


Explanation:
References: https://www.w3schools.com/tags/default.asp

Question No : 13
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?

正解:
Explanation:
References: https://www.w3schools.com/tags/att_form_action.asp

Question No : 14
Restart your computer.
You need to create the necessary markup.
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the requirements.



正解:


Explanation:
References: https://www.w3schools.com/html/html_lists.asp

Question No : 15
HOTSPOT
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

 / 2