Download presentation
Presentation is loading. Please wait.
Published byLeonard Sanders Modified over 9 years ago
2
IIntroduction WWhat is HTML HHTML Basic Contents HHTML Phases TTags Properties IImage Integration FForms
3
H-T-M-L are initials that stand for Hyper Text Markup Language Hyper is the opposite of linear. It used to be that computer programs had to move in a linear fashion. This before this, this before this, and so on. HTML does not hold to that pattern and allows the person viewing the World Wide Web page to go anywhere, any time they want. Text is what you will use. Real, honest to goodness English letters. Mark up is what you will do. You will write in plain English and then mark up what you wrote. More to come on that in the next Primer. Language because they needed something that started with "L" to finish HTML and Hypertext Markup Louie didn't flow correctly. Because it's a language, really - - but the language is plain English.
4
HTML Web Page
5
Phase 1 Phase 2 Phase 3
6
bgcolor="#FF9900" leftmargin="0" rightmargin="0" topmargin="0" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" bgcolor="#FF9900" background=“url“ width="780“ Height=“400” border="0" face="Arial" color="#990000" size="+4“ Style=“css” src=“url“ align="left" border="0" height="50" width="50"
7
src align border height / width title <img> Example:
8
href target title <a> Example: src align border Height width title <img> "_blank" | "_parent" | "_self" | "_top" | window name
9
….. ACTION : URL or the page where that form’s information goes METHOD = GET | POST how to transfer the data… NAME : name of this form TARGET = "_blank" | "_parent" | "_self" | "_top" | frame name what frames to put the results in onSubmit : script to run before the form is submitted onReset : script to run before the form is reset
10
TYPE = TEXT | CHECKBOX | RADIO | PASSWORD | SUBMIT | RESET | BUTTON what type of field NAME : name of this form field VALUE : initial or only value of this field SIZE : how wide the text field should be MAXLENGTH : maximum number of characters CHECKED : check this checkbox or radio button ALIGN = LEFT | RIGHT | TOP | TEXTTOP | MIDDLE | ABSMIDDLE | CENTER | BOTTOM | ABSBOTTOM | BASELINE how text should flow around the picture
13
Male Female checked="checked"
14
Networking Web designing Database checked="checked"
15
-- Please Select State -- AK AL AR AZ CA CO CT DC WY
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.