1. Starbuzz Café

1.1. Current Starbuzz code

1.2. The CEO only wants the price

  • This is the “raw” HTML text, which is the format of web pages.

  • The price is embedded in HTML.

<html><head><title>Welcome to the Beans'R'Us Pricing Page</title>
<link rel="stylesheet" type="text/css" href="beansrus.css" />
</head><body>
<h2>Welcome to the Beans'R'Us Pricing Page</h2>
<p>Current price of coffee beans = <strong>$6.73</strong></p>
<p>Price valid for 15 minutes from Sun Jul 11 03:08:01 2021.</p>
</body></html>
  • We receive the above output as a string of characters.

You have attempted of activities on this page