HTML Boolean Attributes HTML Tags HTML Style

HTML TAGS

html comment

<!-- This is a comment -->

html 5 declaration

<!DOCTYPE html>

html head tag

<head></head>

html title tag

<title></title>

html body tag

<body></body>

html anchor tag

Malcolm X

<a href="" target=""></a>

html abbreviation tag

CSS

<abbr title=""></abbr>

html address tag

Visit us at: Bangladesh

<address></address>

html header tag

<header> </header>

html nav tag

<nav> </nav>

html main tag

<main> </main>

html article tag

<article> </article>

html section tag

<section> </section>

html aside tag

<aside> </aside>

html footer tag

<footer> </footer>

html paragraph tag

Also called p tag. It is used to show text.

<p> </p>

html image tag

cat

<img src="" alt="">

html ul tag

<ul> <li>Item 1</li> </ul>

html ol tag

  1. Item 1

<ol> <li>Item 1</li> </ol>

html li tag

  • Item 1
  • <li>Item 1</li>;

    html table tag

    <table></table>

    html tr tag

    <table> <tr></tr> </table>

    html th tag

    Role Name

    <table> <tr> <th></th> <th></th> </tr> </table>

    html td tag

    01 Hasan

    <table> <tr> <td></td> <td></td> </tr> </table>

    html b tag

    This is Bold Text

    <b></b>

    html strong tag

    This is strong text

    <strong></strong>

    html i tag

    This is italic text

    <i></i>

    html em tag

    This is emphasized text

    <em></em>

    html mark tag

    This is marked text

    <mark></mark>

    html cite tag

    Modern Menace by Daniel

    <cite></cite>

    html dfn tag

    W3C

    <dfn title=""></dfn>

    html fieldset tag

    <fieldset> </fieldset>

    html legend tag

    <legend> </legend>

    html form tag

    <form> </form>

    html input tag

    <input type=""> </input>

    html button tag

    <button> </button>

    html s tag

    SSB 68 class starts on April 20

    <s></s>

    html del tag

    This batch no is sixty seven sixty eight

    <del></del>

    html u tag

    Thoughts on repitition

    <u></u>

    html ins tag

    I love coding in HTML

    <ins></ins>

    html q tag

    Zeal without knowledge is fire without light - Thomas Fuller

    <q></q>

    html blockquote tag

    Zeal without knowledge is fire without light.

    <blockquote></blockquote>

    html sub tag

    Formula of prussian red is K3[Fe(CN)6]

    <sub></sub>

    html sup tag

    (a + b)2 = a2 + 2ab + b2

    <sup></sup>

    html var tag

    Area of parallelogram is A = b x h

    <var></var>

    html samp tag

    File not found

    <samp></samp>

    html kbd tag

    Coding is all about Ctrl+c & Ctrl+ v

    <kbd></kbd>

    html br tag

    adds a line break
    text in a new line

    <br>

    html wbr tag

    Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Bangladesh Iceland Greenland Norway

    Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Bangladesh Iceland Greenland Norway

    <wbr></wbr>

    html hr tag

    Lorem ipsum, dolor sit amet consectetur adipisicing.


    Lorem ipsum dolor sit, amet consectetur adipisicing elit.

    <hr>