Trang Chủ

Trang Chủ : Ngữ Pháp Cơ Bản

Thứ Năm, 29 tháng 7, 2021

Index

Index <a href="https://nguyensnhon.blogspot.com/2021/07/index.html"></a> <base href="https://nguyensnhon.blogspot.com" target="_blank"> <meta charset="UTF-8"> <meta name="description" content="index-page"> <meta name="keywords" content="Index,HTML, CSS, XML, JavaScript"> <meta name="author" content="Nguyễn Sơn Nhơn"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="refresh" content="none"> <link rel="stylesheet" href="https://nguyensnhon.blogspot.com/2021/07/index.html/css/style.css"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <style media="screen,print" type="text/css"> /* Document: style Created on: Author: Nguyễn Sơn Nhơn Blogspot: https://nguyensnhon.blogspot.com */ </style> </head> <body> </body> </html> <!--Text--> /** * 1. Centers the content. * 2. Feel free to change this, this sets the width * 3. Adds some internal 'padding' to the div */ /* CSS goes here, at the top of the page */ @import url('https://fonts.googleapis.com/css?family=PT+Sans'); @import url('https://fonts.googleapis.com/css?family=PT+Serif'); /* Ensure proper sizing */ * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } /* Reset CSS */ * { margin: 0; padding: 0; } /* Main page HTML CSS */ html { position: static; width: 100%; height: auto; margin: 5px; padding: 5px; 5px; 5px;5px; display: inline-block; overflow: scroll; background: black; /* Other styles same as .left */; background-image: url(''); background-repeat: repeat; background-size: cover; background-attachment: local; background-position: center; background-origin: border-box; background-clip: border-box; color: green; text-shadow: 1px 1px 2px yellow; font-family: Georgia, serif; font-size: 24px; font-weight: normal; outline: dotted white 1px; border-style: solid; border-width: 2px; border-color: #cc9900; border-image: initial; border-radius: 5px 5px 5px 5px; } html body { position: relative; width: 1500px; height: auto; margin: 5px; padding: 5px; 5px; 5px; 5px; display: inline-block; overflow: scroll; background: rgba(0,0,0,0.4); /* Other styles same as .left */; background-image: url(''); background-repeat: repeat; background-size: cover; background-attachment: local; background-position: center; background-origin: border-box; background-clip: border-box; color: yellow; text-shadow: 1px 1px 2px green; font-family: Georgia, serif; font-size: 18px; font-weight: normal; outline: dotted white 1px; border-style: solid; border-width: 2px; border-color: #cc9900; border-image: initial; border-radius: 5px 5px 5px 5px; } html:focus { outline: dotted; } html .jqueryslidemenu { height: 1%; } /* Page content displayed CSS */ /* Page border area CSS */ .page-outline { box-sizing: inherit; position: relative; margin: 0; padding: 1px 1px 1px 1px; background: rgba(0,0,0,0.4); outline: dotted white 1px; } .page-border { box-sizing: inherit; position: relative; margin: 2px; padding: 2px 2px 2px 2px; border-radius: 5px 5px 5px 5px; border: 2px solid rgb(204, 204, 204) !important; } /* Href links CSS */ a { background: rgba(0,0,0,0.4); color: blue; text-shadow: 1px 1px 2px yellow; outline-style: none; text-decoration-line: none; transition: all 0.2s linear 0s; } a:link { color: yellowgreen; background-color: transparent;   text-decoration: none; text-shadow: 1px 1px 2px yellow; } a:visited { color: yellow; text-shadow: 1px 1px 2px pink; background-color: transparent; text-decoration: none; } a:active {  color: red; text-shadow: 1px 1px 2px yellow; background-color: transparent; text-decoration: underline; } a:hover { background-color: transparent; text-decoration: underline; } /* List menu CSS */ ul { position:relative; margin: 0; padding: 5px; list-style: none; display: inline-block; background : #009688; color: #97FFFF; text-shadow: 2px 2px 2px red; text-align: center; border-style: solid; border-width: 1px; border-color: lightgray; border-radius: 5px 5px 5px 5px; } li { width: 200px; padding: 5px; display: inline-block; list-style-type: none; background: lightblue; color: green; text-shadow: 1px 1px 2px yellow; border-width: 1px; border-style: solid; border-radius: 5px 5px 5px 5px; /* make items horizontal */ transition: 0.3s; } li:hover { /* change color on hover (mouseover) */ background: lightgreen; color: #EB6361; text-shadow: 1px 1px 2px yellow; } li a { padding: 5px; margin: 5px; text-decoration: none; background: lightgreen; color: red; text-shadow: 1px 1px 2px yellow; } li a:hover { /* change color on hover (mouseover) */ color: #EB6361; text-shadow: 1px 1px 1px 1px yellow; /* Remove HTML bullets */ color: #333; text-shadow: 1px 1px 1px 1px yellow; } ul li { position:relative; margin: 5px; display: inline-block; background: #1F568B; color: yellow; text-shadow: 1px 1px 2px green; font-size: 14px; text-align: center; border-color: lightgray; border-width: 1px; border-style: solid; border-radius: 2px; } ul li:hover{ background-color: blue; color: yellow; text-shadow: 1px 1px 1px 1px green; transition: 0.3s; } ul > li > a { padding: 5px; display: block; color: #996600; text-shadow:0px 1px 0px yellow; } /* Heading CSS */ h1 { background: rgba(0,0,0,0.4); color: blue; text-shadow: 2px 2px 2px 2px yellow; font-family: Georgia, serif; font-size: 30px; border-bottom: 3px solid blue; } h2 { box-sizing: inherit; margin: 10px 0px; padding: 10px; background-color: rgb(244, 244, 244); color : green; text-shadow: 1px 1px 1px 1px yellow; font-family: 'Segoe UI', Arial, sans-serif; font-size: 28px; border-bottom: 3px solid green; orphans: 2; widows: 2; } h3 { box-sizing: inherit; margin: 10px 0px; margin-top: 0px; background-color: rgb(255, 255, 255); color: red; text-shadow: 1px 1px 1px 1px yellow; font-family: Georgia, serif; font-weight: normal; font-size: 26px; border-bottom: 3px solid red; } h4 { margin-bottom: 0; color: orange; text-shadow: 1px 1px 1px 1px yellow; font-family: 'Segoe UI', Arial, sans-serif; font-weight: normal; font-size: 24px; border-bottom: 3px solid orange; } h5 { margin: 15px 0 10px 0; background-color: rgb(255, 255, 255); color: brown; text-shadow: 1px 1px 1px 1px yellow; font-size: 22px; border-bottom: 3px solid brown; } h6 { background-color: rgb(255, 255, 255); color: Purple; text-shadow: 1px 1px 1px 1px yellow; font-size: 20px; border-bottom: 3px solid violet; } /* Heading pseudo-element CSS */ .blog::before { content: "BLOG: "; } .page::before { content: "PAGE: "; } .thematic::before { content: "THEMATIC: "; } .subjects::before { content: "SUBJECTS: "; } .topic::before { content: "TOPIC: "; } .post::before { content: "POST: " ; } .part::before { content: "PART: "; } .note::before { content: "NOTE: " ; } .quote::before { content: open-quote; } .quote::after { content: close-quote; } .myIndex { counter-increment: myIndex; } .myIndex::before { content:counter(myIndex) "-"; } font { box-sizing: inherit; vertical-align: inherit; } /* Wrapper class CSS */ .page-wrapper { position: relative; width: 100%; height: auto ; margin: 0; padding: 0; display: inline-block; overflow: scroll; background: #3366FF; color: #996600; text-shadow: 1px 1px 2px yellow; font-family: Arial, Helvetica, sans-serif; border-style: solid; border-width: 1px; border-color: lightgray; border-image: initial; border-radius: 0 0 0 0; } .normal-wrapper { width: 100%; margin: 0; padding: 5px; overflow: scroll; background: #F7F7FF; color: #996600; text-shadow: 1px 1px 2px yellow; font-family: Arial, Helvetica, sans-serif; border-style: solid; border-width: 2px; border-color: lightgray; border-image: initial; border-radius: 0 0 5px 5px; } #page-heading { position: relative; margin-bottom: 40px; padding: 18px 0px 30px; overflow: hidden; background-color: rgb(244, 244, 244); border-style: solid; border-width: 2px; border-color: lightgray; border-image: initial; border-radius: 5px 5px 5px 5px; border-bottom: 1px solid rgb(240, 240, 240); border-top: 1px solid rgb(240, 240, 240); } .blog-black { box-sizing: inherit; margin: 5px; padding: 5px; overflow: scroll; background-color: rgb(0, 0, 0);color: rgb(255, 255, 255)!important; } .blog-padding { box-sizing: inherit; box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px; padding: auto; } .blog-padding-16 { box-sizing: inherit; text-align: center !important; padding-top: 16px !important; padding-bottom: 16px !important; box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px; border-width: 2px; border-style: solid; border-color: lightgray; border-image: initial; border-radius: 0 0 5px 5px; } /* Content displayed CSS*/ .flex-container { display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; text-align: center; } .flex-container > * { padding: 15px; -webkit-flex: 1 100%; flex: 1 100%; } p { padding: 10px; margin: 10px; background-color: rgb(255, 255, 255); color: black; text-align: left; font-family: Verdana, sans-serif; font-size: 18px; orphans: 2; widows: 2; border-bottom: 3px solid #cc9900; } box { width: auto; height: auto; margin: 0; padding: 5px; border-color: lightyellow; border-width: 2px; border-style: solid; display: inline-block; } /* Section CSS */ section .section1 { box-sizing: border-box; width: 100%; height: auto; background: url(https://res.cloudinary.com/dn4nxz7f0/image/upload/v1603170394/navigation_trong_suot/pexels-life-of-pix-7919_zydtt2.jpg); background-size: cover; } section.section2{ padding: 150px; } /* Add a card effect for articles */ .card { margin: 5px;padding: 5px; background-color: white; color: blue; border-style: solid; border-width: 2px; border-color: blue; border-image: initial; border-radius: 5px 5px 5px 5px; } /* Symbolic image CSS */ .fakeimg { background-color: #baa1cc; width: auto; padding: 5px; } /* Elements tags HTML CSS */ iframe { box-sizing: inherit; width: auto; height: 465px; overflow: hidden; border-width: 1px; } /* Show class area CSS */ /* Doctype tag style effect */ doctype { position: relative; width: 100%; height: auto ; margin: 0; padding: 0.01em 16px; overflow: scroll; display: block; background : #3366FF; background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFqEdbCX40bnqEeUdpQ6y_MvkyQHT8zzWaQJe73ulg0UmoIpJdhPIIz93fdydAiauUfPuTZ9JV0U7A7kgx1ldbeypN2PNc4Jd-PeZW4HPtWNfcZPKaz1tng5HDLKytM2qmLcwpo4l3e8r1/s1600/IMG_ORG_1618233820984.jpeg'); color: yellowgreen; font-weight: normal; font-size: 24px; text-align: center; border-style: solid; border-width: 2px; border-color: blue; border-image: initial; } doctype::before { float: left; content: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgD2ti1YRMnz-_6bw2-ctuqY-YogHwoKKmpLqG5sQAQ05Zd88yXND8_Zl8Q44LNY1ULD5_CH05zA1hiEp2SJpU1mZDPNgeTTAuPjOAFtntjPsgh1SUViAjDDZAGosE-OS56aNEAQ0Z-Baf-/s1600/IMG_ORG_1602348347737.jpeg'); } /* Blog tag style effect */ /* Blog container CSS */ .blog-container { width: 100%; height: auto ; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; border-width: 2px; border-style: solid; border-color: rgb(204, 204, 204); !important; } #blog { width: 100%; height: auto ; padding: 5px; padding-left: 15px; padding-right: 15px; background: #F3F8FF; color: black; text-shadow: 1px 1px 2px yellow; font-family: 'PT Sans', 'Helvetica', 'Arial'; border-width: 2px; border-style: solid; border-radius: 5px 5px 0 0; border-color: lightyellow; } /* Main division CSS */ #main { padding: 5px; padding-left: 15px; padding-right: 15px; background: #F3F8FF; color: black; text-shadow: 1px 1px 2px yellow; font-family: Georgia, serif; text-align: left; border-color: lightyellow; border-width: 2px; border-style: solid; } #main h1 { padding: 10px; background: rgb(255, 255, 255)!important; color: green; } /* Main division area CSS */ /* Division id CSS */ #global navigation{ } #sub navigation{ } #page body{ } #content{ } #sidebar{ } #local navigation{ } /* Division class CSS */ .example { padding: 8px 16px; margin: 24px -16px; box-sizing: inherit; background-color: rgb(231, 233, 235); font-family: Verdana, sans-serif; font-size: 15px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; orphans: 2; widows: 2; box-shadow: none !important; } .code { width: auto; padding: 8px 12px; box-sizing: inherit; font-family: 'Source Code Pro', Menlo, Consolas, monospace; background-color: rgb(255, 255, 255); border-left-width: 4px; border-left-style: solid; border-left-color: rgb(4, 170, 109); overflow-wrap: break-word; margin-top: 16px !important; margin-bottom: 16px !important; } .green-btn { padding: 8px 16px; box-sizing: inherit; display: inline-block; vertical-align: middle; overflow: hidden; text-decoration: none; text-align: center; cursor: pointer; background-color: rgb(76, 175, 80); color: rgb(255, 255, 255); border: none; white-space: nowrap; user-select: none; margin-bottom: 16px !important; border-radius: 5px; } .btn-left { box-sizing: inherit; background-color: rgb(4, 170, 109); color: rgb(255, 255, 255); border: 1px solid rgb(4, 170, 109); display: inline-block; padding: 8px 16px; vertical-align: middle; overflow: hidden; text-decoration: none; text-align: center; cursor: pointer; white-space: nowrap; user-select: none; float: left !important; font-size: 17px; border-radius: 5px; } .btn-right { box-sizing: inherit; background-color: rgb(4, 170, 109); color: rgb(255, 255, 255); border: 1px solid rgb(4, 170, 109); display: inline-block; padding: 8px 16px; vertical-align: middle; overflow: hidden; text-decoration: none; text-align: center; cursor: pointer; white-space: nowrap; user-select: none; float: right !important; font-size: 17px; border-radius: 5px; } /* Page Layout Type CSS */ /* Top navigation bar CSS*/ /* Top-bar CSS */ #top-bar { position: sticky; background: #F1F1F1; width: 100%; height: 25px; padding: 2px; 2px; 2px; 2px; border-style: solid; border-width: 2px; border-color: lightgray; border-image: initial; border-radius: 5px 5px 0 0; border-bottom: 1px solid #D4D4D4; } .top-bar { box-sizing: border-box; background-color: rgb(44, 56, 64); height: 1.5 rem; line-height: 1.5 rem; margin-bottom: 0px; overflow: block; position: relative; color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif; font-size: 16px; orphans: 2; widows: 2; background-position: initial initial; background-repeat: initial initial; } /* End navigation bar CSS*/ /* end-bar CSS */ #end-bar { position: sticky; background: #F1F1F1; width: 100%; height: 25px; padding: 2px; 2px; 2px; 2px; border-style: solid; border-width: 2px; border-color: lightgray; border-image: initial; border-radius: 0 0 5px 5px; border-bottom: 1px solid #D4D4D4; } #top-color-splash { width: 100%; height: 4px; background: #B4B4B4; } .no-margin-top { /* remove margin on things like headers */ margin-top: 0; } hr { box-sizing: content-box; height: 0px; overflow: visible; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-top-color: rgb(238, 238, 238); margin: 20px -16px; font-family: Verdana, sans-serif; font-size: 15px; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); } /* Navbar CSS */ /* Navbar division CSS */ #navbar { box-sizing: border-box; height: 60px; margin: 5px 0 0 0; padding: 0; float: right; display: inline-block; list-style-type: none; background: #F1F1F1; box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12); color: #EB6361; font-size: 16pt; } #navbar li { display: inline-block; } #navbar li a:link, #navbar li a:visited, #navbar li a:active { padding: 0 10px 0 10px; margin: 0; text-decoration: none; border-right: 2px solid #B4B4B4; border-left: 2px solid #B4B4B4; border-radius: 5px 5px 5px 5px; } #navbar li a:link.last-link { border-right: 0px; border-right: 2px solid #B4B4B4; border-left: 2px solid #B4B4B4; border-radius: 5px 5px 5px 5px; } #navbar li a:hover { color: #B4B4B4; } /* Navbar class CSS */ .navbar { overflow: hidden; /* Hide overflow */ background-color: #333; /* Dark background color */ } /* Navbar link CSS */ .navbar a { padding: 15px 15px; float: left; display: inline; color: white; text-align: center; text-decoration: none; } .navbar a.right { float: right; } /* Change color on hover/mouse-over */ .navbar a:hover { /* Grey background color */ background-color: #ddd; color: black; } @media screen and (max-width: 300px) { .navbar a { float: none; width: 100%;} } /* Navigation bar CSS */ /* Navigation area CSS*/ nav { box-sizing: border-box; position: static; width: 100%; height: auto; margin: 0; padding: 0 5px ; top: 0; left: 0; float: left; display: inline-block; background: rgba(0,0,0,0.4); text-align: left; text-transform: uppercase; list-style-type: none; box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12); } nav h1 { margin: 10px; padding: 5px; color: #fff; text-align: left; text-shadow: 1px 1px 2px yellow; font-size: 24px; box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12); border-bottom: 3px solid #fff; } nav ul { width: 100%; height: 65px; margin: 5px; padding: 5px; display: inline-block; overflow: scroll; list-style-type: none; background: rgba(0,0,0,0.4); color: white; text-align: left; border-style: solid; border-width: 1px; border-color: lightgray; border-radius: 5px 5px 5px 5px; } nav ul li { position: relative; width: 200px; height: 40px; margin-left: 5px; padding: 5px; float: left; display: inline-block; list-style-type: none; background: lightblue; line-height: 25px; color: green; text-shadow: 1px 1px 2px yellow; font-size: 16px; border-style: solid; border-width: 1px; border-color: #cc9900; border-radius: 5px 5px 5px 5px; } nav ul li:hover { background: lightgreen; color: blue; text-shadow: 1px 1px 2px yellow; border-style: solid; border-width: 1px; border-color: lightpink; border-radius: 5px 5px 5px 5px; } nav a { text-decoration: none; display: inline-block; } nav a:hover { background: #F1F1F1; color: #333; } nav ul li a { box-sizing: border-box; position: relative; width: 100%; height: 40px; margin: 5px; padding: 0 20px; text-decoration: none; display: inline; background: lightgreen; color: #EB6361; text-shadow: 1px 1px 2px yellow; text-decoration: none; text-transform: uppercase; transition: 0.5s; } nav ul li a:before { width: auto; height: 100%; content: ''; position: absolute; top: 0; left: 0; background: #fff; transform-origin: right; z-index: -1; transform: scaleX(0); transition: transform 0.5s; } nav ul li a:hover{ background: blue; color: #262626; color: yellow; text-shadow: 1px 1px 2px white; } nav ul li a:hover:before{ transform-origin: left; transform: scaleX(1); } nav .brand { width: 190px; height: auto; margin: 10px; 0px; 0px; 0px; padding: 5px; float: left; background: rgba(0,0,0,0.4); line-height: 25px; font-size: 16px; border-style: solid; border-width: 1px; border-color: lightgray; border-radius: 5px 5px 5px 5px; } nav .brand h1 { margin: 0; padding: 0; font-size: 14px; color: #fff; border-bottom: 3px solid #cc9900; } nav .brand ul { margin: 0px; 0px; 0px; 0px; background : #009688; } nav .brand ul li a { width: 160px; height: 40px; margin: 0; padding: 2px; line-height: 25px; font-size: 10px; text-align: left; color: #EB6361; text-shadow: 1px 1px 2px yellow; } nav .brand ul li a:hover{ background: blue; color: yellow; text-shadow: 1px 1px 2px green; } @media all and (min-width: 800px) { nav { text-align:left; -webkit-flex: 1 auto; flex:1 auto; -webkit-order:1; order:1;}} /* Navigation class CSS */ .nav { width: auto; overflow: hidden; background-color: rgb(0, 0, 0) !important; } .nav ul { padding: 0; list-style-type: none; } .nav ul a { text-decoration: none; } @media all and (min-width: 800px) { .nav { text-align:left; -webkit-flex: 1 auto; flex:1 auto; -webkit-order:1; order:1;}} /* The topnav container */ .topnav { overflow: hidden; background-color: #333; } /* topnav links */ .topnav a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; } /* Links - change color on hover */ .topnav a:hover { background-color: #ddd; color: black; } /* Header/Blog Title CSS */ header { padding: 1em; clear: left; background: black; color: white; text-shadow: 1px 1px 2px yellow; font-family: Georgia, serif; text-align: center; border-style: solid; border-width: 2px; border-color: lightyellow; border-radius: 0 0 0 0; } header h1 { padding: 10px; background: white; color: #996600; text-shadow: 1px 1px 1px 1px blue; border-style: solid; border-color: lightyellow; border-width: 2px; border-radius: 0 0 0 0; border-bottom: 3px solid #cc9900; } #header { width: 100%; height: auto ; padding: 10px; background-color: #58257b; color: white; text-align: center; border-color: lightgray; border-width: 2px; border-style: solid; } #headerInner { margin: 0px auto; position: relative; padding: 0px 20px; background-color: #73AD21; color: #F7F7FF; text-shadow: 1px 1px 2px yellow; } /* Header area CSS */ .header { width: 100%; height: auto; padding: 15px; background-color: #e9d8f4; color: #58257b; text-align: center; border-color: lightyellow; border-width: 2px; border-style: solid; border-radius: 0 0 0 0; } .header p { background-color: Purple; color: yellow; font-size: 20px; } .header footer { background: #ddd; color: #58257b; padding: 15px; } .sub-header { box-sizing: border-box; margin: 0px 0px 20px; padding: 0px; color: rgb(111, 111, 111); font-weight: normal; line-height: 1.4; text-rendering: optimizelegibility; font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif; font-size: 1.25rem; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); } /* Footer CSS */ .footer { padding: 20px; margin-top: 20px; background: #ddd; text-align: left; border-color: lightyellow; border-width: 2px; border-style: solid; border-radius: 0 0 5px 5px; } /* Column container */ /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } .clearfix:after { height :auto; content: ""; display:inline-block; clear:both; } /* Create two unequal columns that sits next to each other */ .row-1 { display: flex; flex-wrap: wrap; border-color: lightgray; border-width: 2px; border-style: solid; border-radius: 5px 5px 5px 5px; } /* Sidebar/left column */ .side { flex: 30%; padding: 20px; background-color: #f1f1f1; } /* Main column */ .main { flex: 70%; padding: 20px; background-color: white; } /* Responsive layout - when the screen is less than 00px wide, make the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 00px) { .row-1 { flex-direction: column;} } /* Create two unequal columns that floats next to each other */ /* Left column */ .leftcolumn { float: left; width: 25%; background-color: #F3F8FF; border-color: lightgray; border-width: 2px; border-style: solid; border-radius: 5px 0 0 5px; } /* Right column */ .rightcolumn { float: left; width: 75%; background-color: #F7F7FF; border-color: lightgray; border-width: 2px; border-style: solid; border-radius: 0 5px 5px 0; } /* Responsive layout - when the screen is less than 300px wide, make the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 300px) { .leftcolumn, .rightcolumn { width: 100%; padding: 0;} } /* Create 3 unequal columns that floats next to each other */ .column { float: left; } /* Left and right column */ .column.side { width: 25%; } /* Middle column */ .column.middle { width: 50%; border-color: lightgray; border-width: 1px; border-style: solid; } /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */ @media screen and (max-width: 300px) { .column.side, .column.middle { width: 100%;} } /* Create 3 equal columns that floats next to each other */ /* Create 3 equal columns that floats next to each other */ .column-3 { float: left; width: 33.33%; border-color: lightgray; border-width: 1px; border-style: solid; } /* Responsive layout - makes the three columns stack on top of each other instead of next to each other on smaller screens (300px wide or less) */ @media screen and (max-width: 300px) { .column-3 { width: 100%;} } /* Create 4 equal columns that floats next to each other */ .column-4 { float: left; width: 25%; border-color: lightgray; border-width: 1px; border-style: solid; } /* Responsive layout - makes the three columns stack on top of each other instead of next to each other on smaller screens (300px wide or less) */ @media screen and (max-width: 300px) { .column-4 { width: 100%;} } /* Article CSS */ /* Style the caret/arrow */ .caret { cursor: pointer; user-select: none; /* Prevent text selection */ } /* Create the caret/arrow with a unicode, and style it */ .caret::before { content: "\25B6"; color: black; display: inline-block; margin-right: 6px; } /* Rotate the caret/arrow icon when clicked on (using JavaScript) */ .caret-down::before { transform: rotate(90deg); } /* Hide the nested list */ .nested { display: none; } /* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */ .active { display: block; } /* Dialog id CSS */ /* Division menu CSS */ #menu { margin: 0; padding: 5px; background: #1F568B; text-align: left; border-width: 2px; border-style: solid; border-color: lightyellow; } #menu ul { width: 100%; height: 45px; margin: 5px; padding: 5px; list-style-type: none; overflow: scroll; background: rgba(0,0,0,0.4); text-align: center; border-width: 1px; border-style: solid; border-color: lightgray; border-radius: 5px 5px 5px 5px; } #menu li { position: relative; width: 200px; height: 40px; margin-left: 0; float: left; list-style-type: none; display: inline-block; background : #009688; line-height: 25px; border-radius: 5px 5px 5px 5px; } #menu li:hover { /* change color on hover (mouseover) */ background: #F7F7FF; color: #EB6361; text-shadow: 1px 1px 1px 1px yellow; } #menu a { text-decoration: none; display: block; color: #996600; text-shadow: 1px 1px 2px yellow; } #menu a:hover { background: #F1F1F1; color: #333; } /* Dropdown Menu */ .sub-menu { display: none; position: absolute; margin: 0; padding: 5px; } .sub-menu li { width: auto; background : #009688; margin: 2px; display: block; margin-left: 0 ; } #menu li:hover .sub-menu { margin: 10px 0 0 0; padding: 5px; background: rgba(0,0,0,0.4); line-height: 25px; display: block; } </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <script src="https://nguyensnhon.blogspot.com/2021/07/index.html/js/script.js"></script> <script> function displayResult() { document.getElementById("Myblog-header").innerHTML = "Have a nice day!"; } function myFunction() { document.getElementById("demo").innerHTML = "Hello JavaScript!"; } change image every 3 seconds var myIndex = 0; carousel(); function carousel() { var i; var x = document.getElementsByClassName("mySlides"); for (i = 0; i < x.length; i++) { x[i].style.display = "none"; } myIndex++; if (myIndex > x.length) {myIndex = 1} x[myIndex-1].style.display = "block"; setTimeout(carousel, 3000); } </script> </head> <body> <div class="page-outline"> <div id="top-color-splash"></div> <a href="https://thongtinvadulieu.blogspot.com/2021/07/index-page.html"><i class="fa fa-file-pdf-o"></i> Index page </a> <div class="page-border"> <div id="top-bar"></div> <doctype> <marquee direction="down" scrollamount="5" style="float: left; width: 40%"> <center> <i class="fa fa-list-ul"></i> Access points <ul> <li><i class="fa fa-bars"></i> Blog category (블로그 카테고리)</li> <ul> <li><span class="glyphicon glyphicon-book"></span> General blogs (일반 블로그)</li> <li><span class="glyphicon glyphicon-book"></span> Thematic blogs (주제별 블로그)</li> <li><span class="glyphicon glyphicon-book"></span> Popular blogs (인기 블로그)</li> </ul> <li><i class="fa fa-bank"></i> Data bank (데이터 저장소)<li> <ul> <li><i class="fa fa-truck" aria-hidden="true"></i> General Library (일반 도서관)</li> <li><i class="fa fa-truck" aria-hidden="true"></i> Personal Library (개인 도서관)</li> <li><i class="fa fa-truck" aria-hidden="true"></i> Community Library (커뮤니티 라이브러리)</li> </ul> <li><i class="fa fa-truck" aria-hidden="true"></i> Blog Library (Blog Library)</li> <ul> <li><i class="fa fa-book" aria-hidden="true"></i> General material (일반 재료)</li> <li><i class="fa fa-book" aria-hidden="true"></i> Personal documents (개인 문서)</li> <li><i class="fa fa-book" aria-hidden="true"></i> Shared material (공유 자료)</li> </ul> <li><i class="fa fa-home" aria-hidden="true"></i> Blog home pages (블로그 홈 페이지)</li> <ul> <li><i class="fa fa-home" aria-hidden="true"></i> Home page (홈페이지)</li> <li><i class="fa fa-location-arrow" aria-hidden="true"></i> Information (정보)</li> <li><i class="fa fa-info" aria-hidden="true"></i> About the blog (블로그 소개)</li> <li><span class="glyphicon glyphicon-duplicate"></span> Index page (색인 페이지)</li> <li><span class="glyphicon glyphicon-phone-alt"></span> Contact (연락하다)</li> <li><span class="glyphicon glyphicon-comment"></span> Reviews (리뷰)</li> </ul> </ul> </center> Blog map (블로그 지도) <center> </center> <li> </li> Blog layout <ul> </ul> </center> <center> <ul> <li><i class="fa fa-bars"></i> Blog category (블로그 카테고리)</li> <li><i class="fa fa-truck" aria-hidden="true"></i> Blog Library (Blog Library)</li> <li><i class="fa fa-home" aria-hidden="true"></i> Blog homepage (블로그 홈페이지)<li> </ul> </center> Bố cục blog Trang chủ blog <li> Các trang <ul> </ul> <ul> <li><i class="fa fa-bars"></i> Data catalog (카탈로그 데이터)</li> <li> Thematic Libraries (주제별 도서관)</li> </ul> <li> Current blog category</li> <ul> </ul> <ul> </ul> <li> Index page</li> </ul> Thư viện blog Blog chính Loại hình dữ liệu Các thư viện <li> Aggregated Data</li> <li> Sort by topic </li> Danh mục dữ liệu Sort by data type</li> Dữ Liệu tổng hợp Phân loại theo kiểu dữ liệu <li>Layout by Data Type</li> <li>Thematic layout</li> Các điểm truy cập Classify blogs <ul> Category <li><i class="material-icons">bookmark</i> Điểm truy cập (Access point []) </li> <li> <span class="glyphicon glyphicon-book"></span> Trang blog chính (Main blog page [Access blog point]) </li> </ul> <center> <i class="fa fa-bars"></i> Danh mục blog (Blog category) <ul> Category <li> <i class="fa fa-home" aria-hidden="true"></i> Trang chủ (Home [Abouts]) </li> <li><i class="fa fa-book" aria-hidden="true"></i> Địa điểm (Site [Popular index pages]) </li> <li><i class="fa fa-book" aria-hidden="true"></i> Đối Tượng (Subjects [General pages]) </li> <li><i class="fa fa-book" aria-hidden="true"></i> Chủ đề (Topic [Thematic pages]) </li> </ul> </center> <center> <i class="fa fa-book" aria-hidden="true"></i> Page (Page category) <ul> Category <li> <i class="fa fa-bars"></i> Link </li> <li><i class="fa fa-edit"></i>Label list </li> <li><i class="fa fa-file-pdf-o"></i>Posts list </li> </ul> </center> <center> </center> <center> <span class="glyphicon glyphicon-duplicate"></span> Bài viết (Posts) <ul> <li><i class="fa fa-file-pdf-o"> Phần mở đầu (Heading)</li> <ul> <li><i class="fa fa-file-word-o"> Chủ đề (Theme)</li> <li><i class="fa fa-file-word-o"> Tóm tắt (Summary)</li> </ul> <li><i class="fa fa-file-pdf-o"></i> Nội dung chính (Main content)</li> <ul> <li><i class="fa fa-file-word-o"> Đề mục (Title)</li> <li><i class="fa fa-file-word-o"> Nội dung (Content)</li> </ul> <li><span class="glyphicon glyphicon-duplicate"></span> Phụ lục (Appendix)</li> <li> <i class="fa fa-bars"></i> Mục lục (Table of contents)</li> </ul> </center> </i> <center> <span class="glyphicon glyphicon-duplicate"></span> Phụ lục (Appendix) <ul> <li><i class="fa fa-file-pdf-o"></i> Tóm lược (In brief)</li> <ul> <li><i class="fa fa-file-word-o"></i> Trích dẫn (Quote)</li> <li><i class="fa fa-file-word-o"><i> Diễn luận (Speeches)</li> </ul> <li><i class="fa fa-file-pdf-o"></i> Nội dung chính (Main content)</li> <ul> <li><i class="fa fa-file-word-o"></i> Đọc thêm (Read more)</li> <li><i class="fa fa-sticky-note"></i> Chỉnh lý (Adjustment)</li> </ul> <i class="fa fa-file-pdf-o"></i> Diễn giải (Explain)</li> <ul> <li><i class="fa fa-sticky-note"></i> Ghi chú (note)</li> <li><span class="glyphicon glyphicon-comment"></span> Bình luận (Comment)</li> </ul> <li><i class="fa fa-bars"></i> Mục lục (Table of contents)</li> </ul> fas fa-dungeon <i class="fas fa-school"></i> <i class='fas fa-book-open'></i> <i class='fas fa-scroll'></i> <i class='fas fa-book-reader'></i> </center> </marquee> <marquee direction="up" scrollamount="5" style="float: left;width: 40%"> </marquee> <marquee direction="right"> https://thongtinvadulieu.blogspot.com </marquee> <marquee direction="left"> Written by Nguyễn Sơn Nhơn! </marquee> </doctype> <div class="page-wrapper"> A </div> <div id="end-bar"></div> </div> </div> </body> </html> <!--text--> <center>Live data</center> <center>HTML</center> <center>C</center> <center>C++</center> <center>JavaScript</center> <nav> <a href="#"><i class="fa fa-facebook-official"></i> Facebook </a> <a href="#"><i class="fa fa-twitter"></i>Twitter </a> <a href="#"><i class="fa fa-flickr"></i> Flickr </a> <a href="#"><i class="fa fa-pinterest-p"></i> Pinterest </a> <a href="#"><i class="fa fa-linkedin"></i> Linkedin </a> <h1><a id="top"> <i class="fa fa-list-ul"></i> Access list <span class="arrow"> ▼ </span>|</a></h1> <ul> <li>|<i class="material-icons">bookmark</i> Access point <span class="arrow"> ▼ </span>| <nav class="brand"> <h1><i class="fa fa-bars"></i> Blog list <span class="arrow"> ▼ </span></h1> <ul> <li><a href="https://thongtinvadulieu.blogspot.com"><span class="glyphicon glyphicon-book"></span> Blog: Thông tin và dữ liệu </a> </li> <li><a href="https://khothongtindulieu.blogspot.com"><span class="glyphicon glyphicon-book"></span> Blog: Kho thông tin và dữ liệu </a> </li> <li><a href="https://thongtintuxahoi.blogspot.com"><span class="glyphicon glyphicon-book"></span> Blog: Thông tin từ xã hội </a> </li> </ul> <h1> <i class="fa fa-bars"></i> Thematic menu <span class="arrow"> ▼ </span></h1> <ul> <li><a href=""> <i class="fa fa-truck" aria-hidden="true"></i> Korean Thematic </a> </li> </ul> </nav> </li> <li>|<i class="fa fa-bank"></i> Data bank <span class="arrow"> ▼ </span>| <nav class="brand"> <h1><i class="fa fa-truck" aria-hidden="true"></i> Dữ Liệu Tổng Hợp <span class="arrow"> ▼ </span></h1> <ul> <li><a href="https://thongtinvadulieu.blogspot.com/2021/07/index-page.html?m=1"><i class="fa fa-book" aria-hidden="true"></i> Chỉ Mục Dữ Liệu </a> </li> </ul> <h1><i class="fa fa-truck" aria-hidden="true"></i> Dữ Liệu Của Tôi <span class="arrow"> ▼ </span></h1> <ul> <li><a href="https://khothongtindulieu.blogspot.com/2021/07/index-page.html?m=1"><i class="fa fa-book" aria-hidden="true"></i> Chỉ Mục Dữ Liệu </a> </li> </ul> <h1><i class="fa fa-truck" aria-hidden="true"></i> Dữ Liệu Sưu tập <span class="arrow"> ▼ </span></h1> <ul> <li><a href="https://thongtintuxahoi.blogspot.com/2021/07/index-page.html?m=1"><i class="fa fa-book" aria-hidden="true"></i> Chỉ Mục Dữ Liệu </a> </li> </ul> </nav> </li> <li>|<span class="glyphicon glyphicon-book"></span> Blog menu <span class="arrow"> ▼ </span>| <nav class="brand"> <h1>Site</h1> <ul> </ul> </nav> </li> <li>|<i class="fa fa-book" aria-hidden="true"></i> Page list <span class="arrow"> ▼ </span>| <nav class="brand"> </nav> </li> </ul> </nav> <header> <h1 class="blog"><span class="glyphicon glyphicon-book"></span> Thông tin và dữ liệu </h1> <p id="Myblog-header" style="text-align: center;">https://thongtinvadulieu.blogspot.com<br>Well come to my blog! </p> <button onclick="displayResult(Myblog-header)">Change text </button> <div class="flex-container"> <div class="topnav"> <a href="#"> <i class="fa fa-home" aria-hidden="true"></i> Home </a> <a href="#Information"> <i class="fa fa-location-arrow" aria-hidden="true"></i> Information </a> <a href="#About"> <i class="fa fa-info" aria-hidden="true"></i> About </a> <a href="#Reviews"><i class="fa fa-edit"></i> Reviews </a> <a href="#"> <span class="glyphicon glyphicon-phone-alt"></span> Contact </a> <a href="#" style="float:right"><span class="glyphicon glyphicon-user"></span> Registration </a> </div> </div> <div class="header"> <h1> Giới thiệu Tổng Quan </h1> <div class="row"> <div class="leftcolumn"> <div class="blog-black"> <div id="top-bar"></div> <div class="card"> <h2>Giới thiệu</h2> <div class="fakeimg" style="height:100px;"> <a href="" imageanchor="1"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibh1aMDNguxWf65GtpqmnoM0lJp-DQJO7mWBDcaUmBobYvT11374pHTqF4PbQCGAW1quatGaFF0qd9xqHF4IZ4xBBmTGqqTowuZF3gjlBSs93vPTB-q_7ybHyC_QYWiG7yIyG4iBndSc8/s1600/IMG_ORG_1617433682121.jpeg" alt="Ảnh đại diện" width="100" height="100" data-original-width="100" data-original-height="100"></a> </div> <p> Blog: Thông tin và dữ liệu một blog cá nhân, dựa trên nền tảng Blogspot, tổng hợp tất cả các dữ liệu, thông tin và bài viết của tôi cũng như các dữ liệu thông tin mà tôi sưu tập được trên nền tảng mạng xã hội, trong đó có sự định hướng và phân chia thành các blog con theo chuyên đề, về nội dung bao gồm tất cả các lĩnh vực từ ngôn ngữ cho đến các kiến thức của nhiều lĩnh vực khác nhau như: </p> <ul> <li> Ngôn ngữ - Xã hội </li> <li> Kiến thức - Đời sống </li> <li> Kỹ năng - Nghề nghiệp </li> <li> Tin học - Ứng dụng </li> <li> Khoa học - Công nghê ̣</li> <li> Văn hóa - Giải trí </li> <li> Tiêu điểm - Tham khảo </li> <li>C</li> <li>C++</li> <li>JavaScript</li> </ul> </div> <div class="card"> <h2> Nổi bật </h2> <div class="fakeimg" style="height:100px;"> </div> <p>Some text about me in culpa qui officia deserunt mollit anim..</p> </div> <div class="card"> <h2>Follow Me: </h2> <div class="fakeimg" style="height:100px;"> </div> <p> <ul> <li>Phone:</li> <li>Email:</li> <li>Address:</li> <li>Facebook:</li> <li>YouTube:</li> </ul> </p> </div> <div id="end-bar"></div> </div> <footer> footer </footer> </div> <div class="rightcolumn"> <div class="blog-black"> <div id="top-bar"></div> <div class="card"> <h3>Form - Biểu mẫu trong CSS</h3> <div class="fakeimg" style="height:100px;"> </div> <p>Form là một phần không thể thiếu trong bất kì loại website nào.</p> <p>Ở bài viết này, tôi sẽ hướng dẫn các bạn cách xây dựng phần giao diện hiển thị của một biểu mẫu cơ bản. Giao diện này có thể được làm khá đẹp mắt với CSS. </p> <iframe src="https://thongtinvadulieu.blogspot.com"></iframe> <p>Nguyễn Sơn Nhơn, 31/05/2021</p> </div> <div class="card"> <h3>Attribute Selector trong CSS</h3> <div class="fakeimg" style="height:200px;">Ảnh</div> <p>Attribute selector là cách chọn các phần tử bạn muốn định kiểu trong tài liệu HTML dựa vào thuộc tính của một hay nhiều thẻ HTML nào đó.</p> <p>Attribute selector có thể chọn được các đối tượng mà không cần phải khai báo thêm các Class hoặc ID vào trong thẻ HTML và vẫn có thể hướng được đến các thành phần đó, giúp code gọn gàng hơn và mạch lạc hơn.</p> <p>Nguyễn Sơn Nhơn, 31/05/2021</p> </div> <div id="end-bar"></div> </div> <footer> footer </footer> </div> </div> <div class="row"> <footer> footer </footer> </div> </div> </header> <div class="normal-wrapper"> <div id="page-heading"> </div> </div> <footer> </footer> </div> <div id="end-bar"></div> </div> </div><hr> Nổi bật Outstanding <h2>About Me</h2> <i class="fa fa-file-pdf-o"></i> <i class="fa fa-book" aria-hidden="true"></i> <i class="fa fa-truck" aria-hidden="true"></i> <div id="top-color-splash"></div> <i class="fa fa-book" aria-hidden="true"></i><a href="#">forum</a> <h1><i class="fa fa-location-arrow" aria-hidden="true"></i> Connect </h1> <h1><i class="fa fa-bars"></i> Service list </h1> <li><a href="#Contact" class="last-link"><i class="material-icons">contacts</i> Contact </a> </li> <li><i class="fa fa-bars"></i> Pages list </li> <li><i class="fa fa-bars"></i> Label list </li> </ul> </nav> <div id="top-color-splash"></div> </div><hr> </div><hr> <div class="card"> <h3>Popular Post</h3> <div class="fakeimg">Image <p>Ảnh</p> </div><br> <div class="fakeimg">Image <p>Ảnh</p> </div><br> <div class="fakeimg">Image <p>Ảnh</p> </div> </div><hr> <div id="end-bar"></div> </div> </div> <div class="row"> <div class="column-4"> <h3>Tiêu đề</h3> <p class="quote">Nội dung trích dẫn</p> </div> <div class="column-4"> <h3>Tiêu đề</h3> <p class="quote">Nội dung trích dẫn</p> </div> <div class="column-4"> <h3>Tiêu đề</h3> <p class="quote">Nội dung trích dẫn</p> </div> <div class="column-4"> <h3>Tiêu đề</h3> <p class="quote">Nội dung trích dẫn</p> </div> </div> </div> </header> <div class="normal-wrapper"> <div id="top-color-splash"></div> <section> <div id="menu"> <ul> <li> SITE <ul class="sub-menu"> <li> A </li> </ul> </li> <li> SUBJECTS <ul class="sub-menu"> <li> A </li> </ul> </li> <li> TOPIC <ul class="sub-menu"> <li> A </li> </ul> </li> <li> POST <ul class="sub-menu"> <li> A </li> </ul> </li> </ul> </div> </section> <div class="blog-padding"> <div class="blog-padding-16"> <h1 class="page"> Thông tin chỉ mục </h1> <ul id="navbar"> <li><a href="#Home"><i class="fa fa-home" aria-hidden="true"></i> Home </a></li> <li><a href="#About"><i class="fa fa-book" aria-hidden="true"></i> About </a></li> <li><a href="#Reviews"><i class="fa fa-edit"></i> Reviews </a></li> <li><a href="#Contact" class="last-link"><i class="material-icons">contacts</i> Contact </a></li> </ul> <p>https://thongtinvadulieu.blogspot.com/2021/07/index-page.html<br> Chào mừng bạn đến với trang THÔNG TIN CHỈ MỤC </p> </div> </div> <div class="row-1"> <div class="side"> <nav class="menu"> <ul class="clearfix"> <li><h4><i class="fa fa-bars"> Menu <span class="arrow"> ▼ </span> |</i></h4> <ul class="sub-menu1"> <li><h5><i class="fa fa-bars"> Menu A <span class="arrow"> ▼ </span> |</i></h5> <ul class="sub-menu1"> <ul id="navbar"> <li><a href="#Home" title="blogs">Home</a></li> <li><a href="#About">About</a></li> <li><a href="#Reviews">Reviews</a></li> <li><a href="#Contact" class="last-link">Contact</a></li> </ul> <li>X</li> </ul> </li> <li>B</li> </ul> </li> </ul> </nav> <div id="main"> <h1>My blog main ingredients</h1> <p> Live data (Files and Databases) </p> <p> My blogs (HTML) </p> <p> My links </p> <p> My pages (HTML) </p> <p> My Topic </p> <p> My Subjects </p> <p>My Part</p> <p> My posts </p> <p> My articles </p> <p> My notes </p> <p> Style sheets (CSS) </p> <p> Computer code (Javascript) </p> <p> Python </p> </div> </div> <div class="main"> <h2>Heading</h2> <p> Live data (Files and Databases) </p> </div> </div> <div id="header"> <div class="row"> <div class="column-3"> <h2>Column</h2> <p>Some text..</p> </div> <div class="column-3"> <h2>Column</h2> <p>Some text..</p> </div> <div class="column-3"> <h2>Column</h2> <p>Some text..</p> </div> </div> </div> </div> <div class="row"> <div class="column side"> <div class="sub-header"> <div id="headerInner"> <h2>TITLE HEADING</h2> </div> <div class="card"> <div class="fakeimg" style="height:200px;">Image </div> <p>Some text..</p> <h5>Title description, Sep 2, 2017</h5> <div class="code"> <h3>Example</h3> <p> Some text</p> </div> </div> </div> </div> <div class="column middle"> <div class="sub-header"> <div id="headerInner"> <h2>Main Content</h2> </div> <div class="card"> <h3>Home</h3> <div class="fakeimg" style="height:100px;">Image </div> <p>Some text about me in culpa qui officia deserunt mollit anim..</p> <div class="example"> <h3><font>Doctype, thẻ meta và CSS</font></h3> <div class="code"> style { <br> background-color: rgb(231, 233, 235); <br> color: #009688; <br> } </div> </div> </div> </div> </div> <div class="column side"> <div class="sub-header"> <div id="headerInner"> <h2>TITLE HEADING</h2> </div> <div class="card"> <div class="fakeimg" style="height:200px;">Image </div> <p>Some text..</p> <h5>Title description, Sep 2, 2017</h5> normal-wrapper <h2>Book Glyph</h2><i class="fa fa-telegram" aria-hidden="true"></i> <p> Book icon: <span class="glyphicon glyphicon-book"></span> Book icon as a link: <a href="#"><span class="glyphicon glyphicon-book"></span></a> Book icon on a button: <button type="button" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-book"></span> Book</button> Unicode: <span class="glyphicon"></span> </p> <p> static : bình thường. relative : tương đối. fixed : cố định. absolute : tuyệt đối. sticky: dính. </p> <ul> <li>EXPRESS</li> <h2>EXPRESS</h2> <h3>EXPRESS</h3> <h4>EXPRESS</h4> <h5>EXPRESS</h5> <h6>EXPRESS</h6> <p>EXPRESS</p> </ul> lightgray End bar Main page </div> </div> </div> <div id="top-color-splash"></div> <div class="blog-container"> <div id="blog"> </div> </div> <section> <img class="mySlides" src="img_la.jpg" style="width:100%"> <img class="mySlides" src="img_ny.jpg" style="width:100%"> <img class="mySlides" src="img_chicago.jpg" style="width:100%"> </section> <div class="footer"> <h1>Tổng kết:</h1> <h2> Nội dung tổng hợp: </h2> <p class="part"></p> <p class="notes"></p> <h3> Mục lục: </h3> <p class="part"></p> <p class="notes"></p> <h4> Phụ lục: </h4> <p class="part"></p> <p class="notes"></p> <h5>Hướng dẫn: </h5> <p class="part"></p> <p class="notes"></p> <h6>Chú thích: </h6> <p class="part"></p> <p class="notes"></p> <a href="#top">Go to top</a> <a href="#index">Go to index</a> <p> Written by Nguyễn Sơn Nhơn!</p> </div> <section> <div id="menu"> <ul> <h3><i class="fa fa-bars"> MENU CATALOGUE<span class="arrow"> ▼ </span> |</i></h3> <li>MY LINKS <ul class="sub-menu"> <li><a href="">Link 1</a></li> <li><a href="">Link 2</a></li> </ul> </li> <li>Menu 1 <ul class="sub-menu"> <li><a href="">Menu 5</a></li> <li><a>Menu 6</a></li> </ul> </li> <li>Menu 2 <ul class="sub-menu"> <li><a>Menu 5</a></li> <li><a>Menu 6</a></li> </ul> </li> <li><a>Menu 3</a></li> <li><a>Menu 4</a></li> </ul> </div> </section> <div id="top-color-splash"></div> <div class="blog-padding-8"> <div class="blog-dark-grey"> <div class="blog-display-middle"> <font>trình chiếu</font> </div> </div> </div> <div class="container"> <i class="fa fa-location-arrow" aria-hidden="true"></i> background: #58257b; background: light gray; color: #EB6361; color: #333; color: #996600; background: #F1F1F1; color: #262626; background: #1F568B; color: #996600; .blog-padding { box-sizing: inherit; box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, t 0.12) 0px 2px 10px 0px; padding: auto; } /* Footer CSS */ /* Page list CSS */ /* Page content displayed CSS */ https://thongtinvadulieu.blogspot.com/2021/07/index-page.html?m=1 /* Division menu CSS */ blog { width: 100%; height: auto ; display: block; background: #F3F8FF; color: #996600; text-shadow: 1px 1px 1px 1px blue; font-family: Georgia, serif; border-width: 2px; border-style: solid; border-color: lightgray; border-image: initial; border-radius: 5px 5px 5px 5px; } .blog-row-padding { box-sizing: inherit; padding: 0px 8px; } .blog-padding-8 { box-sizing: inherit; text-align: center !important; padding-top: 8px !important; padding-bottom: 8px !important; } .blog-dark-grey { box-sizing: inherit; padding: 0.01em 16px; color: rgb(255, 255, 255) !important; background-color: rgb(97, 97, 97) !important; } .blog-xlarge { box-sizing: inherit; position: absolute; top: 150px; left: 142.5px; transform: translate(-50%, -50%); font-size: 24px !important; } .blog-xlarge, footer { background: #f1f1f1; font-size: 16px; color: #58257b; } .blog-third { box-sizing: inherit; float: left; width: 20%; padding: 0px 8px; } .blog-card { box-sizing: inherit; background-color: #F7F7FF; box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px; border-width: 2px; border-style: solid; border-color: lightgray; border-image: initial; border-radius: 5px 5px 5px 5px; } #menu { margin:0; padding: 5px; background: #1F568B; text-align: left; border-width: 2px; border-style: solid; border-color: lightyellow; } #menu ul { width: 100%; height: auto; margin: 5px; padding: 5px; list-style-type: none; height: auto; overflow: scroll; text-align: center; background: #1F568B; border-width: 1px; border-style: solid; border-color: lightgray; border-radius: 5px 5px 5px 5px; } #menu li { width: 200px; height: 40px; position: relative; float: left; line-height: 25px; list-style-type: none; margin-left: 0; display: inline-block; position: relative; float: left; } #menu li:hover { background: #light gray; /* change color on hover (mouseover) */ color: #EB6361; text-shadow: 1px 1px 1px 1px yellow; } #menu a { text-decoration: none; display: block; color: #996600; text-shadow: 1px 1px 2px yellow; } #menu a:hover { background: #F1F1F1; color: #333; } /* Dropdown Menu */ .sub-menu { display: none; position: absolute; } .sub-menu li { width: auto; background : #009688; margin: 2px; display: block; margin-left: 0 ; } #menu li:hover .sub-menu { padding: 5px; background: #1F568B; line-height: 25px; display: block; } /* Menu1 CSS */ #menu1 ul { background: #8AD385; width: 100%; padding: 0; list-style-type: none; text-align: left; } #menu1 ul li { position: relative; } #menu1 li { width: auto; height: 40px; line-height: 40px; border-bottom: 1px solid #e8e8e8; padding: 0 1em; } #menu1 li a { text-decoration: none; color: #333; text-shadow:0px 1px 0px yellow; font-weight: bold; display: block; } #menu1 li:hover { background: #CDE2CD; } #menu1 li:hover .sub-menu2 { display: block;} #menu1 .sub-menu2 { position: absolute; left: 220px; top: 0; display: none; } .sub-menu2 ul { background: #8AD385; width: 100%; padding: 0; list-style-type: none; text-align: left; } .sub-menu2 ul li { position: relative; } .sub-menu2 li { width: auto; height: 40px; line-height: 40px; border-bottom: 1px solid #e8e8e8; padding: 0 1em; } .sub-menu2 li:hover { background: #CDE2CD; } .sub-menu2 li a { text-decoration: none; color: #333; text-shadow:0px 1px 0px yellow; font-weight: bold; display: block; } /* Menu class CSS */ .menu > ul > li { float:left; display:inline-block; position:relative; font-size:19px; } .menu > ul > li > a { padding:10px 40px; display:inline-block; text-shadow:0px 1px 0px rgba(0,0,0,0.4); } .menu a { transition:all linear 0.15s; color:#919191; } .menu .sub-menu1 { font-family: Verdana, sans-serif; font-size: 15px; color: white; text-shadow: 1px 1px 2px yellow; } .menu .arrow { width:100%; font-size:11px; line-height:0%; } .menu > ul > li:hover > a, .menu > ul > .current-item > a { background: #2e2728; } /* CSS class sub-menu */ .sub-menu1 { width:100%; margin: 0; padding: 5px; z-index:-1; opacity:0; transition:opacity linear 0.15s; box-shadow:0px 2px 3px rgba(0,0,0,0.2); background:#2e2728; color: white; } .sub-menu1 li { display:block; font-size:16px; } .sub-menu1 li a { padding: 5px 5px; display:block; } .sub-menu1 li a:hover, .sub-menu1 .current-item a { color: yellow; background:#3e3436; } .menu li:hover .sub-menu1 { z-index:1; opacity:1; } .my-div { border: 2px outset #cc9900; background-color: lightblue; text-align: center; } #My-header { color: #996600; text-shadow: 1px 1px 1px 1px blue; font-family: Georgia, serif; text-align: center; font-size: 30px; border-bottom: 3px solid #cc9900; } .blog-col l10 m12 { box-sizing: inherit; float: left; width: 320px; transition: margin-left 0.4s ease 0s; padding: 16px; border-right: 1px solid rgb(241, 241, 241); } .blog-white { box-sizing: inherit; font-family: Verdana, sans-serif; font-size: 15px; orphans: 2; widows: 2; background-color: rgb(255, 255, 255) !important; } #mainLeaderboard { box-sizing: inherit; height: 60px; text-align: center; margin-left: -16px; margin-right: -16px; overflow: hidden; } #div-blog { background-color: dimgrey; } <article class="blog-third"> <p>John</p> <img src="img_bandmember.jpg" alt="Random Name" style="width:100%"> </article> <section class="section1"> <a class="btn-left" href=" ">❮ Trước</a> <a class="btn-right" href=" ">Kế tiếp ❯</a> </section> <nav> <nav class="menu"> <ul class="clearfix"> <li><a href="#">Animals <span class="arrow">▼</span></a> <ul class="sub-menu1"> <li><a href="#">Reptiles</a></li> <li><a href="#">Insects</a></li> <li><a href="#">Mammals</a></li> </ul> </li> </ul> </nav> <div id="menu1"> <h1><a id="end"><i class="fa fa-list-ul"></i> Table of contents list </a></h1> <ul class="nav"> <li>Category <ul class="sub-menu1"> <li><a href="#">Diễn đàn</a></li> <li><a href="#">Tin tức</a></li> <li><a href="#">Hỏi đáp</a></li> <li><a href="#">Liên hệ</a></li> </ul> </li> <li>Category <ul> <li><a href="#">WordPress</a></li> <li><a href="#">SEO</a></li> <li><a href="#">Hosting</a></li> </ul> </li> <li>Danh mục bài học <ul class="sub-menu2"> <li><a href="#"> Bài Giảng </a></li> <li><a href="#"> Từ Vựng </a></li> <li><a href="#"> Mẫu Câu </a></li> <li><a href="#"> Ngữ Pháp </a></li> <li><a href="#"> Từ Mới </a></li> <li><a href="#"> Bài Tập </a></li> <li><a href="#">Hỏi Đáp</a></li> </ul> </li> <li>Học Tiếng Hàn Quốc <ul class="sub-menu2"> <li><a href="#">Làm quen với tiếng Hàn</a></li> </ul> </li> <li>Tin tức <ul class="sub-menu2"> <li><a href="#Tin tức">Tin tức</a></li> <li><a href="#WordPress">WordPress</a></li> <li><a href="#SEO">SEO</a></li> </ul> </li> <li>Sản phẩm <ul class="sub-menu2"> <li><a href="#Sản phẩm">Sản phẩm</a></li> <li><a href="#Học Tiếng Hàn Quốc">Học Tiếng Hàn Quốc</a></li> </ul> </li> <li>Tra cứu <ul class="sub-menu2"> <li><a href="#Tra cứu">Tra cứu</a></li> <li>Trang</li> <li>Nhãn </li> </ul> </li> <li>Liên hệ <ul class="sub-menu2"> <li><a href="#Diễn đàn">Diễn đàn</a></li> <li><a href="#Hỏi đáp">Hỏi đáp</a></li> <li><a href="#Thảo luận">Thảo luận</a></li> <li><a href="#Liên hệ" class="last-link">Liên hệ</a></li> </ul> </li> <li>Main pages link <ul class="sub-menu2"> <li><a href="#Main page">Main page</a></li> <li><a href="#Home page">Home page</a></li> <li><a href="#Post page"> Post page</a></li> <li><a href="#Hosting"> Hosting</a></li> <li><a href="#Blogspot"> Blogspot</a></li> </ul> </li> <li>MY BLOGS <span class="arrow">❯</span> <ul class="sub-menu2"> <li><a href="#Home" title="Home">Kim Cổ Kỳ Quan</a></li> <li><a href="#About" title="Khoa học và công nghệ">Khoa học và công nghệ</a></li> <li><a href="#Reviews" title="Reviews">Reviews</a></li> <li><a href="#Contact" title="Contact" class="last-link">Contact</a></li> </ul> </li> </ul> </div> </nav> </div> <article class="blog-third"> <p>Paul</p> <img src="img_bandmember.jpg" alt="Random Name" style="width:100%"> </article> <div class="blog-dark-grey"> <h4><font>Chân trang</font></h4> </div> <h2>Footer</h2> <p class="blog-medium">Powered by <a href="https://kimcokyquan.blogspot.com/css/blogcss/blog.css" target="_blank">blog.css</a></p> <div class="footer"> </div> </footer> </div> </div> </body> </html> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> </span> <span class='post-timestamp'> - <meta content='https://nguyensnhon.blogspot.com/2021/07/index.html' itemprop='url'/> <a class='timestamp-link' href='https://nguyensnhon.blogspot.com/2021/07/index.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2021-07-29T10:31:00+07:00'>tháng 7 29, 2021</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/5252489176601555745/1945766540211277605' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'> Không có nhận xét nào: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1011099215'> <a href='https://www.blogger.com/post-edit.g?blogID=5252489176601555745&postID=1945766540211277605&from=pencil' title='Sửa Bài đăng'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=5252489176601555745&postID=1945766540211277605&target=email' target='_blank' title='Gửi email bài đăng này'><span class='share-button-link-text'>Gửi email bài đăng này</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=5252489176601555745&postID=1945766540211277605&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=5252489176601555745&postID=1945766540211277605&target=twitter' target='_blank' title='Chia sẻ lên X'><span class='share-button-link-text'>Chia sẻ lên X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=5252489176601555745&postID=1945766540211277605&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Chia sẻ lên Facebook'><span class='share-button-link-text'>Chia sẻ lên Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=5252489176601555745&postID=1945766540211277605&target=pinterest' target='_blank' title='Chia sẻ lên Pinterest'><span class='share-button-link-text'>Chia sẻ lên Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Thứ Tư, 21 tháng 4, 2021</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='5252489176601555745' itemprop='blogId'/> <meta content='7750822464044145647' itemprop='postId'/> <a name='7750822464044145647'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://nguyensnhon.blogspot.com/2021/04/blog-map.html'>Blog map</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-7750822464044145647' itemprop='description articleBody'> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> </span> <span class='post-timestamp'> - <meta content='https://nguyensnhon.blogspot.com/2021/04/blog-map.html' itemprop='url'/> <a class='timestamp-link' href='https://nguyensnhon.blogspot.com/2021/04/blog-map.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2021-04-21T12:41:00+07:00'>tháng 4 21, 2021</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/5252489176601555745/7750822464044145647' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'> Không có nhận xét nào: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1011099215'> <a href='https://www.blogger.com/post-edit.g?blogID=5252489176601555745&postID=7750822464044145647&from=pencil' title='Sửa Bài đăng'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=5252489176601555745&postID=7750822464044145647&target=email' target='_blank' title='Gửi email bài đăng này'><span class='share-button-link-text'>Gửi email bài đăng này</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=5252489176601555745&postID=7750822464044145647&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=5252489176601555745&postID=7750822464044145647&target=twitter' target='_blank' title='Chia sẻ lên X'><span class='share-button-link-text'>Chia sẻ lên X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=5252489176601555745&postID=7750822464044145647&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Chia sẻ lên Facebook'><span class='share-button-link-text'>Chia sẻ lên Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=5252489176601555745&postID=7750822464044145647&target=pinterest' target='_blank' title='Chia sẻ lên Pinterest'><span class='share-button-link-text'>Chia sẻ lên Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <a class='home-link' href='https://nguyensnhon.blogspot.com/'>Trang chủ</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Đăng ký: <a class='feed-link' href='https://nguyensnhon.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Bài đăng (Atom)</a> </div> </div> </div><div class='widget FeaturedPost' data-version='1' id='FeaturedPost1'> <div class='post-summary'> <img class='image' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqyorPz_PYkQn6kMXQzkSO2YtQQtiu96rWeCvjA-t6M85NmBgPjHb4KhVlCzZBQ_lPAeBNqH2qFxQ03xd0Kcq1mf_cAcZwCRtqkRyPgVrx6_uxa9fm19ls6ka1UGmpt8-KAP4o-lWcpy2Q/s1600/IMG_ORG_1719995599451.jpeg'/> </div> <style type='text/css'> .image { width: 100%; } </style> <div class='clear'></div> </div><div class='widget PopularPosts' data-version='1' id='PopularPosts1'> <div class='widget-content popular-posts'> <ul> <li> <div class='item-content'> <div class='item-title'><a href='https://nguyensnhon.blogspot.com/2021/04/blog-map.html'>Blog map</a></div> <div class='item-snippet'> </div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://nguyensnhon.blogspot.com/2021/07/index.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibh1aMDNguxWf65GtpqmnoM0lJp-DQJO7mWBDcaUmBobYvT11374pHTqF4PbQCGAW1quatGaFF0qd9xqHF4IZ4xBBmTGqqTowuZF3gjlBSs93vPTB-q_7ybHyC_QYWiG7yIyG4iBndSc8/w72-h72-p-k-no-nu/IMG_ORG_1617433682121.jpeg'/> </a> </div> <div class='item-title'><a href='https://nguyensnhon.blogspot.com/2021/07/index.html'>Index</a></div> <div class='item-snippet'> Index /** * 1. Centers the content. * 2. Feel free to change this, this s...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-title'><a href='https://nguyensnhon.blogspot.com/2021/09/index.html'>Index</a></div> <div class='item-snippet'>index.html </div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://nguyensnhon.blogspot.com/2024/07/blog-post_51.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqyorPz_PYkQn6kMXQzkSO2YtQQtiu96rWeCvjA-t6M85NmBgPjHb4KhVlCzZBQ_lPAeBNqH2qFxQ03xd0Kcq1mf_cAcZwCRtqkRyPgVrx6_uxa9fm19ls6ka1UGmpt8-KAP4o-lWcpy2Q/w72-h72-p-k-no-nu/IMG_ORG_1719995599451.jpeg'/> </a> </div> <div class='item-title'><a href='https://nguyensnhon.blogspot.com/2024/07/blog-post_51.html'>(không có tiêu đề)</a></div> <div class='item-snippet'> </div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://nguyensnhon.blogspot.com/2024/07/blog-post_3.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgY11T6Ot0H4Yfj6jhANYgKqFcZNdrYpZhWpdIHajxZWURRrj84jRRlLynzwJIE8qeQP6vSnniy8K5CyNree62Zp3flI-JqP2DA6N9jX73v9mWiLsLQ4xcslnbVf9BhT8XKf8IMkDkuwLqT/w72-h72-p-k-no-nu/IMG_ORG_1719995187064.jpeg'/> </a> </div> <div class='item-title'><a href='https://nguyensnhon.blogspot.com/2024/07/blog-post_3.html'>(không có tiêu đề)</a></div> <div class='item-snippet'> </div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://nguyensnhon.blogspot.com/2024/07/blog-post.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3Q02tK70AAGxgVUP9td_AwZ4xd5Y_5_-I3_pWVNXq4CnioRcpF-KbVzguoWXQ5rYv7eFAuLn_73b-1j9o_rkWWhZqxoyi6ZCNHYJ0vQgYCILR95j1dKnoYFAgT-UcJ0Fx0k7hyphenhyphengGCNlDq/w72-h72-p-k-no-nu/IMG_ORG_1719994858822.jpeg'/> </a> </div> <div class='item-title'><a href='https://nguyensnhon.blogspot.com/2024/07/blog-post.html'>(không có tiêu đề)</a></div> <div class='item-snippet'> </div> </div> <div style='clear: both;'></div> </li> </ul> <div class='clear'></div> </div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> <div class='sidebar section' id='sidebar-left-1'><div class='widget BlogSearch' data-version='1' id='BlogSearch6'> <h2 class='title'>Tìm kiếm Blog này</h2> <div class='widget-content'> <div id='BlogSearch6_form'> <form action='https://nguyensnhon.blogspot.com/search' class='gsc-search-box' target='_top'> <table cellpadding='0' cellspacing='0' class='gsc-search-box'> <tbody> <tr> <td class='gsc-input'> <input autocomplete='off' class='gsc-input' name='q' size='10' title='search' type='text' value=''/> </td> <td class='gsc-search-button'> <input class='gsc-search-button' title='search' type='submit' value='Tìm kiếm'/> </td> </tr> </tbody> </table> </form> </div> </div> <div class='clear'></div> </div> <div class='widget Subscribe' data-version='1' id='Subscribe5'> <div style='white-space:nowrap'> <h2 class='title'>Đăng ký</h2> <div class='widget-content'> <div class='subscribe-wrapper subscribe-type-POST'> <div class='subscribe expanded subscribe-type-POST' id='SW_READER_LIST_Subscribe5POST' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe5POST"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/posts/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe5POST' onclick='return(_SW_toggleReaderList(event, "Subscribe5POST"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe5POST"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> </span> </div> <div class='bottom'></div> </div> </div> <div class='subscribe-wrapper subscribe-type-COMMENT'> <div class='subscribe expanded subscribe-type-COMMENT' id='SW_READER_LIST_Subscribe5COMMENT' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe5COMMENT"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/comments/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe5COMMENT' onclick='return(_SW_toggleReaderList(event, "Subscribe5COMMENT"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe5COMMENT"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> </span> </div> <div class='bottom'></div> </div> </div> <div style='clear:both'></div> </div> </div> <div class='clear'></div> </div> <div class='widget PageList' data-version='1' id='PageList3'> <h2>Trang</h2> <div class='widget-content'> <ul> <li class='selected'> <a href='https://nguyensnhon.blogspot.com/'>Trang chủ</a> </li> </ul> <div class='clear'></div> </div> </div> <div class='widget PopularPosts' data-version='1' id='PopularPosts2'> <h2>Bài đăng phổ biến</h2> <div class='widget-content popular-posts'> <ul> <li> <div class='item-content'> <div class='item-title'><a href='https://nguyensnhon.blogspot.com/2021/04/blog-map.html'>Blog map</a></div> <div class='item-snippet'> </div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://nguyensnhon.blogspot.com/2021/07/index.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibh1aMDNguxWf65GtpqmnoM0lJp-DQJO7mWBDcaUmBobYvT11374pHTqF4PbQCGAW1quatGaFF0qd9xqHF4IZ4xBBmTGqqTowuZF3gjlBSs93vPTB-q_7ybHyC_QYWiG7yIyG4iBndSc8/w72-h72-p-k-no-nu/IMG_ORG_1617433682121.jpeg'/> </a> </div> <div class='item-title'><a href='https://nguyensnhon.blogspot.com/2021/07/index.html'>Index</a></div> <div class='item-snippet'> Index /** * 1. Centers the content. * 2. Feel free to change this, this s...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-title'><a href='https://nguyensnhon.blogspot.com/2021/09/index.html'>Index</a></div> <div class='item-snippet'>index.html </div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://nguyensnhon.blogspot.com/2024/07/blog-post_51.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqyorPz_PYkQn6kMXQzkSO2YtQQtiu96rWeCvjA-t6M85NmBgPjHb4KhVlCzZBQ_lPAeBNqH2qFxQ03xd0Kcq1mf_cAcZwCRtqkRyPgVrx6_uxa9fm19ls6ka1UGmpt8-KAP4o-lWcpy2Q/w72-h72-p-k-no-nu/IMG_ORG_1719995599451.jpeg'/> </a> </div> <div class='item-title'><a href='https://nguyensnhon.blogspot.com/2024/07/blog-post_51.html'>(không có tiêu đề)</a></div> <div class='item-snippet'> </div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://nguyensnhon.blogspot.com/2024/07/blog-post_3.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgY11T6Ot0H4Yfj6jhANYgKqFcZNdrYpZhWpdIHajxZWURRrj84jRRlLynzwJIE8qeQP6vSnniy8K5CyNree62Zp3flI-JqP2DA6N9jX73v9mWiLsLQ4xcslnbVf9BhT8XKf8IMkDkuwLqT/w72-h72-p-k-no-nu/IMG_ORG_1719995187064.jpeg'/> </a> </div> <div class='item-title'><a href='https://nguyensnhon.blogspot.com/2024/07/blog-post_3.html'>(không có tiêu đề)</a></div> <div class='item-snippet'> </div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://nguyensnhon.blogspot.com/2024/07/blog-post.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3Q02tK70AAGxgVUP9td_AwZ4xd5Y_5_-I3_pWVNXq4CnioRcpF-KbVzguoWXQ5rYv7eFAuLn_73b-1j9o_rkWWhZqxoyi6ZCNHYJ0vQgYCILR95j1dKnoYFAgT-UcJ0Fx0k7hyphenhyphengGCNlDq/w72-h72-p-k-no-nu/IMG_ORG_1719994858822.jpeg'/> </a> </div> <div class='item-title'><a href='https://nguyensnhon.blogspot.com/2024/07/blog-post.html'>(không có tiêu đề)</a></div> <div class='item-snippet'> </div> </div> <div style='clear: both;'></div> </li> </ul> <div class='clear'></div> </div> </div> <div class='widget PageList' data-version='1' id='PageList2'> <h2>Danh Sách Trang</h2> <div class='widget-content'> <ul> <li class='selected'> <a href='https://nguyensnhon.blogspot.com/'>Trang chủ</a> </li> </ul> <div class='clear'></div> </div> </div><div class='widget BlogList' data-version='1' id='BlogList1'> <h2 class='title'>Danh sách Blog của Tôi</h2> <div class='widget-content'> <div class='blog-list-container' id='BlogList1_container'> <ul id='BlogList1_blogs'> <li style='display: block;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_ta-psqXxSvk2I1W5WFSb59vyzM8pGVofJDwh7lCFthUG83VZTg1YkzEcmLe_C73K6zLP7X_slxWslUPuNySTgrFQMQttAp7_qk_q1lTFi6lPI=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://nguyensonnhon.blogspot.com/feeds/posts/default' target='_blank'> Tôi Học Tiếng Hàn Quốc</a> </div> <div class='item-content'> <span class='item-title'> <!--Can't find substitution for tag [item.itemTitle]--> </span> - <span class='item-snippet'> <!--Can't find substitution for tag [item.itemSnippet]--> </span> <div class='item-time'> <!--Can't find substitution for tag [item.timePeriodSinceLastUpdate]--> </div> </div> </div> <div style='clear: both;'></div> </li> </ul> <div class='clear'></div> </div> </div> </div><div class='widget Feed' data-version='1' id='Feed3'> <h2>Tôi Học Tiếng Hàn Quốc</h2> <div class='widget-content' id='Feed3_feedItemListDisplay'> <span style='filter: alpha(25); opacity: 0.25;'> <a href='https://nguyensonnhon.blogspot.com/feeds/posts/default'>Đang tải...</a> </span> </div> <div class='clear'></div> </div><div class='widget Translate' data-version='1' id='Translate1'> <h2 class='title'>Translate</h2> <div id='google_translate_element'></div> <script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'vi', autoDisplay: 'true', layout: google.translate.TranslateElement.InlineLayout.SIMPLE }, 'google_translate_element'); } </script> <script src='//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit'></script> <div class='clear'></div> </div><div class='widget Subscribe' data-version='1' id='Subscribe3'> <div style='white-space:nowrap'> <h2 class='title'>Đăng ký</h2> <div class='widget-content'> <div class='subscribe-wrapper subscribe-type-POST'> <div class='subscribe expanded subscribe-type-POST' id='SW_READER_LIST_Subscribe3POST' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe3POST"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/posts/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe3POST' onclick='return(_SW_toggleReaderList(event, "Subscribe3POST"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe3POST"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> </span> </div> <div class='bottom'></div> </div> </div> <div class='subscribe-wrapper subscribe-type-COMMENT'> <div class='subscribe expanded subscribe-type-COMMENT' id='SW_READER_LIST_Subscribe3COMMENT' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe3COMMENT"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/comments/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe3COMMENT' onclick='return(_SW_toggleReaderList(event, "Subscribe3COMMENT"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe3COMMENT"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> </span> </div> <div class='bottom'></div> </div> </div> <div style='clear:both'></div> </div> </div> <div class='clear'></div> </div> <div class='widget ContactForm' data-version='1' id='ContactForm2'> <h2 class='title'>Biểu mẫu liên hệ</h2> <div class='contact-form-widget'> <div class='form'> <form name='contact-form'> <p></p> Tên <br/> <input class='contact-form-name' id='ContactForm2_contact-form-name' name='name' size='30' type='text' value=''/> <p></p> Email <span style='font-weight: bolder;'>*</span> <br/> <input class='contact-form-email' id='ContactForm2_contact-form-email' name='email' size='30' type='text' value=''/> <p></p> Thông báo <span style='font-weight: bolder;'>*</span> <br/> <textarea class='contact-form-email-message' cols='25' id='ContactForm2_contact-form-email-message' name='email-message' rows='5'></textarea> <p></p> <input class='contact-form-button contact-form-button-submit' id='ContactForm2_contact-form-submit' type='button' value='Gửi'/> <p></p> <div style='text-align: center; max-width: 222px; width: 100%'> <p class='contact-form-error-message' id='ContactForm2_contact-form-error-message'></p> <p class='contact-form-success-message' id='ContactForm2_contact-form-success-message'></p> </div> </form> </div> </div> <div class='clear'></div> </div><div class='widget Wikipedia' data-version='1' id='Wikipedia1'> <h2 class='title'>Wikipedia</h2> <div class='wikipedia-search-main-container'> <form class='wikipedia-search-form' id='Wikipedia1_wikipedia-search-form' name='wikipedia'> <div class='wikipedia-searchtable'> <span> <a class='wikipedia-search-wiki-link' href='https://wikipedia.org/wiki/' target='_blank'> <img align='top' class='wikipedia-icon' src='https://resources.blogblog.com/img/widgets/icon_wikipedia_w.png'/> </a> </span> <span class='wikipedia-search-bar'> <span class='wikipedia-input-box'> <input class='wikipedia-search-input' id='Wikipedia1_wikipedia-search-input' type='text'/> </span> <span> <input class='wikipedia-search-button' type='submit'/> </span> </span> </div> </form> <div class='wikipedia-search-results-header' id='Wikipedia1_wikipedia-search-results-header'>Kết quả tìm kiếm</div> <div class='wikipedia-search-results' id='Wikipedia1_wikipedia-search-results'></div> <nobr> <div dir='ltr' id='Wikipedia1_wikipedia-search-more'></div> </nobr> </div><br/> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image2'> <div class='widget-content'> <a href='http://nguyensonnhon.blogspot.com'> <img alt='' height='220' id='Image2_img' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjd6N07SBWHe5yZCbvcdsdf9joAGqpeUWqukhnh4KMn4WooQoKw5AS7-hYlfcZlrihkfCoIysbfB8qhYhkSMr7VMDZ6Fwvd0hXDE5mqOTg9gG1qFgaiaa5XjQ-zP-lhuoP30KdSyiRrmI3V/s352/1434983670XHF_1.jpg' width='352'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget Header' data-version='1' id='Header3'> <div id='header-inner'> <div class='titlewrapper'> <h1 class='title'> Kiến thức cần biết (Knowledge to know) </h1> </div> <div class='descriptionwrapper'> <p class='description'><span> </span></p> </div> </div> </div><div class='widget Profile' data-version='1' id='Profile5'> <h2>Giới thiệu về tôi</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/17188738960613442760'><img alt='Ảnh của tôi' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisEOj-3QYlhIJDor-Pclt3K7-RiNlUCv1BheyfKVIGTqq5GGMP88_P5PGPFwXPHB0TBdGqpu1vRmSn9fQwJ_LjexQ648zKUkqClWIRV0SMmx3CHXMFsZfnnRgPLXbYXVu7s9hF7ewRMNGVwQcSsWFE9mqVGP76KUjbXymYXTGBALhvN8k/s220/1175145_234741980008934_1008106474_n.jpg' width='80'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/17188738960613442760' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Nguyễn Sơn Nhơn </a> </dt> <dd class='profile-data'>Xã Tân Hiệp, Huyện Phú Giáo,Tỉnh Bình Dương, Việt Nam, Đông Nam Bộ, Vietnam</dd> </dl> <a class='profile-link' href='https://www.blogger.com/profile/17188738960613442760' rel='author'>Xem hồ sơ hoàn chỉnh của tôi</a> <div class='clear'></div> </div> </div> <div class='widget BlogSearch' data-version='1' id='BlogSearch4'> <h2 class='title'>Tìm kiếm Blog này</h2> <div class='widget-content'> <div id='BlogSearch4_form'> <form action='https://nguyensnhon.blogspot.com/search' class='gsc-search-box' target='_top'> <table cellpadding='0' cellspacing='0' class='gsc-search-box'> <tbody> <tr> <td class='gsc-input'> <input autocomplete='off' class='gsc-input' name='q' size='10' title='search' type='text' value=''/> </td> <td class='gsc-search-button'> <input class='gsc-search-button' title='search' type='submit' value='Tìm kiếm'/> </td> </tr> </tbody> </table> </form> </div> </div> <div class='clear'></div> </div></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='sidebar section' id='sidebar-left-2-1'><div class='widget Feed' data-version='1' id='Feed6'> <h2>Tôi Học Tiếng Hàn Quốc</h2> <div class='widget-content' id='Feed6_feedItemListDisplay'> <span style='filter: alpha(25); opacity: 0.25;'> <a href='https://nguyensonnhon.blogspot.com/feeds/posts/default'>Đang tải...</a> </span> </div> <div class='clear'></div> </div><div class='widget PageList' data-version='1' id='PageList5'> <h2>Trang</h2> <div class='widget-content'> <ul> <li class='selected'> <a href='https://nguyensnhon.blogspot.com/'>Trang chủ</a> </li> </ul> <div class='clear'></div> </div> </div><div class='widget Followers' data-version='1' id='Followers2'> <h2 class='title'>Người theo dõi</h2> <div class='widget-content'> <div id='Followers2-wrapper'> <div style='margin-right:2px;'> <div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <div id="followers-iframe-container"></div> <script type="text/javascript"> window.followersIframe = null; function followersIframeOpen(url) { gapi.load("gapi.iframes", function() { if (gapi.iframes && gapi.iframes.getContext) { window.followersIframe = gapi.iframes.getContext().openChild({ url: url, where: document.getElementById("followers-iframe-container"), messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { '_ready': function(obj) { window.followersIframe.getIframeEl().height = obj.height; }, 'reset': function() { window.followersIframe.close(); followersIframeOpen("https://www.blogger.com/followers/frame/5252489176601555745?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByM2NjY2NjYiByM1MzhjZDYqByNmZmZmZmYyByMwMDAwMDA6ByM2NjY2NjZCByM1MzhjZDZKByMwMDAwMDBSByM1MzhjZDZaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3dvi\x26origin\x3dhttps://nguyensnhon.blogspot.com"); }, 'open': function(url) { window.followersIframe.close(); followersIframeOpen(url); }, 'blogger-ping': function() { } } }); } }); } followersIframeOpen("https://www.blogger.com/followers/frame/5252489176601555745?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByM2NjY2NjYiByM1MzhjZDYqByNmZmZmZmYyByMwMDAwMDA6ByM2NjY2NjZCByM1MzhjZDZKByMwMDAwMDBSByM1MzhjZDZaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3dvi\x26origin\x3dhttps://nguyensnhon.blogspot.com"); </script></div> </div> </div> <div class='clear'></div> </div> </div></div> </td> <td class='columns-cell'> <div class='sidebar section' id='sidebar-left-2-2'><div class='widget BlogList' data-version='1' id='BlogList6'> <h2 class='title'>Danh sách Blog của Tôi</h2> <div class='widget-content'> <div class='blog-list-container' id='BlogList6_container'> <ul id='BlogList6_blogs'> </ul> <div class='clear'></div> </div> </div> </div> <div class='widget Subscribe' data-version='1' id='Subscribe7'> <div style='white-space:nowrap'> <h2 class='title'>Đăng ký</h2> <div class='widget-content'> <div class='subscribe-wrapper subscribe-type-POST'> <div class='subscribe expanded subscribe-type-POST' id='SW_READER_LIST_Subscribe7POST' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe7POST"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/posts/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe7POST' onclick='return(_SW_toggleReaderList(event, "Subscribe7POST"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe7POST"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> </span> </div> <div class='bottom'></div> </div> </div> <div class='subscribe-wrapper subscribe-type-COMMENT'> <div class='subscribe expanded subscribe-type-COMMENT' id='SW_READER_LIST_Subscribe7COMMENT' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe7COMMENT"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/comments/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe7COMMENT' onclick='return(_SW_toggleReaderList(event, "Subscribe7COMMENT"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe7COMMENT"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> </span> </div> <div class='bottom'></div> </div> </div> <div style='clear:both'></div> </div> </div> <div class='clear'></div> </div></div> </td> </tr> </tbody> </table> <div class='sidebar no-items section' id='sidebar-left-3'></div> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> <div class='sidebar section' id='sidebar-right-1'><div class='widget BlogSearch' data-version='1' id='BlogSearch7'> <h2 class='title'>Tìm kiếm Blog này</h2> <div class='widget-content'> <div id='BlogSearch7_form'> <form action='https://nguyensnhon.blogspot.com/search' class='gsc-search-box' target='_top'> <table cellpadding='0' cellspacing='0' class='gsc-search-box'> <tbody> <tr> <td class='gsc-input'> <input autocomplete='off' class='gsc-input' name='q' size='10' title='search' type='text' value=''/> </td> <td class='gsc-search-button'> <input class='gsc-search-button' title='search' type='submit' value='Tìm kiếm'/> </td> </tr> </tbody> </table> </form> </div> </div> <div class='clear'></div> </div><div class='widget Subscribe' data-version='1' id='Subscribe8'> <div style='white-space:nowrap'> <h2 class='title'>Đăng ký</h2> <div class='widget-content'> <div class='subscribe-wrapper subscribe-type-POST'> <div class='subscribe expanded subscribe-type-POST' id='SW_READER_LIST_Subscribe8POST' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe8POST"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/posts/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe8POST' onclick='return(_SW_toggleReaderList(event, "Subscribe8POST"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe8POST"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> </span> </div> <div class='bottom'></div> </div> </div> <div class='subscribe-wrapper subscribe-type-COMMENT'> <div class='subscribe expanded subscribe-type-COMMENT' id='SW_READER_LIST_Subscribe8COMMENT' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe8COMMENT"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/comments/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe8COMMENT' onclick='return(_SW_toggleReaderList(event, "Subscribe8COMMENT"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe8COMMENT"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> </span> </div> <div class='bottom'></div> </div> </div> <div style='clear:both'></div> </div> </div> <div class='clear'></div> </div><div class='widget BlogList' data-version='1' id='BlogList4'> <h2 class='title'>Danh sách Blog của Tôi</h2> <div class='widget-content'> <div class='blog-list-container' id='BlogList4_container'> <ul id='BlogList4_blogs'> </ul> <div class='clear'></div> </div> </div> </div> <div class='widget Feed' data-version='1' id='Feed2'> <h2>Tôi Học Tiếng Hàn Quốc</h2> <div class='widget-content' id='Feed2_feedItemListDisplay'> <span style='filter: alpha(25); opacity: 0.25;'> <a href='https://nguyensonnhon.blogspot.com/feeds/posts/default'>Đang tải...</a> </span> </div> <div class='clear'></div> </div> <div class='widget PageList' data-version='1' id='PageList4'> <h2>Trang</h2> <div class='widget-content'> <ul> <li class='selected'> <a href='https://nguyensnhon.blogspot.com/'>Trang chủ</a> </li> </ul> <div class='clear'></div> </div> </div> <div class='widget BloggerButton' data-version='1' id='BloggerButton2'> <div class='widget-content'> <a href='https://www.blogger.com'><img alt='Powered By Blogger' src='https://resources.blogblog.com/html/buttons/blogger-ipower-blue.gif'/></a> <div class='clear'></div> </div> </div><div class='widget Subscribe' data-version='1' id='Subscribe6'> <div style='white-space:nowrap'> <h2 class='title'>Đăng ký</h2> <div class='widget-content'> <div class='subscribe-wrapper subscribe-type-POST'> <div class='subscribe expanded subscribe-type-POST' id='SW_READER_LIST_Subscribe6POST' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe6POST"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/posts/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe6POST' onclick='return(_SW_toggleReaderList(event, "Subscribe6POST"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe6POST"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> </span> </div> <div class='bottom'></div> </div> </div> <div class='subscribe-wrapper subscribe-type-COMMENT'> <div class='subscribe expanded subscribe-type-COMMENT' id='SW_READER_LIST_Subscribe6COMMENT' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe6COMMENT"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/comments/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe6COMMENT' onclick='return(_SW_toggleReaderList(event, "Subscribe6COMMENT"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe6COMMENT"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> </span> </div> <div class='bottom'></div> </div> </div> <div style='clear:both'></div> </div> </div> <div class='clear'></div> </div> <div class='widget Feed' data-version='1' id='Feed4'> <h2>Tôi Học Tiếng Hàn Quốc</h2> <div class='widget-content' id='Feed4_feedItemListDisplay'> <span style='filter: alpha(25); opacity: 0.25;'> <a href='https://nguyensonnhon.blogspot.com/feeds/posts/default'>Đang tải...</a> </span> </div> <div class='clear'></div> </div><div class='widget Translate' data-version='1' id='Translate2'> <h2 class='title'>Translate</h2> <div id='google_translate_element'></div> <script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'vi', autoDisplay: 'true', layout: google.translate.TranslateElement.InlineLayout.SIMPLE }, 'google_translate_element'); } </script> <script src='//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit'></script> <div class='clear'></div> </div><div class='widget Wikipedia' data-version='1' id='Wikipedia2'> <h2 class='title'>Wikipedia</h2> <div class='wikipedia-search-main-container'> <form class='wikipedia-search-form' id='Wikipedia2_wikipedia-search-form' name='wikipedia'> <div class='wikipedia-searchtable'> <span> <a class='wikipedia-search-wiki-link' href='https://wikipedia.org/wiki/' target='_blank'> <img align='top' class='wikipedia-icon' src='https://resources.blogblog.com/img/widgets/icon_wikipedia_w.png'/> </a> </span> <span class='wikipedia-search-bar'> <span class='wikipedia-input-box'> <input class='wikipedia-search-input' id='Wikipedia2_wikipedia-search-input' type='text'/> </span> <span> <input class='wikipedia-search-button' type='submit'/> </span> </span> </div> </form> <div class='wikipedia-search-results-header' id='Wikipedia2_wikipedia-search-results-header'>Kết quả tìm kiếm</div> <div class='wikipedia-search-results' id='Wikipedia2_wikipedia-search-results'></div> <nobr> <div dir='ltr' id='Wikipedia2_wikipedia-search-more'></div> </nobr> </div><br/> <div class='clear'></div> </div> <div class='widget BlogList' data-version='1' id='BlogList2'> <h2 class='title'>Danh sách Blog của Tôi</h2> <div class='widget-content'> <div class='blog-list-container' id='BlogList2_container'> <ul id='BlogList2_blogs'> </ul> <div class='clear'></div> </div> </div> </div> <div class='widget BlogSearch' data-version='1' id='BlogSearch1'> <h2 class='title'>Tìm kiếm Blog này</h2> <div class='widget-content'> <div id='BlogSearch1_form'> <form action='https://nguyensnhon.blogspot.com/search' class='gsc-search-box' target='_top'> <table cellpadding='0' cellspacing='0' class='gsc-search-box'> <tbody> <tr> <td class='gsc-input'> <input autocomplete='off' class='gsc-input' name='q' size='10' title='search' type='text' value=''/> </td> <td class='gsc-search-button'> <input class='gsc-search-button' title='search' type='submit' value='Tìm kiếm'/> </td> </tr> </tbody> </table> </form> </div> </div> <div class='clear'></div> </div><div class='widget PageList' data-version='1' id='PageList1'> <div class='widget-content'> <ul> <li class='selected'> <a href='https://nguyensnhon.blogspot.com/'>Trang chủ</a> </li> </ul> <div class='clear'></div> </div> </div> <div class='widget Profile' data-version='1' id='Profile1'> <h2>Giới thiệu về tôi</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/17188738960613442760'><img alt='Ảnh của tôi' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisEOj-3QYlhIJDor-Pclt3K7-RiNlUCv1BheyfKVIGTqq5GGMP88_P5PGPFwXPHB0TBdGqpu1vRmSn9fQwJ_LjexQ648zKUkqClWIRV0SMmx3CHXMFsZfnnRgPLXbYXVu7s9hF7ewRMNGVwQcSsWFE9mqVGP76KUjbXymYXTGBALhvN8k/s220/1175145_234741980008934_1008106474_n.jpg' width='80'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/17188738960613442760' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Nguyễn Sơn Nhơn </a> </dt> </dl> <a class='profile-link' href='https://www.blogger.com/profile/17188738960613442760' rel='author'>Xem hồ sơ hoàn chỉnh của tôi</a> <div class='clear'></div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Lưu trữ Blog</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='flat'> <li class='archivedate'> <a href='https://nguyensnhon.blogspot.com/2024/07/'>tháng 7 2024</a> (3) </li> <li class='archivedate'> <a href='https://nguyensnhon.blogspot.com/2021/09/'>tháng 9 2021</a> (1) </li> <li class='archivedate'> <a href='https://nguyensnhon.blogspot.com/2021/07/'>tháng 7 2021</a> (1) </li> <li class='archivedate'> <a href='https://nguyensnhon.blogspot.com/2021/04/'>tháng 4 2021</a> (1) </li> </ul> </div> </div> <div class='clear'></div> </div> </div> <div class='widget HTML' data-version='1' id='HTML1'> <h2 class='title'>Trang Chủ</h2> <div class='widget-content'> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML2'> <h2 class='title'>Tóm Tắt</h2> <div class='widget-content'> </div> <div class='clear'></div> </div><div class='widget Text' data-version='1' id='Text1'> <h2 class='title'>Tin Nhắn</h2> <div class='widget-content'> </div> <div class='clear'></div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive2'> <h2>Lưu trữ Blog</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive2_ArchiveList'> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://nguyensnhon.blogspot.com/2021/'> 2021 </a> <span class='post-count' dir='ltr'>(3)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://nguyensnhon.blogspot.com/2021/04/'> 04 </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://nguyensnhon.blogspot.com/2021/07/'> 07 </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://nguyensnhon.blogspot.com/2021/09/'> 09 </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='https://nguyensnhon.blogspot.com/2024/'> 2024 </a> <span class='post-count' dir='ltr'>(3)</span> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='https://nguyensnhon.blogspot.com/2024/07/'> 07 </a> <span class='post-count' dir='ltr'>(3)</span> <ul class='posts'> <li><a href='https://nguyensnhon.blogspot.com/2024/07/blog-post.html'>Không có tiêu đề</a></li> <li><a href='https://nguyensnhon.blogspot.com/2024/07/blog-post_3.html'>Không có tiêu đề</a></li> <li><a href='https://nguyensnhon.blogspot.com/2024/07/blog-post_51.html'>Không có tiêu đề</a></li> </ul> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div><div class='widget Subscribe' data-version='1' id='Subscribe1'> <div style='white-space:nowrap'> <h2 class='title'>Đăng ký</h2> <div class='widget-content'> <div class='subscribe-wrapper subscribe-type-POST'> <div class='subscribe expanded subscribe-type-POST' id='SW_READER_LIST_Subscribe1POST' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe1POST"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/posts/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe1POST' onclick='return(_SW_toggleReaderList(event, "Subscribe1POST"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe1POST"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> </span> </div> <div class='bottom'></div> </div> </div> <div class='subscribe-wrapper subscribe-type-COMMENT'> <div class='subscribe expanded subscribe-type-COMMENT' id='SW_READER_LIST_Subscribe1COMMENT' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe1COMMENT"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/comments/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe1COMMENT' onclick='return(_SW_toggleReaderList(event, "Subscribe1COMMENT"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe1COMMENT"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> </span> </div> <div class='bottom'></div> </div> </div> <div style='clear:both'></div> </div> </div> <div class='clear'></div> </div><div class='widget Profile' data-version='1' id='Profile2'> <h2>Giới thiệu về tôi</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/17188738960613442760'><img alt='Ảnh của tôi' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisEOj-3QYlhIJDor-Pclt3K7-RiNlUCv1BheyfKVIGTqq5GGMP88_P5PGPFwXPHB0TBdGqpu1vRmSn9fQwJ_LjexQ648zKUkqClWIRV0SMmx3CHXMFsZfnnRgPLXbYXVu7s9hF7ewRMNGVwQcSsWFE9mqVGP76KUjbXymYXTGBALhvN8k/s220/1175145_234741980008934_1008106474_n.jpg' width='80'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/17188738960613442760' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Nguyễn Sơn Nhơn </a> </dt> <dd class='profile-data'>Xã Tân Hiệp, Huyện Phú Giáo,Tỉnh Bình Dương, Việt Nam, Đông Nam Bộ, Vietnam</dd> </dl> <a class='profile-link' href='https://www.blogger.com/profile/17188738960613442760' rel='author'>Xem hồ sơ hoàn chỉnh của tôi</a> <div class='clear'></div> </div> </div><div class='widget Header' data-version='1' id='Header2'> <div id='header-inner'> <div class='titlewrapper'> <h1 class='title'> Kiến thức cần biết (Knowledge to know) </h1> </div> <div class='descriptionwrapper'> <p class='description'><span> </span></p> </div> </div> </div><div class='widget BlogSearch' data-version='1' id='BlogSearch2'> <h2 class='title'>Tìm kiếm Blog này</h2> <div class='widget-content'> <div id='BlogSearch2_form'> <form action='https://nguyensnhon.blogspot.com/search' class='gsc-search-box' target='_top'> <table cellpadding='0' cellspacing='0' class='gsc-search-box'> <tbody> <tr> <td class='gsc-input'> <input autocomplete='off' class='gsc-input' name='q' size='10' title='search' type='text' value=''/> </td> <td class='gsc-search-button'> <input class='gsc-search-button' title='search' type='submit' value='Tìm kiếm'/> </td> </tr> </tbody> </table> </form> </div> </div> <div class='clear'></div> </div> <div class='widget Image' data-version='1' id='Image1'> <div class='widget-content'> <img alt='' height='172' id='Image1_img' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6D7GpD5wVRuC21UhG4oxuMhbzYrGu4PVpFwgc8t6LICCosNJO9MBdzb4B3Ma9r8Fqn2t-q2vDOK1lzjNHtivq1yCKWvQ9SBTQprzdauUjnEgPn1V0fjB0XOjC2yk14L4xS19XpBa04fmO/s1600/1000481_210289085794169_1471875899_n.jpg' width='172'/> <br/> </div> <div class='clear'></div> </div><div class='widget Profile' data-version='1' id='Profile3'> <h2>Giới thiệu về tôi</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/17188738960613442760'><img alt='Ảnh của tôi' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisEOj-3QYlhIJDor-Pclt3K7-RiNlUCv1BheyfKVIGTqq5GGMP88_P5PGPFwXPHB0TBdGqpu1vRmSn9fQwJ_LjexQ648zKUkqClWIRV0SMmx3CHXMFsZfnnRgPLXbYXVu7s9hF7ewRMNGVwQcSsWFE9mqVGP76KUjbXymYXTGBALhvN8k/s220/1175145_234741980008934_1008106474_n.jpg' width='80'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/17188738960613442760' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Nguyễn Sơn Nhơn </a> </dt> </dl> <a class='profile-link' href='https://www.blogger.com/profile/17188738960613442760' rel='author'>Xem hồ sơ hoàn chỉnh của tôi</a> <div class='clear'></div> </div> </div> <div class='widget Feed' data-version='1' id='Feed1'> <h2>Tôi Học Tiếng Hàn Quốc</h2> <div class='widget-content' id='Feed1_feedItemListDisplay'> <span style='filter: alpha(25); opacity: 0.25;'> <a href='https://nguyensonnhon.blogspot.com/feeds/posts/default'>Đang tải...</a> </span> </div> <div class='clear'></div> </div></div> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot section' id='footer-1'><div class='widget HTML' data-version='1' id='HTML5'> <h2 class='title'>Tóm Tắt</h2> <div class='widget-content'> </div> <div class='clear'></div> </div></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-3'> <tbody> <tr> <td class='first columns-cell'> <div class='foot section' id='footer-2-1'><div class='widget HTML' data-version='1' id='HTML17'> <h2 class='title'>Address</h2> <div class='widget-content'> </div> <div class='clear'></div> </div><div class='widget Text' data-version='1' id='Text4'> <h2 class='title'>Menu List</h2> <div class='widget-content'> </div> <div class='clear'></div> </div><div class='widget Followers' data-version='1' id='Followers1'> <h2 class='title'>Người theo dõi</h2> <div class='widget-content'> <div id='Followers1-wrapper'> <div style='margin-right:2px;'> <div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <div id="followers-iframe-container"></div> <script type="text/javascript"> window.followersIframe = null; function followersIframeOpen(url) { gapi.load("gapi.iframes", function() { if (gapi.iframes && gapi.iframes.getContext) { window.followersIframe = gapi.iframes.getContext().openChild({ url: url, where: document.getElementById("followers-iframe-container"), messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { '_ready': function(obj) { window.followersIframe.getIframeEl().height = obj.height; }, 'reset': function() { window.followersIframe.close(); followersIframeOpen("https://www.blogger.com/followers/frame/5252489176601555745?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByM2NjY2NjYiByM1MzhjZDYqByNmZmZmZmYyByMwMDAwMDA6ByM2NjY2NjZCByM1MzhjZDZKByMwMDAwMDBSByM1MzhjZDZaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3dvi\x26origin\x3dhttps://nguyensnhon.blogspot.com"); }, 'open': function(url) { window.followersIframe.close(); followersIframeOpen(url); }, 'blogger-ping': function() { } } }); } }); } followersIframeOpen("https://www.blogger.com/followers/frame/5252489176601555745?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByM2NjY2NjYiByM1MzhjZDYqByNmZmZmZmYyByMwMDAwMDA6ByM2NjY2NjZCByM1MzhjZDZKByMwMDAwMDBSByM1MzhjZDZaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3dvi\x26origin\x3dhttps://nguyensnhon.blogspot.com"); </script></div> </div> </div> <div class='clear'></div> </div> </div><div class='widget Profile' data-version='1' id='Profile4'> <h2>Giới thiệu về tôi</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/17188738960613442760'><img alt='Ảnh của tôi' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisEOj-3QYlhIJDor-Pclt3K7-RiNlUCv1BheyfKVIGTqq5GGMP88_P5PGPFwXPHB0TBdGqpu1vRmSn9fQwJ_LjexQ648zKUkqClWIRV0SMmx3CHXMFsZfnnRgPLXbYXVu7s9hF7ewRMNGVwQcSsWFE9mqVGP76KUjbXymYXTGBALhvN8k/s220/1175145_234741980008934_1008106474_n.jpg' width='80'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/17188738960613442760' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Nguyễn Sơn Nhơn </a> </dt> <dd class='profile-data'>Xã Tân Hiệp, Huyện Phú Giáo,Tỉnh Bình Dương, Việt Nam, Đông Nam Bộ, Vietnam</dd> </dl> <a class='profile-link' href='https://www.blogger.com/profile/17188738960613442760' rel='author'>Xem hồ sơ hoàn chỉnh của tôi</a> <div class='clear'></div> </div> </div></div> </td> <td class='columns-cell'> <div class='foot section' id='footer-2-2'><div class='widget HTML' data-version='1' id='HTML16'> <h2 class='title'>Files</h2> <div class='widget-content'> </div> <div class='clear'></div> </div><div class='widget Text' data-version='1' id='Text5'> <h2 class='title'>Menu Links</h2> <div class='widget-content'> </div> <div class='clear'></div> </div><div class='widget Subscribe' data-version='1' id='Subscribe2'> <div style='white-space:nowrap'> <h2 class='title'>Đăng ký</h2> <div class='widget-content'> <div class='subscribe-wrapper subscribe-type-POST'> <div class='subscribe expanded subscribe-type-POST' id='SW_READER_LIST_Subscribe2POST' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe2POST"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/posts/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe2POST' onclick='return(_SW_toggleReaderList(event, "Subscribe2POST"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe2POST"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Bài đăng </span> </span> </div> <div class='bottom'></div> </div> </div> <div class='subscribe-wrapper subscribe-type-COMMENT'> <div class='subscribe expanded subscribe-type-COMMENT' id='SW_READER_LIST_Subscribe2COMMENT' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe2COMMENT"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fnguyensnhon.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://nguyensnhon.blogspot.com/feeds/comments/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe2COMMENT' onclick='return(_SW_toggleReaderList(event, "Subscribe2COMMENT"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe2COMMENT"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Tất cả nhận xét </span> </span> </div> <div class='bottom'></div> </div> </div> <div style='clear:both'></div> </div> </div> <div class='clear'></div> </div></div> </td> <td class='columns-cell'> <div class='foot section' id='footer-2-3'><div class='widget HTML' data-version='1' id='HTML15'> <h2 class='title'>Shetts</h2> <div class='widget-content'> </div> <div class='clear'></div> </div><div class='widget Text' data-version='1' id='Text6'> <h2 class='title'>Menu Pages</h2> <div class='widget-content'> </div> <div class='clear'></div> </div><div class='widget ReportAbuse' data-version='1' id='ReportAbuse1'> <h3 class='title'> <a class='report_abuse' href='https://www.blogger.com/go/report-abuse' rel='noopener nofollow' target='_blank'> Báo cáo vi phạm </a> </h3> </div><div class='widget Stats' data-version='1' id='Stats1'> <h2>Tổng số lượt xem trang</h2> <div class='widget-content'> <div id='Stats1_content' style='display: none;'> <script src='https://www.gstatic.com/charts/loader.js' type='text/javascript'></script> <span id='Stats1_sparklinespan' style='display:inline-block; width:75px; height:30px'></span> <span class='counter-wrapper text-counter-wrapper' id='Stats1_totalCount'> </span> <div class='clear'></div> </div> </div> </div></div> </td> </tr> </tbody> </table> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3' name='Chân trang'><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> 완신인/Nguyễn Sơn Nhơn. Chủ đề Du lịch. Được tạo bởi <a href='https://www.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/745881458-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY4dDuF6TUsfzpptSzZuPz3_xgiUhQ:1735986213882';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d5252489176601555745','//nguyensnhon.blogspot.com/','5252489176601555745'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '5252489176601555745', 'title': 'Ki\u1ebfn th\u1ee9c c\u1ea7n bi\u1ebft (Knowledge to know)', 'url': 'https://nguyensnhon.blogspot.com/', 'canonicalUrl': 'https://nguyensnhon.blogspot.com/', 'homepageUrl': 'https://nguyensnhon.blogspot.com/', 'searchUrl': 'https://nguyensnhon.blogspot.com/search', 'canonicalHomepageUrl': 'https://nguyensnhon.blogspot.com/', 'blogspotFaviconUrl': 'https://nguyensnhon.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'vi', 'localeUnderscoreDelimited': 'vi', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Ki\u1ebfn th\u1ee9c c\u1ea7n bi\u1ebft (Knowledge to know) - Atom\x22 href\x3d\x22https://nguyensnhon.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Ki\u1ebfn th\u1ee9c c\u1ea7n bi\u1ebft (Knowledge to know) - RSS\x22 href\x3d\x22https://nguyensnhon.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Ki\u1ebfn th\u1ee9c c\u1ea7n bi\u1ebft (Knowledge to know) - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/5252489176601555745/posts/default\x22 /\x3e\n', 'meTag': '\x3clink rel\x3d\x22me\x22 href\x3d\x22https://www.blogger.com/profile/17188738960613442760\x22 /\x3e\n', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/361ce9cf7a112c52', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Nh\u1eadn \u0111\u01b0\u1eddng li\xean k\u1ebft', 'key': 'link', 'shareMessage': 'Nh\u1eadn \u0111\u01b0\u1eddng li\xean k\u1ebft', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Chia s\u1ebb v\u1edbi Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Chia s\u1ebb v\u1edbi X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Chia s\u1ebb v\u1edbi Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27vi\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': '\u0110\u1ecdc th\xeam', 'pageType': 'index', 'pageName': '', 'pageTitle': 'Ki\u1ebfn th\u1ee9c c\u1ea7n bi\u1ebft (Knowledge to know)', 'metaDescription': ''}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Ch\u1ec9nh s\u1eeda', 'linkCopiedToClipboard': '\u0110\xe3 sao ch\xe9p \u0111\u01b0\u1eddng li\xean k\u1ebft v\xe0o b\u1ea3ng nh\u1edb t\u1ea1m!', 'ok': 'Ok', 'postLink': 'Li\xean k\u1ebft b\xe0i \u0111\u0103ng'}}, {'name': 'template', 'data': {'name': 'Travel', 'localizedName': 'Du l\u1ecbch', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false, 'variant': 'flight', 'variantId': 'flight'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Ki\u1ebfn th\u1ee9c c\u1ea7n bi\u1ebft (Knowledge to know)', 'description': '', 'url': 'https://nguyensnhon.blogspot.com/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': true, 'isArchive': false, 'isLabelSearch': false}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'crosscol', document.getElementById('HTML4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1137819693-lbx__vi.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/1964470060-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeaturedPostView', new _WidgetInfo('FeaturedPost1', 'main', document.getElementById('FeaturedPost1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts1', 'main', document.getElementById('PopularPosts1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch6', 'sidebar-left-1', document.getElementById('BlogSearch6'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_SubscribeView', new _WidgetInfo('Subscribe5', 'sidebar-left-1', document.getElementById('Subscribe5'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList3', 'sidebar-left-1', document.getElementById('PageList3'), {'title': 'Trang', 'links': [{'isCurrentPage': true, 'href': 'https://nguyensnhon.blogspot.com/', 'title': 'Trang ch\u1ee7'}], 'mobile': false, 'showPlaceholder': true, 'hasCurrentPage': true}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts2', 'sidebar-left-1', document.getElementById('PopularPosts2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList2', 'sidebar-left-1', document.getElementById('PageList2'), {'title': 'Danh S\xe1ch Trang', 'links': [{'isCurrentPage': true, 'href': 'https://nguyensnhon.blogspot.com/', 'title': 'Trang ch\u1ee7'}], 'mobile': false, 'showPlaceholder': true, 'hasCurrentPage': true}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogListView', new _WidgetInfo('BlogList1', 'sidebar-left-1', document.getElementById('BlogList1'), {'numItemsToShow': 0, 'totalItems': 1}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed3', 'sidebar-left-1', document.getElementById('Feed3'), {'title': 'T\xf4i H\u1ecdc Ti\xea\u0301ng Ha\u0300n Qu\xf4\u0301c', 'showItemDate': true, 'showItemAuthor': true, 'feedUrl': 'https://nguyensonnhon.blogspot.com/feeds/posts/default', 'numItemsShow': 5, 'loadingMsg': '\u0110ang t\u1ea3i...', 'openLinksInNewWindow': true, 'useFeedWidgetServ': 'true'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TranslateView', new _WidgetInfo('Translate1', 'sidebar-left-1', document.getElementById('Translate1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_SubscribeView', new _WidgetInfo('Subscribe3', 'sidebar-left-1', document.getElementById('Subscribe3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ContactFormView', new _WidgetInfo('ContactForm2', 'sidebar-left-1', document.getElementById('ContactForm2'), {'contactFormMessageSendingMsg': '\u0110ang g\u1eedi...', 'contactFormMessageSentMsg': 'Th\u01b0 c\u1ee7a b\u1ea1n \u0111\xe3 \u0111\u01b0\u1ee3c g\u1eedi.', 'contactFormMessageNotSentMsg': 'Kh\xf4ng th\u1ec3 g\u1eedi th\u01b0.\xa0Vui l\xf2ng\xa0th\u1eed l\u1ea1i sau.', 'contactFormInvalidEmailMsg': 'C\u1ea7n nh\u1eadp \u0111\u1ecba ch\u1ec9 email h\u1ee3p l\u1ec7.', 'contactFormEmptyMessageMsg': 'Tr\u01b0\u1eddng th\u01b0 kh\xf4ng th\u1ec3 \u0111\u1ec3 tr\u1ed1ng.', 'title': 'Bi\u1ec3u m\u1eabu li\xean h\u1ec7', 'blogId': '5252489176601555745', 'contactFormNameMsg': 'T\xean', 'contactFormEmailMsg': 'Email', 'contactFormMessageMsg': 'Th\xf4ng b\xe1o', 'contactFormSendMsg': 'G\u1eedi', 'contactFormToken': 'AOuZoY7TMxj8h87WJkeGxnpmzv-WjnFn5g:1735986215892', 'submitUrl': 'https://www.blogger.com/contact-form.do'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_WikipediaView', new _WidgetInfo('Wikipedia1', 'sidebar-left-1', document.getElementById('Wikipedia1'), {'title': 'Wikipedia', 'language': 'vi', 'noResultsFoundMsg': 'Kh\xf4ng t\xecm th\u1ea5y k\u1ebft qu\u1ea3 n\xe0o.', 'enterTextMsg': 'Vui l\xf2ng nh\u1eadp v\u0103n b\u1ea3n \u0111\u1ec3 t\xecm ki\u1ebfm.', 'moreMsg': 'Th\xeam \xbb', 'searchResultsMsg': 'K\u1ebft qu\u1ea3 t\xecm ki\u1ebfm', 'fetchingErrorMsg': '\u0110\xe3 x\u1ea3y ra l\u1ed7i. Ha\u0303y th\u1eed l\u1ea1i.'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image2', 'sidebar-left-1', document.getElementById('Image2'), {'resize': true}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header3', 'sidebar-left-1', document.getElementById('Header3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile5', 'sidebar-left-1', document.getElementById('Profile5'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch4', 'sidebar-left-1', document.getElementById('BlogSearch4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed6', 'sidebar-left-2-1', document.getElementById('Feed6'), {'title': 'T\xf4i H\u1ecdc Ti\xea\u0301ng Ha\u0300n Qu\xf4\u0301c', 'showItemDate': true, 'showItemAuthor': true, 'feedUrl': 'https://nguyensonnhon.blogspot.com/feeds/posts/default', 'numItemsShow': 5, 'loadingMsg': '\u0110ang t\u1ea3i...', 'openLinksInNewWindow': true, 'useFeedWidgetServ': 'true'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList5', 'sidebar-left-2-1', document.getElementById('PageList5'), {'title': 'Trang', 'links': [{'isCurrentPage': true, 'href': 'https://nguyensnhon.blogspot.com/', 'title': 'Trang ch\u1ee7'}], 'mobile': false, 'showPlaceholder': true, 'hasCurrentPage': true}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers2', 'sidebar-left-2-1', document.getElementById('Followers2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogListView', new _WidgetInfo('BlogList6', 'sidebar-left-2-2', document.getElementById('BlogList6'), {'numItemsToShow': 0, 'totalItems': 0}, 'displayModeFull')); _WidgetManager._RegisterWidget('_SubscribeView', new _WidgetInfo('Subscribe7', 'sidebar-left-2-2', document.getElementById('Subscribe7'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch7', 'sidebar-right-1', document.getElementById('BlogSearch7'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_SubscribeView', new _WidgetInfo('Subscribe8', 'sidebar-right-1', document.getElementById('Subscribe8'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogListView', new _WidgetInfo('BlogList4', 'sidebar-right-1', document.getElementById('BlogList4'), {'numItemsToShow': 0, 'totalItems': 0}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed2', 'sidebar-right-1', document.getElementById('Feed2'), {'title': 'T\xf4i H\u1ecdc Ti\xea\u0301ng Ha\u0300n Qu\xf4\u0301c', 'showItemDate': false, 'showItemAuthor': false, 'feedUrl': 'https://nguyensonnhon.blogspot.com/feeds/posts/default', 'numItemsShow': 5, 'loadingMsg': '\u0110ang t\u1ea3i...', 'openLinksInNewWindow': false, 'useFeedWidgetServ': 'true'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList4', 'sidebar-right-1', document.getElementById('PageList4'), {'title': 'Trang', 'links': [{'isCurrentPage': true, 'href': 'https://nguyensnhon.blogspot.com/', 'title': 'Trang ch\u1ee7'}], 'mobile': false, 'showPlaceholder': true, 'hasCurrentPage': true}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BloggerButtonView', new _WidgetInfo('BloggerButton2', 'sidebar-right-1', document.getElementById('BloggerButton2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_SubscribeView', new _WidgetInfo('Subscribe6', 'sidebar-right-1', document.getElementById('Subscribe6'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed4', 'sidebar-right-1', document.getElementById('Feed4'), {'title': 'T\xf4i H\u1ecdc Ti\xea\u0301ng Ha\u0300n Qu\xf4\u0301c', 'showItemDate': false, 'showItemAuthor': false, 'feedUrl': 'https://nguyensonnhon.blogspot.com/feeds/posts/default', 'numItemsShow': 5, 'loadingMsg': '\u0110ang t\u1ea3i...', 'openLinksInNewWindow': false, 'useFeedWidgetServ': 'true'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TranslateView', new _WidgetInfo('Translate2', 'sidebar-right-1', document.getElementById('Translate2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_WikipediaView', new _WidgetInfo('Wikipedia2', 'sidebar-right-1', document.getElementById('Wikipedia2'), {'title': 'Wikipedia', 'language': 'vi', 'noResultsFoundMsg': 'Kh\xf4ng t\xecm th\u1ea5y k\u1ebft qu\u1ea3 n\xe0o.', 'enterTextMsg': 'Vui l\xf2ng nh\u1eadp v\u0103n b\u1ea3n \u0111\u1ec3 t\xecm ki\u1ebfm.', 'moreMsg': 'Th\xeam \xbb', 'searchResultsMsg': 'K\u1ebft qu\u1ea3 t\xecm ki\u1ebfm', 'fetchingErrorMsg': '\u0110\xe3 x\u1ea3y ra l\u1ed7i. Ha\u0303y th\u1eed l\u1ea1i.'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogListView', new _WidgetInfo('BlogList2', 'sidebar-right-1', document.getElementById('BlogList2'), {'numItemsToShow': 0, 'totalItems': 0}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch1', 'sidebar-right-1', document.getElementById('BlogSearch1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList1', 'sidebar-right-1', document.getElementById('PageList1'), {'title': '', 'links': [{'isCurrentPage': true, 'href': 'https://nguyensnhon.blogspot.com/', 'title': 'Trang ch\u1ee7'}], 'mobile': false, 'showPlaceholder': true, 'hasCurrentPage': true}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar-right-1', document.getElementById('Profile1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-right-1', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': '\u0110ang t\u1ea3i\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar-right-1', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'sidebar-right-1', document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text1', 'sidebar-right-1', document.getElementById('Text1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive2', 'sidebar-right-1', document.getElementById('BlogArchive2'), {'languageDirection': 'ltr', 'loadingMessage': '\u0110ang t\u1ea3i\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_SubscribeView', new _WidgetInfo('Subscribe1', 'sidebar-right-1', document.getElementById('Subscribe1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile2', 'sidebar-right-1', document.getElementById('Profile2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header2', 'sidebar-right-1', document.getElementById('Header2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch2', 'sidebar-right-1', document.getElementById('BlogSearch2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image1', 'sidebar-right-1', document.getElementById('Image1'), {'resize': true}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile3', 'sidebar-right-1', document.getElementById('Profile3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed1', 'sidebar-right-1', document.getElementById('Feed1'), {'title': 'T\xf4i H\u1ecdc Ti\xea\u0301ng Ha\u0300n Qu\xf4\u0301c', 'showItemDate': true, 'showItemAuthor': true, 'feedUrl': 'https://nguyensonnhon.blogspot.com/feeds/posts/default', 'numItemsShow': 5, 'loadingMsg': '\u0110ang t\u1ea3i...', 'openLinksInNewWindow': true, 'useFeedWidgetServ': 'true'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML5', 'footer-1', document.getElementById('HTML5'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML17', 'footer-2-1', document.getElementById('HTML17'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text4', 'footer-2-1', document.getElementById('Text4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'footer-2-1', document.getElementById('Followers1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile4', 'footer-2-1', document.getElementById('Profile4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML16', 'footer-2-2', document.getElementById('HTML16'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text5', 'footer-2-2', document.getElementById('Text5'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_SubscribeView', new _WidgetInfo('Subscribe2', 'footer-2-2', document.getElementById('Subscribe2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML15', 'footer-2-3', document.getElementById('HTML15'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text6', 'footer-2-3', document.getElementById('Text6'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ReportAbuseView', new _WidgetInfo('ReportAbuse1', 'footer-2-3', document.getElementById('ReportAbuse1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_StatsView', new _WidgetInfo('Stats1', 'footer-2-3', document.getElementById('Stats1'), {'title': 'T\u1ed5ng s\u1ed1 l\u01b0\u1ee3t xem trang', 'showGraphicalCounter': false, 'showAnimatedCounter': false, 'showSparkline': true, 'statsUrl': '//nguyensnhon.blogspot.com/b/stats?style\x3dBLACK_TRANSPARENT\x26timeRange\x3dALL_TIME\x26token\x3dAPq4FmAut0C3hS9cp0-S8pC3G0FcU4qTLVXv8P45PKUO4u6a1XQCYQnyCeSpoBSyz0S16EV61FOU0c3SkwoTMr74LzxaPIs5sw'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); </script> </body> </html>