Sunday 9 December 2018

how to create a link and make a website template windows

how to create a link and make a website template windows


step1-> click at the start button >click at the all Programs> click at the Accessories
option> click at the Notepad.

step2-> Then type home page with name index.html
 look like this code
<html>
<head>
<title>Links</title>
</head>
<body>
<h1 id="top">international youth acuity</h1>
<p>international youth acuity is a not-for-profit website dedicated to independent articals. We seek to support and inspire reads and provided better knowge to world wide.</p>

<h2> Menu list</h2>
<a href="about.html">about</a>
<a href="about-us.html">about-us</a>
<a href="contact.html">contact</a>
<a href=email-links.html">email-links</a>
<a href="example.html">example</a>
<a href="index.html"></a>
<a href="linking-to-a-specific-part.html">linking-to-a-specific-part</a>
<a href="linking-to-other-pages.html">linking-to-other-pages</a>
<a href="linking-to-other-sites.html">linking-to-other-sites</a>
<a href="movies.html">movies</a>
<a href="opening-links-in-a-new-window.html">opening-links-in-a-new-window</a>
<a href="writing-links.html">writing-links</a>
</body>
</html>

step3-create a folder with name folder
step4- click at the file menu in note pad then click at the save button
step5- select allfile open in a save as file type then type name index.html save it in created folder.

1 comments:

Post a Comment