http - What is the correct placement, in an url, of a #bookmark and ?parameters? -


is

url?params#bookmark, e.g. google.com?search=blahblah#bookmark 

or

url#bookmark?params 

have tried both , work, i'm wondering if there "correct" way this?

why need ask find on first result returned google?

check wikipedia article url:

scheme:[//[user:password@]host[:port]][/]path[?query][#fragment] 

or rfc 3986 - uniform resource identifier (uri): generic syntax:

uri         = scheme ":" hier-part [ "?" query ] [ "#" fragment ]        foo://example.com:8042/over/there?name=ferret#nose      \_/   \______________/\_________/ \_________/ \__/       |           |            |            |        |    scheme     authority       path        query   fragment       |   _____________________|__      / \ /                        \      urn:example:animal:ferret:nose 

Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -