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 dt tag has the function of describing the name of the concept, the definition in the list of definitions. Use in combination with the dd tag (describe the content of the definition) and the dl tag (describe the list of definitions) How to use dl . card For example , use the dl tag […]
The dd tag has the function of describing the content of the concept, the definition in the list of definitions. Use in combination with the dt tag (describe the definition name) and the dl tag (describe the list of definitions). How to use the dd . card For example , use the dl tag in […]
The p tag has the function of defining a piece of text. The browser will automatically add a space (margin) before and after each p tag. Margins can be customized using CSS. How to use the p . card Example : Use the p tag to specify paragraphs of text. Attributes of the p . […]
The br tag breaks the current line and moves to a new line. The br tag has no closing tag. How to use the br . card Example: Use the br tag to break lines in very long documents. Attributes of the br . tag The br tag is supported by all Global Attributes in […]
The pre tag defines a preformatted piece of text. The text in the pre tag pair will be displayed in a fixed-width font (usually Courier), which will preserve both spaces and line breaks. How to use the pre . card Example : Use the pre tag to print pre-formatted text. Attributes of the pre . […]
Comments in html will be placed in <!– and –> tags. But the content placed in the <!– and –> tag pairs will not be displayed to the user, but only used as a note. How to use notes For example , using comments in html. Properties The flashcard pair doesn't have any attributes.
The <!DOCTYPE> declaration tells the web browser what version of HTML the page is written in. <!DOCTYPE> is not actually an HTM . tag The <!DOCTYPE> declaration must be placed first in the HTML document, before the html tag. How to use the <!DOCTYPE> . declaration For example , use the <!DOCTYPE> declaration to tell […]
The abbr tag defines abbreviations for example PHP, JS, HTML… Highlighting and interpreting abbreviations will provide useful information to browsers, translation systems, and search engines. How to use the abbr . card Example : Use the abbr tag to annotate abbreviated programming language names. Attributes of the abbr . tag The abbr tag supports all […]
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 […]
Most websites now support SSL (Secure Socket Layer). It encrypts the data transmitted between the web server and the browser and increases the security of the website. In addition, the use of SSL certificate is necessary because currently Google has prioritized ranking websites based on https protocol (HTTP + SSL), websites that only use http […]
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 […]
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