Here is a table HTML tags and functions:
Main Tags
<html>
</html>
The top line of each HTML file
<head>
</head>
General information from a web page
<title>
</title>
Title page. There on the <head>
<body>
</body> ......background
bgcolor
bgsound
font
link
alink
vlink
topmargin
leftmargin
marginheight
marginwidth
Setting attributes for the entire document.
Modified Text
<b> </b>.........
Bold text
<i> </i> ........
Italic Text
<u> </u>.........
Underlined Text
<pre> </pre>.....
Example text<h1> </h1>.......Header 1
<h2> </h2>.......Header 2
<h3> </h3>.......Header 3
<h4> </h4>.......Header 4
<h5> </h5>.......Header 5
<sub> </sub>.....Subscript
<sup> </sup>.....Superscript
Font
<font>
</font>..........color
size
name
Changing the style of a letter
Links
<a>
</a>............href
target
style
class
name
id
Create a link to a document or any other site.
Image
<img>.........src
alt
name
border
height
width
Displaying an image
Formatting
<blockquote>
</blockquote>
Used to set the text and images within a tag <ol> </ol>
Ordered List (used by <li>)
<ul> </ul>
Unordered List (used by <li>)
<li>
Element List
<dd> </dd>
Definition List
<dt>
Definition Term
<dd>
Definition Description
<p> </p>
Paragraph
<br>
Replace line
<hr>
Horizontal line
<center>
</center>
Centering element
<table> </table>
border
cellpadding
cellspacing
width
height
name
id
title
bgcolor
background
align
valign
Manage all elements of table <tr> </tr>
height
bgcolor
background
align
valign
title
Create a new row <td> </td>
height
width
bgcolor
background
align
valign
title
colspan
rowspan
Creating columns <th> </th>
height
width
bgcolor
background
align
valign
title
colspan
rowspan
Header automatically to the middle and thick <tbody>
</tbody>
height
width
align
valign
bgcolor
background
Format applicable to cell flanked tag <colgroup>
</colgroup>
height
width
align
valign
bgcolor
background
colspan
Format that applies to columnForm
<form> </form>
method
action
name
Set the elements of the form
<input type=>
text
password
hidden
radio
checkbox
submit
image
reset
Variasi dari tipe elemen form
text
name
value
width
maxlength
password
value
width
maxlength
hidden
name
value
Used to create a hidden variable
checkbox
name
value
checked
Used to create a checkbox
submit
value
Used to make the submit button
image
src
height
width
alt
name
border
Used to display images
reset
value
<select>
</select>
name
size
Create combobox. Used together with the option
<textarea>
</textarea>
name
rows
cols
wrap
Used to make the text area
By Levan Design
0 Comment:
Post a Comment