1 / 7
Télécharger la présentation
Hyperlinks
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
Summary of HTML/CSS • P. 36
3 pages • P.44 – the first page links to 2 others • http://wickedlysmart.com/hfhtmlcss • Chapter 2 - lounge • P. 46 – these are the actual files on the computer • P. 47 - <a> tag with href attribute
Breaking it down • <a href=“elixir.html”>elixirs</a> • Opening tag with attribute • Content • Closing tag • Can I put any content?
What are attributes again? • P. 51 • Always the same syntax
What about linking inside the page? • <a id="pagetop"></a> • <a href="#pagetop"> go to top </a> • id attribute can be used in any tag
More Related