Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion HTML Basic/HTML/Chapter1.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<body>
<h1>This is a Heading.</h1>
<P>This is a paragraph.</P>
<p color="red">this is coloured paragraph</p>
</body>
</html>
</html>
5 changes: 3 additions & 2 deletions HTML Basic/HTML/Chapter1_1.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<a href="http://www.yahoo.com" target="_blank">Yahoo</a>
<img src="http://www.w3schools.com/images/w3logotest2.png" alt="W3Schools.com" >
<img src="http://www.w3schools.com/images/w3logotest2.png" alt="W3Schools.com" height="300" weight="300" >

<a href="Chapter1.html" target="_blank">chapter1</a>
<a href="Chapter1.html" target="_blank">chapter1</a>
//you can also create designed links