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
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 […]
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 […]
In this tutorial we will learn how to draw a line in Canvas. 1. Draw Lines in Canvas A straight line will have the following properties: Start position, end position. Width of the line. Color of the line Format the two ends of the line. Draw a straight line: To draw a line we have […]
In addition to drawing straight lines, Canvas can also draw curves such as arcs, quadratic curves, and Benzier curves. For how to draw a straight line, we only need to determine the beginning and end points, but with curves, there are quite a few problems to calculate before drawing it. 1. Draw an arc in […]
We have already learned how to draw some lines in Canvas, so in this article I will show you how to connect those lines together to create much more vivid drawings. 1. Connect multiple lines together in Canvas As we know in Canvas we use beginPath() function to declare the start of drawing a new […]
In this article we will learn the title tag in HTML, this is the tag used to declare the description for the title of the web page. The title tag is required in all HTML documents, it indicates the title of that HTML document, through which users and search engines can understand the meaning of […]
In this article we will learn the HTML base tag, which is a URL declaration tag for a web page through which the browser will automatically append incomplete URLs. 1. What is the base tag in HTML? The base tag sets the base URL for all related URLs in the HTML document. In an HTML […]
In this article we will learn how to use the link tag in HTML, this is a very important tag, used to add CSS files mainly. 1. What is the link tag in HTML? The link tag defines a link between an HTML document and an external document, usually CSS files or image files. This […]
Browser support : Chrome Firefox IE Safari Opera Browser support : Chrome Firefox IE Safari Opera Browser support : Chrome Firefox IE Safari Opera Browser support : Chrome Firefox IE Safari Opera In this article, we will learn the meta tag in HTML, this is a tag used to declare parameters, description, and configuration for […]
In this article we will learn the script tag in HTML, this is the tag used to declare Javascript code for the web page. 1. What is a script tag? The script tag defines the Javascript code within it. The script can contain Javascript statements or link to an external Javascript file. If the html […]
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