Introduction to HTML
Full name: HyperText Mark-up Language
Chinese name: Hyperfile Markup Language
Tag definition syntax format:
Any markup is surrounded by "<" and ">", such as <P>
There cannot be any blank characters between the tag name and the less than sign.
Some tags require parameters, some do not. Such as <font size=" 2">Hello</font>
Parameters can only be added to the start tag.
Adding the symbol "/" before the tag name of the start tag is the end tag, such as </font> Tag letters are not case-sensitive.
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn