Links

The web site hold my reading notes in code 201.

Links


*Links are created using the element. Users can click on anything between the opening tag and the closing tag. You specify which page you want to link to using the href attribute.* link

-Linking other pages: When you are linking to other pages within the same site, you do not need to specify the domain name in the URL. You can use a shorthand known as a relative URL.

linking pages



Opening links in a new window


< a href=”http:/www. htmlandcssbookcom/ #bottom” >


CSS-layout

h1 { position: fixed; top: 0px; left: 50px; padding: 10px; margin: 0px; width: 100%; background-color: #efefef;} p.example { margin-top: 100px;} __

body { width: 960px; margin: 0 auto;} #content { overflow: auto; height: 100%;} #nav, #feature, #footer { background-color: #efefef; padding: 10px; margin: 10px;} .column1, .column2, .column3 { background-color: #efefef; width: 300px; float: left; margin: 10px;} li { display: inline; padding: 5px;


JAVA SCRIPT functions

calling


6 Reasons for Pair Programming

devloper

Back to homw page