"HTML & CSS": By, Vivek Kumar
"HTML & CSS": By, Vivek Kumar
We are using VS code for Coding, we can use Atom, notepad, notepad++
Structure of Html:
Some
helps
This is main
body where we
write all coding.
<h1> tag
Exercise 1:
Source code
For adding links to websites : we use Anchor tag “<a> </a>” ,
It’s Result:
H
This Link will take you to Facebook.com
E
R
E This will take you “Thanks.html” whose path is html tutorial/ Thank
page/Thanks.html,
o Now if we want to add another page link to Home page, we can do this by anchor tag:
This is link for previous page “Link.html”, “../” is used for going back as
‘link.html’ page is in previous directory (html tutorial) .
It’s Result: