pada
kesempatan ini admin akan memberikan artikel tentang " Fungsi Tag Pada HTML ".sebelum
kita mendalami tentang HTML kita harus tau dulu fungsi-fungsi tag yang ada pada
html.penting bagi kita untuk mengetahui fungsi dari tag ini karena ini
merupakan dasar atau pondasi kita sebelum kita melangkah lebih jauh lagi
tentang html.
Satu
pertanyaan dari admin,,
Perlu kita ketahui untuk menjadi programer HTML yang handar kita wajib untuk mengetahui fungsi-fungsi dasar pada HTML.karena tanpa adanya dasar Yang kuat maka seorang programer handal tidak akan bisa untuk terus berkembang tanpa memiliki pondasi Pemograman yang kokoh. Dibawah ini saya menjelaskan sedikit tentang Fungsi Dasar Tag HTML.
Oke langsung
saja kita pada pengenalann fungsi tag yang ada pada html.
<!-- ... -->
|
Serves to give a description.
Sentences located under this code will not be visible in the browser.
|
<!DOCTYPE>
|
Defines the information of a document
type
|
<a>
|
Defines an anchor, but it is more
appropriate to interpret it as a link because it is used to link one HTML
document to another HTML document
|
<abbr>
|
Used to describe an abbreviated
phrase and you can provide useful information to the page source (screen
source / code page) / screen readers, the translation system and search
engine from the abbreviated abbreviations, but when in the browser the
description will not show And only as information only
|
<acronym>
|
This tag function is more or less the
same as the <abbr> tag
|
<address>
|
Defines contact information for the
author / owner of the document
|
<applet>
|
Used to insert java files into HTML
documents
|
<area />
|
Defines a clickable area (link) on
the image map
|
<b>
|
Make the text bold
|
<base />
|
Defines the base URL / target for all
relative URLs in the document
|
<basefont />
|
Create a default text attribute, such
as color, size, font type for all text in a document
|
<bdo>
|
Used to override text direction
|
<big>
|
Increases the text size by one point
from the default
|
<blink>
|
Make text blink
|
<blockquote>
|
Defines a long quotation. At the time
in the text browser will appear jutted into
|
<body>
|
Defines the body / contents of HTML
documents, serves to determine how the contents of a document is displayed in
the web browser. The contents of the document can be text, images, animas,
links and so on
|
<br />
|
Give new line / move line
|
<button>
|
Defines a button in a click
|
<caption>
|
Create a caption in the table
|
<center>
|
For middle alignment of text or
images
|
<cite>
|
Defines a quote
|
<code>
|
Defines a piece of computer code
|
<col />
|
Defines an attribute value of one or
more columns in a table
|
<colgroup>
|
Define a group of one or more columns
in a table for performance
|
<dd>
|
Defines the description of the items
in the definition list
|
<del>
|
To line the text / cross out text
|
<dfn>
|
Defines a definition term
|
<dir>
|
Defines a directory listing
|
<div>
|
Defines a section in a document
|
<dl>
|
Defines a definition list
|
<dt>
|
Defines the terms (items) in the
definition list
|
<em>
|
Make italic text. The function of
this tag is the same as the <i> tag but the <em> tag is
preferable / emphasized on the use for italics
|
<embed>
|
Used to include video files or music
files
|
<fieldset>
|
To group related elements in form /
create like frame-box in form
|
<font>
|
Defines font type, color and size for
text
|
<form>
|
Defines an HTML form for input form
|
<frame />
|
Defines frames in frameset
|
<frameset>
|
Defines a set of frames
|
<h1> to <h6>
|
Used to indicate the beginning of a
header / title of the HTML document.
|
<head>
|
Used to provide information about the
document
|
<hr />
|
Create a horizontal line
|
<html>
|
Defines the root of an HTML document
|
<i>
|
Make italic text
|
<iframe>
|
Defines an inline frame
|
<img />
|
Serves to display images in HTML
documents
|
<input />
|
Defines the input field in the form
|
<ins>
|
Create underlined text
|
<kbd>
|
Defines the text that is input from
the keyboard
|
<label>
|
Defines a label for an <input>
element
|
<legend>
|
Defines a caption for the
<fieldset> element
|
<li>
|
Used to display information in the
form of list items
|
<link />
|
Defines the relationship between
documents and external sources
|
<listing>
|
This tag function is the same as the
<pre> tag and is recommended to use the <pre> tag because the
<listing> tag is not feasible / protested
|
<map>
|
Defines the client-side image map
|
<marquee>
|
Make the text run vertically or
horizontally
|
<menu>
|
Defines a menu list
|
<meta />
|
Defines metadata about an HTML
document
|
<nobr>
|
Prevent line breaking of text or
images
|
<noframes>
|
If the user's browser does not
support frames
|
<noscript>
|
If the user's browser does not
support client-side scripts
|
<object>
|
Put an object embed
|
<ol>
|
Defines the list in numbering format
|
<optgroup>
|
Shows some of the grouped options in
the form of a drop-down list
|
<option>
|
Shows some of the options that are
shaped in a drop-down list
|
<p>
|
Create a paragraph
|
<param/>
|
Defines a parameter for an object
|
<pre>
|
Create text with the same font size
|
<q>
|
Defines a short quote
|
<s>
|
To line the text, this tag function
is the same as the <del> tag but the <s> tag is not recommended
instead of using the <del> tag
|
<samp>
|
Defines a sample output from a computer
program
|
<script>
|
Defines client-side script
|
<select>
|
Create a drop-down list
|
<small>
|
Decreases the text size from its
default size
|
<span>
|
Defines a section in a document
|
<strike>
|
To line the text / cross text, the
tag function is the same as the <del> tag
|
<strong>
|
Create bold text, this tag function
is the same as the <b> tag
|
<style>
|
Defines style information for HTML
documents
|
<sub>
|
Provides subscript effects on text
|
<sup>
|
Superscript effect on text
|
<table>
|
Creating tables
|
<tbody>
|
To group body contents in a table
|
<td>
|
Defines cells in a table
|
<textarea>
|
Defines a multiline input control
|
<tfoot>
|
To group the contents of the footer
in a table
|
<th>
|
Defines the header cells in a table
|
<thead>
|
To group header contents in a table
|
<title>
|
Create a title for an HTML document
|
<tr>
|
Create a row inside a table
|
<tt>
|
Defines a teletype text
|
<u>
|
Making text underlined, this tag
function is the same as the <ins> tag but the <u> tag is not
recommended for HTML text formatting category but rather includes the HTML
Style category
|
<ul>
|
Defines the list in bullet format
|
<var>
|
Defines a variable
|
<xmp>
|
Defining preformatted text, this tag
function is the same as the <pre> tag
|
Jadi itulah
fungsi tag yang ada di html. Jadikan pondasi HTML anda kokoh agar bias masuk
pada tahap selanjutnya.dan menjadi seseorang yang mahir dalam pemograman HTML.
Dan semoga artikel saya kali ini dapat bermanfaat bagi pembaca semuanya.
Thanks and
keep follow next artikel.
By :
Lazycodding
Dapatkan Penghasilan Tambahan Dengan Bermain Poker Online di www , SmsQQ , com
ReplyDeleteKeunggulan dari smsqq adalah
*Permainan 100% Fair Player vs Player - Terbukti!!!
*Proses Depo dan WD hanya 1-3 Menit Jika Bank Tidak Gangguan
*Minimal Deposit Hanya Rp 10.000
*Bonus Setiap Hari Dibagikan
*Bonus Turn Over 0,3% + 0,2%
*Bonus referral 10% + 10%
*Dilayani Customer Service yang Ramah dan Sopan 24 Jam NONSTOP
*Berkerja sama dengan 4 bank lokal antara lain : ( BCA-MANDIRI-BNI-BRI )
Jenis Permainan yang Disediakan ada 8 jenis :
Poker - BandarQ - DominoQQ - Capsa Susun - AduQ - Sakong - Bandar Poker - Bandar 66
Untuk Info Lebih Lanjut Dapat menghubungi Kami Di :
BBM: 2AD05265
WA: +855968010699
Skype: smsqqcom@gmail.com
Dapatkan Penghasilan Tambahan Dengan Bermain Poker Online di www , SmsQQ , com
Keunggulan dari smsqq adalah
*Permainan 100% Fair Player vs Player - Terbukti!!!
*Proses Depo dan WD hanya 1-3 Menit Jika Bank Tidak Gangguan
*Minimal Deposit Hanya Rp 10.000
*Bonus Setiap Hari Dibagikan
*Bonus Turn Over 0,3% + 0,2%
*Bonus referral 10% + 10%
*Dilayani Customer Service yang Ramah dan Sopan 24 Jam NONSTOP
*Berkerja sama dengan 4 bank lokal antara lain : ( BCA-MANDIRI-BNI-BRI )
Jenis Permainan yang Disediakan ada 8 jenis :
Poker - BandarQ - DominoQQ - Capsa Susun - AduQ - Sakong - Bandar Poker - Bandar 66
Untuk Info Lebih Lanjut Dapat menghubungi Kami Di :
BBM: 2AD05265
WA: +855968010699
Skype: smsqqcom@gmail.com
bosku minat daftar langsung aja bosku^^
Agan-Agan yang suka baca cerita dewasa saya recommend website yang bisa buat anda crottt puas.
ReplyDelete> Putihh Kental
> Cerita Dewasa
> Janda
> Tante
> Perawan
> ABG
> Selingkuhan