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>
<!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>
0 comments:
Post a Comment