Home  >  Article  >  Web Front-end  >  html learning (1)_html/css_WEB-ITnose

html learning (1)_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:53:141146browse

I recently wanted to do a small WEB project, but I haven’t touched html for so long that I almost forgot about it. I will make up for it now;

Basic syntax structure of html files:

Other components:

Form:

, when the submit button is clicked The register.aspx page will be triggered;

Input box: , the types are:

submit: Submit button, which will trigger the form's action page; The name of the button can be modified through the value;

button: a normal button, which will not trigger the action page of the form;

checkbox: check box;

file: file selection box;

hidden: hidden field;

image: picture button;

password: password box;

radio: radio button;

reset: reset button;

text: text box; size attribute sets text width; value sets default value; maxlength maximum input length; readonly="readonly" read-only attribute;

That’s it for today, let’s take a rest!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn