• Image 1
  • Image 2
  • Image 3
  • Image 4
  • Image 5
  • Image 6
  • Image 7




Thursday, June 21, 2012

ELEMENT OF HTML FOR NEWBIE


ELEMENT OF HTML

HTML narrow from Hyper Text Markup Language. And HTML collection symbol-symbol it writed in a file for showed at page in web browser…

Excellent taq
Taq
Atribut
Description
<html>
</html>

Line uppest in file HTML and for closing file HTML
<head>
</head>

Public information from a web page
<title>
</title>

This taq for write title in web pege
<body>
</body>
·         background
·         bgcolor
·         bgsound
·         font
·         link
·         alink
·         vlink
·         topmargin
·         leftmargin
·         marginheight
·         marginwidth
For setting to appear a web. In here, change appear web


Modification Text
Tag
Description
Example
<b> </b>
Bold text
We Are Knowledge
<i> </i>
Italic text
We Are Knowledge
<u> </u>
Underline text
We Are Knowledge
<h1> </h1>
Header 1
We Are Knowledge
<h2> </h2>
Header 2
We Are Knowledge
<sub> </sub>

Subscript
<sup> </sup>

Superscript


Font, Link, and Picture
Taq
Atribut
Description
<font>
</font>
·         color
·         size
·         name
Change style of text
<a> </a>
·         href
·         target
·         style
·         class
·         name
·         id
Making link for going to other web or url
<img>
·         src
·         alt
·         name
·         border
·         height
·         width
To appearing a picture or your images


Formatting
Tag
Description
Example
<blockquote>
</blockquote>
For setting pictutre and text in a taq
Sample of text in a block quote format
<ol> </ol>
Ordered List
1. Item 1
<ul> </ul>
Unordered List
Item 1
<dd> </dd>
<dt> </dt>
<dd></dd>
<p>  </p>
Definition List
Definition Term
Def. Description
Paragraf
Sample text
Sample text
Sample text
Sample
<br> </br>
For  new line
Sample text
<hr>
Line Horizontal
<center>
</center>
Make a element to be in center
Sample


Tabel
Taq
Atribut
Description
<table> </table>
·         border
·         cellpadding
·         cellspacing
·         width
·         height
·         name
·         id
·         title
·         bgcolor
·         background
·         align
·         valign
Setting all element inteble
<tr> </tr>
·         height
·         bgcolor
·         background
·         align
·         valign
·         title
For make new line and you must write </tr> because if not, only want readed 1 line
<td> </td>
·         height
·         width
·         bgcolor
·         background
·         align
·         valign
·         title
·         colspan
·         rowspan
Making new column, you can make many column in one line
<th> </th>
·         height
·         width
·         bgcolor
·         background
·         align
·         valign
·         title
·         colspan
·         rowspan
Usually for header of table.
<tbody>
</tbody>
·         height
·         width
·         align
·         valign
·         bgcolor
·         background
For format cell between taq
<colgroup>
</colgroup>
·         height
·         width
·         align
·         valign
·         bgcolor
·         background
·         colspan
Format only column




For Download this tutorial click THIS


No comments:

Post a Comment