A directed network (or graph) is a network in which each edge has a direction pointing from one vertex to another vertex.
In case of WWW , when we go from one page to another (to be more specific, say in same tab), we can always go back to previous page from the new page, which shouldn't be possible as in directed networks if two vertex are joined by unidirectional edge then there is only single path in between those vertices.