^ Zona Info: Tag Html Base

Tag Html Base

Zona Info | Ilmu Komputer |  Juni 20, 2017
Post by: Ian

Tag Html Base
Contoh:
<head>
    <title>Peppers</title>
    <base href="http://www.somedomain.com/someDirectory/">
</head>
<body>
    <p><a href="somePlace.html">This</a> will actually link to http://www.somedomain.com/someDirectory/somePlace.html.</p>
    <div><img src="someImage.jpg" alt="Some image"></div>
    <p> The location of the above image will be actually be http://www.somedomain.com/someDirectory/someImage.jpg.</p>
</body>
Preview:
This will actually link to http://www.somedomain.com/someDirectory/somePlace.html.
Some image
The location of the above image will be actually be http://www.somedomain.com/someDirectory/someImage.jpg.

No comments:

Post a Comment