Created an index file for the comment section

This commit is contained in:
Priyanshu-su30 2022-10-16 00:50:35 +05:30 committed by GitHub
parent 9988da9174
commit 4cfab78686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
Comments/index.html Normal file
View File

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>HTML Tips and Tricks - Comments</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link href="https://fonts.googleapis.com/css2?family=Chilanka&display=swap" rel="stylesheet">
<link rel='stylesheet' type='text/css' media='screen' href='../main.css'>
</head>
<body>
<div class="comm">
<a href="../index.html" class="home">
<img src="../home.svg" alt="home" />
</a>
<h2>Comments</h2>
<span class="commentcolor" style="color:green">&lt;!-- This is a comment --&gt;</span>
<br>
<br>
<span class="tagnamecolor" style="color:brown"><span class="tagcolor" style="color:mediumblue">&lt;</span>p<span class="tagcolor" style="color:mediumblue">&gt;</span></span>
"This is a paragraph."
<span class="tagnamecolor" style="color:brown"><span class="tagcolor" style="color:mediumblue">&lt;</span>/p<span class="tagcolor" style="color:mediumblue">&gt;</span></span>
<span class="commetncolor" style="color:green">&lt;--Remember to add more information --&gt;</span>
</div>
</body>
</html>