Common HTML 5 Tags: Defines A Comment
Common HTML 5 Tags: Defines A Comment
<head>
<meta http-equiv=Content-Type content=text/html; charset=UTF-8>
<title>Untitled Document</title>
</head>
<header>
<h1>Carl Nestor</h1>
<img src="_images/apples.jpg" alt="Masthead Image" width="940" height="198">
</header>
<nav>
<li> <a href="http://www.carlnestor.com/web">Web Design</a></li>
<li> <a href="http://www.carlnestor.com/vc">Visual Communications</a></li>
<li> <a href="http://www.carlnestor.com/resources">Resources</a></li>
</nav>
<p>The p element automatically creates some space before and after itself. The space is
automatically applied by the browser, or you can specify it with CSS. You should not
use the p element when other elements are more appropriate. </p>
The <dl> tag defines a definition list. The <dl> tag is used in conjunction with the <dl>
and <dd> tags. The <dt> defines the item in the list and the <dd>describes the item in
the list.
<dl>
<dt>Dr. Roger Snyder,</dt> <dd>President</ddt>
</dd><dt>Robert Brown, R.N.,BSN, MSN, </dt><dd>Vice President</dd>
<dt>Karen Smith, Ph.D, </dt> <dd>Secretary</dd>
<dt> James Jones,</dt> <dd> Treasurer</dd>
</dl>
autoplay autoplay If present, the audio will start playing as soon as it is ready.
controls controls If present, controls will be displayed, such as a play button.
loop loop If present, the audio will start over again, every time it is finished.
preload auto Specifies if the audio should be loaded when the page loads. Ignored if
metadata autoplay is present.
none