Create address code |
Address is one common element within a document. In particular HTML tag address supplied. With this tag, the writing of the address can be standardized.
Begins with the tag <address>, and ends with </ address>. Each line in the writing addresses separated by using tags Reviews.
Examples of writing the <address> :
<html>
<head><title>Create Text Address</titile>
</head>
<body>
<address>
A-Flash blogger street<br>
Number 3<br>
Japan<br>
</address>
</body>
</html>