You are developing a web page by using HTML5 and C5S3. The page includes a
When the page is rendered, the contents of the
The page must be rendered so that the
You need to ensure that the page is rendered to meet the requirement.
Which line of code should you use?
* display: value;
value: inline
Default value. Displays an element as an inline element (like )
* Example
Display
elements as inline elements:
p.inline {
display: inline;
}
Currently there are no comments in this discussion, be the first to comment!