Giới thiệu
hocvietcode.com là website chia sẻ và cập nhật tin tức công nghệ, chia sẻ kiến thức, kỹ năng. Chúng tôi rất cảm ơn và mong muốn nhận được nhiều phản hồi để có thể phục vụ quý bạn đọc tốt hơn !
Liên hệ quảng cáo: trienkhaiweb@gmail.com
The span tag is used to group the inline elements of the page into a group. The span form will not affect the display of those elements in any way. So what effect does it have? It is true that the span tag will not affect the display of the grouped elements, but if we […]
The strong tag is a markup tag, it will identify important text, but the text inside the strong tag will be bolder than usual when displayed to the user in the browser. There are many specific cases where strong tags should be used such as marking important keywords of the article, marking the main and […]
The sub tag defines the subscript text. What is subscript text? It is the text that is printed indented lower than the normal line, The most common case that we are very familiar with is that in chemical formulas, subscript text is the index of indentation below in the formula. awake. Using For example, use […]
The summary tag defines a title of the details tag. This title will be seen by the user and identifies the content that the details tag has hidden. Use the summary tag to briefly describe what the details tag will cover. Using For example , use the summary tag to create a descriptive title for […]
The sup tag defines superscript documents. What is superscript text? Superscript text is text that is displayed higher than the line of normal text, usually in a smaller font size. Superscript text is often used for comments, exponential representation, etc. Using Example : Use the sup tag to represent exponents.
The table tag defines a table in HTML. In an html table will include the following elements: The th tag defines the header of the table. The tr tag defines a row in the table. The td tag defines a cell in the table. However, in practice, tables will be much more complicated when they […]
The tbody tag defines the body or main body of the table. The tbody tag is used in conjunction with thead and tfoot tags to specify each part of the table (header, body, footer). Web browsers can use this element to allow scrolling of the body of the table without regard to thead or tfoot. […]
The td tag defines a standard cell in an HTML table. An HTML table has two types of cells: Header cells: cells that contain title information, use the th tag to create a title box. Text in the title box will be bold and centered by default. Standard cell: contains the data of the table, […]
The tfoot tag defines the footer content of the table. The tfoot tag is used in conjunction with thead and tbody tags to specify each part of the table (header, body, footer). Web browsers can use this element to allow scrolling of the body of the table without regard to thead or tfoot. In some […]
The th tag defines a header cell in an HTML table. An HTML table has two types of cells: Header cells: cells that contain title information, use the th tag to create a title box. Text in the title box will be bold and centered by default. Standard cell: contains the data of the table, […]
The thead tag defines the header content of the table. Thead tag is used in conjunction with thead and tbody tag to specify each part of the table (header, body, footer). Web browsers can use this element to allow scrolling of the body of the table without regard to thead or thead . In some […]
The time tag defines a time value that can be understood by humans. In essence, the time tag will not affect the display to the user. So what is the use of the time tag and what do we use it for? The time tag is used to encapsulate a time value ( <time>1:45</time>) which […]
The tr tag defines a row in the table. The tr tag can consist of one or more th or td tags depending on the number of cells present in a row. Using For example : use tr tag in combination with table, td, th tags to create a table.
The u tag defines a piece of text that should be displayed differently from normal text such as a misspelled word or Chinese noun. Text wrapped by the u tag will be displayed as underlined when displayed outside the browser. Using For example , use the u tag to highlight misspelled text.
The var tag defines a variable. It is used to mark a variable name, the contents of the var tag will be displayed differently than usual. Using Example : Use the var tag to mark variable names.
The video tag will define a video, in other words it will embed a video in the browser. Currently, there are 3 types of video files supported: MP4, WebM, and Ogg. Supported browsers: MP4: Chrome, Firefox, Opera, Safari, IE. WebM: Chrome, Firefox, Opera. Ogg: Chrome, Firefox, Opera. Using For example, use the video tag to […]
The wbr tag will determine the appropriate place in the text for line breaks In case your text contains very long words, or to avoid unreasonable line breaks in the browser, you should use the wbr tag to locate the line break. Using For example , use the wbr tag to locate a line break.
hocvietcode.com là website chia sẻ và cập nhật tin tức công nghệ, chia sẻ kiến thức, kỹ năng. Chúng tôi rất cảm ơn và mong muốn nhận được nhiều phản hồi để có thể phục vụ quý bạn đọc tốt hơn !
Liên hệ quảng cáo: trienkhaiweb@gmail.com