Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1]
Print
Topic: basics of html  (Read 1831 times)
« on: September 28, 2007, 01:32:56 AM »
cRiMiNaL Offline
Newbie

View Profile
*
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

 
« Reply #1 on: September 28, 2007, 01:46:19 AM »
cRiMiNaL Offline
Newbie

View Profile
*
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
« Reply #2 on: October 25, 2007, 11:55:37 AM »
WebKing Offline
Newbie

View Profile WWW
*
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

« Reply #3 on: October 26, 2007, 09:42:59 AM »
JOE24
Dollar Offline
Jr. Member

View Profile
**
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

« Reply #4 on: March 01, 2008, 05:24:05 PM »
svgtop Offline
Newbie

View Profile WWW
*
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

« Reply #5 on: May 29, 2008, 04:21:26 AM »
mrs_sathish Offline
Newbie

View Profile
*
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
Jump to:  

Powered by SMF | SMF © 2006-2008, Simple Machines LLC