英[sʌb] 美[sʌb]
n.Submarine;substitute,substitute,substitute;subway;reviewer
vi.Be a substitute, be a substitute ;Be a stand-in, proofread (manuscript)
Third person singular: subs Plural: subs Present participle: subbing Past tense: subbed Past participle: subbed
html sub tag syntax
Function: Define subscript text.
Note: The content contained in the <sub> tag and its closing tag </sub> will be displayed at half the character height of the current text stream, but different from the current The font and size of the text in the text stream are the same.
Note: Both the <sub> tag and its corresponding <sup> tag are very useful in mathematical equations, scientific symbols and chemical formulas.
html sub tag example
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> 这段文本包含 <sub>下标</sub> </body> </html>
Run instance »
Click the "Run instance" button to view the online instance