<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Inline and Block elements</title>
</head>
<body>
<strong style="border: 2px solid red;"">This is a Paragraph</strong><p style="border: 2px solid blue;"">This is also a Paragraph</p>
<p style="border: 2px solid red;"">This is a Paragraph</p><p style="border: 2px solid blue;"">This is also a Paragraph</p>
<span style="border: 2px solid green;"">This is Span</span> <span style="border: 2px solid pink;"">This a also Span</span>
<a style="border: 2px solid red;"">This is a Paragraph</a><a style="border: 2px solid blue;"">This is also a Paragraph</a>
</body>
</html>
No comments:
Post a Comment