<html>
<body>
<h4>Lists</h4>
<table border="1">
<tr>
<th>Page 1</th>
<th>Page2</th>
<th>Page3</th>
<th>Page4</th>
</tr>
</table>
<h4>5 Favorite Foods</h4>
<ol>
<li>Chicken</li>
<li>Cinnamon Toast Crunch</li>
<li>Spagetti</li>
<li>Iced Tea</li>
<li>Pizza</li>
</ol>
<h4>Favorite Sport Teams & Stores</h4>
<ul>
<li>Modells</li>
<li>Old Navy</li>
<li>Chinese Store</li>
<li>LAA Angels</li>
<li>NY GIANTS</li>
</ul>
<h4><b>Class Schedule</b></h4>
<ul>
<li>2nd Period <ul>
<li>HTML</li></ul>
</li>
<li>3rd Period <ul>
<li>Lunch</li></ul>
</li>
<li>4th Period <ul>
<li>Gym</li></ul>
</li>
<li>5th Period <ul>
<li>A.P. Calculus</li></ul>
</li>
<li>6th Period <ul>
<li>English</li></ul>
</li>
<li>7th Period <ul>
<li>A.P. Chemistry </li></ul>
</li>
<h4>The Definition List:</h4>
<dl>
<dt>HTML Elements</dt>
<dd>An HTML element is everything from the start tag to the end tag</dd>
<dt>HTML Basic Tags</dt>
<dd>An HTML element starts with a start tag / opening tag
An HTML element ends with an end tag / closing tag</dd>
<dt>HTML Formatting</dt>
<dd>HTML uses tags like <b> and <i> for formatting output, like bold or italic text</dd>
<dt>HTML Entities</dt>
<dd>To display a less than sign we must write: < or <</dd>
<dt>HTML Links</dt>
<dd>A hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document</dd>
<dt>HTML Frames</dt>
<dd>With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the others</dd>
<dt> HTML Tables </dt>
<dd>With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the others</dd>
<dt>HTML Lists</dt>
<dd>The most common HTML lists are ordered and unordered lists</dd>
</dl>
<p>Super Man
<img src="JPP.jpg" alt="Champions" align="bottom" width="400" height="400" />
</p>
<a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/Netiquette%20Project">Page 1</a>
<a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/Links%202.html">Page 2</a>
<a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/Links%20Pages~">Page 3</a>
<a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/page3.html">Page 4</a>
<a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/page4.html">Page 5</a>
</body>
</html>
No comments:
Post a Comment