Faculty.cse.tamu.edu



HTML – Flipped Lab Version AYour names here:You are working on this as a group!! Complete one problem at a timeHave the Instructor or TA sign off after you complete each problem so you may move on.You will be graded on your overall completion.You are allowed notes, books, etc…Display programming code on an HTML PageUsing Java, Python or C++, create the HTML code display an answer to this:The National Weather Service has 5 categories to describe hurricanes, shown in the following chart:CategoryWind Speed1 – Minimum74 - 95 mph2 – Moderate96 - 110 mph3 – Extensive111 - 130 mph4 – Extreme131 - 155 mph5 - Catastrophicgreater than 155 mphWrite Python code “wind.xx” that will get the current wind speed from the user and will print out if this is a hurricane and which category number it is. Again, the browser should show the answer to the above assignment.Instructor/TA signatureYour names here:Special HTML CharactersWhat is the HTML code for a trademark?&#8482 or &tradeWhich character set has the most options?ANSIWhat is the HTML code for a ??U&#771What is the HTML code for a summation symbol?&#8721 or &sumWhat is the HTML code for a cent?&#162 or &centInstructor/TA signatureYour names here:“Stealing” images to save spaceAs you are well aware, your GL space is VERY limited. Instead of storing images on your GL space, find the HTML code to mimic below but grab random by class appropriate images to be displayed by the 2x2 table. In each table element, use a <h3> tag to describe your image, then the image. Use a <style> tag to determine the color of the background and header tags inside each table element. class appropriate image 1class appropriate image 2class appropriate image 3class appropriate image 4You must show BOTH the code and the result.Instructor/TA signatureYour names here:Google Chrome’s “last view pages” featureIn Chrome, when first opened, it has a table showing the last view pages you visited. Using iframes and a 2x2 table, mimic the same feature. Pick 4 random class appropriate webpages. The user should be able to click on ANY and ANYWHERE of the 4 iframes and have a new browser window open to that selected webpage. The iframes in the 2x2 table will not show the entire webpage. Hint: <div>?? ? ? ? ? <td>?? ? ? ? ? ? <div?id="image1"?style="position:relative">?? ? ? ? ? ? ? <h3>w3schools</h3>?? ? ? ? ? ? ? <iframe?src=""?width="500px"?height="500px"?allowtransparency="true"> </iframe>?? ? ? ? ? ? ? <a?href=""?style="position:absolute; top:0; left:0; display:inline-block; width:500px; height:500px; z-index:5;"?target="_blank"></a>?? ? ? ? ? </div></td>OR<td><div class="iframe-link"><iframe src="" name="iframe_a"></iframe><a class="iframe-link" href="" ></a></div></td>Instructor/TA signatureYour names here:XHMLTThink of XHTML as the overly strict professor. (Don’t get any ideas). Create the XHTML page that would look like below with team’s data instead.FirstLastemailLink to GL home userpage Validate this XHTML page. You will need to show it validated. ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download