Code Snippets
``` <p style="font-family:Garamond, Georgia, Times, Serif">watching you and does nothing</p> ```
``` <p style="font-weight:normal;">font-weight: normal</p> <p style="font-weight:bold;">font-weight: bold</p> <p style="font-weight:bolder;">font-weight: bolder</p> <p style="font-weight:lighter;">font-weight: lighter</p> <p style="font-weight:100;">font-weight: 100</p> <p style="font-weight:200;">font-weight: 200</p> <p style="font-weight:300;">font-weight: 300</p> <p style="font-weight:400;">font-weight: 400</p> <p style="font-weight:500;">font-weight: 500</p> <p style="font-weight:600;">font-weight: 600</p> <p style="font-weight:700;">font-weight: 700</p> <p style="font-weight:800;">font-weight: 800</p> <p style="font-weight:900;">font-weight: 900</p> ```
``` <blockquote class="embedly-card"><h4><a href="https://questioncove.com/study">QuestionCove</a></h4><p>Message successfully sent. Hermes would be proud.</p></blockquote> <script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
``` <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4 text-center"> <div class="search-box"> <div class="caption"> <h3>Advance Password Validation</h3> <p>Find to All</p> </div> <form action="" class="loginForm"> <div class="input-group"> <input type="text" id="name" class="form-control" placeholder="Full Name"> <input type="password" id="paw" class="form-control" placeholder="Password"> <input type="submit" id="submit" class="form-control" value="Submit"> </div> </form> </div> </div> <div class="col-md-4"> <div class="aro-pswd_info"> <div id="pswd_info"> <h4>Password must be requirements</h4> <ul> <li id="letter" class="invalid">At least <strong>one letter</strong></li> <li id="capital" class="invalid">At least <strong>one capital letter</strong></li> <li id="number" class="invalid">At least <strong>one number</strong></li> <li id="length" class="invalid">Be at least <strong>8 characters</strong></li> <li id="space" class="invalid">be<strong> use [~,!,@,#,$,%,^,&,*,-,=,.,;,']</strong></li> </ul> </div> </div> </div> </div> </div>
``` <!DOCTYPE html> <!--[if IEMobile 7 ]> <html dir="ltr" lang="en-US"class="no-js iem7"> <![endif]--> <!--[if lt IE 7 ]> <html dir="ltr" lang="en-US" class="no-js ie6 oldie"> <![endif]--> <!--[if IE 7 ]> <html dir="ltr" lang="en-US" class="no-js ie7 oldie"> <![endif]--> <!--[if IE 8 ]> <html dir="ltr" lang="en-US" class="no-js ie8 oldie"> <![endif]--> <!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html dir="ltr" lang="en-US" class="no-js"><!--<![endif]--> ```
``` body { color:blue; border-radius:10px; }
``` <html> <head> <body> ```
\[\star\]
``` <meta http-equiv="content-type" content="text/html; charset=shift_jis" />
``` <meta http-equiv="content-type" content="text/html; charset=gb18030">
``` <iframe width="640" height="360" src="https://www.youtube.com/embed/TjcOJmoJwpk" frameborder="0" allowfullscreen></iframe>

``` <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4 text-center"> <div class="search-box"> <div class="caption"> <h3>Advance Password Validation</h3> <p>Find to All</p> </div> <form action="" class="loginForm"> <div class="input-group"> <input type="text" id="name" class="form-control" placeholder="Full Name"> <input type="password" id="paw" class="form-control" placeholder="Password"> <input type="submit" id="submit" class="form-control" value="Submit"> </div> </form> </div> </div> <div class="col-md-4"> <div class="aro-pswd_info"> <div id="pswd_info"> <h4>Password must be requirements</h4> <ul> <li id="letter" class="invalid">At least <strong>one letter</strong></li> <li id="capital" class="invalid">At least <strong>one capital letter</strong></li> <li id="number" class="invalid">At least <strong>one number</strong></li> <li id="length" class="invalid">Be at least <strong>8 characters</strong></li> <li id="space" class="invalid">be<strong> use [~,!,@,#,$,%,^,&,*,-,=,.,;,']</strong></li> </ul> </div> </div> </div> </div> </div>
`Hmm`
Join our real-time social learning platform and learn together with your friends!