Home  >  Article  >  Web Front-end  >  Commonly used tags in html

Commonly used tags in html

WBOY
WBOYOriginal
2016-08-15 16:49:50922browse

Written before, I am just a newbie starting to learn front-end. I don’t understand a lot but forget the guidance of the master

html full name Hyper TextMarkup Language

Let’s talk about the commonly used html element tags

h1 h2 h3 h4 h5 h6 level 6 title tags

ul unordered list tag, use li

for child elements

ol Ordered list tag uses li for sub-elements

a Add the link address in the middle of the hyperlink tag href

p Use tags for large paragraphs of text

pre is based on the tags displayed in the code

span is a label used to span multiple characters to highlight certain characters

img image tag, add file address in src, alt, add image text description

div element partition module

strong element emphasis tag

em element tilt

cite description of quoted text

video audio For reference to video and audio, add the file address in src

table table element sub-element uses tr td; tr represents row and td represents column

For form reference sub-elements generally use action and method

input input box text represents the normal text box password represents the password box reset reset box button button box submit submit box

radio double checkbox checkbox

textarea multi-line text box

header footer The head and tail of the document

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn