Asked by Trenton Henderson on Apr 27, 2024

verifed

Verified

Marly is using her smartphone to review a webpage she created.The formatting and alignment of webpage elements is incorrect.What does she need to change to fix the problem?

A) C++
B) HTML
C) JavaScript
D) CSS

CSS

Cascading Style Sheets, a language used to describe the presentation of a document written in HTML or XML, including layout, colors, and fonts.

Formatting

The process of arranging or modifying the appearance of text and graphics in a document or presentation.

Alignment

The arrangement of text or graphics in a straight line or in correct relative positions, often referring to left, center, right, or justified text in a document.

  • Absorb the primary constituents of web development and responsive design.
verifed

Verified Answer

SW
Samone WalkerApr 30, 2024
Final Answer :
D
Explanation :
CSS (Cascading Style Sheets) controls the formatting and alignment of webpage elements. Therefore, Marly needs to change the CSS code to fix the problem.