XHTML / CSS - Creating a Link Within a Webpage

You may want to link to certain sections within your webpage. You will need to make a name for the heading you are trying to link to (


Then when you create a link and want to link it to the section you want link to the name. (i.e. a href="#here")

https://www.youtube.com/watch?v=tUemovUZHOo&index=7&list=PLC1322B5A0180C946

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram