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 details tag will define additional details that can be hidden by the user upon request. The details tag can be used to create an interactive widget that the user can open and close. Any content type can be placed inside the details tag. The contents of the details tag pair will not be displayed, […]
The dialog tag defines a dialog box or a window. dialog element will make it easy to create popups or modals on web pages. How to use dialog . tag Example : Using dialog tag. Attributes of the dialog . tag open – specifies the dialog element to be activated and the user to interact […]
The div tag defines a section or section in an HTML document. The div tag is used to group elements to format them with CSS. How to use the div . tag Example : Use the div tag to group elements and color them. div . tag attribute The div tag is given attributes
The embed tag defines a container for an external application or interactive content. How to use embeb . card For example , use embeb tag to embed flash files. Attributes of the embeb . tag height – defines the height of the embed display area. width – defines the length of the embedded content display […]
The figcaption tag defines the caption for a figure element. The figcaption tag can be placed as the first or last child of the figure element. How to use the figcaption . tag For example : use the figcaption tag to set the captopn, prepare the image file img.jpg in the same directory as the […]
The <figure> tag specifies self-contained content, such as illustrations, diagrams, photos, code lists, etc… How to use the figure card Example : Use the figure tag to add illustrations to the article, prepare the image file at the same level as the directory of the html file. Attributes of the figure tag The figure tag […]
The <footer> tag defines a footer for a document or section. A <footer> element must contain information about its containing element. A <footer> element typically contains: Author information Copyright Information communications Sitemap Link back to top related document You can have multiple <footer> elements in a document. How to use the footer thẻ tag For […]
The hr tag defines a thematic discontinuity in an HTML page (e.g. a subject change). The hr tag creates a dash between delimited topics. How to use the hr . card Example : Use the hr tag to end a piece of content. Attributes of the hr . tag The hr tag is provided with […]
The <html> tag tells the browser this is an HTML document. The <html> tag represents the root of an HTML document. The <html> tag is the container for all other HTML elements (except the <! DOCTYPE> tag). How to use the html . tag Example : Use html tag to declare html document. Attribute of […]
The i tag defines a piece of text to be displayed in italics. The i tag is often used when you want to quote quotations, indicate a word from another language, etc. The i tag should not be used when the text can use more appropriate emphatic elements such as: <em> (emphasis text) <strong> (important […]
The iframe tag specifies a routed content. It's used to embed another document in your page. In fact, the iframe tag has the same effect as the img tag, except that it will embed a document instead of just embedding an image like the img tag. So when should iframe tags be used for embedding? […]
The ins tag defines an underlined text. So when should you use the ins tag? When new text contents are inserted, you should put them in the ins tag to notify the browser. Browsers will normally notice a line containing underlined (del tag) or underlined (ins) text. Use a combination of ins and del tags […]
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 legend tag will create a caption for the fieldset group. Use a combination of the legend tag with the fieldset tag to clearly describe the group of related sections that have been grouped with the fieldset tag. Using For example : Use the legend tag to provide information to the user with the content […]
The main tag defines the main content of the page. The content inside the main tag must be the content that appears only for the page. Inside the main tag must not contain any content that is repeated on different pages such as: page menus, logos, copyrights, sidebars… There is only one main tag in […]
The meter tag identifies a scalar measurement in a known range, or represents a fraction as a measure. The meter tag is not used to represent the process taking place (e.g. the number of % loaded) but it represents a fixed value that does not change for a short time. If you want to show […]
The noscript tag defines what to display instead if the user's browser has scripting disabled or not supported. The noscript element can be used in both the head tag and the body tag, if used in the head tag, noscript will only contain the link, style, and meta elements. The contents of the noscript tag […]
The object tag defines an object to be embedded in the HTML document. Use the object tag to embed multimedia files (flash, audio, video, PDF, etc.) into your page. The object tag can also embed another web page into your page. If you want to pass parameters, you can use the param tag to pass […]
The output tag represents a calculation result (as a result of a script statement). So when should you use the output tag? Of course, when one displays a certain calculation result. Specifically, when you want to show the amount to be paid by another for an already priced item, and that amount will depend on […]
The param tag defines the parameters for the plugin associated with the object tag. In HTML 5, two new tags have been added to embed audio and video files, which are the audio tag and the video tag. Using For example , use the param tag to assign parameters to the embedded img object.
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