<html>
<head>
<style>
p {
display: inline;
}
</style>
</head>
<body>
<p>These two paragraphs generates inline boxes, and it results in</p>
<p>no distance between the two elements.</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_display_inline by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 31 Mar 2021 13:04:40 GMT -->
</html>