<!DOCTYPE html> <html> <body> <header> <h1> web site </h1> <p> website is a set of informative webpages running on the broswers. </p> <dl> <dt>Home</dt> <dd> <a href="http://www.codingb.com/html"> Visit home page </a> </dd> <dt>HTML</dt> <dd> <a href="http://www.codingb.com/html"> Learn html </a> </dd> </dl> </header> </body> </html>
Run
×
Share