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 <address> tag has the function of identifying the contact information of the author, the owner of the html document or the article. If the <address> element is inside the <body> element, it represents the document's contact information. If the <address> element is inside an <article> element, it represents contact information for that article. Text […]
The <audio> tag defines it as an audio file, such as a music file or another audio stream. There are 3 formats supported by the <audio> tag: MP3 WAV Ogg How to use the <audio> . tag Example : Use <audio> tag to insert audio into web page, prepare music.mp3 file at the same level […]
The <b> tag defines what text will be bolded. How to use the <b> . tag Example : Use <b> tag to bold language name. Attribute of <b> . tag Browser support Chrome Firefox IE Safari Opera
The <blockquote> tag defines a piece of text cited from another source. Browsers typically indent the contents of the <blockquote> element one paragraph from the margin. How to use the <blockquote> . tag Example : Using <blockquote> tag. Attribute of the <blockquote> . tag cite – identifies the source of the quote. tags are also […]
The <body> tag defines the body or body of the document. <body> element will wrap all content elements of html document including images, text, links etc. Attribute of <body> . tag The <body> tag is supported with Global Attributes in HTML.
The <canvas> tag is used to draw graphics directly on the page, through the use of scripting (usually javascript). The <canvas> tag is just a graphics container, you must use a script to draw the graphics. How to use the <canvas> . tag For example , use the <canvas> tag to draw. Attribute of <canvas> […]
The <caption> tag is used to set a title for a table, the <caption> tag must be placed immediately after the <table> tag. Only one <caption> can be placed per <table> . tag How to use the <caption> . tag Example : set caption for savings board Attribute of <caption> . tag The <caption> tag […]
The <col> tag specifies an attribute for each column in a <colgroup> element. The <col> tag is especially useful for applying styles to entire columns instead of having to repeat each cell and row. How to use the <col> . tag For example , use the <col> tag to colorize columns. Attribute of the <col> […]
The <colgroup> tag defines a group of one or more table columns for formatting purposes. Use the <colgroup> tag in conjunction with the <col> tag to format columns. How to use the <colgroup> . tag For example , use the <colgroup> tag and the <col> tag to format the color of the columns in the […]
The <datalist> tag specifies a predefined list of options for an <input> element. The <datalist> tag is used to provide "autocomplete" functionality for <input> elements, users will see a drop-down list of options before they enter data. Use the list attribute of the <input> tag in combination with the id attribute of the <datalist> tag […]
The <del> tag defines a text to be deleted from a document. Using For example, how to use the <del> tag. Attribute of <del> . tag cite – specifies the url of a document that explains why the text was removed. datetime – specifies the date and time the text in the del tag pair […]
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 […]
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