DIV CSS basic training_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:27:21
Original
1183 people have browsed it

Common tags Basic tags

Create an HTML document

Set the document title and other features that are not included in the web page Displayed information

Set the title of the document    

Create a paragraph


Line break Insert a carriage return and line feed

Create a hypertext link

Table tag

Create a table

Each row in the table

Table Each cell in a row

Set the table header: usually bold and centered text

Form label

< ;/form> Create a form

action="..."The URL of the server that receives the data

method="..."HTTP method (get, post). Among them, get is deprecated

Create a drop-down menu

Create a text box area, the number of columns sets the width, and the number of rows sets the height

Create a check box , text behind the label

Create a radio button, text behind the logo

Create a single-line text input area, size is set to the width of the string

Create submission (submit ) button

Create a reset button

Create a button    

< ;LABEL>

First name:


Last name:

User:


Password:

I like bicycles:


I like cars:

Male:


Female: