UK Webmaster Talk - Online Marketing - SEO


 

Basic HTML?

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 ...


Go Back   UK Webmaster Talk - Online Marketing - SEO > Website Design & Development > Programming / Scripting / Coding > HTML, DHTML and CSS

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices

Reply

 

LinkBack Thread Tools Display Modes
Old 31-08-2005, 09:47   #1 (permalink)
me
 
Join Date: Apr 2005
Location: Wiltshire
Posts: 714
iTrader: 0 / 0%
01wojtowicz is just really nice
Send a message via MSN to 01wojtowicz
Default Basic HTML?

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>
01wojtowicz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 31-08-2005, 09:59   #2 (permalink)
Super Moderator
 
Join Date: Mar 2005
Location: Herts, UK
Posts: 1,026
iTrader: 1 / 100%
monaghan is a jewel in the rough
Default

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.
monaghan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 31-08-2005, 10:03   #3 (permalink)
me
 
Join Date: Apr 2005
Location: Wiltshire
Posts: 714
iTrader: 0 / 0%
01wojtowicz is just really nice
Send a message via MSN to 01wojtowicz
Default

the clour and alignement was just to make it more interesting

do you recon it is a good idea to learn HTML further....
01wojtowicz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 31-08-2005, 10:20   #4 (permalink)
Super Moderator
 
Join Date: Mar 2005
Location: Herts, UK
Posts: 1,026
iTrader: 1 / 100%
monaghan is a jewel in the rough
Default

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)
monaghan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
basic, html

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT +1. The time now is 14:30.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
UK Webmaster Forum © WebmasterTalk.co.uk | Design by Forbairt

Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41