1 / 6

ADVANCED HTML

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).

jchisolm
Download Presentation

ADVANCED HTML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ADVANCED HTML Created by Miss Mary Victor

  2. 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.

  3. 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!

  4. 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!

  5. 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”>

  6. Good LUCK!

More Related