What about html and CSS? 1. tag attributes and elements
What about html and CSS? 2-css
Does HTML really mean this...
1. span and Div
Most labels have their meanings (semantics), such as P, paragraph, and H1. With the exception of span and DIV, but with the specific meaning given by the ID and class attributes, span and Div can be used to organize large HTML blocks.Code.
Span is an inline element. (Inline element)
DIV is a block element. (block element)
2. Meta of meta tags and Search Engine Optimization
<Meta name = "XX" content = "yyy"/>
XX can be author, keywords, description
<Meta http-equiv = "XX" conent = "yyy"/>
XX can beContent-Type
(Type ),Expires
(Timeliness ),Refresh
(Refresh, how long the page will be automatically refreshed) andSet-Cookie
(Set cookie)
HTTP-equiv will generate an HTTP data header, and the header information will be sent to the server.
3. Poor labels
B-bold, replaced by strong
I-italic, replaced by EM
big-larger font, H1 ~ Use font-size in H6 or CSS
small-smaller font, controlled by font-size
U-underline. Non-link text with a fart underline...
center-use the text-Lign attribute of CSS.
the menu has gone with UL's honeymoon.
layer, blink, marquee... Old antiques. I don't even want to explain why they are used...
font-font style is defined in CSS