<spam> tag in HTML 5

In this articles i am going to explain about spam tag in HTML 5.
  • 7796

Definition

The <span> tag supports in both HTML5 and HTLM4.01. The HTML <span> tag is used for grouping and applying styles to inline elements. The <span> tag provides no visual change by itself

Support browser in <Span> tag.

Chrome,  Firefox,  Opera,  Internet Explorer 9  and  Safari.

Lets take an example of <Spam> tag

<html>
<body>
    <p>
        My cat has <span style="color: lightblue">light blue</span> eyes.</p>
</body>
</html>

 

Output

  Clipboard04.jpg

Further Readings

You may also read more about HTML5 here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.