Bài tập  /  Bài đang cần trả lời

Bạn Minh Trí soạn văn bản “index.html” có nội dung sau: </head><body><p>Trang web đầu tiên</p></body></html>Bạn Vũ Quân khi xem nội dung, có các phát biểu sau, mỗi phát biểu là đúng hay sai? a) Tệp “index.html” sử dụng phiên bản HTML5. b) Tệp “index.html” sử dụng bảng mã kí tự utf-8. c) Khi mở tệp “index.html” bằng trình duyệt web Google Chrome, màn hình cửa sổ trình duyệt web không hiển thị nội dung “Trang ...</h1></div></div><div style="word-break:break-word;" class="lz-question--content"><p>Bạn Minh Trí soạn văn bản “index.html” có nội dung sau:</p><p><!DOCTYPE html></p><p><html></p><p><head></p><p><meta charset="utf-8"></p><p><title Trang web của Minh Tri></p><p></head></p><p><body><p>Trang web đầu tiên</p></body></p><p></html></p><p>Bạn Vũ Quân khi xem nội dung, có các phát biểu sau, mỗi phát biểu là đúng hay sai?</p><p>a) Tệp “index.html” sử dụng phiên bản HTML5.</p><p>b) Tệp “index.html” sử dụng bảng mã kí tự utf-8.</p><p>c) Khi mở tệp “index.html” bằng trình duyệt web Google Chrome, màn hình cửa sổ trình duyệt web không hiển thị nội dung “Trang web đầu tiên” do tập “index.html” có lỗi cú pháp.</p><p>d) Khi mở tệp “index.html” bằng trình duyệt web Google Chrome, tiêu đề cửa sổ trình duyệt hiển thị “Trang web của Minh Trí”.</p></div><div class="question-action" style="margin-top: 15px"><div class="question-action__view-ans lz-question--bottom_ans"><span class="question-action__view-ans--number">1</span> trả lời</div><div class="question-action__ans"><a class="question-action__ans--link" href="/edu/reply/2053667" target="_blank"> + Trả lời <span class="question-action__view-ans--number">+4 điểm</span> </a></div><div id="on-comment" data-id="2053667" class="comment_question_id" onclick="onShow(2053667)"><span class="quesion-action__comment" id="show-login">Hỏi chi tiết</span></div><div><span style="float:left;padding:5px 10px;" class="show-login quesion-action__comment" ><img src="/uploads/icon/lazi_assistant.jpg" width="20" style="border-radius: 50%;float:left;margin-right: 5px;margin-top: 1px;"> Trợ lý ảo</span></div><div><a href="https://lazi.vn/event/app?p=1" target="_blank"><span class="quesion-action__comment">Gia sư</span></a></div><div class="quesion-action__view"><div class="lz-question--bottom_view"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/images/eye.svg"/> <span>4</span></div></div></div><div class="question-comment" id="comment_2053667"><div class="cmt user_comment"></div></div></div><script> function redirectToLoginPage() { if (confirm("Bạn cần đăng nhập để thực hiện chức năng hỏi chi tiết!")) { window.open("https://lazi.vn/users/login", "_blank"); } else { return false; } } </script><script> var $ = jQuery.noConflict(); $(function () { $('.reply_question_link').click(function () { var id = $(this).data('id'); if (id) { $('#form_reply_comment_' + id).toggle(); $('#form_reply_question_comment_' + id).focus(); } }); $('.reply_question_action').click(function () { var detail_parent_id = $(this).data('id'); var reply_user = $(this).data('name'); if (reply_user && detail_parent_id) { $('.create_question').val(detail_parent_id); // $('.enter_question').val(reply_user + ' '); } }); $('.show_chatgpt').click(function () { $('.chatgpt_answer').toggle(); }); }); function onShow(id) { $('#form_comment_' + id).toggle(); $("#textarea_comment_" + id).focus(); } function push_repy_comment(id, parent_id) { var url = "/edu/push_comment_question/" + id; var detail_parent_id = $("#exercise_comment_id_" + parent_id).val(); var reply_cmt_question_content = $("#form_reply_question_comment_" + parent_id).val(); if (!reply_cmt_question_content || reply_cmt_question_content == "") { alert('Bạn phải nhập nội dung bình luận!'); return false; } if (reply_cmt_question_content.length < 3) { alert('Nội dung quá ngắn. Bạn phải gửi nội dung có ý nghĩa, có câu chữ, không gửi những ký tự vô nghĩa như chấm, gạch chéo, like, v.v.. phát hiện sẽ bị xử lý nghiêm khắc'); return false; } $('#form_reply_question_comment_' + parent_id).val(''); $.post(url, { content: reply_cmt_question_content, parent_comment_id: parent_id, detail_parent_id: detail_parent_id }, function (data_response) { $('#form_reply_comment_' + parent_id).prepend( '<div class="reply_question_comment_content"' + 'id="reply_question_comment_id_' + parent_id + '">' + '<main class="main-content">' + '<a target="_blank" href="https://lazi.vn/user/">' + '<img width="35" style="border-radius: 100%;" src="https://cdn.lazi.vn/storage/uploads/avatar_small.png" alt="">' + '</a>' + '<span class="text_cmt_content">' + '<strong>' + '<a target="_blank" href="https://lazi.vn/user/">' + '' + '</a>' + '</strong>' + '<p style="margin: 0;">' + reply_cmt_question_content + '</p>' + '<span>' + '</main>' + '<div class="action-comment-question">' + '<div class="action-field reply_question_link" data-id="' + data_response.data + '">' + '' + '<span id="user_login" onclick="redirectToLoginPage()">' + 'Trả lời' + '</span>' + '' + '</div>' + '<div class="comment_time">' + 'vài giây trước' + '</div>' + '</div>' + '<div>' ); }); } function push_comment(id, parent_id) { var url = "/edu/push_comment_question/" + id; var cmt_question_content = $("#textarea_comment_" + id).val(); if (!cmt_question_content || cmt_question_content == "") { alert('Bạn phải nhập nội dung bình luận!'); return false; } if (cmt_question_content.length < 3) { alert('Nội dung quá ngắn. Bạn phải gửi nội dung có ý nghĩa, có câu chữ, không gửi những ký tự vô nghĩa như chấm, gạch chéo, like, v.v.. phát hiện sẽ bị xử lý nghiêm khắc'); return false; } $('#textarea_comment_' + id).val(''); $.post(url, { content: cmt_question_content, parent_comment_id: parent_id, detail_parent_id: 0 }, function (data_response) { $('.user_comment').append( '<main class="main-content">' + '<a target="_blank" href="https://lazi.vn/user/">' + '<img width="35" style="border-radius: 100%;" src="https://cdn.lazi.vn/storage/uploads/avatar_small.png" alt="">' + '</a>' + '<span class="text_cmt_content">' + '<strong>' + '<a target="_blank" href="https://lazi.vn/user/">' + '' + '</a>' + '</strong>' + '<p style="margin: 0;">' + cmt_question_content + '</p>' + '<span>' + '</main>' + '<div class="action-comment-question">' + '<div class="action-field reply_question_link" data-id="' + data_response.data + '">' + '' + '<span id="user_login" onclick="redirectToLoginPage()">' + 'Trả lời' + '</span>' + '' + '</div>' + '<div class="comment_time">' + 'vài giây trước' + '</div>' + '</div>' ); }); } </script><style>.popup{width:100vmax;height:100vh;background:rgb(192,192,192,0.5);opacity:0;text-align:center;font-size:14px;border:none;z-index:888888;position:fixed;top:-150%;left:50%;transition:top 0ms ease-in-out 150ms,opacity 150ms ease-in-out 0ms,transform 500ms ease-in-out 0ms;}.popup-container-content{width:100%;max-width:400px;background:#fff;position:absolute;top:32%;left:50%;transform:translate(-50%,-30%)scale(1.05);border-radius:15px;padding:20px 30px;box-shadow:rgba(0,0,0,0.24)0 3px 8px;}.popup.active{top:50%;opacity:1;transform:translate(-50%,-50%)scale(1);transition:top 0ms ease-in-out 0ms,opacity 200ms ease-in-out 0ms,transform 20ms ease-in-out 0ms;}.popup .login-header h2{padding:5px 0;width:100%;height:auto;font-size:25px;}.popup .form-element{margin:15px 0;width:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;}.popup .api-social-login{width:100%;margin:auto;display:flex;justify-content:space-between;}.popup .api-social-login .social-login{padding:10px;border:none;border-radius:5px;font-size:14px;display:flex;justify-content:center;align-items:center;column-gap:10px;}.popup .api-social-login .social-login:hover{background:lightseagreen;}.popup .api-social-login .social-login:hover a{color:#FFF;}.popup .api-social-login .social-login img{width:15px;}.popup .form-element .form-input{padding:25px 20px;width:100%;font-size:15px;border:none;border-radius:3px;background:#EEEEEE;display:flex;box-sizing:border-box;}.popup .form-element .btn-submit{width:100%;padding:10px 20px;height:auto;border:none;border-radius:3px;background:#14928E;color:#fff;font-size:18px;}.popup .form-element .btn-submit:hover{background:linear-gradient(to right,lightskyblue,lightseagreen,lightskyblue);}.popup .form-element .form-input:focus{outline:1px solid lightseagreen;}.popup .login-register-link{display:flex;}.popup .login-register-link a:hover{color:darkviolet;}.popup .lz-logo{width:100px;}.lz-logo img{width:60px;position:absolute;top:15px;left:35px;}.popup .close-btn{position:absolute;top:10px;right:10px;font-size:20px;font-weight:500;width:15px;height:15px;color:red;background:#EEEEEE;display:flex;justify-content:center;align-items:center;padding:6px 6px;border-radius:50%;cursor:pointer;}.popup .close-btn:hover{background:#FF3333;color:#FFF;}</style><div class="popup"><div class="popup-container-content"><div class="lz-logo"><a target="_blank" href="https://lazi.vn"><img src="https://lazi.vn/uploads/logo/logo_lazi.svg" alt="lazi logo"></a></div><div class="close-btn">×</div><div style="margin-top: 40px"><div class="form-element login-header"><h2>Đăng nhập</h2></div><form action="https://lazi.vn/users/login" method="post" accept-charset="utf-8" id="login"><div style="display:none;"><input type="hidden" name="redirect_to" value="edu/exercise/2053667/ban-minh-tri-soan-van-ban-index-html-co-noi-dung-sau-lt-doctype-html-gt-lt-html-gt-lt-head-gt-lt-meta" /></div><div class="form-element"><input type="text" name="email" value="" title="Nhập email của bạn..." placeholder="Email or phone..." class="form-input" required id="email" /></div><div class="form-element"><input title="Nhập mật khẩu của bạn..." class="form-input" type="password" placeholder="Nhập mật khẩu..." name="password" maxlength="50" required></div><div class="form-element"><button class="btn-submit" title="Đăng nhập" name="btnLogin" type="submit">Đăng nhập</button></div></form><div class="form-element api-social-login"><button class="social-login"> <img src="https://lazi.vn/system\cms\themes\mytheme\new_layout\images\fb.png" alt="fb"> <a rel="nofollow noindex" href="https://lazi.vn/users/fb?redirect_to=edu/exercise/2053667/ban-minh-tri-soan-van-ban-index-html-co-noi-dung-sau-lt-doctype-html-gt-lt-html-gt-lt-head-gt-lt-meta"> <span> Đăng nhập với facebook </span> </a> </button> <button class="social-login"> <img src="https://lazi.vn/system\cms\themes\mytheme\new_layout\images\gg.png" alt="gg"> <a rel="nofollow noindex" href="https://lazi.vn/users/gg?redirect_to=edu/exercise/2053667/ban-minh-tri-soan-van-ban-index-html-co-noi-dung-sau-lt-doctype-html-gt-lt-html-gt-lt-head-gt-lt-meta"> <span> Đăng nhập với google </span> </a> </button></div><div class="form-element login-register-link"><span> <a href="https://lazi.vn/users/register?redirect_to=edu/exercise/2053667/ban-minh-tri-soan-van-ban-index-html-co-noi-dung-sau-lt-doctype-html-gt-lt-html-gt-lt-head-gt-lt-meta" rel="nofollow noindex">Đăng ký</a>  </span> <!--<a target="_blank" href="http://lazi.vn/users/register">Đăng ký </a>--> <span> | <a href="https://lazi.vn/users/reset_pass">Quên mật khẩu?</a> </span> <!--<a target="_blank" href="http://lazi.vn/users/reset_pass">| Quên mật khẩu?</a>--></div><div class="form-element"><p class="text-dieu-khoan" style="padding: 0; margin: 0;">Bằng cách nhấp vào Đăng nhập, bạn đồng ý <a target="_blank" href="https://lazi.vn/chinh-sach" style="color: blue">Chính sách bảo mật</a> và <a target="_blank" style="color: blue" href="https://lazi.vn/dieu-khoan-su-dung">Điều khoản sử dụng</a> của chúng tôi. Nếu đây không phải máy tính của bạn, để đảm bảo an toàn, hãy sử dụng Cửa sổ riêng tư (Tab ẩn danh) để đăng nhập (New Private Window / New Incognito Window).</p></div></div></div></div><script> var $ = jQuery.noConflict(); $(function () { $('#show-login').click(function () { $('.popup').addClass('active'); }); $('.close-btn').click(function () { $('.popup').removeClass('active'); }); $('.show-login').click(function () { $('.popup').addClass('active'); }); }); </script><div class="fill_all"><script> window.googletag = window.googletag || {cmd: []}; googletag.cmd.push(function() { googletag.defineSlot('/3407884/Ureka_Supply_Lazi.vn_IncontentVideo_1x1_170723', [1, 1], 'div-gpt-ad-1689583673982-0').addService(googletag.pubads()); googletag.pubads().collapseEmptyDivs(); googletag.enableServices(); }); </script><div id='div-gpt-ad-1689583673982-0'><script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1689583673982-0'); }); </script></div></div><div class="nen_trang_full lz-question--content lz-view_answer-content"><div class="lz-question--title"><div class="lz-question--title_left">1 trả lời</div><div class="lz-question--title_right"><a class="lz-question--title_item" href="/event/d/129/giai-thuong-thang-9-nam-2024"> <img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/images/gift.svg"/><p>Thưởng th.9.2024</p></a> <a target="_blank" class="lz-question--title_item" href="/statistic"> <img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/images/rank.svg"/><p>Xếp hạng</p></a></div></div></div><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightgallery@1.8.3/dist/css/lightgallery.min.css"><script src="https://cdn.jsdelivr.net/npm/lightgallery@1.8.3/dist/js/lightgallery-all.min.js"></script><script type="text/javascript"> $(function () { $(document).ready(function () { $(".lightgallery").lightGallery({ mode: 'lg-rotate' }); $(".lightgallery").on('click', function () { $('.lazi-header').css('z-index', 99); }); }); }); </script><div class="nen_trang_full lz-table"><div class="lz-table--vote"><div class="lz-table--vote-item lz-table--vote_like" onclick="Cong(3624391,'edu')"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/uploads/question/like-bold.svg"/><div class="kq_cong_3624391">0</div></div><div class="lz-table--vote-item lz-table--vote_dislike" onclick="Tru(3624391,'edu')"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/uploads/question/like.svg"/><div class="kq_tru_3624391">0</div></div></div><script type="text/javascript"> var $ = jQuery.noConflict(); function Cong(entry_id, entry_module) { $("#rating_process_" + entry_id).html('<img src="https://lazi.vn/uploads/icon/loader.gif">'); var current_rating = $('input[name="rating_current_' + entry_id + '"]').val(); if (current_rating == 1) { setTimeout(function () { $("#rating_process_" + entry_id).html('<img src="https://lazi.vn/uploads/icon/active_16.png"> +1 thành công, xin cảm ơn!'); }, 300); return false; } else { $('input[name="rating_current_' + entry_id + '"]').val(1); } $.ajax({ type: 'POST', url: '/interaction/rating_comment', data: 'entry_id=' + entry_id + '&entry_module=' + entry_module + '&cong_tru=1', dataType: 'json', success: function (data) { if (data.status == 'ok') { setTimeout(function () { $('.kq_cong_' + entry_id).text(data.cong); $('.kq_tru_' + entry_id).text(data.tru); $(".rating_process_" + entry_id).html('<img src="https://lazi.vn/uploads/icon/active_16.png"> +1 thành công, xin cảm ơn!'); }, 200); } else { alert('Có lỗi xảy ra, vui lòng thử lại sau!'); } } }); } function Tru(entry_id, entry_module) { $("#rating_process_" + entry_id).html('<img src="https://lazi.vn/uploads/icon/loader.gif">'); var current_rating = $('input[name="rating_current_' + entry_id + '"]').val(); if (current_rating == 2) { setTimeout(function () { $("#rating_process_" + entry_id).html('<img src="https://lazi.vn/uploads/icon/active_16.png"> -1 thành công, xin cảm ơn!'); }, 300); return false; } else { $('input[name="rating_current_' + entry_id + '"]').val(2); } $.ajax({ type: 'POST', url: '/interaction/rating_comment', data: 'entry_id=' + entry_id + '&entry_module=' + entry_module + '&cong_tru=2', dataType: 'json', success: function (data) { if (data.status == 'ok') { setTimeout(function () { $('.kq_cong_' + entry_id).text(data.cong); $('.kq_tru_' + entry_id).text(data.tru); $(".rating_process_" + entry_id).html('<img src="https://lazi.vn/uploads/icon/active_16.png"> -1 thành công, xin cảm ơn!'); }, 200); } else { alert('Có lỗi xảy ra, vui lòng thử lại sau!'); } } }); } </script><div class="lz-table--content"><div class="lz-table--header"><div class="lz-table-info"><a href="/user/minh-tri.pham"> <img src="https://cdn.lazi.vn/storage/uploads/users/avatar_thumb/1651738449_lazi_750735.jpg"/> </a> <a class="laz-table--username" target="_blank" href="/user/minh-tri.pham">Phạm Minh Trí</a><div class="lz-dot"></div><div class="laz-table--time">11/09 15:22:44</div></div><div class="lz-table-meta" style="flex:inherit;"></div></div><div class="lz-table--body div_blur"><div class="lz-table--ans"><p>a) Đúng.</p><p>b) Đúng.</p><p>c) Đúng.</p><p>d) Sai. Vì khi không khai báo tiêu đề, tên tệp được hiện trên thanh tiêu đề của cửa sổ.</p></div></div><div class="sign-popup" ><div class="container"><div class="sign-row sign-title"><h1 style="font-size: 23px;font-weight: bold;line-height: 35px;">Mở khóa để xem toàn bộ nội dung trả lời</h1><div class="why-show"><span style="font-size: 12px; color: #666">(?)</span><div class="why-block"><span style="font-size: 12px;"> Bạn đã đạt đến giới hạn của mình. Bằng cách Đăng ký tài khoản, bạn có thể xem toàn bộ nội dung trả lời </span></div></div></div><div class="sign-row sign-desc"><span>Cải thiện điểm số của bạn bằng cách đăng ký tài khoản Lazi.<br>Xem toàn bộ các câu trả lời, chat trực tiếp 1:1 với đội ngũ Gia sư Lazi bằng cách Đăng nhập tài khoản ngay bây giờ </span></div><div class="sign-row sign-login"><a rel="nofollow noindex" href="https://lazi.vn/users/gg?redirect_to=edu/exercise/2053667/ban-minh-tri-soan-van-ban-index-html-co-noi-dung-sau-lt-doctype-html-gt-lt-html-gt-lt-head-gt-lt-meta" class="sign-btn sign-btn-google"> <img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/uploads/new_layout/images/google.png" alt="" style="width: 30px;"/> <span> Đăng nhập bằng Google </span> </a></div><div class="sign-row sign-login"><a rel="nofollow noindex" href="https://lazi.vn/users/fb?redirect_to=edu/exercise/2053667/ban-minh-tri-soan-van-ban-index-html-co-noi-dung-sau-lt-doctype-html-gt-lt-html-gt-lt-head-gt-lt-meta" class="sign-btn sign-btn-facebook"> <img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/uploads/new_layout/images/facebook.png" alt="" style="width: 30px;"/> <span> Đăng nhập bằng Facebook </span> </a></div><div class="sign-row sign-already-acc"><span> Tôi đã có tài khoản? <a rel="nofollow noindex" style="color: blue;" href="https://lazi.vn/users/login?redirect_to=edu/exercise/2053667/ban-minh-tri-soan-van-ban-index-html-co-noi-dung-sau-lt-doctype-html-gt-lt-html-gt-lt-head-gt-lt-meta" target="_blank" id="show-login"> Đăng nhập </a> </span></div></div></div></div></div><script src="https://lazi.vn/system/cms/themes/mytheme/js/readmore.js" type="text/javascript"></script><script type="text/javascript"> var $ = jQuery.noConflict(); $('.content_expandable').readmore({speed: 500}); $(document).ready(function () { //Rating Comment $(".user_cham_diem").click(function () { //Mã ANS var ans_id = $(this).attr('data_id'); //Điểm chấm var diem = $(this).attr('title'); //Điểm hiện tại var user_rating_current = $('input[name="user_rating_current_' + ans_id + '"]').val(); //Thiết lập điểm mới $('input[name="user_rating_current_' + ans_id + '"]').val(diem); $("#rating_process_cham_diem_" + ans_id).html('<img src="https://lazi.vn/uploads/icon/loader.gif">'); if (diem != user_rating_current) { $("span[data_id='" + ans_id + "']").removeClass("user_cham_diem_active"); $(this).addClass("user_cham_diem_active"); $.ajax({ type: 'POST', url: '/edu/cong_diem_giai_bai', data: 'id=' + ans_id + '&point=' + diem, dataType: 'json', success: function (data) { if (data.status == 'ok') { setTimeout(function () { $("#rating_process_cham_diem_" + ans_id).html('Thành công!'); }, 200); } else { $("#rating_process_cham_diem_" + ans_id).html('Không được tự chấm bài cho chính mình. Cố tình sẽ bị khóa tài khoản!'); } } }); } else { setTimeout(function () { $("#rating_process_cham_diem_" + ans_id).html('Thành công!'); }, 200); } }); }); </script><script> var $ = jQuery.noConflict(); $(function () { $('.lz-table--actions_comment').click(function (e) { let id = $(this).data('id'); $('#form_comment_' + id).toggle(); }); }); function pushReply(id) { var comment_id = "comment_" + id; var comment_zone = document.getElementById("comment_zone_" + id); var content = $('#repy_content_' + id).val(); if (!content || content == '<br>') { alert('Bạn phải nhập nội dung bình luận!'); return false; } if (content.length < 10) { alert('Nội dung quá ngắn. Bạn phải gửi nội dung có ý nghĩa, có câu chữ, nghiêm cấm gửi những ký tự vô nghĩa như chấm, gạch chéo, like, v.v.. phát hiện sẽ bị xử lý nghiêm khắc'); return false; } $('#repy_content_' + id).val(''); $.post("/edu/api_push_comment/" + id, {content: content}, function (data_response) { $('#comment_title_' + id).text('Bình luận'); $('#' + comment_id).append( '<div class="lz-table--comment--item"> ' + '<a target="_blank" href="/user/">' + '<img src="">' + '</a>' + '<div class="lz-table--comment-info">' + '<a target="_blank" href="/user/" class="lz-table-comment-username"></a>' + '<div class="lz-table-comment-content">' + content + '</div>' + '</div>' + '</div>' ); }); } </script><style>.div_blur{position:relative;top:0;left:0;max-height:150px;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(transparent,rgb(255,255,255,0.1)10%,rgb(255,255,255,0.5)30%,#FFF 90%,#FFF);}.div_blur::after{content:"";display:flex;justify-content:center;align-items:flex-end;position:absolute;bottom:0;left:0;width:100%;height:100%;box-sizing:border-box;color:black;cursor:pointer;background:linear-gradient(transparent,rgb(255,255,255,0.1)10%,rgb(255,255,255,0.5)30%,#FFF 90%,#FFF);}.nen_trang_full.lz-table.no-login{max-height:max-content;position:relative;top:0;left:0;}.sign-popup{margin-bottom:25px;width:95%;position:relative;height:auto;justify-content:center;border-radius:10px;flex-direction:column;row-gap:10px;z-index:1000;color:#000000;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;transform:scale(1.09);background:#FFF;box-shadow:rgba(17,17,26,0.1)0 8px 24px,rgba(17,17,26,0.1)0 16px 56px,rgba(17,17,26,0.1)0 24px 80px;}.sign-popup > .container > .sign-row.sign-title > .why-show > .why-block{position:absolute;top:60px;right:30px;width:auto;max-width:70%;padding:5px 10px;box-sizing:border-box;border-radius:10px;border:1px solid #F5F5F5;height:auto;background:#FFF;box-shadow:rgba(0,0,0,0.25)0 14px 28px,rgba(0,0,0,0.22)0 10px 10px;display:none;}.sign-popup > .container > .sign-row.sign-title > .why-show:hover .why-block{display:block;}.sign-popup > .container{width:100%;height:100%;display:flex;flex-direction:column;padding:25px;box-sizing:border-box;row-gap:10px;}.sign-popup > .container > .sign-row{width:100%;height:auto;max-height:max-content;}.sign-popup > .container > .sign-row.sign-title{display:flex;justify-content:space-between;}.sign-popup > .container > .sign-row.sign-desc > span{display:flex;flex-wrap:wrap;}.sign-popup > .container > .sign-row.sign-login{display:flex;justify-content:center;align-items:center;}.sign-popup > .container > .sign-row.sign-login > .sign-btn{width:50%;border-radius:100px;display:flex;justify-content:center;align-items:center;padding:5px 0;column-gap:5px;cursor:pointer;}.sign-popup > .container > .sign-row.sign-login > .sign-btn.sign-btn-google{box-shadow:rgba(0,0,0,0.24)0 3px 8px;}.sign-popup > .container > .sign-row.sign-login > .sign-btn.sign-btn-facebook{background:#1196F5;color:#FFF;}.sign-popup > .container > .sign-row.terms{display:flex;justify-content:center;align-items:center;}.sign-popup > .container > .sign-row.sign-already-acc{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:5px;}.sign-popup > .container > .sign-row.sign-already-acc > .view-ads{display:flex;flex-direction:column;align-items:center;justify-content:center;}.sign-popup > .container > .sign-row.sign-already-acc > .view-ads > button{padding:10px 20px;border-radius:10px;border:none;background:RGB(247,211,71);box-shadow:rgba(0,0,0,0.24)0 3px 8px;display:flex;column-gap:5px;color:#FFF;font-weight:600;font-size:14px;align-items:center;justify-content:center;cursor:pointer;}.sign-popup > .container > .sign-row.sign-login > .sign-btn:hover,.sign-popup > .container > .sign-row.sign-already-acc > .view-ads > button:hover{opacity:0.6;}</style><div class="nen_trang_full lz-policy"><div class="lz-policy--left"><img style="width: 2.5rem" src="https://lazi.vn/system/cms/themes/mytheme/new_layout/uploads/new_layout/images/thinking.svg"/> <a href="/event/d/9/chinh-sach-thuong-cho-thanh-vien" target="_blank"><p>Trả lời nhanh trong <span>10 phút</span> và <span>nhận thưởng</span></p></a></div><div class="lz-policy--right"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/uploads/new_layout/images/hand.svg"/> <a href="/event/d/9/chinh-sach-thuong-cho-thanh-vien" target="_blank"><p>Xem chính sách</p></a></div></div><div class="nen_trang_full lz-tag"><!--<img src="system/cms/themes/mytheme/new_layout/images/tag.svg"/>--> <a href="https://lazi.vn/edu/tag/ban-minh-tri-soan-van-ban-index-html-co-noi-dung-sau">Bạn Minh Trí soạn văn bản “index.html” có nội dung sau:</a><a href="https://lazi.vn/edu/tag/lt-doctype-html-gt"><!DOCTYPE html></a><a href="https://lazi.vn/edu/tag/lt-html-gt"><html></a><a href="https://lazi.vn/edu/tag/lt-head-gt"><head></a><a href="https://lazi.vn/edu/tag"><meta charset="utf-8"></a><a href="https://lazi.vn/edu/tag"><title Trang web của Minh Tri></a><a href="https://lazi.vn/edu/tag/giai-sbt-tin-hoc-12-canh-dieu-bai-2-gioi-thieu-ve-tri-tue-nhan-tao-tiep-theo-co-dap-an">Giải SBT Tin học 12 Cánh diều Bài 2. Giới thiệu về trí tuệ nhân tạo (tiếp theo) có đáp án</a><a href="https://lazi.vn/edu/lists/tin-hoc/lop-12">Tin học - Lớp 12</a><a href="https://lazi.vn/edu/lists/tin-hoc">Tin học</a><a href="https://lazi.vn/edu/lists/all/lop-12">Lớp 12</a></div><div class="nen_trang_full" style="margin-bottom: 10px;"><div class="lz-tra-loi mb-tra-loi"><div class="lz-tra-loi--left"><div class="tra-loi--header"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/uploads/new_layout/images/logo.png"/><p>Bạn hỏi - Lazi trả lời</p></div><p style="font-size: 24px;line-height: 35px; font-weight: bold; color: #000000; margin: 15px 0">Bạn muốn biết điều gì?</p><a href="edu/gui_bai_tap">GỬI CÂU HỎI</a></div><div class="lz-tra-loi--right"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/uploads/new_layout/images/traloi.svg"/></div></div><div style="padding-left: 10px;padding-top: 10px;"><strong style="color:red;">Học tập không giới hạn cùng học sinh cả nước và AI, sôi động, tích cực, trải nghiệm</strong></div></div><div class="nen_trang_full"><table> <tr> <td colspan="2"><strong>Tham gia Cộng đồng Lazi trên các mạng xã hội</strong></td> </tr> <tr> <td>Fanpage:</td> <td><a rel="nofollow noindex" target="_blank" href="https://www.facebook.com/lazi.vn">https://www.fb.com/lazi.vn</a></td> </tr> <tr> <td>Group:</td> <td><a rel="nofollow noindex" target="_blank" href="https://www.facebook.com/groups/lazi.vn">https://www.fb.com/groups/lazi.vn</a></td> </tr> <tr> <td>Kênh FB:</td> <td><a rel="nofollow noindex" target="_blank" href="https://m.me/j/AbY8WMG2VhCvgIcB/">https://m.me/j/AbY8WMG2VhCvgIcB</a></td> </tr> <tr> <td>LaziGo:</td> <td><a rel="nofollow noindex" target="_blank" href="https://go.lazi.vn/join/lazigo">https://go.lazi.vn/join/lazigo</a></td> </tr> <tr> <td>Discord:</td> <td><a rel="nofollow noindex" target="_blank" href="https://discord.gg/4vkBe6wJuU">https://discord.gg/4vkBe6wJuU</a></td> </tr> <tr> <td>Youtube:</td> <td><a rel="nofollow noindex" target="_blank" href="https://www.youtube.com/@lazi-vn">https://www.youtube.com/@lazi-vn</a></td> </tr> <tr> <td>Tiktok:</td> <td><a rel="nofollow noindex" target="_blank" href="https://www.tiktok.com/@lazi.vn">https://www.tiktok.com/@lazi.vn</a></td> </tr> </table></div><div style="width:100%;text-align: center;"><a href="https://giasu.lazi.vn" title="Gia sư trực tuyến Lazi - Giáo viên giỏi và tận tâm, học sinh tiến bộ từng ngày" target="_blank"><img src="https://lazi.vn/uploads/adv/lazi_giasu_homepage_mb_2.png"></a></div><div class="fill_all mgbottom10px"><div id="bg_830529774"></div><script data-cfasync="false" type="text/javascript" src="//platform.bidgear.com/ads.php?domainid=8305&sizeid=2&zoneid=9774"></script><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8829982124826340" crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8829982124826340" data-ad-slot="5462304225" data-ad-format="auto" data-full-width-responsive="true"></ins><script> try { (adsbygoogle = window.adsbygoogle || []).push({}); } catch (e) { console.error('Google AdSense error: ', e); } </script></div><div class="nen_trang_full lz-relation"><div class="lz-relation--title">Bài tập liên quan</div><div class="lz-relation--content"><div class="lz-relation--item"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/images/relation-item.svg"/><h4 style="flex: 1;"><a class="lz-relation--text" href="/edu/exercise/2053666/ban-vu-quan-soan-van-ban-index-html-co-noi-dung-sau-lt-html-gt-lt-head-gt-lt-head-gt"> Bạn Vũ Quân soạn văn bản “index.html” có nội dung sau:<html><head><meta charset="utf-8"></head><body><p>Trang web đầu tiên</body></html>Bạn Minh Trí khi xem nội dung, có các phát biểu sau, mỗi phát biểu là đúng hay sai? a) Tệp “index.html” có lỗi cú pháp vì dòng đầu tiên không cho biết thông tin về phiên bản HTML đang dùng. b) Tệp “index.html” có lỗi cú pháp vì không khai báo phần tử title xác định tiêu đề của trang web. c) Tệp “index.html” có lỗi cú pháp thiếu khai báo thẻ đóng</p>. d) ... <span>(Tin học - Lớp 12)</span> </a></h4><div class="lz-relation--ans"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/images/message.svg"/><div class="lz-relation--number">1 trả lời</div></div></div><div class="lz-relation--item"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/images/relation-item.svg"/><h4 style="flex: 1;"><a class="lz-relation--text" href="/edu/exercise/2053664/moi-phat-bieu-sau-day-ve-cau-truc-va-noi-dung-van-ban-html-la-dung-hay-sai-a-phan-tu-head-chua"> Mỗi phát biểu sau đây về cấu trúc và nội dung văn bản HTML là đúng hay sai? a) Phần tử head chứa thông tin khai báo bảng mã kí tự sử dụng trong trang web. b) Tên phần tử cho biết cấu trúc hoặc kiểu nội dung của phần tử. c) Trang web tĩnh có nội dung không thay đổi mỗi khi người dùng truy cập. d) Thông thường, phần tử được khai báo bắt đầu bằng thẻ mở được viết như sau </> <span>(Tin học - Lớp 12)</span> </a></h4><div class="lz-relation--ans"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/images/message.svg"/><div class="lz-relation--number">1 trả lời</div></div></div><div class="lz-relation--item"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/images/relation-item.svg"/><h4 style="flex: 1;"><a class="lz-relation--text" href="/edu/exercise/2053662/moi-phat-bieu-sau-day-ve-cau-truc-va-noi-dung-van-ban-html-la-dung-hay-sai-a-noi-dung-cua-phan-tu"> Mỗi phát biểu sau đây về cấu trúc và nội dung văn bản HTML là đúng hay sai? a) Nội dung của phần tử head chứa thông tin mô tả về trang web. b) Phần tử title khai báo thông tin bảng mã kí tự sử dụng trong trang web. c) Thuộc tính của phần tử bắt buộc phải khai báo. d) Nội dung của phần tử body sẽ hiển thị trên màn hình trình duyệt web. <span>(Tin học - Lớp 12)</span> </a></h4><div class="lz-relation--ans"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/images/message.svg"/><div class="lz-relation--number">1 trả lời</div></div></div><div class="lz-relation--item"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/images/relation-item.svg"/><h4 style="flex: 1;"><a class="lz-relation--text" href="/edu/exercise/2053660/moi-phat-bieu-sau-day-ve-cau-truc-va-noi-dung-van-ban-html-dung-hay-sai-a-noi-dung-cua-phan-tu"> Mỗi phát biểu sau đây về cấu trúc và nội dung văn bản HTML đúng hay sai? a) Nội dung của phần tử head sẽ hiển thị trên màn hình trình duyệt web. b) Nội dung của phần tử title sẽ hiển thị trên tiêu đề của cửa sổ trình duyệt web. c) Dòng đầu tiên của văn bản HTML cung cấp thông tin của phiên bản HTML được sử dụng. d) Cấu trúc của văn bản HTML gồm hai phần: phần đầu (head) và phần thân (body). <span>(Tin học - Lớp 12)</span> </a></h4><div class="lz-relation--ans"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/images/message.svg"/><div class="lz-relation--number">1 trả lời</div></div></div><div class="lz-relation--item"><img src="https://lazi.vn/system/cms/themes/mytheme/new_layout/images/relation-item.svg"/><h4 style="flex: 1;"><a class="lz-relation--text" href="/edu/exercise/2053658/tep-trangchu-html-co-noi-dung-nhu-sau-lt-html-gt-lt-head-gt-lt-head-gt-lt-body-gt-lt-p-gt-trangchu-lt-p-gt-lt-b"> Tệp “trangchu.html” có nội dung như sau:<html><head><title>

Trangchu

Nội dung nào sau đây được hiển thị trên thanh tiêu đề của cửa sổ trình duyệt web khi mở tệp bằng trình duyệt web Google Chrome? A. Hiển thị khoảng trắng trên thanh tiêu đề. B. Hiển thị “Trang chứ” trên thanh tiêu đề. C. Hiển thị “trangchu.html” trên thanh tiêu đề. D. Hiển thị “trangchu” trên thanh tiêu đề. (Tin học - Lớp 12)

1 trả lời
Bài tập Tin học Lớp 12 mới nhất

Hôm nay bạn thế nào? Hãy nhấp vào một lựa chọn, nếu may mắn bạn sẽ được tặng 50.000 xu từ Lazi

Vui Buồn Bình thường

Học ngoại ngữ với Flashcard

×
Mua sắm thỏa thích với Temu +150K
×
Gia sư Lazi Gia sư