Home > front end >  html
html

Time:01-03

HTML the big picture:
Head the head tags: statement site title and meta data, all the metadata is a meta tags at the beginning;
Dealing with web gibberish: unified coding format; Also in the head header files;
Title: the title of the site;
In the midst of HTML tags can be nested tags
Row-level tags: default will take up a line of
Title tag: use in the HTML title h#, h1 ~ h6 respectively 1 ~ 6 six levels of headings
P: paragraph tags: paragraph tag page belongs to the line level, under the condition of current line fill will default wrap,
Block element, div default a line
Is of block element can contain row-level element,
List:
List: an ordered list unordered list, the list without the list item is meaningless, a list of actual size by the list items to open the
List is a block element (grade line block elements, its content is defined by internal to open, the content of the list, div, etc.) space & amp; nbsp; If multiple space fold actually show only one space after a
Inline elements:
What are the commonly used inline elements: span, I, u, strong, img span a meaning: no special role is certain text as an inline block elements using the
Br tag can be used to wrap the
Img image tag
Commonly used attributes: SRC: the path of a given image, the path is divided into absolute and relative path
Absolute path from the root directory of the computer began to scroll down a file under a certain resources: D:/file/1. PNG, if resources are then can find the resources,
Relative paths: the use of a reference, to locate a particular resource Alt: description of images, usually the picture shows that under the condition of normal Alt don't show
Among hubilider direct access to local resources cannot be access, because hubuilder back to local root folder as a web application to handle need to develop the IP and port number hyperlink:
A tag says hyperlink tag
Href: given the location of the hyperlink jump, if you don't specify a jump way by default in the current window open goal
Target: the target
Form: use a pair of table tags
Some form of representation: a table including the header, table, table tail
Td: column
tr:行 border:线宽 width:宽度 hegith:高度 algin:对齐方式 rowspan:跨行 colspan:跨列 cellpadding:单元格的内边距 cellspacing:单元格之间的距离