HTML Menu Tag, Options Tag, Strike Tag, Strong Tag, Teletype Tag, Under Line Tag #Part 6

HTML Menu Tag, Options Tag, Strike Tag, Strong Tag, Teletype Tag, Under Line Tag #Part 6



Menu Tag

<menu>

<li type="disc">Apples<li/>

<li type="circle">Banana<li/>

<li type="square">Orange<li/>

</menu>


Option (listbox option)

<select>

<option>Bhuj</option>

<option>Mandvi</option>

<option>Anjar</option>

</select>


Strike font

<strike>Striked Text</strike>


Strong Tag

<strong>Strong Text</strong>


Teletype Text

<tt>Teletype Text</tt>


Under line Text

<u>Under Line Text</u>


Bold Text

<b>bold Text</b>


Big Text

<big>Big Text</big>


Small Text

<small>Small Text</small>


Button Tag

<button type="submit">Submit

<button type="reset">Reset

Button with color

<button type="submit" style="background-color: green">Submit


Input Tag

Name:<input type="text">

Password:<input type="password">







Try it Yourself...

what you think about this article ??

Post a Comment

Previous Post Next Post