Getting to combat web front end: HTML elements (tags) and Daquan instructions (complete)

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/wewfdf/article/details/102631986

a: represents a hyperlink object or the starting position.

acronym: represents taking an acronym of.

address: certain information, such as address, signature, author, document information.

applet: placing executable content on the page.

area: a client-side image map is defined in a form hyperlink region, and the coordinates of the associated URL.

b: Specifies the text should be in bold.

base: URL used to specify an explicit resolve links and references to external sources, such as images and style sheets.

basefont: font values ​​as a basis for setting the default font to display text.

bdo: allows authors to disable the bidirectional algorithm selected text fragments.

bgsound: the page can with a background sound or dubbing.

big: Specifies the text to be included to show the font is slightly larger than the current font.

blockquote: represents a piece of text in the quotation.

body: the beginning and end of the specified body of the document.

br: insert a line break.

button: Specifies a container, which contains the HTML is displayed as a button.

caption: table title, a brief description of the table.

center: the specified text and image centered.

cite: show marked citations in italics.

code: represents the sample code.

col: Description of table columns based on the default attributes.

colgroup: Description default attributes in a table or a set of columns.

comment: means no visible comments. Preventing or text contained in the HTML source code is parsed and the viewer is displayed.

dd: indicates defined in a definition list. Definitions are usually indented in the definition of the list.

del: Specifies the text has been deleted from the document.

dfn: represents the defined terms.

dir: indicates a directory list.

div: HTML represents a displayable area

dl: definition list.

dt: represents the definition of the term in a definition list.

em: emphasize text, usually displayed in italics.

embed: it allows you to embed any type of document.

fieldset: draw a box on the outside of the set contains a text field and other elements.

font: a description of the new font, size and color contained in the text.

form: Description contains controls are an integral part of a form.

frame: represents a single frame in the FRAMESET element.

frameset: denotes a frame set for a plurality of frames and organize sets of nested frame.

head: provides information about the document unordered collection.

hn: to display text in heading styles.

hr: Draw a horizontal line.

html: indicates that the document contains HTML elements.

i: Specifies the text should be displayed in italics.

iframe: Creating inline floating frame.

img: embedded image or a video clip in the document.

input: create various form input controls.

input type = button: Create a button control.

input type = checkbox: create a check box control.

input type = file: Creates a file upload object with a text box and a Browse button.

input type = hidden: the transmission status information about the client / server interaction.

input type = image: create an image control that is clicked will result in an immediate form is submitted.

input type = password: Create a text similar to the single-line text input controls Control and INPUT type =, but does not display the contents of user input.

input type = radio: Create a radio button control.

input type = reset: Creates a button, click the button, resets form controls back to its initial value.

input type = submit: Create a button, click the button, submit the form.

input type = text: create a single-line text input control.

ins: representation inserted in the text document.

isindex: the browser displays a dialog box that prompts the user to enter a single line of text.

kbd: fixed-width font to display text.

label: Specifies the label for the other elements on the page.

legend: inserting a header in the box fieldSet drawn object.

li: represents an item in the list.

link: allow the current document and external documents to establish a connection.

listing: to display text in a fixed width font.

map: coordinate data containing the client-side image map.

marqueee: Create a scrolling text caption.

menu: create an unordered list.

meta: convey hidden information about the document to the server and the client.

nobr: does not wrap text.

noframes: contains the HTML FRAMESET elements that do not support the browser used for.

noscript: Specifies the HTML does not support script displayed in the browser.

object: insert objects in HTML pages.

ol: Sort the list compiled.

optgroup: allows authors to select elements of the options in logical groupings.

option: option represents a SELECT element.

p: represents the period.

param: Set the initial value of the attribute APPLET, EMBED or OBJECT element.

web front-end development learning Qqun: 784783012, way to share learning and the need to pay attention to small details, constantly updated with the latest tutorials and learning methods (detailed front-end project combat instructional video)

pre: to display text in fixed-width font.

q: Speech Separation text.

s: strikethrough displayed text.

samp: represents the sample code.

script: designated interpreted by the script engine page script.

select: represents a list box or a drop-down box.

small: Specifies the contents of the text you want to display the font slightly smaller than the current font.

span: Specifies the inline text container.

strike: strikethrough text.

strong: display text in bold.

style: style sheets specified page.

sub: Description contains the text to be displayed as the subject of the following, slightly smaller than the current font.

sup: Description contains text to be displayed in superscript, slightly smaller than the current font.

table: Description contents is organized into a tabular form comprising rows and columns.

tbody: What line specifies as the main table.

td: the cell specified in the table.

textarea: multi-line text input control.

tfoot: indicates which row as the end of the table.

th: Specifies the title bar. Header row will be centered in the cell, and are shown in bold.

thead: specifies which rows as a header.

title: title of the document.

tr: Specifies the row in the table.

tt: to display text in fixed-width font.

u: underlined text.

ul: represents a list of items are not sorted.

var: defining program variables, generally shown in italics.

wbr: to insert a soft NOBR text wrapping.

Guess you like

Origin blog.csdn.net/wewfdf/article/details/102631986
Recommended