Personal record path, link, input-related, video, etc.

Path:
relative path
absolute path: their relative position, a .. / on representative / representatives at the same level.
/ Representatives root (windows site folder)
image tag:
<img src = "../../ HTML daima /7.27/2.JPG "alt =" ">
& lt; IMG the src =" path "alt =" error path describes the picture "title =" hovers prompt "width =" 100px "height = " 100px "& gt;

hyperlink : &
lt; A the href = "jump path" target = "open mode" & gt; link name & lt; a & gt;
new page opens _blank
Alternatively itself _self
anchor link is positioned
& lt; a name = "flag value" & gt; Jump to & lt; / a & gt;
& lt; A the href = "# flag value" & gt; jump to & lt; / a & gt;

form:
& lt; form Action = "" methed = "" & gt;
& lt; INPUT type = "text" name = "Get the name" & gt;
&lt; / form & gt;
Method submission
post: Submit hide confidential
get: & bond with the rear path = & gt; value

type of form elements:
Text Type:
input box: text
password box: password
Date: date
hide the box: hidden
file: file
submit button:
push button: button
form button: submit
clear button: reset
Select Type:
Radio: radio
check: checkbox
is checked by default: checked
general format:
& lt; the INPUT of the type = "" name = "" & gt;

not common format:
dropdown: select
the default selection: selected
& lt; sELECT name = "" ID = "" & gt;
& lt; Option value = "" & gt; A & lT; / Option & gt;
& lt; Option value = "" & gt; B & lT; / Option & gt;
& lt; Option value = "" & gt; C & lT; / Option & gt;
& lt; / sELECT & gt;
default selected: selected selected = "to true" selected = "selected"
Multiple size = "number"

iframe tags:
Basic format:
& lt; iframe the src = "Path" name = "" & gt; target a iframe tags pass the name
& lt; / iframe & gt;

Audio Video Tags:
Video: audio and video tag
<video src = "playback path" AutoPlay Controls Loop> </ Video>
Controls: display the playback button
autoplay: Auto Play
Loop: Loop
audio: audio tag

Guess you like

Origin www.cnblogs.com/god3064371/p/11263010.html