Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam 70-480 Topic 5 Question 3 Discussion

Actual exam question for Microsoft's 70-480 exam
Question #: 3
Topic #: 5
[All 70-480 Questions]

You are developing a web page by using HTML5 and C5S3. The page includes a

tag with the ID set to validate.

When the page is rendered, the contents of the

tag appear on a line separate from the content above and below it. The rendered page resembles the following graphic.

The page must be rendered so that the

tag is not forced to be separate from the other content. The following graphic shows the correctly rendered output.

You need to ensure that the page is rendered to meet the requirement.

Which line of code should you use?

Show Suggested Answer Hide Answer
Suggested Answer: A

* display: value;

value: inline

Default value. Displays an element as an inline element (like )

* Example

Display

elements as inline elements:

p.inline {

display: inline;

}


http://www.w3schools.com/cssref/pr_class_display.asp

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!