Respuesta :
Answer:
c. float the both asides and the main content to the left.
Explanation:
The float CSS property decides the positioning of an element in its container, the float CSS property allows you to put block-level elements beside each other instead of on top of each other. The float: left; property allows you to float the element to the left of its container.
Answer:
c. float the both asides and the main content to the left
Explanation:
Web development is the creation and deployment of websites. HTML, CSS and JavaScript are examples of web development programming tools.
The HTML is a mark-up language used to describe the content of a web page. CSS or cascaded style sheet is used to describe it parse the web page in a browser, JavaScript is used for interactive programming.
The float attribute in CSS is used to position element, in an inline manner following a each statement. So if an aside, main content and another aside element (arranged in this order) are to be laid out in a three column order, all three element should be floatedto the left.