
{"id":1235,"date":"2013-01-22T00:44:02","date_gmt":"2013-01-22T00:44:02","guid":{"rendered":"http:\/\/congnghepc.com\/2013\/01\/22\/cac-phan-tu-html-html-elements\/"},"modified":"2023-08-16T16:53:50","modified_gmt":"2023-08-16T09:53:50","slug":"cac-phan-tu-html-html-elements","status":"publish","type":"post","link":"https:\/\/tapchicntt.com\/cac-phan-tu-html-html-elements\/","title":{"rendered":"C\u00e1c ph\u1ea7n t\u1eed HTML &#8211;  HTML Elements"},"content":{"rendered":"\n<p>HTML \u0111\u01b0\u1ee3c x\u00e1c \u0111\u1ecbnh b\u1edfi c\u00e1c ph\u1ea7n t\u1eed HTML&nbsp; &#8211;&nbsp; HTML Elements<\/p>\n\n\n\n<p>M\u1ed9t ph\u1ea7n t\u1eed HTML l\u00e0 t\u1ea5t c\u1ea3 n\u1eb1m trong b\u1eaft t\u1eeb c\u00e1c th\u1ebb b\u1eaft \u0111\u1ea7u \u0111\u1ebfn th\u1ebb k\u1ebft th\u00fac:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Th\u1ebb b\u1eaft \u0111\u1ea7u (Start tag)<\/th><th>N\u1ed9i dung<\/th><th>Th\u1ebb k\u1ebft th\u00fac<\/th><\/tr><\/thead><tbody><tr><td>&lt;p&gt;<\/td><td>\u0110\u00e2y l\u00e0 m\u1ed9t \u0111o\u1ea1n Text<\/td><td>&lt;\/p&gt;<\/td><\/tr><tr><td>&lt;a href=&#8221;http:\/\/tapchicntt.com\/index.html&#8221;&gt;<\/td><td>\u0110\u00e2y l\u00e0 m\u1ed9t li\u00ean k\u1ebft<\/td><td>&lt;\/a&gt;<\/td><\/tr><tr><td>&lt;br \/&gt;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><em>* Th\u1ebb b\u1eaft \u0111\u1ea7u th\u01b0\u1eddng \u0111\u01b0\u1ee3c g\u1ecdi l\u00e0 <strong>th\u1ebb m\u1edf<\/strong> (tag). K\u1ebft th\u00fac th\u01b0\u1eddng \u0111\u01b0\u1ee3c g\u1ecdi l\u00e0 <strong>th\u1ebb \u0111\u00f3ng<\/strong>.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">C\u00fa ph\u00e1p ph\u1ea7n t\u1eed HTML<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>M\u1ed9t ph\u1ea7n t\u1eed HTML b\u1eaft \u0111\u1ea7u v\u1edbi m\u1ed9t <b>th\u1ebb tag (tag b\u1eaft \u0111\u1ea7u)<\/b><\/li>\n\n\n\n<li>M\u1ed9t ph\u1ea7n t\u1eed HTML k\u1ebft th\u00fac v\u1edbi m\u1ed9t <b>th\u1ebb tag (tag k\u1ebft th\u00fac)<\/b><\/li>\n\n\n\n<li>N\u1ed9i dung l\u00e0 t\u1ea5t c\u1ea3 m\u1ecdi th\u1ee9 gi\u1eefa tag b\u1eaft \u0111\u1ea7u v\u00e0 tag k\u1ebft th\u00fac.<\/li>\n\n\n\n<li>M\u1ed9t s\u1ed1 ph\u1ea7n t\u1eed HTML c\u00f3 <b>n\u1ed9i dung r\u1ed7ng.<\/b><\/li>\n\n\n\n<li>H\u1ea7u h\u1ebft c\u00e1c ph\u1ea7n t\u1eed HTML c\u00f3 th\u1ec3 c\u00f3 c\u00e1c <strong>thu\u1ed9c <\/strong><b><strong>t\u00ednh <\/strong><\/b><b>(attributes).<\/b><\/li>\n<\/ul>\n\n\n\n<p><strong><u><em>Ghi ch\u00fa<\/em><\/u><\/strong>: B\u1ea1n t\u00ecm hi\u1ec3u v\u1ec1 <strong>thu\u1ed9c <\/strong><b><strong>t\u00ednh <\/strong><\/b><b>(attributes)<\/b> c\u1ee7a ph\u1ea7n t\u1eed \u1edf nh\u1eefng b\u00e0i sau.<\/p>\n\n\n\n<p>H\u1ea7u h\u1ebft c\u00e1c ph\u1ea7n t\u1eed HTML \u0111\u1ec1u c\u00f3 th\u1ec3 l\u00f2ng v\u00e0o nhau. V\u00ed d\u1ee5:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n\u00a0\u00a0 &lt;body&gt;\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &lt;p&gt;\u0110\u00e2y l\u00e0 m\u1ed9t \u0111o\u1ea1n text.&lt;\/p&gt;\n\u00a0\u00a0\u00a0 &lt;\/body&gt;\n&lt;\/html&gt;\n<\/pre><\/div>\n\n\n<h2 class=\"wp-block-heading\">Ph\u1ea7n t\u1eed &lt;p&gt;<\/h2>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;p&gt;\u0110\u00e2y l\u00e0 m\u1ed9t \u0111o\u1ea1n text.&lt;\/p&gt;\n<\/pre><\/div>\n\n\n<p>Ph\u1ea7n t\u1eed <code>&lt;p><\/code> \u0111\u1ecbnh ngh\u0129 \u0111oan v\u0103n b\u1ea3n trong HTML.<\/p>\n\n\n\n<p>Ph\u1ea7n t\u1eed <code>&lt;p><\/code> b\u1eaft \u0111\u1ea7u l\u00e0 tag <code>&lt;p><\/code> v\u00e0 k\u1ebft th\u00fac l\u00e0 tag <code>&lt;\/p><\/code><\/p>\n\n\n\n<p>N\u1ed9i dung c\u1ee7a ph\u1ea7n t\u1eed <code>&lt;p><\/code> l\u00e0 <em><strong>\u0110\u00e2y l\u00e0 m\u1ed9t \u0111o\u1ea1n text<\/strong><\/em>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Ph\u1ea7n t\u1eed &lt;body&gt;<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;body&gt;\n\u00a0\u00a0\u00a0 &lt;p&gt;\u0110\u00e2y l\u00e0 m\u1ed9t \u0111o\u1ea1n text.&lt;\/p&gt;\n&lt;\/body&gt;\n<\/pre><\/div>\n\n\n<p>Ph\u1ea7n t\u1eed <code>&lt;body><\/code> \u0111\u1ecbnh ngh\u0129 ph\u1ea7n th\u00e2n trong trang HTML.<\/p>\n\n\n\n<p>Ph\u1ea7n t\u1eed &lt;body> b\u1eaft \u0111\u1ea7u l\u00e0 tag <code>&lt;body><\/code> v\u00e0 k\u1ebft th\u00fac l\u00e0 tag <code>&lt;\/body><\/code><\/p>\n\n\n\n<p>N\u1ed9i dung c\u1ee7a ph\u1ea7n t\u1eed &lt;body&gt; l\u00e0 t\u1ea5t c\u1ea3 c\u00e1c ph\u1ea7n HTML.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Ph\u1ea7n t\u1eed &lt;html&gt;<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;html&gt;\n\u00a0\u00a0 &lt;body&gt;\n\u00a0\u00a0 \u00a0 \u00a0 &lt;p&gt;\u0110\u00e2y l\u00e0 m\u1ed9t \u0111o\u1ea1n text.&lt;\/p&gt;\n\u00a0\u00a0 &lt;\/body&gt;\n&lt;\/html&gt;\n<\/pre><\/div>\n\n\n<p>Ph\u1ea7n t\u1eed <code>&lt;html><\/code> \u0111\u1ecbnh ngh\u0129 \u0111\u00e2y l\u00e0 m\u1ed9t trang HTML.<\/p>\n\n\n\n<p>Ph\u1ea7n t\u1eed <code>&lt;html><\/code> b\u1eaft \u0111\u1ea7u l\u00e0 tag <code>&lt;html><\/code> v\u00e0 k\u1ebft th\u00fac l\u00e0 tag <code>&lt;\/html><\/code><\/p>\n\n\n\n<p>N\u1ed9i dung c\u1ee7a ph\u1ea7n t\u1eed <code>&lt;html><\/code> l\u00e0 t\u1ea5t c\u1ea3 c\u00e1c ph\u1ea7n HTML.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u0110\u1eebng qu\u00ean \u0111\u00f3ng tag<\/h3>\n\n\n\n<p>M\u1ed9t s\u1ed1 tag v\u1eabn hi\u1ec3n th\u1ecb \u0111\u00fang tr\u00ean c\u00e1c trinh duy\u1ec7t khi b\u1ea1n qu\u00ean \u0111\u00f3ng tag<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;p&gt;\u0110\u00e2y l\u00e0 m\u1ed9t \u0111o\u1ea1n text.\n&lt;p&gt;\u0110\u00e2y l\u00e0 m\u1ed9t \u0111o\u1ea1n text.\n<\/pre><\/div>\n\n\n<p>V\u00ed d\u1ee5 tr\u00ean \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb b\u00ecnh th\u01b0\u1eddng tr\u00ean h\u1ea7u h\u1ebft c\u00e1c tr\u00ecnh duy\u1ec7t. Nh\u01b0ng b\u1ea1n \u0111\u1eebng qu\u00ean \u0111\u00f3ng th\u1ebb tag v\u00ec nhi\u1ec1u ph\u1ea7n t\u1eed HTML cho ra nh\u01b0ng k\u1ebft qu\u1ea3 b\u1ea5t ng\u1edd ho\u1eb7c g\u00e2y l\u1ed7i khi b\u1ea1n qu\u00ean \u0111\u00f3ng th\u1ebb tag.<\/p>\n\n\n\n<p><span style=\"color: #b22222;\"><strong>Ph\u1ea7n t\u1eed HTML kh\u00f4ng ph\u00e2n bi\u1ec7t ch\u1eef hoa hay ch\u1eef th\u01b0\u1eddng, tag &lt;P&gt; v\u00e0 &lt;p&gt; s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec3u nh\u01b0 nhau. Nh\u01b0ng b\u1ea1n n\u00ean s\u1eed d\u1ee5ng th\u1ebb (tag) ch\u1eef th\u01b0\u1eddng, <span lang=\"vi\"><span class=\"hps\">World Wide Web Consortium<\/span> <span class=\"hps\">(W3C)<\/span> <span class=\"hps\">\u0111\u1ec1<\/span> <span class=\"hps\">ngh\u1ecb<\/span> <span class=\"hps\">ch\u1eef th\u01b0\u1eddng trong<\/span> <span class=\"hps\">HTML 4<\/span>, <span class=\"hps\">v\u00e0 y\u00eau c\u1ea7u<\/span> <span class=\"hps\">th\u1ebb<\/span> <span class=\"hps\">ch\u1eef th\u01b0\u1eddng trong<\/span> <span class=\"hps\">XHTML<\/span>.<\/span><\/strong><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>HTML \u0111\u01b0\u1ee3c x\u00e1c \u0111\u1ecbnh b\u1edfi c\u00e1c ph\u1ea7n t\u1eed HTML&nbsp; &#8211;&nbsp; HTML Elements M\u1ed9t ph\u1ea7n t\u1eed HTML l\u00e0 t\u1ea5t c\u1ea3 n\u1eb1m [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":8031,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[148],"tags":[],"class_list":["post-1235","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-huong-dan-html"],"views":475,"_links":{"self":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts\/1235","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/comments?post=1235"}],"version-history":[{"count":4,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts\/1235\/revisions"}],"predecessor-version":[{"id":8228,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts\/1235\/revisions\/8228"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/media\/8031"}],"wp:attachment":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/media?parent=1235"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/categories?post=1235"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/tags?post=1235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}