
Today your assignment is to complete an in class html exercise, that will be practice for your HTML examination. To get started load up the folder we worked in last class to complete the contact form. You are going to be adding a new … Continued
Today your assignment is to complete an in class html exercise, that will be practice for your HTML examination. To get started load up the folder we worked in last class to complete the contact form. You are going to be adding a new … Continued
Download contact-form exercise files
View Slides Download Html Forms exercises files Download Html Forms finished from class ( Tuesday March 15th ) In the example bellow there is some simple HTML to crate a web form for capturing data. Basic Form Markup <form id=”myform” name=”theform” method=”POST” action=”<?php echo $_SERVER[‘PHP_SELF’]?>” class=”clearfix”> <br> … Continued
Start by going to cuttingedgespace.com and click on the “Go to Order Form” button. That will take you to the page you see bellow: Click the “Order Now” button on the row for CIS 102: Comp. Appl in Business. This will take you to … Continued
SQL Intro SQL Where SQL Sorting
html-starter-finished Click the above link to download the finished exercise files from today’s in class demo
The definitive resource and reference for all things html is w3schools.com. There are HTML 5 tutorials and an HTML 5 reference guide, both of which will be hugely helpful answering any HTML questions you might have along the way. For this course you will only need … Continued