Creatingr web page using html part 2

Creating another web page using HTML

< !DOCTYPE html>
<html>
<head>
<title>contact page </title>
</head>
<body>
<h2> Do you need help? Contact mr j </h2>
<b>here are his details</b>
<i><b>phone no:<u>+234 816268</u>
<b>adress:</b> <em>no 104 wushishi crescent</em>
</body>
</html>
save this as "contact.html" then run it and see how will it look like.

codes description

what is new here is this

<b>-display bolg text

<i>-display italic text

<i> <b>-mixed of bold and italic

<u>-underline the text

now that we have our two pages let us joint them to gather using anchor tag

add this any were in your contact.html page

<a href="index.html">Home page</a>

copy this below codes and past them any were in your index.html page

<a href="contact.html">contact mr j</a>

save your changes and refresh your browser to see what will happen, if you see a blue text that say 'contact mr j on your index.html page click on it then it will take you to our contact mr j page the same thing will happen if you click blue text that say Home page on contct mr j page then it will take you back to our index.html page, so this is what we call link with this you can link as many pages as you like so that the visitors of your site will enter each page they like with just one click.

Thanks For You Reading The Post We are very happy for you to come to our site. Our Website Domain name http://hausanovelspdf.blogspot.com/.
Newer Posts Newer Posts Older Posts Older Posts

More posts

Comments

Post a Comment