Tuesday

Tutorials in making wap and website with some HTML



What is HTML? 

HTML is a language for describing web pages.
HTML stands for Hyper Text Markup Language
HTML is not a programming language, it is a markup language
A markup language is a set of markup tags
HTML uses markup tags to describe web pages
.
what is HTML TAGS?


HTML tags are keywords surrounded by angle brackets () like
HTML tags normally come in pairs like and
The first tag in a pair is the start tag, the second tag is the end tag
Start and end tags are also called opening tags and closing tags.

Below are SOME COMMON TAGS na ginagamit natin sa isang simple html page.


Defines the document's body 
Defines big text
bold text
underlined textitalic textDefines emphasized text

Defines a single line break
Defines a push button 

paragraph
Deprecated.Defines centered text
Defines an HTML form for user input
Defines an inline frame
 Defines an image 

some javascript
Enter MESSAGE POPUP CODE:
Lagay nyu ito sa pagitan ng at .

alert("Welcome to my site")


BACKGROUND IMAGE CODE
put below's code between your tags.Change the preset image url of your choice.if (document.all||document.getElementById)document.body.style.background="url('http://datu.uuuq.com/wap/bg.gif') black center repeat fixed"

CURRENT URL DISPLAYER WITH DATE
put below's code where you want it to be.var today=new Date()document.write('' today.toString() '
' window.location '')

USER BROWSER INFO
put below's code where you wish it to be seen.if (document.all)var version=/MSIE d .d /if (!document.all)document.write("You are using " navigator.appName " " navigator.userAgent)elsedocument.write("You are using " navigator.appName " " navigator.appVersion.match(version))

Exit MESSAGE POPUP CODE:
note: lagay nyu ito sa pagitan ng tags


VISITOR AND COUNTER CODE:

USING CCS FOR TEXT COLOR CODE:
note:put this between you tags

h1 {color: red}
h3 {color: blue}
h2 {color: green}

your text here is color RED

your text here is color BLUE

your text here is color GREEN


COLOR CODES:

AQUA = #00FFFF
AQUAMARINE = #7FFFD4
BLUE = #0000FF
FICHSIA = #FF00FF
GOLD = #FFD700
GRAY = #808080
GREEN = #008000
NAVY = #000080
OLIVE = #808000
PURPLE = #800080
RED = #FF0000
SILVER = #C0C0C0
TEAL = #008080
WHITE = #FFFFFF
YELOW = #FFFF00
MEDIUMVIOLETRED = #C71585
MIDNIGHTBLUE = #191970
MINTCREAM = #F5FFFA
MISTYROSE = #FFE4E1
MOCCASIN = #FFE4B5
NAVAJOWHITE = #FFDEAD
PEACHPUFF = #FFDAB9
PERU = #CD853F
PINK = #FFC0CB
PLUM = #DDA0DD
POWDERBLUE = #B0E0E6
ROSYBROWN = #BC8F8F
ROYALBLUE = #4169E1
SADDLEBROWN = #8B4513
SALMON = #FA8072
SANDYBROWN = #F4A460
SEAGREEN = #2E8B57
SEASHELL = #FFF5EE
SIENNA = #A0522D
SKYBLUE = #87CEEB
SLATEBLUE = #6A5ACD
SLATEGRAY = #708090
SNOW = #FFFAFA
SPRINGGREEN = #00FF7F
STEELBLUE = #4682B4
TAN = #D2B48C
THISTLE = #D8BFD8
TOMATO = #FF6437
TURQUOISE = #40E0D0
VIOLET = #EE82EE
WHEAT = #F5DEB3
WHITESMOKE = #F5F5F5
YELLOWGREEN = #9ACD32

0 comments / Reply here:

Post a Comment

Related Posts with Thumbnails

Cpx


Internet blogs