Prev | Current Page 438 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"

The path can also be
navigated backward, from child to parent, using two dots in place of a directory name. A relative path
starting with a slash symbol ( / ) indicates that the URI is relative to the current host address and not to
the current address.
Thus, if the current page URI is http:// www.example.com/pages/first.htm the relative path
second.htm will point to the address http:// www.example.com/pages/second.htm . The relative
path /images/logo.png will point to http:// www.example.com/images/logo.png . The same URI
can be defined as the relative path ../images/logo.png .
An HTML Crash Course
HTML is a language describing the structure of a text. Each HTML file describes a single page that can
contain references (hyperlinks) to other pages. The language is based on markups, technically known as
tags, which are keywords enclosed in angular brackets. Two tags, one opening and one closing, delimit
the elements that can have contents (text and/or sub - elements), whereas the elements that contain
nothing are described using the empty tag.


Pages:
426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450