ide.geeksforgeeks.org Open in urlscan Pro
34.213.140.165  Public Scan

Submitted URL: https://ide.geeksforgeeks.org/tryit.php/22e7d789-5bd6-4e9c-b24b-5a04ec819600
Effective URL: https://ide.geeksforgeeks.org/online-html-editor/22e7d789-5bd6-4e9c-b24b-5a04ec819600
Submission: On February 16 via manual from ZA — Scanned from SG

Form analysis 3 forms found in the DOM

POST

<form method="POST" class="login-form" id="Login">
  <input type="hidden" name="reqType" value="Login">
  <div class="modal-form-group">
    <div class="extra"></div>
  </div>
  <div class="modal-form-group">
    <i class="input-icon material-icons">account_circle</i>
    <input name="user" id="luser" required="required" type="text" class="modal-form-input" placeholder="Username or email">
  </div>
  <div class="modal-form-group">
    <i class="input-icon material-icons">lock</i>
    <input name="pass" id="password" type="password" required="required" class="modal-form-input" placeholder="Password">
  </div>
  <div class="modal-form-group left">
    <input name="rem" type="hidden" value="false">
    <input name="to" type="hidden" value="https://auth.geeksforgeeks.org/loginModal.php">
    <input name="rem" type="checkbox" checked="">
    <label class="modal-form-label" for="remember">Remember me</label>
    <a class="pull-right forgot-link">Forgot Password</a>
  </div>
  <div class="modal-form-group left" style="display: none;">
    <center>
      <div id="loginCaptcha">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LexF0sUAAAAADiQjz9BMiSrqplrItl-tWYDSfWa&amp;co=aHR0cHM6Ly9pZGUuZ2Vla3Nmb3JnZWVrcy5vcmc6NDQz&amp;hl=zh-CN&amp;v=O4xzMiFqEvA4YhWjk5t8Xuas&amp;size=normal&amp;cb=sb9hmesc0np"
              width="304" height="78" role="presentation" name="a-udkkirpv4j7m" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
    </center>
  </div>
  <button class="btn btn-green signin-button" type="submit">Sign In</button>
</form>

POST

<form method="POST" class="login-form" id="Register">
  <input type="hidden" name="reqType" value="Register">
  <div class="modal-form-group">
    <div class="extra"></div>
  </div>
  <!-- <div class="modal-form-group">
              <i class="input-icon material-icons">account_circle</i>
              <input name="user" id="reg-user" type="text" required="required" class="modal-form-input" placeholder="Username">
            </div> -->
  <div class="modal-form-group">
    <i class="input-icon material-icons">email</i>
    <input name="email" id="email" type="email" required="required" class="modal-form-input" placeholder="E-mail">
  </div>
  <div class="modal-form-group">
    <i class="input-icon material-icons">lock</i>
    <input name="pass" id="reg-password" type="password" required="required" class="modal-form-input" placeholder="Password">
  </div>
  <div class="modal-form-group">
    <i class="input-icon material-icons">business</i>
    <input name="institute" id="organization" autocomplete="off" required="required" type="text" class="modal-form-input typeahead institute" placeholder="Institution/Organization">
  </div>
  <div class="modal-form-group">
    <center>
      <div id="registerCaptcha">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LexF0sUAAAAADiQjz9BMiSrqplrItl-tWYDSfWa&amp;co=aHR0cHM6Ly9pZGUuZ2Vla3Nmb3JnZWVrcy5vcmc6NDQz&amp;hl=zh-CN&amp;v=O4xzMiFqEvA4YhWjk5t8Xuas&amp;size=normal&amp;cb=kc4llq5kql97"
              width="304" height="78" role="presentation" name="a-pmff0xuifol9" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
    </center>
  </div>
  <input name="to" type="hidden" value="https://auth.geeksforgeeks.org/loginModal.php">
  <button class="btn btn-green signup-button" type="submit">Sign Up</button>
</form>

<form class="login-form" id="Forgot">
  <input type="hidden" name="reqType" value="Forgot">
  <div class="modal-form-group">
    <div class="extra"></div>
  </div>
  <div class="modal-form-group">
    <p class="left">Please enter your email address or userHandle.</p>
  </div>
  <div class="modal-form-group">
    <i class="input-icon material-icons">account_circle</i>
    <input name="user" id="fuser" type="text" class="modal-form-input" placeholder="Username/Email">
  </div>
  <div class="modal-form-group">
    <center>
      <div id="forgotCaptcha">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LexF0sUAAAAADiQjz9BMiSrqplrItl-tWYDSfWa&amp;co=aHR0cHM6Ly9pZGUuZ2Vla3Nmb3JnZWVrcy5vcmc6NDQz&amp;hl=zh-CN&amp;v=O4xzMiFqEvA4YhWjk5t8Xuas&amp;size=normal&amp;cb=gjg8g0dhfqu7"
              width="304" height="78" role="presentation" name="a-2caa4116n9no" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-2" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
    </center>
  </div>
  <div class="modal-form-group left">
    <a class="login-link">Back to Login</a>
  </div>
  <button class="btn btn-green center reset-button" type="submit">Reset Password</button>
</form>

Text Content

HTML,CSS & JS ONLINE EDITOR

 * Sign In


 * Sign In
 * Report Bug
 * Theme
   * Light
   * Dark



×
Sign In Sign Up
account_circle
lock
Remember me Forgot Password

Sign In
email
lock
business

Sign Up
or
Google
Facebook



LinkedIn
GitHub
Why Create an Account?
By creating this account, you agree to our Privacy Policy & Cookie Policy.

Please enter your email address or userHandle.

account_circle

Back to Login
Reset Password

1
Eucalyptus contains many therapeutic properties that can help improve your health and wellness. Whether you're looking for a natural decongestant, an antiseptic, or simply a relaxing aroma this essential oil will help you with all of it!<br/><br/>Eucalyptus oils are extracted from leaves and stems of Eucalyptus trees. It is a source of a compound known as 1,8-cineole, which gives the oil its strong smell.<br/>1. Anti-inflammatory<br/><br/>Eucalyptus oil contains anti-inflammatory properties that may help ease the symptoms of many respiratory ailments. The oil is frequently used in bronchitis sprays and other cold-fighting medications.<br/><br/>It's also a good treatment for burns, cuts, or insect bites. It's also a good idea to apply topically to treat infections.<br/>2. Soothing<br/><br/>Eucalyptus' soothing properties can be a beneficial treatment for all kinds of respiratory issues. Essential oils can be used to relieve irritation and inflammation of the skin.<br/><br/>Eucalyptus tea is an excellent method to drink its relaxing and refreshing vapors, without caffeine! To make a tasty cup of eucalyptus leaf tea you just need to add hot water and then steep the leaves.<br/>3. Antiseptic<br/><br/>Eucalyptus oil has an incredibly antiseptic effectthat helps fight infections.  <a href="https://zenwriting.net/flutefeast28/detox-your-residence-with-eucalyptus">eucalyptus benifits</a>  helps prevent bacteria from spreading and aid in wound healing.<br/><br/>Eucalyptus is available in a variety of forms and is utilized to treat a diverse variety of ailments. It can be particularly beneficial to treat colds and coughs, asthma, and congestion.<br/>4. Antibacterial<br/><br/>Eucalyptus oil has antibacterial properties that help rid the body of infections. It is also able to relieve respiratory ailments such as coughs and colds.<br/><br/>It is also utilized as an antiseptic in order to decrease the chance of getting infections and speed healing of burns, cuts, shingles, insect bites, and skin infections like athlete's foot or bacterial dermatitis. In addition, it can be used as a mouthwash to fight bad breath and tooth decay.<br/>5. Antifungal<br/><br/>Eucalyptus oil has been shown to be a potent antifungal. The antifungal properties of Eucalyptus oil are attributed in part to its ability to activate the immune system and boost white blood cell count when there are germs.<br/><br/>It also increases the levels of ceramide in the skin, which help keep the skin barrier healthy. It is also an effective natural insect repellent.<br/>6. Antioxidant<br/><br/>Eucalyptus leaves contain a chemical known as macrocarpal, which increases the levels of ceramide within the skin and helps keep moisture. This makes eucalyptus extract an effective, natural remedy in dry, flaky and itchy skin.<br/><br/>The research also suggests that eucalyptus oils can ward off bacteria and fungi. It's an effective antimicrobial which can be applied on the skin to alleviate itchy and irritation-prone conditions like cold sores or athlete's foot.<br/>7. Immune System Support<br/><br/>Eucalyptus oil supports the immune system with its ability to enhance phagocytosis, the process that our bodies use to consume and destroy germs.<br/><br/>It is also an anti-congestant, which makes it useful for treating various of respiratory ailments. It can be diffused to ease congestion, or applied topically to treat coughs.<br/>8. Pain Relief<br/><br/>Eucalyptus oil is one of the most effective natural remedies to treat pain. It is a great remedy for pain that is caused by arthritis osteoarthritis and rheumatism.<br/><img width="442" src="https://plantright.org/wp-content/uploads/2017/04/Eucalyptus-Maui_Flickr-User-Forest-and-Kim-Starr.jpg" /><br/><br/>The oil can be taken inhaled, applied to the skin or used for a topical rub. Eucalyptus oil can also ease inflammation.<br/>9. Antispasmodic<br/><br/>Eucalyptus oil is a natural antispasmodic. This makes it ideal for easing the symptoms of headaches as well as other nerve disorders. It can be inhaled, diffused or applied on topically.<br/><br/>The antispasmodic benefits of  <a href="https://te.legra.ph/Cleanse-Your-House-of-Toxins-With-Many-Eucalyptus-02-16">eucalyptus</a>  are due to its 1,8-cineole content which is a phytochemical which has been found to possess numerous benefits. They include anti-microbial, anti-inflammatory, antiseptic and antispasmodic properties.<br/>10. Detoxifying<br/><br/>Eucalyptus oil has been proven to be an effective detoxifier. It assists in ridding your body from toxins. It can help to purify the air in your home by removing allergens and bacteria that may cause nasal congestion.<br/><br/>It can also be used in mouthwashes to freshen breath and prevent tooth decay. But, it shouldn't be taken internally without the approval of a physician.<br/>




הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX




GENERATED URL:

Copy



Format Run
Run + Generate URL

×

KEYBOARD SHORTCUTS FOR EDITOR

Action Windows/Linux Mac Run Program Ctrl-Enter Command-Enter Find Ctrl-F
Command-F Replace Ctrl-H Command-Option-F Remove line Ctrl-D Command-D Move
lines down Alt-Down Option-Down Move lines up Alt-UP Option-Up


For more shortcuts you can visit the following page: Ace editor shortcuts
Close
room A-143, 9th Floor, Sovereign Corporate Tower,
Sector-136, Noida, Uttar Pradesh - 201305
email feedback@geeksforgeeks.org

 * Company
 * About Us
 * Careers
 * Privacy Policy
 * Contact Us

 * Learn
 * Algorithms
 * Data Structures
 * Languages
 * CS Subjects
 * Video Tutorials

 * Practice
 * Courses
 * Company-wise
 * Topic-wise
 * How to begin?

 * Contribute
 * Write an Article
 * Write Interview Experience
 * Internships
 * Videos

@geeksforgeeks , Some rights reserved