<p> Paragraph Tag
A paragraph into web document. HTML paragraph define using <p> tag.
Example-
<body>
<p> This is my first Paragraphs </p>
<p> This is my Second Paragraphs </p>
</body>
HTML Comment Tag
Defines the Comments <!-- Your Comment --> tag.
Example-Code:
<body>
<img src="../../jix/abcd.jpeg" width="380" height="70" /> <!--Image File-->
</body>
HTML Images Tag
To display Images into web document. HTML Images are define inside the <img> tag.
Example-Code:
<body>
<img src="../../jix/abcd.png" width="380" height="70" />
</body>
Defines the Link in internal or External document. <a> tag is also called anchor tag used for link the
document offline within the page.
Example-
<body>
<a href="http://www.newtechtutorials.blogspot.com/">HTML Web Development Tutorial</a>
</body>
A paragraph into web document. HTML paragraph define using <p> tag.
Example-
<body>
<p> This is my first Paragraphs </p>
<p> This is my Second Paragraphs </p>
</body>
HTML Comment Tag
Defines the Comments <!-- Your Comment --> tag.
Example-Code:
<body>
<img src="../../jix/abcd.jpeg" width="380" height="70" /> <!--Image File-->
</body>
HTML Images Tag
To display Images into web document. HTML Images are define inside the <img> tag.
Example-Code:
<body>
<img src="../../jix/abcd.png" width="380" height="70" />
</body>
HTML Link Tag
Defines the Link in internal or External document. <a> tag is also called anchor tag used for link the
document offline within the page.
Example-
<body>
<a href="http://www.newtechtutorials.blogspot.com/">HTML Web Development Tutorial</a>
</body>
1 comment:
JDBC technology drivers fit into one of four categories.[2]
JDBC-ODBC bridge
Native-API driver
Network-Protocol driver (Middleware driver)
Database-Protocol driver (Pure Java driver)
Post a Comment