Continue

Address Text

The <address>...</address> element is used to contain any address.

Example

<!DOCTYPE html>

<html>

<head> <title>Address Example</title>

</head>

<body>

<address>kilinochchi, srilanka </address>

</body>

</html>

This will produce the following result:

kilinochchi srilanka 

Comments

Popular Posts