Home
Help
Login
Register
LATEST NEWS:
What Features Do You Want To See On Paid Hosting?
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Helping Webmasters - Website Support and Webmaster Forum
General
How To's & Tutorials
basics of html
Pages: [
1
]
« previous
next »
Print
Topic: basics of html (Read 2004 times)
basics of html
« on: September 28, 2007, 01:32:56 AM »
cRiMiNaL
Newbie
Posts: 3
to make Simple tables
<table border="1" summary="Simple table example.">
<tr>
<td>Cell 1</td>
<td>Cell 2</td>
<td>Cell 3</td>
</tr>
<tr>
<td>Cell 4</td>
<td>Cell 5</td>
<td>Cell 6</td>
</tr>
</table>
«
Last Edit: September 28, 2007, 02:01:59 AM by cRiMiNaL
»
Logged
Re: basics of html
« Reply #1 on: September 28, 2007, 01:46:19 AM »
cRiMiNaL
Newbie
Posts: 3
XML declaration
The XML declaration is a simple line and defines the XML version and the character encoding that your document uses. It must be declared before anything in your document, even before the document type declaration (HTML !DOCTYPE tag).
Code begin
<?xml version="1.0" encoding="UTF-8"?>
«
Last Edit: September 28, 2007, 01:49:05 AM by cRiMiNaL
»
Logged
Re: basics of html
« Reply #2 on: October 25, 2007, 11:55:37 AM »
WebKing
Newbie
Posts: 1
Nice start!
I have seen this line
Quote
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
">
Almost on every page starts with this.
Logged
Cheap Vps Hosting
,
cPanel Reseller Hosting
,
Linux Dedicated Servers
,
Co-location Hosting
Re: basics of html
« Reply #3 on: October 26, 2007, 09:42:59 AM »
JOE24
Dollar
Jr. Member
Posts: 99
<a href="yoururl">Anchor text</a> A link
<br/> This pushes stuff down
<img src="imageurl">
Those are the top 3 tags I use almost every day.
«
Last Edit: October 26, 2007, 09:45:58 AM by joe24
»
Logged
Need to
download youtube video
? or
unblock newgrounds
Re: basics of html
« Reply #4 on: March 01, 2008, 05:24:05 PM »
svgtop
Newbie
Posts: 3
Several lines on the top of the html doc:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN'
'
http://www.w3.org/xhtml11/DTD/xhtml11.dtd'>
<html xmlns='
http://www.w3.org/1999/xhtml'>
Logged
http://svgtop.t35.com
Re: basics of html
« Reply #5 on: May 29, 2008, 04:21:26 AM »
mrs_sathish
Newbie
Posts: 1
<MARQUEE> TAG TO SCROLL TITLES OR PICTURES ON THE PAGE WOULD BE ATTRACTIVE...
<marquee scrollamount=5 scrolldelay =500>
Welcome to the WebPage!
</marquee>
there are many other attributes to make it more attractive...
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General and Business Discussion
=> Introductions
=> Web Hosting Forum
=> Website Reviews
=> How To's & Tutorials
=> Web Hosting Blog
-----------------------------
T35 Hosting Support
-----------------------------
=> Announcements
=> Pre-Sales Inquiries
=> Free Hosting General Support
=> Free Hosting Login Support
=> Free Hosting Domain Support
=> Paid Hosting General Support
=> Paid Hosting cPanel & Fantastico Support
=> T35 Hosting Testimonials
=> T35 Hosting Suggestions
-----------------------------
Web Design & Developement
-----------------------------
=> Web Design / HTML
=> Programming
=> Graphic Design
=> Useful Resources
-----------------------------
Revenue & Traffic
-----------------------------
=> Ad Revenue
=> Search Engine Optimization
-----------------------------
Market Place
-----------------------------
=> Sites & Domains for Sale
=> Trade Services / Employment
=> Contests
=> Site Promotion
Powered by SMF
|
SMF © 2006-2008, Simple Machines LLC