Home >Web Front-end >HTML Tutorial >Commonly used tags in html
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 elementsol 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