字幕列表 影片播放 列印英文字幕 The markup that defines HTML is called tags. For example, we here have the break tag, which is used to make a line break. All tags are delimited by angle brackets (<>) and are case-insensitive. Most tags, such as the paragraph tag here <p>, have both a start and an end tag. The end tag is always the same as the start tag, but with a forward slash before the tag's name. This combination of start tag, content, and end tag is called an element, in this case a paragraph element. Element is also commonly used as another word for tag. Start tags may contain different attributes and values, which are also case-insensitive. The quotes around the value, are only required if the value includes whitespace or special characters, but it's a good practice to always include them.
B1 中級 HTML教程 - 02 - 標籤和元素 (HTML Tutorial - 02 - Tags and Elements) 97 5 Pan-Shy Gang 發佈於 2021 年 01 月 14 日 更多分享 分享 收藏 回報 影片單字