Code
<!DOCTYPE html>
<html>
    <head>
        <style>
            span
            {
                display: block;
            }

            li
            {
                display: inline;
            }

        
</style>
    </head>
        <body>
            <span>Welcome to Wikitechy</span>
            <span>The best e-learning website in the world</span>
            <ul>
            <li><a href="http://www.wikitechy.com/">Wiki</a></li>
            <li><a href="http://www.wikitechy.com/">Techy</a></li>
            </ul>
        </body>

Result