Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Linux Professional Institute logo

LPI Web Development Essentials

Domain 2Objective 1

032.1 HTML Document Anatomy (weight: 2) WEB-DEVELOPMENT-ESSENTIALS Practice Questions (Page 4)

Part of the 032 HTML Document Markup domain, which makes up ~16% of our current practice bank. Linux Professional Institute does not publish an official question count, but from its 60-minute exam (~25–40 total, ~4–6 in this domain), expect 1–2 from this objective — we provide 27 practice questions to prepare you well beyond it. (estimate)

27questions here
6free pages
9concepts

Questions 16–20

  1. 16expert · medium

    A developer is auditing a webpage's <head> section. The current code is: <head> <title>Product Page</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> The developer needs to add a meta tag that will cause search engines to display 'High-quality running shoes' as the snippet text. Which meta tag should be added?

    Select an answer first
  2. 17expert · hard

    A developer is building a page that will be served with an HTTP header: Content-Type: text/html; charset=ISO-8859-1. The HTML file itself is saved in UTF-8 and contains emoji characters. The developer adds <meta charset="UTF-8"> to the <head>. When the page loads, the emoji still display incorrectly. What is the most likely reason?

    Select an answer first
  3. 18foundation · easy

    What is the purpose of the <!DOCTYPE html> declaration at the beginning of an HTML document?

    Select an answer first
  4. 19foundation · easy

    Which of the following correctly defines an HTML element?

    Select an answer first
  5. 20application · medium

    A developer is writing a paragraph and wants to emphasize a specific word in bold. The developer has the following code: <p>This is an <strong>important</strong> point.</p>. The developer now wants to add a tooltip that appears when the user hovers over the word 'important'. Which attribute should be added to the <strong> element?

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Linux Professional Institute. “WEB-DEVELOPMENT-ESSENTIALS” is a trademark of its owner, used for identification only.