<html>
<frameset rows="50%,50%">
<frameset cols="50%,50%">
<frame src="http://dalyngs4.blogspot.com/">
<frame src="http://viereckquestion.blogspot.com/">
</frameset>
<frameset cols="50%,50%">
<frame src="file:///Users/ict2/Desktop/Dalyngs%20HTML/Links%202.html">
<frame src="file:///Users/ict2/Desktop/Dalyngs%20HTML/Test.html">
</frameset>
</frameset>
</html>
Wednesday, January 18, 2012
13 HTML Images Part 3
<html>
<body>
<p>ELITE
<img src="Eli manning.jpeg" alt="Champions" align="bottom" width="400" height="400" />
</p>
<h4>Table headers:</h4>
<table border="1">
<tr>
<th>Page 1</th>
<th>Page2</th>
<th>Page3</th>
<th>Page4</th>
</tr>
</table>
<table border="1">
<tr>
<th bgcolor="orange">Favorite Rappers</th>
<td bgcolor="red">Favorite Movies</td>
<tr>
<th bgcolor="indigo">Lil Wayne</th>
<td bgcolor="green">Hangover</td>
</tr>
<tr>
<th bgcolor="purple">Wale</th>
<td bgcolor="yellow">Iron Man</td>
</tr>
<tr>
<th bgcolor="gray"> Drake</th>
<td bgcolor="blue">Insidious</td>
</tr>
</table>
<table border="0" bgcolor="red">
<tr>
<td>Period</td>
<td>Class</td>
<td>Room</td>
</tr>
<tr>
<td>2</td>
<td>ICT</td>
<td>118</td>
</tr>
<tr>
<td>3</td>
<td>Lunch</td>
<td>Lunch Room</td>
</tr>
<tr>
<td>4</td>
<td>PE</td>
<td>Gym</td>
</tr>
<tr>
<td>5</td>
<td>A.P. Calculus</td>
<td>Class Room</td>
</tr>
<tr>
<td>6</td>
<td>English</td>
<td>Class Room</td>
</tr>
<tr>
<td>7</td>
<td>A.P. Chemistry</td>
<td>Class Room</td>
</tr>
</table>
</body>
</html>
<body>
<p>ELITE
<img src="Eli manning.jpeg" alt="Champions" align="bottom" width="400" height="400" />
</p>
<h4>Table headers:</h4>
<table border="1">
<tr>
<th>Page 1</th>
<th>Page2</th>
<th>Page3</th>
<th>Page4</th>
</tr>
</table>
<table border="1">
<tr>
<th bgcolor="orange">Favorite Rappers</th>
<td bgcolor="red">Favorite Movies</td>
<tr>
<th bgcolor="indigo">Lil Wayne</th>
<td bgcolor="green">Hangover</td>
</tr>
<tr>
<th bgcolor="purple">Wale</th>
<td bgcolor="yellow">Iron Man</td>
</tr>
<tr>
<th bgcolor="gray"> Drake</th>
<td bgcolor="blue">Insidious</td>
</tr>
</table>
<table border="0" bgcolor="red">
<tr>
<td>Period</td>
<td>Class</td>
<td>Room</td>
</tr>
<tr>
<td>2</td>
<td>ICT</td>
<td>118</td>
</tr>
<tr>
<td>3</td>
<td>Lunch</td>
<td>Lunch Room</td>
</tr>
<tr>
<td>4</td>
<td>PE</td>
<td>Gym</td>
</tr>
<tr>
<td>5</td>
<td>A.P. Calculus</td>
<td>Class Room</td>
</tr>
<tr>
<td>6</td>
<td>English</td>
<td>Class Room</td>
</tr>
<tr>
<td>7</td>
<td>A.P. Chemistry</td>
<td>Class Room</td>
</tr>
</table>
</body>
</html>
13 HTML Images Part 2
<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>
<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>
13 HTML Images Part 1
<html>
<body>
<form name="input" action="html_form_action.asp" method="get">
<input type="radio" name="sex" value="GRADE" /> A<br />
<input type="radio" name="sex" value="GRADE" /> B<br />
<input type="radio" name="sex" value="GRADE" /> C<br />
<input type="radio" name="sex" value="GRADE" /> D<br />
<input type="radio" name="sex" value="GRADE" /> E<br />
<input type="submit" value="Submit" />
</form>
<h4>Table headers:</h4>
<table border="1">
<tr>
<th><a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/Netiquette%20Project">Page 1</a></th>
<th><a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/Links%202.html">Page 2</a></th>
<th><a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/Links%20Pages~">Page 3</a></th>
<th><a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/page3.html">Page 4</a>
</th>
<th><a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/page4.html">Page 5</a></th>
<th><a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/page5.html">Page 6</a></th>
</tr>
</table>
<form action="">
Name: <input type="text" name="Name" /><br />
ID Number: <input type="text" name="ID Number" />
Phone Number: <input type="text" name="Phone Number" /><br />
Email: <input type="text" name="Email" />
</form>
<form name="input" action="http://viereckquestion.blogspot.com/" method="get">
<input type="checkbox" name="vehicle" value="Pen" /> I need a Pen<br />
<input type="checkbox" name="vehicle" value="Notebook" /> I need a Notebook
<br /><br />
<input type="checkbox" name="vehicle" value="Pencil" /> I need a Pencil<br />
<input type="checkbox" name="vehicle" value="Eraser" /> I need an Eraser
<br /><br />
<input type="checkbox" name="vehicle" value="Computer" /> I need a Computer<br />
<input type="submit" value="Submit" />
</form>
<form action="">
<select name="Graduation Year">
<option value="2010">2010</option>
<option value="2011">2011</option>
<option value="2012" selected="selected">2012</option>
<option value="2013">2013</option>
</select>
</form>
<body background="hakeem nicks.jpeg">
<p>An image
<img src="Ny giants Champions.jpg" alt="Champions" align="bottom" width="40" height="40" />
with align="bottom".</p>
</body>
</html>
<body>
<form name="input" action="html_form_action.asp" method="get">
<input type="radio" name="sex" value="GRADE" /> A<br />
<input type="radio" name="sex" value="GRADE" /> B<br />
<input type="radio" name="sex" value="GRADE" /> C<br />
<input type="radio" name="sex" value="GRADE" /> D<br />
<input type="radio" name="sex" value="GRADE" /> E<br />
<input type="submit" value="Submit" />
</form>
<h4>Table headers:</h4>
<table border="1">
<tr>
<th><a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/Netiquette%20Project">Page 1</a></th>
<th><a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/Links%202.html">Page 2</a></th>
<th><a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/Links%20Pages~">Page 3</a></th>
<th><a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/page3.html">Page 4</a>
</th>
<th><a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/page4.html">Page 5</a></th>
<th><a href="file:///Users/ict2/Desktop/Dalyngs%20HTML/page5.html">Page 6</a></th>
</tr>
</table>
<form action="">
Name: <input type="text" name="Name" /><br />
ID Number: <input type="text" name="ID Number" />
Phone Number: <input type="text" name="Phone Number" /><br />
Email: <input type="text" name="Email" />
</form>
<form name="input" action="http://viereckquestion.blogspot.com/" method="get">
<input type="checkbox" name="vehicle" value="Pen" /> I need a Pen<br />
<input type="checkbox" name="vehicle" value="Notebook" /> I need a Notebook
<br /><br />
<input type="checkbox" name="vehicle" value="Pencil" /> I need a Pencil<br />
<input type="checkbox" name="vehicle" value="Eraser" /> I need an Eraser
<br /><br />
<input type="checkbox" name="vehicle" value="Computer" /> I need a Computer<br />
<input type="submit" value="Submit" />
</form>
<form action="">
<select name="Graduation Year">
<option value="2010">2010</option>
<option value="2011">2011</option>
<option value="2012" selected="selected">2012</option>
<option value="2013">2013</option>
</select>
</form>
<body background="hakeem nicks.jpeg">
<p>An image
<img src="Ny giants Champions.jpg" alt="Champions" align="bottom" width="40" height="40" />
with align="bottom".</p>
</body>
</html>
Tuesday, January 10, 2012
8. HTML Links
HTML Links
What are hyperlinks used for?
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.Create hyperlinks
What does this example demonstrate?
How to use a link to go to a specific page.
An image as a link
What does this example demonstrate?
Create a link of an image
What can you link to?
What can you use to create a link?
What is an anchor tag?
What type of resources can an anchor tag point to?
What is the Href Attribute used for?
Give an example of an anchor tag and a Href Attribute.
What is the Target Attribute used for?
Give an example of an anchor tag and a Target Attribute.
What is the Name Attribute used for?
Give an example of an anchor tag and a Name Attribute.Open a link in a new browser window
What does this example demonstrate?
Give an example of this tag and attribute?Link to a location on the same page
What does this example demonstrate?
Give an example of this tag and attribute?Break out of a frame
What does this example demonstrate?
Give an example of this tag and attribute?Create a mailto link
What does this example demonstrate?
Give an example of this tag and attribute?Create a mailto link 2
What does this example demonstrate?
Give an example of this tag and attribute?
What are hyperlinks used for?
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.Create hyperlinks
What does this example demonstrate?
How to use a link to go to a specific page.
An image as a link
What does this example demonstrate?
Create a link of an image
What can you link to?
What can you use to create a link?
What is an anchor tag?
What type of resources can an anchor tag point to?
What is the Href Attribute used for?
Give an example of an anchor tag and a Href Attribute.
What is the Target Attribute used for?
Give an example of an anchor tag and a Target Attribute.
What is the Name Attribute used for?
Give an example of an anchor tag and a Name Attribute.Open a link in a new browser window
What does this example demonstrate?
Give an example of this tag and attribute?Link to a location on the same page
What does this example demonstrate?
Give an example of this tag and attribute?Break out of a frame
What does this example demonstrate?
Give an example of this tag and attribute?Create a mailto link
What does this example demonstrate?
Give an example of this tag and attribute?Create a mailto link 2
What does this example demonstrate?
Give an example of this tag and attribute?
Wednesday, January 4, 2012
1/4/12 Question of the Day: Do you think Robots or Computers can replace teachers and or schools?
Neither robots or computers can replace teachers. Their are humanlike qualities technology can act or duplicate. These including effective showing of feelings and just a friend who you can effectively talk to about any situation.
1/3/12 Question of the Day: Do you think this is the wave of the future or just a gimmick?
This is just a gimmick, its a lazy way of completing the task at hand. Personally I can complete the task at the situation faster and equally effectively as the vocal app in the iphone and mac desktop.
Subscribe to:
Posts (Atom)