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

Submitted URL: https://ide.geeksforgeeks.org/tryit.php/040180f4-ce2b-468d-ab7f-b0055d9928da
Effective URL: https://ide.geeksforgeeks.org/online-html-editor/040180f4-ce2b-468d-ab7f-b0055d9928da
Submission: On March 28 via manual — 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=vpEprwpCoBMgy-fvZET0Mz6L&amp;size=normal&amp;cb=j1skxgz19xoa"
              width="304" height="78" role="presentation" name="a-xc54ecu8pc0r" 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=vpEprwpCoBMgy-fvZET0Mz6L&amp;size=normal&amp;cb=r5nglskn3ufi"
              width="304" height="78" role="presentation" name="a-sobtdtj4qhah" 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=vpEprwpCoBMgy-fvZET0Mz6L&amp;size=normal&amp;cb=ygsyr689wb9a"
              width="304" height="78" role="presentation" name="a-h3bzff59jqsb" 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
Door Fitting Bedford - Choosing the Right Fitter<br/><br/>It is crucial to find the right person install your doors. This will ensure that your new doors will last and are secure.<br/><br/>You can easily locate a local door fitter by using services such as Rated People or Checkatrade. However, you can also solicit recommendations from family members and family members.<br/><br/>The Right Door to Choose<br/><br/>The choice of the right door is crucial when it is about Door Fitting Bedford, especially when you're building your own home or replacing one that's already in place. A door that is of high-quality can make a significant difference in the look and feel of your home, in addition to helping you save money on energy and insurance bills. When you're choosing which kind of door to pick, take into consideration your lifestyle, the dimensions and style of your home and the purpose it will be used for.<br/><br/>A well-constructed door will last for many years to be a long time, and will be well worth the investment. Steel security doors in Bedford are a good choice to get doors that serve its purpose. They have been proven effective in keeping burglars out and also adding value to your home. This is the smartest and most cost-effective way to protect your property, and will give you peace of mind for a lifetime.  <a href="https://notes.io/q89bZ">upvc door repairs bedford</a> ? Installation will be a breeze thanks to a highly qualified team of experts. Aladdin Garage Doors in Bedford is the best option to get the best security options. We'll be delighted to help you choose the right door to meet your needs and budget.<br/><br/>How to select the right fitter<br/><br/>If you're looking to replace one door or a whole set of doors for your home it is essential to select the right fitter. This is particularly important in the event that your experience and knowledge are not sufficient to complete the job.<br/><br/><a href="https://rentry.co/tbgi7">sash window repair bedford</a>  can result in costly problems later on. This is why it is vital to get a reputable and experienced Flitwick door fitter who will provide the highest quality service.<br/><br/>Websites for trade referrals like Rated People are a great method to locate the right Flitwick door fitter. They will let you search for potential tradesmen based on the kind of job you require them for and the kind of work they specialize in.<br/><br/>It will be much easier to find a Flitwick doorfitter that can install interior timber doors through an online referral site like Rated People than it would with traditional methods like Google or Bing. The reason is because you will be able search by the location you are in, and you will be able to locate Flitwick door fitters within a reasonable distance of your home.<br/><br/>There are many tradesmen that can assist you find a Bedfordshire door fitter who can install composite doors. Composite doors are becoming a popular option for homeowners since they blend the aesthetics of wood doors with the modern durability of materials and low-maintenance. Composite doors are available in a variety of colours and woodgrain finishes. They are also easy to clean, meaning they can last for years without needing staining or paint.<br/><br/>Installation<br/><br/>Door Fitting Bedford is a job that requires the experience of an expert to ensure correct installation. This is crucial when it comes to ensuring the security of your home.  <a href="https://wooldamage03.bravejournal.net/post/2023/03/28/7-Tricks-To-Help-Make-The-Maximum-Use-Of-Your-Window-Repair-Bedford">upvc window repairs bedford</a>  is also essential to choose the appropriate type of door that is durable and lasts for a long time.<br/><br/>A reputable installation service will be able to ensure that your new doors look stunning and are easy to use. They can also discuss your specific needs and give you an idea of the options available to help you make an informed choice regarding the door you want to replace your front.<br/><img width="330" src="https://www.repairmywindowsanddoors.co.uk/wp-content/uploads/2018/11/Window-Repairs.-150x150.jpg" /><br/><br/>There are a variety of doors in the market in the present, including fiberglass, aluminum and steel. Each door has its own design, but they all share the same aim: to provide lasting durability and quality. In addition, they are energy efficient and can help you save money on energy bills. You can also install French doors or sliding doors to blur the lines between your internal spaces and your exterior spaces.<br/><br/>A lot of people are turning to steel garage doors since they have a good reputation for durability and reliability. They are easy to maintain and require little maintenance. You can even get them in various styles and colors so that you can choose the perfect one for your house.<br/><br/>Maintenance<br/><br/>The right door can make all the difference when it comes to protecting your home or business. It can also enhance the aesthetics of your property.  <a href="https://pontoppidan-edmondson.mdwrite.net/10-things-we-all-do-not-like-about-door-fitting-bedford">sash window repair bedford</a>  is essential to select an exterior door that will last and is easy to maintain. Luckily, there are a variety of choices to help you determine the right door for your needs.<br/><br/>A garage door that is top-of-the class can add style and security to your business or home. Check out our wide range of products and services if are looking to replace your door or to repair your current one.<br/><br/>We have a team of experts who are ready to answer any questions that you may have. Our Bedford garage door specialists will go over all options with you and offer expert advice to help select the best solution for your requirements. Call us to book an appointment or request a complimentary consultation. The most appealing aspect is that we're available all week long and you can have your door repaired at a time that works for your schedule. To find out more about the services we offer and more, call our helpful staff today.<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