70 likes | 129 Views
ADVANCED HTML. Created by Miss Mary Victor. How to create a clickable button. Create a link and embed within that link the code for the image you want to be clickable(instead of the writing in blue).
E N D
ADVANCED HTML Created by Miss Mary Victor
How to create a clickable button • Create a link and embed within that link the code for the image you want to be clickable(instead of the writing in blue). • <a href=“http://thewebsiteiwant2go2.com”><img src=“theimagebutton.jpg” height=“50” width=“25” /> </a> • You could always add or remove height or width attributes.
Creating multiple pages • Create one file as the index.html (your homepage) • Create links to it to other pages as follows: • <a href=“otherpage.html”/> Go to my next page </a> • Don’t forget to create the “otherpage.html” • Idea: you could always link back to the main page from everypage you’ve got!
Embedding videos in the website • Open youtube • Open the video you want to embed in your website • Click on the embed button • Copy paste the code unto your website • E Voila!
Lastly, some colors • To color you background you say • <body bgcolor=“black”> • to color links other than the traditional blue and violet • <body vlink=“red” alink=“yellow”>