This is a discussion on Basic HTML? within the HTML, DHTML and CSS forums, part of the Programming / Scripting / Coding category; I have just started learning some more HTML and was wondering if you would class this as knowing all basci ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| | #1 (permalink) |
| me | I have just started learning some more HTML and was wondering if you would class this as knowing all basci HTML < i didnt put in the images as i didnt have any / couldnt be bothered> Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>hi</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </h1>hi</h1> <BODY BGCOLOR="#953401" TEXT="#FFFFFF" LINK="#9690CC"> <body> <p ALIGN=CENTER>Hello my name is Jake Wojtowicz and i am going to create thgis document using entirely HTML. </p> <hr /> <p><ul> <li>please anserw the survey as it will </li> <ul> <li>help test my HTML </li> <li>kgive you the feeling that you have helped someone </li> </ul><li>goodbye</li><ol><li>boo</li><li>boo</li></ol></ul> </p> <form> First name: <input type="text" name="firstname"> <br> Last name: <input type="text" name="lastname"> </form> <form> <input type="radio" name="sex" value="male"> Male <br> <input type="radio" name="sex" value="female"> Female </form> <form> <input type="checkbox" name="bike"> I have a bike <br> <input type="checkbox" name="car"> I have a car </form> <form name="input" action="html_form_action.asp" method="get"> Username: <input type="text" name="user"> <input type="submit" value="Submit"> </form> </body> </html> |
| | |
| | #2 (permalink) |
| Super Moderator | Looks quite basic There's not really a lot more to know until you start to get into CSS, then the fun & games of browser compatability comes into play ![]() Good to see that you've not used tables for layout, CSS is the way to go HTML is quite a basic markup language, so it's actually quite simple to code. I'd suggest the next step is to remove the colour & alignment from the HTML and put this into a style sheet.
__________________ Alex Monaghan - Monaghan Consultants Ltd Web hosting, ADSL, IT & Database consultancy Custom Web hosting on UK or USA servers using Linux (cPanel) or Windows (DotNetPanel) Mobile Phone Ringtones, Logos, Java Games & more |
| | |
| | #4 (permalink) |
| Super Moderator | There's not much more to know really, the clever stuff comes in with CSS and JavaScript You'll need to know about DIV & SPAN tags, but they're quite simple (just like a P tag, but work on a block of content)
__________________ Alex Monaghan - Monaghan Consultants Ltd Web hosting, ADSL, IT & Database consultancy Custom Web hosting on UK or USA servers using Linux (cPanel) or Windows (DotNetPanel) Mobile Phone Ringtones, Logos, Java Games & more |
| | |
| Tags |
| basic, html |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I need help with html | macca-tom | Graphics Forum | 11 | 21-05-2008 21:09 |
| Shopping Cart Script - BASIC | Gilligan | Php and MySQL | 2 | 13-02-2008 18:35 |
| Basic Javascript | Morphmaster | Programming Articles | 0 | 26-06-2005 18:46 |
| Basic Buttons | asgsoft | Flash Articles | 2 | 14-05-2005 09:49 |
| Basic HTML | Bmg | Programming Articles | 0 | 07-04-2005 16:20 |