jueves, 26 de marzo de 2020

CSS_P2.1_BACKGROUND_COLOR_SOLORIO

<html>
<head>
<meta charset="UTF-8">
<title>Font Family</title>
<style type="text/css">
        body{
            font-family: Georgia, Times, serif;}
        h1.h2{
            font-family: Arial, Verdana, sans-serif;}
        .credits{
            font-family: 'Courier New', Courier, monospace;
        }
</style>
</head>
<body>
<h1>Briards</h1>
<p class="credits">by ivy Duckett</p>
<p class="intro">The <a class="breed" href="http//:en.wikipedia.org/wiki/Briard">Briard</a>. or breger de brei, is a large breed of dog traditionally used as herder and guardian of sheep..</p>
</body>
</html>

CSS_P2.1_FOREGROUND_COLOR_SOLORIO

<html>
<head>
<title>Color</title>
<style>
        body{
            background-color: silver;
            color: white;
            padding: 20px;
            font-family: Arial, Verdana, sans-serif;
        }
        h1{
            background-color: #ffffff;
            background-color: hsla(0, 100%, 100%, 0,5);
            color: #64645A;
            padding: inherit;
        }
        p{
            padding: 5px;
            margin: 0px;
         
        }
        p.zero{
            background-color: rgb(238, 62, 128);

        }
        p.one{
            background-color: rgb(244, 90, 139);
        }
        p.two{
            background-color: rgb(243, 106, 152);
        }
        p.three{
            background-color: rgb(244, 123, 166);
        }
        p.four{
            background-color: rgb(245, 140, 178);
        }
        p.five{
            background-color: rgb(246, 159, 192);
        }
        p.six{
            background-color: rgb(245, 176, 204);
        }
        p.seven{
            background-color: rgb(0, 187, 136);
        }
        p.eigth{
            background-color: rgb(140, 202, 242);
        }
        p.nine{
            background-color: rgb(114, 193, 240);
        }
        p.ten{
            background-color: rgb(84, 182, 237);
        }
        p.eleven{
            background-color: rgb(48, 170, 233);
        }
        p.twelve{
            background-color: rgb(0, 160, 230);
        }
        p.thirteen{
            background-color: rgb(0, 149, 226);
        }
        p.fourteen{
            background-color: rgb(0, 136, 221);
        }
</style>
</head>
<body>
    <h1>pH Scale</h1>
    <p class="fourteen">14.0 VERY ALKALINE</p>
    <p class="thirteen">13.0</p>
    <p class="twelve">12.0</p>
    <P class="eleven">11.0</P>
    <p class="ten">10.0</p>
    <p class="nine">9.0</p>
    <p class="eigth">8.0</p>
    <p class="seven">7.0 NEUTRAL</p>
    <p class="six">6.0</p>
    <p class="five">5.0</p>
    <p class="four">4.0</p>
    <p class="three">3.0</p>
    <p class="two">2.0</p>
    <p class="one">1.0</p>
    <p class="zero">0.0 VERY ACID</p>
</body>
</html>

CSS_P1.0_INTRODUCTION_SOLORIO

<html>
<head>
<title>Introducing CSS</title>
<link rel="stylesheet" href="css/example.css" type="text/css">
<title>Using External CSS</title>
<link rel="stylesheet" href="css/styles.css" type="text/css">
<style type="text/css">
    body{
        font-family: Arial, Helvetica, sans-serif;
        background-color:rgb(255.255.255) ;
    }
        </style>
    <title>Using Internal CSS</title>
    <style type="text/css">
    body{
        font-family: arial:
        background-color: rgb(185.179.175);
    }
    h1{
        color: rgb(255.255.255);
    }
    *{
        font-family: Arial, Verdana, sans-serif;
    }
    h1{
        font-family: 'Courier New', Courier, monospace;
    }
    i{
        color: green;
    }
    i{
        color: red;
    }
    b{
        color: pink;
    }
    p b{
        color: blue limportant;
    }
    p b{
        color: violet;
    }
    p#intro{
        font-size: 100%;
    }
    p{
        font-size: 75%;
    }
    body{
        font-family: Arial, Helvetica, sans-serif;
        color: #665544;
        padding: 10px;
    }
    .page{
        border: 1px solid #665544;
        background-color: #efefef;
        padding: inherit;
    }
</style>
</head>
<body>
<h1>From Garden to Plate</h1>
<p>A <i>potager</i>is a French term for an ornamental vegetable or kitchen garden ...</p>
<h2>Waht to Plant</h2>
<p>Plants are chosen as much for their functionality as for their color and form ...</p>
<div class="page">
<h1>Potatoes</h1>
<p id="intro">There are <i> dozens</i> of differen <b>potato</b> varieties.</p> <p>They are usually described as early. second early and maincrop</p></div>
<h1 id="top">Kitchen Garden Calendar</h1>
<p id="introduction">Here you cand read our handy guide about to do when.</p>
<h2>Spring</h2>
<ul>
<li><a href="mulch.html">Spring mulch beds</a></li>
<li><a href="potato.html">Plant out early potatoes</a></li>
<li><a href="tomato.html">Sow tomato seeds</a></li>
<li><a href="beet.html">Sow beet seeds</a></li>
<li><a href="zucchini.html">Sow zucchini seeds</a></li>
<li><a href="rhubarb.html">Deadhead rhubarb  flowers</a></li>
</ul>
<p class="note">
This page was written by
<a href="mailto:ivy@example.org">ivy@example.org</a>for <a href="http://www.example.org">Example</a>
</p>
<p><a href="#top">Top of Page</a></p>
</body>
</html>


lunes, 16 de marzo de 2020

S30_Index_Solorio

<html>
<body background="muro.jpg">
<h1 align="center"><img src="Material.png" width="100" height="100"><p align="top"><font size=7>Materials for construction</font><p></h1><hr/>
<br /><br />
<table height="50" align="center" border cellspacing="1" bgcolor="black">
<tr>
<th bgcolor="white" scope="col"><a href="S30_Contact_Solorio.html"><font size=4.5>Contact us</font></a></th>
<th bgcolor="white" scope="col"><a href="S30_Cement_Solorio.html"><font size=4.5>Cement and elements</font</a></th>
<th bgcolor="white" scope="col"><a href="S30_Brick_Solorio.html"><font size=4.5>Bricks and blocks</font></a></th>
<th bgcolor="white" scope="col"><a href="S30_Wires_Solorio.html"><font size=4.5>Wires and fences</font></a></th>
<th bgcolor="white" scope="col"><a href="s30_Wood_Solorio.html"><font size=4.5>Wood</font></a></th>
</tr>
</table>
<p align="center"><b>@Copyright 2020 SSLS</b></p>
</body>
</html>

S29_HTML_Form_Solorio

<html>
<body>
<form action="http://www.example.com/login/" method="post">
<label for="username">Username:</label>
<input type="text" name="username" required="required" /><br />
<label for="password">Password:</label>
<input type="password" name="password" required="required" />
<input type="submit" value="Submit" />
</form>
<form action="http://www.example.com/bookings/" method="post">
<label for="username">Departure date:</label>
<input type="date" name="depart" />
<input type="submit" value="Submit" />
</form>
<form action="http://www.example.org/subscribe.php">
<p>Please enter your email address:</p>
<input type="email" name="email" />
<input type="submit" value="Submit" />
</form>
<form action="http://www.example.org/profile.php">
<p>Please enter your website address:</p>
<input type="url" name="website" />
<input type="submit" value="Submit" />
</form>
<form action="http://www.example.org/search.php">
<p>Search:</p>
<input type="search" name="search" />
<input type="submit" value="Search" />
</form>
<form action="http://www.example.org/search.php">
<p>Search:</p>
<input type="search" name="search" placeholder="Enter keyword" />
<input type="submit" value="Search" />
</form>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d24387.213292701188!2d-103.31496526436386!3d20.734263989669948!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8428b03c41291c7d%3A0x1401864b9b8ac384!2sDivas%20Bar!5e0!3m2!1ses-419!2smx!4v1584061981686!5m2!1ses-419!2smx" width="450" height="350" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</body>
</html>

S28_Form_Solorio

<html>
<body>
<form action="http://www.cromadas.com" method="get">
<p>This is where the form controls will appear</p>
</form>
<form action="http://www.example.com/login.php" method="get">
<p>
Username:
<input type="text" name="Username" size="15" maxlength="30" />
</p>
</form>
<form action="http://www.example.com/login.php" method="get">
<p>
Password:
<input type="text" name="Password" size="15" maxlength="30" />
</p>
</form>
<form action="http://www.example.com/login.php">
<p>
Please select your favorite genere:
<br />
<input type="" name="Password" size="15" maxlength="30" />
</p>
<form action="http://www.example.com/login.php" method="GET">
<p>What did you think of this gig?:
<br />
<textarea name="comments" cols="20" rows="4">Enter your comments.......</textarea>
</p>
</form> 
<p>
Please select your favorite genere:
<br />
</p>
<input type="radio" name="genre" value="Rock"  checked="checked" />Rock
<input type="radio" name="genre" value="Pop"   />Pop
<input type="radio" name="genre" value="Jazz"   />Jazz
<form action="http://www.example.com/login.php">
<p>Please select your favorite music service(s):</p>
<input type="radio" name="genre" value="iTunes"  checked="checked" />iTunes
<input type="radio" name="genre" value="Last.fm" />Last.fm
<input type="radio" name="genre" value="Spotify" />Spotify
</form>
<form>
<input type="checkbox" name="service" value="spotify" /> spotify
</p>       
<p>what device do you lsiten to music on?</p>
<select name="devices">
<option value="Ipod">Ipod</option>
<option value="Radio">Radio</option>
<option value="Computer">Computer</option>
</select>
</form>
<form action="http://www.example.com/profile.php">
<p><Do you play any of the following instruments?(You can select more than one option by holding down down control on a PC or command key on a Mac while selecting different options.)</p>
<select name="instruments" size="3" multiple="multiple">
<option value="guitar" selected="selected">Guitar</option>
<option value="drums">Drums</option>
<option value="keyboard" selected="selected">keyboard</option>
<option value="bass">Bass</option>
</select>
</form>
<form action="http://www.example.com/profile.php">
<p>Subscribe to our email list:</p>
<input type="text" name="email" />
<input type="image" src="https://cdn.worldvectorlogo.com/logos/subscribe-youtube.svg" width="160" height="100" name="subscribe" value="Subcribe" />
<input type="submit" name="subscribe" value="subscribe" />
<button>
<img src="add.gif" alt="add" width="10" height="10" />Add
</button>
<input type="hidden" name="bookmark" value="lyrics" />
</form>
<form>
<label>Age:
<input type="text" name="age" />
</label>
<br />
Gender:
<input id="female" type="radio" name="gender" value="f">
<label for="female">Female</label>
<input id="male" type="radio" name="gender" value="m">
<label for="male">Male</label>
</form>
</body>
</html>

S27_Schedule_Solorio

<html>
<body>
<table border cellspacing="15" bgcolor="White">
<tr align="top" background="wallpaper1.jpg">
<th></th>
<th scope="col">Monday</th>
<th scope="col">Tuesday</th>
<th scope="col">Wednesday</th>
<th scope="col">Thursday</th>
<th scope="col">Friday</th>
<th scope="col">Saturday</th>
<th scope="col">Sunday</th>
</tr>
<tr bgcolor="FF0000">
<th scope="row">8am-10am</th>
<td colspan="6" align="center">I wake up<br>I take a bath<br>I breakfast</td><td align="center">I wake up<br>I breakfast</td>
</tr>
<tr bgcolor="FF3200">
<th scope="row">10am-12pm</th>
<td colspan="5" align="center">I dress up<br>I do homework</td><td align="center" colspan="2">I'm going to the market</td>
</tr>
<tr bgcolor="FF8000">
<th scope="row">12pm-1pm</th>
<td colspan="5" align="center">I eat<br>I watch tv<br>I prepare to go to school</td><td align="center" colspan="2">I eat<br>I watch tv</td>
</tr>
<tr bgcolor="FFB000">
<th scope="row">1pm-2pm</th>
<td colspan="5" align="center">I prepare to go to school</td><td align="center" colspan="2">I watch the tv</td>
</tr>
<tr bgcolor="FFD800">
<th scope="row">2pm-4pm</th>
<td align="center">Study:<br>•Programming</td><td align="center">Study<br>•Numerical analysis</td><td align="center">Study:<br>•Administration</td><td align="center">Study<br>•Numerical analysis</td><td align="center">Study:<br>•Programming</td><td rowspan ="3" colspan="2" align="center">I go out with my friends</td>
</tr>
<tr bgcolor="FFEE00">
<th scope="row">4pm-6pm</th>
<td align="center">Study:<br>•Administration</td><td align="center">Study:<br>•Programming</td><td align="center">Study:<br>•Design and publish web pages</td><td colspan="2" align="center">Study:<br>•Administration</td>
</tr>
<tr bgcolor="FFFF50">
<th scope="row">6pm-8pm</th>
<td align="center">Study:<br>•Design and publish web pages</td><td align="center">I go to home</td><td align="center">Study:<br>•Programming</td><td colspan="2" align="center">Study:<br>•Design and publish web pages</td>
</tr>
<tr bgcolor="A6FF00">
<th scope="row">8pm-10am</th>
<td colspan="6" align="center">I dinner<br>I watch tv</td><td align="center">I play videogames</td>
</tr>
<tr bgcolor="A6FFF0">
<th scope="row">10pm-11am</th>
<td colspan="6" align="center">I play videogames</td><td align="center">I watch movies and series</td>
</tr>
</table>
</body>
</html>

S26_Border_Background_Solorio

<html>
<body>
<table border="2" bgcolor="black">
<tr>
<th scope="col" bgcolor="FFF000">Date</th>
<th scope="col" bgcolor="FF0000">Income</th>
<th scope="col" bgcolor="FF4900">Expenditure</th>
</tr>
<tr>
<th scope="row" bgcolor="EDE652">1st January</th>
<td bgcolor="FF0000">250</td>
<td bgcolor="6AF719">36</td>
</tr>
<tr>
<th scope="row" bgcolor="6AF719">2nd January</th>
<td bgcolor="E33D23">285</td>
<td bgcolor="EDE652">48</td>
</tr>
<tr>
<th scope="row" bgcolor="87E658">3nd January</th>
<td bgcolor="E16450">275</td>
<td bgcolor="6AF719">89</td>
</tr>
<tr>
<th scope="row" bgcolor="85CF60">4nd January</th>
<td bgcolor="574EE9">300</td>
<td bgcolor="6AF719">95</td>
</tr>
<tr>
<th scope="row" bgcolor="19F75B">5nd January</th>
<td bgcolor="4E61E9">290</td>
<td bgcolor="87E658">90</td>
</tr>
<tr>
<th scope="row" bgcolor="19F790">6nd January</th>
<td bgcolor="4E93E9">315</td>
<td bgcolor="85CF60">97</td>
</tr>
<tr>
<th scope="row" bgcolor="19F7B8">7nd January</th>
<td bgcolor="4EB4E9">320</td>
<td bgcolor="19F75B">85</td>
</tr>
<tr>
<th scope="row" bgcolor="19F7E0">8nd January</th>
<td bgcolor="4ECBE9">340</td>
<td bgcolor="19F790">150</td>
</tr>
<tr>
<th scope="row" bgcolor="19E0F7">9nd January</th>
<td bgcolor="4EE9D9">350</td>
<td bgcolor="19F7B8">140</td>
</tr>
<tr>
<th scope="row" bgcolor="19ABF7">10nd January</th>
<td bgcolor="4EE9BD">300</td>
<td bgcolor="19F7E0">89</td>
</tr>
<tr>
<th scope="row" bgcolor="4588E6">11nd January</th>
<td bgcolor="4EE998">330</td>
<td bgcolor="19E0F7">120</td>
</tr>
<tr>
<th scope="row" bgcolor="6252C1">12nd January</th>
<td bgcolor="73E94E">300</td>
<td bgcolor="19ABF7">89</td>
</tr>
<tr>
<th scope="row" bgcolor="906CC3">13nd January</th>
<td bgcolor="A6E63B">300</td>
<td bgcolor="4588E6">90</td>
</tr>
<tr>
<th scope="row" bgcolor="F37258">14nd January</th>
<td bgcolor="C0E63B">300</td>
<td bgcolor="906CC3">89</td>
</tr>
<tr>
<th scope="row" bgcolor="DC4D33">15nd January</th>
<td bgcolor="E6DE3B">380</td>
<td bgcolor="F37258">65</td>
</tr>
<tr>
<th scope="row" bgcolor="F72500">16nd January</th>
<td bgcolor="E6DE3B">370</td>
<td bgcolor="DC4D33">100</td>
</tr>
<tr>
<th scope="row" bgcolor="E6A63B">17nd January</th>
<td bgcolor="E6A63B">365</td>
<td bgcolor="F72500">123</td>
</tr>
<tr>
<th scope="row" bgcolor="E6DE3B">18nd January</th>
<td bgcolor="F72500">380</td>
<td bgcolor="E6A63B">89</td>
</tr>
<tr>
<th scope="row" bgcolor="C0E63B">19nd January</th>
<td bgcolor="DC4D33">390</td>
<td bgcolor="E6DE3B">84</td>
</tr>
<tr>
<th scope="row" bgcolor="A6E63B">20st January</th>
<td bgcolor="F37258">520</td>
<td bgcolor="C0E63B">86</td>
</tr>
<tr>
<th scope="row" bgcolor="73E94E">21st January</th>
<td bgcolor="906CC3">640</td>
<td bgcolor="A6E63B">89</td>
</tr>
<tr>
<th scope="row" bgcolor="4EE998">22st January</th>
<td bgcolor="6252C1">785</td>
<td bgcolor="73E94E">92</td>
</tr>
<tr>
<th scope="row" bgcolor="4EE9BD">23st January</th>
<td bgcolor="4588E6">790</td>
<td bgcolor="4EE998">100</td>
</tr>
<tr>
<th scope="row" bgcolor="4EE9D9">24st January</th>
<td bgcolor="19ABF7">800</td>
<td bgcolor="4EE9D9">160</td>
</tr>
<tr>
<th scope="row" bgcolor="4ECBE9">25st January</th>
<td bgcolor="19E0F7">790</td>
<td bgcolor="4EE9D9">97</td>
</tr>
<tr>
<th scope="row" bgcolor="4EB4E9">26st January</th>
<td bgcolor="19F7E0">654</td>
<td bgcolor="4ECBE9">93</td>
</tr>
<tr>
<th scope="row" bgcolor="4E93E9">27st January</th>
<td bgcolor="19F7B8">550</td>
<td bgcolor="4EB4E9">80</td>
</tr>
<tr>
<th scope="row" bgcolor="4E61E9">28st January</th>
<td bgcolor="19F7E0">400</td>
<td bgcolor="4E93E9">75</td>
</tr>
<tr>
<th scope="row" bgcolor="574EE9">29st January</th>
<td bgcolor="19F790">750</td>
<td bgcolor="4E93E9">85</td>
</tr>
<tr>
<th scope="row" bgcolor="E16450">30st January</th>
<td bgcolor="19F75B">785</td>
<td bgcolor="574EE9">92</td>
</tr>
<tr>
<th scope="row" bgcolor="E33D23">31st January</th>
<td bgcolor="85CF60">129</td>
<td bgcolor="E16450">64</td>
</tr>
<tr>
<th bgcolor="FF0000"></th>
<td bgcolor="87E658">1724</td>
<td bgcolor="E16450">329</td>
</tr>
</table>
</body>
</html>

S25_Index_Solorio

<html>
<body>
<ul>
<li><a href="Canciones.html">Canciones</a></li>
<li><a href="Peliculas.html">Peliculas</a></li>
<li><a href="Series.html">Series Recomendadas</a></li>
</ul>
</body>
</html>

S24_Spanning_Columns_Solorio

<html>
<body>
<table>
<tr>
<th></th>
<th scope="col">9am</th>
<th scope="col">10am</th>
<th scope="col">11am</th>
<th scope="col">12am</th>
</tr>
<tr>
<th scope="row">Monday</th>
<td>Geography</td>
<td></td>
<td>Math</td>
<td>Art</td>
</tr>
<tr>
<th scope="row">Thuesday</th>
<td>Gym</td>
<td></td>
<td></td>
<td>Home fc</td>
</tr>
<tr>
<th></th>
<th scope="col">ABC</th>
<th scope="col">BBC</th>
<th scope="col">CCN</th>
</tr>
<tr>
<th scope="row">6pm-7pm</th>
<td>Movie</td>
<td>Comedy</td>
<td>News</td>
</tr>
<tr>
<th scope="row">7pm-8pm</th>
<td>Movie</td>
<td>Sport</td>
<td>Current Afairs</td>     
</tr>
</table>
</body>
</html>


viernes, 6 de marzo de 2020

S23_Base_ Table_Solorio

<html>
<body>
<table>
<tr>
<td>15</td>
<td>15</td>
<td>30</td>
</tr>
<tr>
<td>45</td>
<td>60</td>
<td>45</td>
</tr>
<tr>
<td>60</td>
<td>90</td>
<td>90</td>
</tr>
</table>
<table>
<th scope="col"><th>Saturday</th>
<th scope="col">Sunday</th>
<tr>
<th scope="row">Tickets sold:</th><td>120</td><td>135</td>
</tr>
<th scope="row">Total sales:</th><td>$600</td><td>$675</td>
</table>
</body>
</html>

S22_Image_Recipe_Solorio

<html>
<body>
<h1><b>Potato chips</b></h1>
<figure><img src="papasfritas.jpg" width="200" height="200" align="top"></figure>
<h2>Ingredients:</h2>
<ul>
<li>3 or 4 potatoes (300g.)</li>
<img src="papas.png" width="200" height="200" align="left"><br>
<li>4 cloves of garlic</li>
<img src="ajo.jpg" width="200" height="200" align="top"><br>
<li>Olive oil</li>
<img src="oliva.jpg" width="200" height="200" align="left"><br>
<li>Salt to taste</li>
<img src="sal.jpg" width="200" height="200" align="top"><br>
</ul>
<h2>Instructions:</h2>
<ol>
<figure>
<li>Heat olive oil in a pan.</li>
<li>Add the cut potatoes, salt and garlic.</li>
<li>Fry to taste.</li>
<li>Serve on plate.</li>
</figure>
</ol>
<hr>
</body>
</html>

S21_Align_Solorio

<html>
<body>
<figure>
<p><img src="pajaro.jpg" width="100" height="100" align="top">
<figcaption>There are around 10,000 living species of birds that inhabit different ecosystems from the Arctic to the Antartic.</figcaption> Many species undertale long distance annual migrations, and many more perform shorter irregular journeys.
</p>
</figure>
<hr />
<figure>
<p><img src="pajaro.jpg" width="100" height="100" align="middle">
<figcaption>There are around 10,000 living species of birds that inhabit different ecosystems from the Arctic to the Antartic.<figcaption> Many species undertale long distance annual migrations, and many more perform shorter irregular journeys.
</p>
</figure>
<hr />
<figure>
<p><img src="pajaro.jpg" width="100" height="100" align="botton">
<figcaption>There are around 10,000 living species of birds that inhabit different ecosystems from the Arctic to the Antartic. <figcaption> Many species undertale long distance annual migrations, and many more perform shorter irregular journeys.
</p>
</figure>
<hr />
</body>
</html>

S20_Place_Img_Solorio

<html>
<body>
<img src="pajaro.jpg"width="100" height="100" />
<p>There are around 10,000 living species of birds that inhabit different ecosystems from the Arctic to the Antartic. Many species undertale long distance annual migrations, and many more perform shorter irregular journeys.</p>
<hr />
<img src="pajaro.jpg"width="100" height="100" />
<p>There are around 10,000 living species of birds that inhabit different ecosystems from the Arctic to the Antartic. Many species undertale long distance annual migrations, and many more perform shorter irregular journeys.</p>
<hr />
<p>There are around 10,000 living species of birds that inhabit different ecosystems from the Arctic to the Antartic. <img src="pajaro.jpg"width="100" height="100" /> Many species undertale long distance annual migrations, and many more perform shorter irregular journeys.</p>
</body>
</html>

S19_Img_Solorio

<html>
<body>
<img src="johncena.jpg" width="600" height="450" />
<img src="johnnysins.jpg" width="500" height="500" />
<img src="jordi.jpg" width="400" height="550" />
</body>
</html>

jueves, 5 de marzo de 2020

S18_Index_Solorio

<html>
<body>
<ul>
<li><a href="Canciones_Solorio.html">Canciones</a></li>
<li><a href="Peliculas_Solorio.html">Peliculas</a></li>
<li><a href="Series_Recomendadas_Solorio.html">Series Recomendadas</a></li>
</ul>
</body>
</html>

S17_Linking_To_A_Specific_Part_Solorio

<html>
<body>
<h1 id="top">Film-Making Terms</h1>
<a href="#arc_shot">Arc Shot</a><br />
<a href="#interlude">Interlude</a><br />
<a href="#prologue">Prologue</a><br />
<h2 id="arc_shot">Arc Shot</h2>
<p>A shot in which the subject is photographed by an encircling or moving camera</p>
<h2 id="interlude">Interlude</h2>
<p>A brief. intervening film scene or sequence, not specifically tied to the plot. that appears within a film</p>
<h2 id="prologue">Prologue</h2>
<p>a speech. preface. introduction. or brief scene preceding the main action or plot of a film: contrast to epilogue</p>
<p><a href="#top">Top</a></p> 
</body>
</html>

S16_Link_To_Email_Solorio

<html>
<body>
<a href="mailto:salvadorss1925@gmail.com">Email Salvador</a><br>
<a href="http://www.imdb.com" target="_blank">Internet Movie Database</a>(opens in new window)
</body>
</html>

S15_Index_Solorio

<html>
<body>
<ul>
<li><a href="S11_List_10_Solorio.html">Lista</a></li>
<li><a href="S13_Receta_Solorio.html">Receta</a></li>
<li><a href="S14_Lings_Solorio.html">Lings</a></li>
</ul>
</body>
</html>