SPAN TAG
Code :
<!doctype html>
<html>
<head>
<title>pre Tag</title>
</head>
<body>
<h1>div Tag in HTML</h1>
<p>
The HTML <span> tag is used for grouping and applying styles to inline elements.<br><br>
There is a difference between the span tag and the div tag. The span tag is used with inline elements while div tag is used with block-level content.
</p>
<p>This is a paragraph <span style="color:green;">of span tag.</span>
</body>
</html>
WEB VIEW :
Come again Learn again !
< iCodeBuzz />
No comments:
Post a Comment