How can we tell the computer both what to put on the web page, and how to organize it?

Answer in a simple 2 sentences

We can tell the computer what to put on the web page by writing HTML code with the content we want to display. To organize the content, we can use CSS to style the elements on the page and define their layout.