Tag List

 Tag

  • img - Using this tag we can display image control on browser. It is providing no of properties src(source), width etc.

           ex. <img src="image_name.jpg" width="100px"  title="logo image">

  • Anchor- By using this tag we can display hyperlinks on browser "href" is a property to specify. 

ex. <a href="https://google.com"> open</a>

<b>- To display text in bold

<hr>- to provide horizontal ruler.

<strike>- ti strike the content.

<h1>

<h2>

<h3>

<h4>

<h5>

<p>

<span>

<div>

<title>

<head>

<body>

<html>

<style>

<br>



Post a Comment

0 Comments