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 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.
The picture tag allows programmers more flexibility in image processing. The most common use of the picture tag is in responsive website design. Instead of using just one image to zoom in and out depending on the display screen size, multiple images with different sizes will be selected to display depending on the screen size […]
The progress tag will show the progress of a task. The progress tag will display a progress bar to the user's browser. When you need to show an ongoing process, such as downloading a certain file or the progress of a project, the progress tag will be a great choice for you instead of dry […]
The q tag defines a short quote, the browser inserts a pair of double quotes around the text to represent it as a quote. When you want to quote a famous saying in your article, use the q tag to do so. It makes your website more professional. Note the use of blockquote tags to […]
The rp tag is used to provide a bracket around text, ruby characters, to be displayed in browsers that do not support ruby comments. Ruby here is not a ruby programming language. So what are ruby characters? It is essentially the comments usually placed above or to the right of the kanji characters when writing […]
The <rt> tag defines an explanation or pronunciation of characters (for Asian typography) in a ruby comment. So what are ruby characters? It is essentially the comments usually placed above or to the right of the kanji characters when writing Korean, Japanese, and Chinese languages. Those comments are often used to guide pronunciation, so they […]
The ruby tag defines a comment for ruby characters. So what are ruby characters? It is essentially the comments usually placed above or to the right of the kanji characters when writing Korean, Japanese, and Chinese languages. Those comments are often used to guide pronunciation, so they may not be familiar to readers. (Now you […]
The s tag defines text that is no longer accurate or relevant. Text inside the s tag will display as crossed out text just like the del tag. The s tag should not be used for replaced or deleted text content, then the del tag should be used. So when to use the s tag […]
The small tag defines a smaller text to be displayed. The small tag is often used when you want to put a comment, comment on a certain element in the page, the most common is probably the use of the small tag to annotate images. Now, it is also possible to use css to customize […]
The source tag is used to specify multimedia resources for media elements such as video, audio, and images. The source tag allows you to define media files to be displayed instead depending on media, codec support, or media queries. For example, if you want to change the image displayed when the user resizes the browser […]
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