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

Submitted URL: https://ide.geeksforgeeks.org/tryit.php/48d6512a-7998-440d-84d9-39752886ba76
Effective URL: http://ide.geeksforgeeks.org/online-html-editor/48d6512a-7998-440d-84d9-39752886ba76
Submission: On November 06 via manual from US — Scanned from CH

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" width="304" height="78" role="presentation" name="a-opw35mkiu7fd" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LexF0sUAAAAADiQjz9BMiSrqplrItl-tWYDSfWa&amp;co=aHR0cDovL2lkZS5nZWVrc2ZvcmdlZWtzLm9yZzo4MA..&amp;hl=de-CH&amp;v=3sU2vDRVDmUU2E0Ro4VadvPr&amp;size=normal&amp;cb=tvarm6b0zcqi"></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" width="304" height="78" role="presentation" name="a-vqaov960uboq" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LexF0sUAAAAADiQjz9BMiSrqplrItl-tWYDSfWa&amp;co=aHR0cDovL2lkZS5nZWVrc2ZvcmdlZWtzLm9yZzo4MA..&amp;hl=de-CH&amp;v=3sU2vDRVDmUU2E0Ro4VadvPr&amp;size=normal&amp;cb=e4igia7bk1fe"></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" width="304" height="78" role="presentation" name="a-9j6r9s8ffulu" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LexF0sUAAAAADiQjz9BMiSrqplrItl-tWYDSfWa&amp;co=aHR0cDovL2lkZS5nZWVrc2ZvcmdlZWtzLm9yZzo4MA..&amp;hl=de-CH&amp;v=3sU2vDRVDmUU2E0Ro4VadvPr&amp;size=normal&amp;cb=rfe85q29dbj"></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
Our cozy feline good friends are unconcerned yet adorable the different parts of our lives. We often have a tendency to shower them with focus and love when we obtain the possibility to take action.<br /><br />Yet, as opposed to what some cat-parents might believe, not absolutely all cats enjoy this physical love we so frantically desire to show. Just how to family pet a feline?<br /><br />Showing your pet cat the love it requires may not be as essential as a cuddle or a family pet. This might look like a natural and evident part of cat-ownership. Nonetheless, there are ways of doing it wrong.<br /><br />Petting even the friendliest of cat types isn't as straightforward as it seems. Right here is a fast overview of just how to animal a pet cat, as though it will undoubtedly make them feel comfy and enjoyed.<br /><br />Just how to Animal a Feline: TAKE INTO ACCOUNT THAT Cats Are Social Creatures<br />Felines are brilliant and social elements of the pet kingdom, despite the fact that we have a tendency to fix them as solitary animals. They're developing special bonds with not likely close friends like birds, dogs, and fortunate for all of us, humans.<br /><br />But, they often are usually only hunters even though they prefer to be a part of a "pack."<br /><br />Aloofness can create some confusion in cat-parents; however, felines prefer to be petted. Nonetheless, the bad news is that you might be doing it incorrectly.<br /><br />How Cats Show Affection<br />Cats often have a tendency to move towards each other as well as when they greet. They will have a straightforward approach to revealing their love, love, and in addition respect. Pet cats will lie near one another, bump their heads, or rub against one another where the scent glands are located.<br /><br />If your fuzzy companion is revealing these signals around you, the battle is nearly won. Understanding exactly how to reciprocate their love is paramount to having a caring partnership together with your feline partner.<br /><br />How to Program want to Your Pet Cat<br />1. Check out AND IN ADDITION Know Your Feline's BODY GESTURES<br />Similar to their human equivalents, felines have an amazingly fine-tuned body language that you could make use of to your benefit.<br /><br />When any pet cat, particularly a weird one, approaches you, usually do not immediately attempt to reach out and animal it. When a pet cat comes near a human, it may have several meanings-- from wanting food to wanting play.<br /><br />Before connecting your hand in an attempt to the touch the cat, ensure that the cat gets aware of your distinct aroma. This can certainly establish the feline buddy comfortable, and they might enable you to touch them.<br /><br />2. Know WHERE YOU COULD and Can't Touch<br />Like humans, pet cats have a means of showing when they fit and when they're not, and not all felines are similar.<br />Understanding your cat's choice and also being attentive to their responses and body movement can make a big difference in their behavior if they are petted.<br /><br />Almost all enjoy being touched over the head, behind the ears, down the neck, and round the chin. Yet, they have a tendency to scurry away once you feel their tail or their back.<br /><br />Here's a quick report on actions to consider that will certainly indicate your cozy friend could possibly be uncomfortable:<br /><br />They're averting from you.<br />They're revealing aggressive actions once you attempt to touch them.<br />Fast activities of the tail, like knocking or thumping<br />Lowering their ear position<br />They're shivering or rippling their skin.<br />They reduced their head or transformed them far from you.<br />They try to flee or protrude their claws.<br />If your feline is revealing any of these indicators, you might like to quit petting them. Having a comfy cat is key to obtaining them to trust you.<br /><br />3. The Principle--No Tummy Scratches<br />Unlike their canine counterparts, plenty of pet cats do not delight in stomach rubs. It might be tempting to try and pet your fluffy buddy on their stomach. However, it's an anxiety-inducing substitute for the cat.<br /><br />They often go in to the protective setting because the tummy is the most delicate section of a cat's body. They'll undoubtedly target the stomach location throughout battles with one another in a way to cause pain.<br /><br />Coming close to a cat's stomach will undoubtedly create them to react adversely, as well as you can ultimately get injured.<br /><br />Nonetheless, many felines do enjoy getting their stomach brushed once in awhile. This is because of a fantastic trusting partnership that might create over time.<br /><br />Feline rolls around in the sun<br />Even though the cat does trust you, it might not imply that they will charge you making use of their most delicate body component.<br /><br />Be careful and also remain free from tummy massages, particularly if you have a brand-new or an odd cat in your organization.<br /><br />The Right Areas to DOG a Feline<br />Cats have unique and delicate scent glands found on their bodies in charge of eliminating a lightly scented hormone unique to every feline. This is the beautiful spot.<br /><br />Recognizing where to put a feline gently will certainly make them feel risk-free and generally leave them wanting much more.<br /><br />Here's a checklist of all the most effective locations to dog a pet cat:<br /><br />Reaching these areas might be simple for pet cat parents. However, rubbing a weird or new feline behind the ears might be a feat. Be sure you constantly seek out indications of pain and in addition aggressiveness and afterward pull back immediately.<br /><br />It's better to maintain the petting brief and leave your feline friend in tranquility.<br /><br />Exactly how TO CREATE Your Feline Feeling Comfortable<br />The best way to make sure that a feline indeed really wants to be touched is if they approach you. Yet exactly how can we get your feline, or even a roaming pet cat, to feel comfy around you?<br /><br />Make sure with this well-thought-out method of obtaining your feline pal to feel material and also secure in your presence.<br /><br />1. Greet YOUR PET Cat Utilizing Their Language<br />When pet cats experience one another, observant cat moms and dads will certainly recognize that they tend to go in nose-first. They'll undoubtedly decrease their chin to obtain a good sniff. It is a neutral greeting in the feline world.<br /><br />An equivalent to this will undoubtedly be to come near to the pet cat with a closed hand. Permit the feline to get a whiff of your fragrance, whereafter he will decide whether to help you to touch him.<br /><br />2. Enable The Feline TO HELP MAKE THE Very First Relocate<br />Felines wonder creatures naturally, and few will surely neglect an extensive hand. They'll undoubtedly inch nearer to check you, and also, this could take some time.<br /><br />A fundamental way to aid a feline or perhaps a kitten to become comfy is by giving the cat a delicious snack.<br /><br />A straightforward treat will invoke more curiosity, and the heating-up duration might quicken?felines like handles, potentially more significant than their human parents.<br /><br />3. Match Their Energy<br />As animal lovers, our first instinct may be to hurry onward, order our dog together with exclaim in happiness, but it's a mistake that may result in a scratch or a bite.<br /><br />The very best way to gain felines depend on is by ignoring it. That is right, offering the cat some secret room and regard will spark their interest.<br /><br />Take into account to restrict eye get in touch with, keep a reduced and soft visibility, and measure the feline's response. If there are no noticeable indicators of pain, do not hesitate to come near to the cat gently along with with care.<br /><br />Final Ideas On Exactly How To Animal A Cat<br />Pet cats have secured as apart in addition to independent creatures, yet it's pretty the contrary. They love obtaining cuddled, having their ears massaged, and obtaining treats.<br /><br />Yet keeping a suitable distance is not a thing that comes naturally to animal enthusiasts.<br /><br />Woman and in addition cute feline remaining on rocking chair in leading of the<br /><br />We obtain thrilled and quickly desire the fuzzy friend to like us, yet it is best to walk gently. Remember to adhere to the guidelines, as well as your cat will undoubtedly many thanks for it.<br /><br />Cats make the rules. We attempt our ideal to follow them.<br /><a href="https://kittynook.com/blogs/kittynookcorner/are-you-having-a-new-cat-heres-a-checklist-of-items-that-you-should-have">new cat owner</a><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