HTML Tags HTML Form + Table HTML Semantics

TAGS

001. comment

<!-- This is a comment -->

002. 5 declaration

<!DOCTYPE html>

003. a tag

Malcolm X

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

004. abbr tag

CSS

<abbr title=""> </abbr>

005. address tag

Visit us at: Bangladesh

<address> </address>

006. article tag

<article> </article>

007. aside tag

<aside> </aside>

008. audio tag

<audio controls>
<source src="" type="">
</audio>

009. b tag

This is Bold Text

<b></b>

010. base tag

<base href="" target="">

011. bdi tag

Without bdi tag

Number of letters in ٱلْحَمْدُ لِلَّٰهِ: 8 letters

With bdi tag

Number of letters in ٱلْحَمْدُ لِلَّٰهِ: 8 letters

<bdi> </bdi>

012. bdo tag

Bangladesh

Bangladesh

<bdo dir=""> </bdo>

013. blockquote tag

Zeal without knowledge is fire without light.

<blockquote> </blockquote>

014. body tag

<body> </body>

015. br tag

adds a line break
text in a new line

<br>

016. button tag

<button> </button>

017. caption tag

Caption for this table
Name Roll

<caption> </caption>

018. cite tag

Modern Menace by Daniel

<cite> </cite>

019. code tag

x = 2 + 2

<code> </code>

020. col tag

Name Role Grade
Kojima 29 A+

<col span="" style="">

021. colgroup tag

Name Role Grade
Murata 64 A+

<colgroup> </colgroup>

022. data tag

<data value=""> </data

023. datalist tag

<input list="name" />

<datalist id="name"> </datalist>

024. dd tag

definition of a term

<dd> </dd>

025. del tag

This batch no is sixty seven sixty eight

<del></del>

026. details tag

Entropy: A measure of the amount of energy in a physical system that cannot be used to do mechanical work.

The concept of entropy is described by two principal approaches, the macroscopic perspective of classical thermodynamics, and the microscopic description central to statistical mechanics. The classical approach defines entropy in terms of macroscopically measurable physical properties, such as bulk mass, volume, pressure, and temperature. The statistical definition of entropy defines it in terms of the statistics of the motions of the microscopic constituents of a system — modelled at first classically, e.g. Newtonian particles constituting a gas, and later quantum-mechanically (photons, phonons, spins, etc.). The two approaches form a consistent, unified view of the same phenomenon as expressed in the second law of thermodynamics, which has found universal applicability to physical processes.

<details> </details>

027. dfn tag

W3C

<dfn title=""></dfn>

028. div tag

<div> </div>

029. dl tag

abc
the rudiments of a subject

<dl> </dl>

030. dt tag

term

<dt> </dt>

031. em tag

This is emphasized text

<em></em>

032. embed tag

<embed src="" type="">

033. fieldset tag

<fieldset> </fieldset>

034. figcaption tag

cat upside down

<figcaption> </figcaption>

035. figure tag

cat
cat upside down

<figure> </figure>

036. footer tag

<footer> </footer>

037. form tag

<form> </form>

038. h1-h6 tags

Hello World

Hello World

Hello World

Hello World

Hello World
Hello World

<h1> </h1>

<h2> </h2>

<h3> </h3>

<h4> </h4>

<h5> </h5>

<h6> </h6>

039. head tag

<head> </head>

040. header tag

<header> </header>

041. hgroup tag

Title

one or multiple paragraph

<hgroup> </hgroup>

042. hr tag

Lorem ipsum, dolor sit amet consectetur adipisicing.


Lorem ipsum dolor sit, amet consectetur adipisicing elit.

<hr>

043. html tag

<html> </html>

044. i tag

This is italic text

<i> </i>

045. iframe tag

<iframe src="">

046. image tag

cat

<img src="" alt="">

047. input tag

<input type="">

048. ins tag

I love coding in HTML

<ins></ins>

049. kbd tag

Coding is all about Ctrl+c & Ctrl+ v

<kbd></kbd>

050. label tag

<label for=""> </label>

051. legend tag

Form

<legend> </legend>

052. li tag

  • Item 1
  • <li> </li>

    053. link tag

    <link rel="" href="">

    054. main tag

    <main> </main>

    055. mark tag

    This is marked text

    <mark></mark>

    056. menu tag

  • pasta
  • pizza
  • <menu> </menu>

    057. meta tag

    <meta charset="">

    <meta name="" content="">

    058. meter tag

    440 out of 1000

    <meter value="" min="" max=""> </meter>

    059. nav tag

    <nav> </nav>

    060. object tag

    <object data=""> </object>

    061. ol tag

    1. Item 1

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

    062. optgroup tag

    <optgroup label=""> </optgroup>

    063. option tag

    <option> </option>

    064. p tag

    It is used to show text.

    <p> </p>

    065. picture tag

    cat

    <picture> </picture>

    066. pre tag

            text    as formatted in code
            so this
                  is how it outputs
          

    <pre> </pre>

    067. progress tag

    44%

    <progress value="" max=""> </progress>

    068. q tag

    Zeal without knowledge is fire without light - Thomas Fuller

    <q></q>

    069. rp tag

    shobai (no. 1 2 3 4 5)

    <rp> </rp>

    070. rt tag

    shobai no. 1 2 3 4 5

    <rt> </rt>

    071. ruby tag

    shobai no. 1 2 3 4 5

    <ruby> </ruby>

    072. s tag

    SSB 68 class starts on April 20

    <s></s>

    073. samp tag

    File not found

    <samp></samp>

    074. search tag

    <search> </search>

    075. section tag

    <section> </section>

    076. select tag

    <select> </select>

    077. source tag

    <source src="" type="">

    078. span tag

    styling portion of text

    <span> </span>

    079. strong tag

    This is strong text

    <strong> </strong>

    080. sub tag

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

    <sub> </sub>

    081. summery tag

    Entropy: A measure of the amount of energy in a physical system that cannot be used to do mechanical work.

    <summery> </summery>

    082. sup tag

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

    <sup> </sup>

    083. table tag

    <table> </table>

    083. tbody tag

    <tbody> </tbody>

    084. td tag

    01 Hasan

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

    085. textarea tag

    <textarea> </textarea>

    086. tfoot tag

    <tfoot> </tfoot>

    087. th tag

    Role Name

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

    088. thead tag

    <thead> </thead>

    089. time tag

    Next eid is .

    <time> </time>

    090. title tag

    <title> </title>

    091. tr tag

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

    092. u tag

    Thoughts on repitition

    <u> </u>

    093. ul tag

    <ul> </ul>

    094. var tag

    Area of parallelogram is A = b x h

    <var> </var>

    095. video tag

    <video controls>
    <source src="" type="">
    </video>

    096. 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>

    Will be taught later

    097. area tag

    098. map tag

    099. dialog tag

    100. template tag