HTML Shortcuts          

         

            Boost your productivity with these essential HTML shortcuts.          

         
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
ShortcutDescription
                      <b>                                          Bold text                   
                      <i>                                          Italic text                   
                      <u>                                          Underlined text                   
                      <a href=''>                                          Hyperlink                   
                      <img src='' alt=''>                                          Image                   
                      <h1> to <h6>                                          Headings                   
                      <p>                                          Paragraph                   
                      <ul> / <ol>                                          Unordered/Ordered list                   
                      <li>                                          List item                   
                      <table>                                          Table                   
                      <tr>                                          Table row                   
                      <td>                                          Table cell                   
                      <form>                                          Form                   
                      <input>                                          Input field                   
                      <button>                                          Button                   
                      <div>                                          Division or container                   
                      <span>                                          Span (inline container)                   
                      <br>                                          Line break                   
                      <hr>                                          Horizontal rule