Question 1 of 30
A web developer is tasked with creating a simple web page for a local bakery. The page needs to include a title, a header with the bakery\'s name, a paragraph describing the bakery, and an image of a cake. The developer decides to use HTML and CSS to structure and style the page. Which of the following best describes the correct structure and styling approach for this web page?
The HTML should include a `` tag within the `` section, a `` tag for the bakery's name, a `` tag for the description, and an `` tag for the cake image. The CSS should be linked in the `` section to style the elements, ensuring that the header has a background color and the paragraph has a specific font size.
The HTML should consist of a single `` that contains all content, with inline CSS styles applied directly to each element for customization. The `` tag should be omitted since it is not necessary for the page's functionality.
The web page should use only CSS to create the layout, with no HTML structure defined. The developer should rely on CSS Grid to position elements without any HTML tags.
The HTML should include a `` tag that contains all elements, but the CSS should be placed at the bottom of the page to ensure it loads after the content, which is a common practice for performance optimization.

Preparing for Microsoft 98-383 Introduction to Programming Using HTML and CSS? Now land the interview.

73% of qualified candidates get rejected because of weak resumes. Build an ATS-optimized, recruiter-ready resume in under 5 minutes - free to start.

Build My Resume Free