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
In this lesson we will learn how to use the fieldset tag in HTML, the fieldset will group related elements in a form. Grouping such information will help users easily identify what to enter. Specifically, the fieldset tag will create a frame around the elements within it 1. What is the fieldset tag in HTML? […]
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