Skip to main content

HOW TO CREATE SHARE BUTTON WITH< HTML>

                                                                     CODES IN <HTML> 




<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="manifest" href="manifest.json" />
    <title>new developers app </title>
    <link rel="stylesheet" href="style.css" />
    <script>
      if ('serviceWorker' in navigator) {
        window.addEventListener('load', async () => {
          const registration = await navigator.serviceWorker.register(
            'sw.js',
          );
          console.log(
            'Service worker registered for scope',
            registration.scope,
          );
        });
      }
    </script>
    <script src="script.js" type="module"></script>
  </head>
  <body>
    <h1>New developers app </h1>
    <ol>
      <li>
        Press the save button and connect with us
        < https://muntazirmahdiposts.blogspot.com/ ></https:>
        <img
          src="../favicon.png"
          style="width: 250px; height: auto"
          width="528"
          height="74"
          alt="Favicon with counter."
        />
      </li>
      <li>
        <html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>How to let the user share the website they are on</title>
    <link rel="stylesheet" href="style.css" />
    <script src="script.js" defer></script>
  </head>
  <body>
    <h1>How to let the user share the website they are on</h1>
    <p>
      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin at libero
      eget ante congue molestie. Integer varius enim leo. Duis est nisi,
      ullamcorper et posuere eu, mattis sed lorem. Lorem ipsum dolor sit amet,
      consectetur adipiscing elit. In at suscipit erat, et sollicitudin lorem.
    </p>
    <img src="https://placekitten.com/400/300" width=400 height=300>
    <p>
      In euismod ornare scelerisque. Nunc imperdiet augue ac porttitor
      porttitor. Pellentesque habitant morbi tristique senectus et netus et
      malesuada fames ac turpis egestas. Curabitur eget pretium elit, et
      interdum quam.
    </p>
    <hr />
    <button type="button"><span class="icon"></span>Share</button>
  </body>
        Install the app by clicking the button below. After the installation,
        the button is disabled.
        <p>
          <button enabled type="button">Install</button>
        </p>
      </li>
      <li>
        Watch the app icon in your operating system's task bar. You should see a
        counter that updates each second as an app badge.
        <img
        <ref''muntazirmahdiposts.blogspot.com'></ref>
          <src="../app-badge.png"
          style="width: 80px; height: auto"
          width="282"
          height="388"></src>
          alt="App badge with counter."
        />
      </li>
    </ol>
    <favicon-badge src="../favicon.svg" textColor="#ffff" badge="" />
  </body>
</html>

Comments

Popular posts from this blog

HOW TO CREATE COPY BUTTON WITH HTML, CSS AND JS LANGUAGE

                                                                                                                                                      STRUCTURE WITH  <HTML> <! DOCTYPE html > < html lang = " en " > < head > < meta charset = " utf-8 " /> < meta name = " viewport " content = " width=device-width, initial-scale=1 " /> < link rel = " icon " href = " data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎉</text></svg> " /> < title > How to copy images </ title > </ head > < body > < h1 > How to copy images </ h1 > < img src = " assets/fugu.svg " alt = " Fugu fish. " width = " 128 " height = " 128 " > < button type = &quo

Autoplay carousel WITH HTML LANGUAGE

  Autoplay carousel HTML  < div id = " carousel " > < div id = " slide-container " > < div class = " slide " data-slideIndex = " 0 " > < div class = " slide-banner " > Tour the Empire State Building! < a href = " " > Buy tickets now. </ a > </ div > < img width = " 1200 " height = " 600 " src = " ./newyork.jpg " > </ div > < div class = " slide " data-slideIndex = " 1 " > < div class = " slide-banner " > Ride the Shinkansen! < a href = " " > Buy tickets now. </ a > </ div > < img width = " 1200 " height = " 600 " src = " ./tokyo.jpg " > </ div > < div class = " slide " data-slideIndex = " 2 " > < div class = " slide-bann

How to periodically synchronize data in the background

       How to periodically synchronize data in the background                                                                                                                                                                                                                    HTML <! DOCTYPE html > < html lang = " en " > < head > < meta charset = " utf-8 " /> < meta name = " viewport " content = " width=device-width, initial-scale=1 " /> < link rel = " icon " href = " " /> < link rel = " manifest " href = " ./manifest.json " /> < title > How to periodically synchronize data in the background </ title > < link rel = " stylesheet " href = " /style.css " /> < script src = " /script.js " defer > </ script > </ head > < body >