HTML paragraphs are defined with the <p> tag.
<p title="About History">
W3Schools is a web developer's site.
It provides tutorials and references covering
many aspects of web programming,
including HTML, CSS, JavaScript, XML, SQL, PHP, ASP, etc.
</p>
HTML links are defined with the <a> tag. The link address is specified in the href attribute:
<a href="http://www.google.com">This is a link</a>
<p title="About History">
W3Schools is a web developer's site.
It provides tutorials and references covering
many aspects of web programming,
including HTML, CSS, JavaScript, XML, SQL, PHP, ASP, etc.
</p>
HTML links are defined with the <a> tag. The link address is specified in the href attribute:
<a href="http://www.google.com">This is a link</a>
0 comments:
Post a Comment