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
HTML (Hyper Text Markup Language) is conceptually a hypertext language, we can understand in terms of HTML acting as a material to build the interface of the website, its task is to display text, images, videos, buttons … the browser will rely on the HTML structure, using an engine to read and render data to […]
In this article, I will introduce the concept of HTML, what is HTML? Thereby will help you understand what is the use of HTML in a web page. When starting to get acquainted with web programming, HTML is the first content that you have to learn, then you will combine with CSS to create very […]
In this article we will learn HTML attributes, as well as help you distinguish HTML elements. What is HTML in post? I said that HTML is essentially XML, so it is made up of two main components, which are tag names ( tagname ) and attributes ( attribute ). For XML the tag name can […]
In this article, I will show you how to format text using HTML tags. From this article we start to learn the commonly used HTML tags, then we will apply CSS to build layouts to make the website more beautiful. The HTML tags I present are relatively simple, so you can use google to search […]
In this article, I will show you how to create headings and lists in HTML, using h1 -> h6 and ul – li tags. When presenting an article in Word, we will put heading 1 for the main title of that article. Next is to put heading 2 for large items, inside each large item […]
In this article, I will show you how to create a table in HTML, through which you will know the table's properties such as: colspan , rowspan , cellpadding and cellspacing . HTML table is used to display data in tabular form. Each table will be divided into two components, which are columns and rows […]
In this article, I will show you how to use the a tag in HTML to create a link ( link ) in a web page. The a tag plays a very important role in a website, it is used to create links to link the website together. Take a look at the structure of […]
attributes In this article, I will show you how to use the img tag in HTML to create images, making the website more vivid. There is a saying " a beautiful website must have images, clear layout and many eye-catching effects ". This statement alone is enough for us to list the technologies that must […]
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 […]
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 […]
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