A sample code to represent HTML logo

This commit is contained in:
Ritikraja07 2022-10-11 20:31:49 +05:30
parent 9988da9174
commit 099ba7eabf
1 changed files with 16 additions and 0 deletions

16
contribution.html Normal file
View File

@ -0,0 +1,16 @@
<!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>Git project</title>
</head>
<body>
<h1>HTML5</h1>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/HTML5_logo_and_wordmark.svg/768px-HTML5_logo_and_wordmark.svg.png?20170517184425" alt="HTML5 logo" height="400">
<p>
<b>This is a sample page.</b>
</p>
</body>
</html>