Home > Article > Web Front-end > Summarize some common words in HTML/CSS
header header/header;
index home page/index;
logo logo;
nav/sub_nav Navigation/sub-navigation;
banner banner ad;
main/content body/content;
container/con container;
wrapper/wrap package ( Similar to container);
menu menu;
sub_menu/second_menu submenu/secondary menu;
list list;
section partition/block (Similar to div);
article article;
aside sidebar/advertising;
footer footer/bottom;
title/sub_title title /Subtitle;
news news;
hot hot spot;
pro product (product);
company company;
msg/ info information (message)/message;
ads advertisements (advertisements);
icon small icon;
img picture (image);
copyright copyright ;
contact_us contact us;
friend_link friendly link;
tel contact number (telephone);
address address;
spaces (don’t forget Semicolon);
(Add at the end of text) Line break
CSS Cascading Style Sheets;
background Background;
background: -webkit-gradient(top red orange yellow green lightblue blue purple) color gradient;
position position/positioning;
relative/absolute/fixed relative positioning/absolute positioning/fixed Positioning;
float float;
clear clear;
vertical-align: middle/top/bottom; vertical center/top/bottom;
line -height line height;
margin outer margin;
padding inner margin;
border border;
solid/dashed/dotted solid line/line Dashed line/dotted line;
border-radius rounded corner;
shadow shadow;
display display;
hidden hidden;
block/inline-block block element/inline block;
overflow overflow;
cursor cursor;
cursor:pointer; the mouse moves up to become a small hand;
animation Animation;
css sprites sprites/picture sprites;
column separation;
flex flexibility (layout);
form form;
action behavior;
method method/method;
input input box;
label label ;
password password;
radio radio button;
checkbox checkbox;
btn button (button);
submit/reset submit/reset;
textarea text area;
select/option selection box/selection item;
placeholder placeholder (prompt function);
search search;
icon small icon;
autofocus automatic focus;
disabled disabled;
checked (radio button/ check box);
selected default selection (drop-down selection box);
required required;
readonly read-only;
table table ;
thead/tbody/tfoot table title/body/bottom;
colspan across columns;
rowspan across rows;
cellspacing cell spacing (similar in margin);
cellpadding cell margin (similar to padding);
border-collapse: collapse; border merge (used on table);
The above is the detailed content of Summarize some common words in HTML/CSS. For more information, please follow other related articles on the PHP Chinese website!