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 article, I will show you how to use the noscript tag in HTML, this is a very useful tag in case the browser does not support javascript. 1. What is a noscript tag? We have already learned the script tag, right? It is used to declare where the javascript code is stored for […]
In this article we will learn how to use the input tag in HTML, this is a tag used to get data that the user enters. The input tag has the function of creating a field for the user to enter input data. The input tag is used together with the form tag to declare […]
In this article we will learn the textarea tag in HTML, this is a tag used to get data from user input in multiline format. Textarea is quite familiar to those of you doing frontend, it is used quite a lot in data entry forms. Although you can use the input tag instead, there are […]
In this article, I will show you how to use the button tag in HTML, this is a very important tag in the html form structure. The button tag creates a button, it doesn't create a form submit action like the input tag does. Therefore, we often use it in combination with Javascript to create […]
In this article, I will show you how to use the option tag in HTML, this is the tag that comes with the select tag to create options in the list. The option tag creates an option in the list of options of the <select> tag. Use the <option> tag inside a <select> or <datalist> […]
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? […]
In this article, I will show you how to use the label tag in HTML, this is a tag used to create labels for objects in the form. 1. What is the label tag? The label tag in html has the effect of setting a label to describe the input tag. In essence, the label […]
In this article, we will learn the form tag in HTML, this is a tag used to surround input fields, helping people through input operations, send data to the server. Most websites have the features of registration, login, contact, order, cart payment … all of these functions must use the form tag. 1. What is […]
In this article, I will show you how to use the UL tag in HTML, this is a tag used to create a list, by combining with the li tag to create child elements. The ul tag defines an unordered list. Use a combination of the ul tag with the li tag to create an […]
In this lesson freetuts will show you how to use the ol tag in HTML, which is a list tag with number format. The ol tag will define an ordered list, which will be numbered or alphabetical. Use the li tag to identify the items in the list. How to use ol tag in HTML […]
In this article we will learn the li tag in HTML, this is the tag inside the ol or ul tag, used to create the elements for the list. 1. What is the li tag in HTML used for? The li tag defines an item in the list. It is a child tag, inside two […]
The dl tag functions to describe a list of definitions. Use in combination with the dd tag (describe the definition content) and the dt tag (describe the name of the definition). How to use dl . card For example , use the dl tag in combination with the dd tag and the dt tag to […]
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 […]
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