March 15th Class 1
Basic Html
What tags must be included in every html page? <html>, <head>, <title>, <body>
Tages we went over in class: <body bgcolor="yellow"> background color <h1> - <h6> header tag <br> break <p> paragraph <i> italics <a href="http://www.w3schools.com/"> visit w3schools!</a> Defines an anchor/link <table> defines a table <tr> defines a table row <td> defines a table cell <ul> unordered list <li> list item <ol> ordered <input type="radio" name="Toyota" value="Toyota"> Car radio button <input type="checkbox" name="Toyota" value="Toyota"> check box
|
|
|