Eps 24: Building A Table – Talking HTML
Listen now
Description
Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out W3 Schools The headers attribute specifies one or more header cells a table cell is related to and has no visual effect in ordinary web browsers, but can be used by screen readers. Please go to iTunes and Stitcher and rate the show! Ratings get listeners!! http://www.Webdevpod.com for all the content and links @TNPWDesign @tommnorman DreamHost promo code – tnpw   HTML Code           Project Type       Price       General Requirements               Websites       $750+       Personal, Business (non e-commerce) or Informational.               E-Commerce       $2,500+       Websites in which selling merchandise is the main function.               Hourly Rate       $30/hour       Reserved for projects under 10 hours of work and website maintenance.               Charity and Non-profit       Negotiable       Reserved for organizations that deal with charities and non-profit organization.               Podcast Setup       $20/hour (minimum 1 hr)       The setup and demonstration of the programs and options available in beginning and maintaining a FREE! audio and/or video podcast.     CSS Code div#table {    width: 600px;    font-size: 10px;    margin: 5px auto 5px auto; } table {    width: 400px;    border: 3px solid #000;    margin: auto;      padding: 10px;    border-spacing: 0;    text-align: center; } td, th {    border: 1px solid #000;    padding: 10px;    text-align: center; } tr.odd {    background: #333;    color: #FFF; } table tr th {    font-size: 1.6em;    font-weight: bold;    background: #999; } table tr td { font-size: 1.3em; }
More Episodes
Published 02/20/21
Published 02/20/21