mirror of
https://github.com/atapas/html-tips-tricks.git
synced 2024-11-16 00:38:26 +01:00
Merge pull request #2 from Priyanshu-su30/Priyanshu-su30-patch-4
Created an index file for the comment section
This commit is contained in:
commit
0ad3dad02f
1 changed files with 28 additions and 0 deletions
28
Comments/index.html
Normal file
28
Comments/index.html
Normal 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"><!-- This is a comment --></span>
|
||||
<br>
|
||||
<br>
|
||||
<span class="tagnamecolor" style="color:brown"><span class="tagcolor" style="color:mediumblue"><</span>p<span class="tagcolor" style="color:mediumblue">></span></span>
|
||||
"This is a paragraph."
|
||||
<span class="tagnamecolor" style="color:brown"><span class="tagcolor" style="color:mediumblue"><</span>/p<span class="tagcolor" style="color:mediumblue">></span></span>
|
||||
<span class="commetncolor" style="color:green"><--Remember to add more information --></span>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue