<html>			<!--root tag-->
	<head>		<!--meta tag-->
			<title><!--title tag-->
			inline concept
			</title>
	</head>
	<body><!--body tag; it is a container-->
		<div><span>learning inline concep. In this the text is placed in same line.It doesnot break the line.t</span></div>
		<!--An inline element does not start  a new line 
		and takes up as much width as necessary.
	      We have many such inline elements:
	      br,big,buttom,dfn,output etc
	      -->
	</body>
</html>
