Tue, 2015-09-22 12:11
if you have to code and address that looks like below :
http://i.imgur.com/XC2tIly.jpg , how would you code it ?
I got this from the manipal hospital site , http://www.sakraworldhospital.com/contact-us.php ,
I just want to see the HTML , no css , what would be the semantic way to code this ?
Thank you.
Tue, 2015-09-22 18:03
#1
This is one way
<hx>Address</hx> <pre>Manipal Hospital Bangalore NAL Bus Stop Old Airport Rd Kodihali Bengalaluru, Karnataka 560017 </pre> <hx>Email</hx> <p>Info@manipalhospitals.com</p> <hx>Telephones</hx> <dl> <dt>Voice</dt> <dd>1800-3001-4000</dd> <dt>Fax</dt> <dd>080-2526 6757</dd> </dl>
cheers,
gary
Tue, 2015-09-29 13:14
#2
Thanks alot gary
Thanks gary ! that will do