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 we will learn the style attribute in HTML , this is the attribute used to adjust the display for the HTML tags themselves. Since we haven't learned CSS yet, I won't talk too much about technical knowledge like selectors, ways to add CSS.. Instead, I will guide each effect and introduce the […]
In this article, I will show you how to use the style tag in HTML, this is a tag used to write CSS code for HTML tags, or specify information to CSS files for web pages. When it comes to the style tag, you must definitely think of CSS. But because we haven't learned yet, […]
In this article, I will explain the concept of HTML Block and HTML Inline. This is a very important issue, because it involves many CSS properties. Have you ever wondered why the contents of 2 p tags are located in 2 different rows, and in 2 span tags, they are on the same row? That's […]
In this article, I will show you how to use the div tag and some related CSS properties. Thereby, you will know how to create blocks on the interface of a web page. The div tag plays a very important role, it is used to create a cover for a position ( block ) on […]
In this article, I will show you how to use ID and class in HTML, these are two very important attributes, it helps us to combine with CSS easily. Each HTML tag has its own and different attributes. However, with the ID and Class attributes, 100% of the tags can be used. ID is like […]
In this article, I will show you how to create a simple web page layout, using div tags and in combination with CSS properties. Through this lesson you will learn how to create a separate style file to attach to an HTML page, create a separate image folder to store media data … this is […]
In this article, I will show you how to create a list of articles in HTML, through this article you will understand and apply some heading tags, p tags, div tags, and many other related CSS properties. The purpose of this exercise is to help you understand how to build a list HTML interface. I […]
To make a 1-level menu, there are many solutions. You can use UL and LI tags to enclose menu elements. Or you can also create a div tag, inside it is a list of menu elements. The result of this article will have the following interface: Note : The menu will be links, so we […]
Hello friends, today web888.vn would like to introduce to you how to instantly receive 50,000 VND into your account if you do not have a registered account or already have an account at Lien Viet Post Bank. If you need further instructions during the registration process, please message me on facebook: https://www.facebook.com/boo.bung for support and […]
In this article, I will show you how to create background for HTML tags, through which you will know how to use some CSS properties about background. To create a background color for any HTML tag, we use the background property. This article I have presented in the CSS learning series, but for your convenience, […]
In this article, I will introduce some HTML tags used to create the most commonly used data entry form. These tags I have introduced a lot in this HTML and CSS learning category. Before you start, you must understand what is the concept of form data? Why do we need to use forms and when […]
In this article, I will introduce the most commonly used HTML5 structure , through which you will know the meaning of some HTML tags that have just been added in HTML5. When you refer to some websites written in HTML5, you will see tags like header , nav , section , footer , … These […]
In this article we will learn how to use the article tag in HTML5, so you will know when to use the article tag and when to use the section tag. In the previous post, we have learned the structure of a standard HTML5 template but just learned how to use it simply, so in […]
In this article, I will show you how to use the header tag in HTML5, this is the tag used to declare the header header for a web page or articles. If you look through a website built with HTML5, you will feel very confused, because the header tag is placed in many different places. […]
In this article we will learn about the hgroup tag in HTML5, which is a tag used to wrap one or more heading elements into a group. The heading elements used to make the title are the tags from h1 -> h6. 1. What is the hgroup tag in HTML5? hgroup is a tag added […]
In this article we will learn how to use the nav tag in HTML5, which is a tag used to declare navigation link locations, usually menus or sidebar categories lists. Note that not all navigation links are placed in the nav tag. The nav tag should only be used to wrap main navigation blocks such […]
In this article we will learn the section tag in HTML5, this is the tag used to declare elements in the page. The section tag defines sections of the page, such as chapters, categories, headers, footers, or any other section of the page. 1. What is the section tag in HTML5? As I introduced above, […]
In this article, I would like to introduce the aside tag in HTML5, this is a commonly used tag on the HTML5 interface. I also don't know what people create this card for, but if you consider the meaning of it, which positions are on the side, the aside card will be used. This also […]
In this article, I will show you how to validate a form with HTML5, this is a pretty simple but very effective way. In the past we used to validate forms with Javascript, but now you can do it using the attributes that HTML5 has added to the input and select tags. Although it sounds […]
In this article, we will learn an HTML5 tag used to build Graphic graphics that is the Canvas tag. For example, if you want to draw a geometric diagram, we must use an image file. But with Canvas, you can completely draw yourself. 1. What is HTML5 Canvas? Canvas is an HTML5 tag similar to […]
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