Hyperlinks are important! They’re what makes the web a web.
Hyperlinks allow users to link documents to other documents or resources, link to specific parts of documents, or make apps available at a web address.
Pretty much any web content can be turnedminto a link so when you click it the web browsers goes to another web address or URL.
A normal link is created by wrapping the text or other content inside an element and using the href attribute, also known as hypertext reference or target.
If you have an image you want to make into a link, use the element to wrap the image file referenced with the element.
HTML Questions
Potioning allows users to take elements out of normal document flows and make them act differently. Positioning allows users to produce interesting results by overriding normal doc flows.
Static Positioning is the default that every element gets. This just means put the element intovits normal position in the document flow.
Relative Positioning is similar to static. The difference is that once the positioned element has taken its place in the normal flow you can modify its final position.
CSS Questions
Functions requires parameters to be specifed when you are invoking them- these are values that need to be included inside the function parentheses, which it needs to do its job properly.
SOme parameters are opitonal and you dont have to specify those. If you dont , the fucntion will adopt some kind of default behavior.
JavaSScript Questions
Micellaeous questions