16 Aug 2015

Inline Elements HTML

Inline Elements example in HTML


<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>Inline Elements</title>
    </head>
    <body>
        <span>This is the span element</span> This text is after the span element.
       
        <br>
           
        <strong>This is some strong text</strong>
        <em>This is some text with emphasis</em>
       
    </body>
</html>
Share:

0 comments:

Post a Comment