Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto rename tag failed for following html file. #18

Open
zw963 opened this issue Jun 2, 2023 · 0 comments
Open

auto rename tag failed for following html file. #18

zw963 opened this issue Jun 2, 2023 · 0 comments

Comments

@zw963
Copy link

zw963 commented Jun 2, 2023

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>Starbuzz Coffee</title>
    <link rel="stylesheet" type="text/css" href="starbuzz.css" />
  </head>

  <body>
    <header>
      <img
        id="headerLogo"
        src="images/headerLogo.gif"
        alt="Starbuzz Coffee logo image"
      />
      <img
        id="headerSlogan"
        src="images/headerSlogan.gif"
        alt="Providing all the caffeine you need to power your life."
      />
    </header>

    <div id="tableContainer">
      <div id="tableRow">
        <div id="drinks">
          <h1>BEVERAGES</h1>
          <p>House Blend, $1.49</p>
          <p>Mocha Cafe Latte, $2.35</p>
          <p>Cappuccino, $1.89</p>
          <p>Chai Tea, $1.85</p>
          <h1>ELIXIRS</h1>
          <p>
            We proudly serve elixirs brewed by our friends at the Head First
            Lounge.
          </p>
          <p>Green Tea Cooler, $2.99</p>
          <p>Raspberry Ice Concentration, $2.99</p>
          <p>Blueberry Bliss Elixir, $2.99</p>
          <p>Cranberry Antioxidant Blast, $2.99</p>
          <p>Chai Chiller, $2.99</p>
          <p>Black Brain Brew, $2.99</p>
        </div>
        <div id="main">
          <h1>QUALITY COFFEE, QUALITY CAFFEINE</h1>
          <p>
            At Starbuzz Coffee, we are dedicated to filling all your caffeine
            needs through our quality coffees and teas. Sure, we want you to
            have a great cup of coffee and a great coffee experience as well,
            but we're the only company that actively monitors and optimizes
            caffeine levels. So stop by and fill your cup, or order online with
            our new Bean Machine online order form, and get that quality
            Starbuzz coffee that you know will meet your caffeine standards.
          </p>
          <p>
            And, did we mention <em>caffeine</em>? We've just started funding
            the guys doing all the wonderful research at the
            <a
              href="http://buzz.wickedlysmart.com"
              title="Read all about caffeine on the Buzz"
              >Caffeine Buzz</a
            >. If you want the latest on coffee and other caffeine products,
            stop by and pay them a visit.
          </p>
          <h1>OUR STORY</h1>
          <p>
            "A man, a plan, a coffee bean". Okay, that doesn't make a
            palindrome, but it resulted in a damn good cup of coffee. Starbuzz's
            CEO is that man, and you already know his plan: a Starbuzz on every
            corner.
          </p>
          <p>
            In only a few years he's executed that plan and today you can enjoy
            Starbuzz just about anywhere. And, of course, the big news this year
            is that Starbuzz teamed up with Head First readers to create
            Starbuzz's Web presence, which is growing rapidly and helping to
            meet the caffeine needs of a whole new set of customers.
          </p>
          <h1>STARBUZZ COFFEE BEVERAGES</h1>
          <p>
            We've got a variety of caffeinated beverages to choose from at
            Starbuzz, including our
            <a href="beverages.html#house" title="House Blend">House Blend</a>,
            <a href="beverages.html#mocha" title="Mocha Cafe Latte"
              >Mocha Cafe Latte</a
            >,
            <a href="beverages.html#cappuccino" title="Cappuccino">Cappuccino</a
            >, and a favorite of our customers,
            <a href="beverages.html#chai" title="Chai Tea">Chai Tea</a>.
          </p>
          <p>
            We also offer a variety of coffee beans, whole or ground, for you to
            take home with you. Order your coffee today using our online
            <a href="form.html" title="form.html">Bean Machine</a>, and take the
            Starbuzz Coffee experience home.
          </p>
        </div>

        <div id="sidebar">
          <p class="beanheading">
            <img src="images/bag.gif" alt="Bean Machine bag" />
            <br />
            ORDER ONLINE with the
            <a href="form.html">BEAN MACHINE</a>
            <br />
            <span class="slogan">
              FAST <br />
              FRESH <br />
              TO YOUR DOOR <br />
            </span>
          </p>
          <p>
            Why wait? You can order all our fine coffees right from the Internet
            with our new, automated Bean Machine. How does it work? Just click
            on the Bean Machine link, enter your order, and behind the scenes,
            your coffee is roasted, ground (if you want), packaged, and shipped
            to your door.
          </p>
        </div>
        <!-- sidebar -->
      </div>
      <!-- tableRow -->
    </div>
    <!-- tableContainer -->

    <div id="footer">
      &copy; 2012, Starbuzz Coffee
      <br />
      All trademarks and registered trademarks appearing on this site are the
      property of their respective owners.
    </div>
  </body>
</html>

When i try to rename <div id="footer">, or <div id="sidebar">, both of them not work.

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant