What is HTML?
Hyper text Markup Language, Hypertext Markup Language.
The demo of HTML
1.
<title>: Set title, display to IE window title after Setup is complete
<style>: Introducing CSS Files
<script>: Introducing JavaScript files
<meta>: Used to set some header information
Demo1:
2.<body> Labelbgcolor: Background color
Background: Background image
Demo2:
DEMO3:
3. Horizontal Size: Length
Width: Wide
Color: Colors
Demo4:
4. Hyperlinks <a>Href:url
Target: Destination window
Demo5:
5. Font settings <font>Size: Sizes
Color: Colors
DEMO6:
Demo7:
6. Text Settings<b>: blackbody
<i>: Italic
<u>: Underline
<s>: Middle Dash
<sup>: superscript
<sub>: subscript
Demo8:
7. Special characters< <
> >
& &
&nbps; Space
" "
8. Text layout<div><span>: Text partition display, block level, inline
<ul><li>...</ul>: Unordered list
<ol><li>...</ol>: Ordered list
<p>: Carriage return line
<br>: line break
<pre>: Preserve original format
Demo10:
9. Forms <form>Action: A program submitted to the server to handle
Method: The value get or Post,get value has a limit (256byte), the form data will appear after the URL; Post value is unlimited, the form data is not displayed in the form
<input type= "" Name= "" >
Type value: Text/password/checkbox/radio/select/textarea/submit/button/image/hidden
Name: Enter the names of the fields
DEMO13:
Text input text:id-uniquely identifies name-name value-value size-length maxlength-maximum length
Demo12:
check box-checkboxid-uniquely identifies name-name, multiple when the name is the same value-value checked-the selected checkbox
DEMO14:
Radio Box-radioid-uniquely identifies name-name, multiple when same value-value checked-selected Radio
DEMO15:
List box-selectid--uniquely identifies the name--name size--the length of the list box multiple--can implement a multi-select list box value--the value in the list box selected--which item is selected
DEMO16:
Text Area-textareaid--uniquely identifies name--name rows--number of rows cols--columns
DEMO17:
Buttontype:button--Click the button, submit the data, do not submit the form submit--Click the button, submit form information reset--Click the button reset form information image--Click on the picture submission (default get)
DEMO18:
Implied domain--DEMO19:Form:border--table Border Size width--table width, percent available align--alignment, Left/right/center <tr>--row <td>--column align--alignment, left/right/ Center colspan--across multiple columns
DEMO20:
FrameworkDEMO21:
21.hml
21_1.hml
21_2.html
The target in HTML_blank, opens a new browser window _self, the current window _parent, the immediate parent frame window in the current window, displays _top, displays in the topmost window (overlay)
22.html
22_1.html
22_2.html
22_3.html
Iframe23.html
23_1.html
html--"DRP"