Skip to main content

HTML Important Tag Line Syntax

 

HTML Important Tag Line Syntax

1 – <p> Paragraph Tag </p>

2 - <h2> Heading Tag </h2>

3 - <b> Bold Tag </b>

4 - <i> Italic Tag </i>

5- <u> Underline Tag</u>

6 - <br> tag = br stands for the break line

7 - <hr> tag = hr stands for the horizontal line

8 - HTML Image and Object Tags

 

<img>, <area>, <map>, <param> and <object>

9 - HTML Table Tags

table, tr, td, th, tbody, thead, tfoot, col, colgroup and caption

10- HTML List Tags

<ul>, <ol>, <li>, <dl>, <dt> and <dd>

For ex. <ol>

<li>top web programming languguage</li>

<li>top web programming languguage</li>

</ol>

Bullets

 

<ul>

2. <li>Aries</li>

3. <li>Bingo</li>

4. <li>Leo</li>

5. <li>Oracle</li>

6. </ul>

 

 

11- HTML Form Tags

form, input, textarea, select, option, optgroup, button, label, fieldset and legend

12 – Strike tags

<p><strike> java </strike></p>

13 – table

<table>

<tr><td>Sonoo</td><td>Jaiswal</td><td>60</td></tr>

</table>

 

 

Alphabet tag syntax

 

1. <ol type="A">

2. <li>HTML</li>

3. <li>Java</li>

4. <li>JavaScript</li>

5. <li>SQL</li>

6. </ol>

 

 

Test it Now

 

Output:

 

A. HTML

B. Java

C. JavaScript

D. SQL

 

HTML STYLE TAGS

 

 

 

1. <h3 style="color:green">This is Green Color</h3>

2. <h3 style="color:red">This is Red Color</h3>

 

Test it Now

 

Output:

This is Green Color

This is Red Color

 

HTML STYLE BACKGROUND COLOR

 

 

<h3 style="background-color:yellow;">This is yellow background</h3>

2. <h3 style="background-color:red;color:white">This is red background</h3>

 

Test it Now

 

Output:

This is yellow background

This is red background

 

 

 

Name of the scripting language

 

 

1 – Ajax (Asynchrous Javascipt & XML)

2 – HTML 5 (Web Technology)

3 – Jquery

4 – PHP

5 – Javascipt

6 – CSS3

7 – Jquery

 

 

Name of the Java Framwork

 

1 – Spring

2 – Hibernate

3 – EJB

4 - JSF

 

Comments