Valid 70-480 Dumps shared by ExamDiscuss.com for Helping Passing 70-480 Exam! ExamDiscuss.com now offer the newest 70-480 exam dumps, the ExamDiscuss.com 70-480 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-480 dumps with Test Engine here:
You are building a web page for a newspaper publisher. You have the following requirements: The web page should split the content into columns that are at least 100 pixels wide. The number of columns displayed must be set by the browser. You need to implement the correct CSS properties. Which line of code should you use?
Correct Answer: C
Explanation/Reference: Explanation: column-width The width attribute specifies the width of a <col> element. Normally, a <col> element takes up the space it needs to display the content. The width attribute is used to set a predefined width of a <col> element. Syntax: <col width="pixels|%|relative_length">