The XML taglib namespace URI does not point to a real web resource or something. It just points to the same value as the <namespace>
entry of the .taglib.xml
file of the XML taglib in question in the runtime classpath, which in case of JSF taglibs (and lot others) just happens to be a HTTP URL. In case of Mojarra, you can find the declaration in the /com/sun/faces/metadata/taglib/html_basic.taglib.xml
file of the jsf-impl.jar
file.
If you're encountering problems with referencing JSF HTML tags, then the cause lies somewhere else.