HTML Learning 2 (Notes)

<-! Links tab ->
<! - core property is the href attribute value can be a jump address ->
<a href=""> clickable text </a>

Relative path: starting from the current file, if the next level of directory folder name to write directly on a representation by ../

<-! Image tag
path src picture,
alt picture does not show up when the time will be displayed
when images are downloaded. . . Path loaded, the picture wrong time

<- core tags:! Only functions submitted, without any style ->

<- form Attributes:!
address action submitted by the end of the address of the service is usually, if not written, submitted to the default page
mode method submitted. get / post if you do not write, to get submitted ->

input form the core of the label to change the style of the show by modifying the type attribute of the input tag ->

<-!? Behind the content for parameters. Our ultimate goal is to make the necessary parameters to send to the back end
wants to send parameters, input must contain the name attribute

<! - a set must contain the same name attribute
value of one attribute of the input, value property
checked selected by default, when the attribute name is equal to the attribute value, the attribute name to just write ->

<! - a set must contain the same name attribute value ->

 

Guess you like

Origin www.cnblogs.com/jiapei/p/10939527.html