February html study plan and study notes (updated)

February plan

One

two

three

four

Fives

six

day

 

 

 

 

 

 

23

24

25

26

27

28

29

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

February objectives: to complete the review and summarize html and css; 2 Jingdong complete a project, do a good job related to js primary demo3 complete summary of learning and work

23: Complete review and summarize html and css

html: html like a pig, pig is the head, pig eyes is the title, the pig body is body.

Title tags: <h1> <h2> h3 <h4> <h5> <h6>

Paragraph tag: <p>

Horizontal tags: <hr>

Wrap Tags: <br>

<Div>: row block elements propped

<Span>: an inline element propped

Inline block elements: display: inline-block

<Input type = "text"> Search Box

<Img src = ""> Insert Picture

<Input type = "submit"> Click OK

 <a href=" "> </a> anchor anchor link tag

Notes Tab: do not explain themselves every day

The same folder: 1.jpg

Under a folder: s / 1.jpg

Level folder: ../ 1.jpg

Unordered list: <ul> <li>, <li> corresponding to one container, can accommodate all elements

Table tags: <table> <tr> <td> This processing is used to display the table-format data

 

 

 

 

 

 

Guess you like

Origin www.cnblogs.com/stevefish/p/12348673.html