15+ Đề Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Đề 01

Đề 02

Đề 03

Đề 04

Đề 05

Đề 06

Đề 07

Đề 08

Đề 09

Đề 10

0

Bạn đã sẵn sàng chưa? 45 phút làm bài bắt đầu!!!

Bạn đã hết giờ làm bài! Xem kết quả các câu hỏi đã làm nhé!!!


Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 01

Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 01 bao gồm nhiều câu hỏi hay, bám sát chương trình. Cùng làm bài tập trắc nghiệm ngay.

Câu 1: Ngôn ngữ đánh dấu siêu văn bản (HTML) được thiết kế với mục tiêu chính nào sau đây?

  • A. Thực hiện các phép tính phức tạp và xử lý dữ liệu số.
  • B. Mô tả cấu trúc và nội dung của trang web để hiển thị trên trình duyệt.
  • C. Quản lý cơ sở dữ liệu và lưu trữ thông tin người dùng.
  • D. Tạo ra các hiệu ứng đồ họa động và tương tác phức tạp trên website.

Câu 2: Trong cú pháp HTML, một "thẻ" (tag) thường bao gồm những thành phần cơ bản nào?

  • A. Chỉ bao gồm tên thẻ và nội dung.
  • B. Chỉ bao gồm thẻ mở và thuộc tính.
  • C. Thẻ mở, thẻ đóng và nội dung nằm giữa chúng.
  • D. Tên thẻ, thuộc tính và dấu chấm phẩy ở cuối.

Câu 3: Điều gì KHÔNG phải là vai trò của thẻ đóng trong HTML?

  • A. Xác định điểm kết thúc của một phần tử HTML.
  • B. Phân biệt phạm vi ảnh hưởng của một thẻ lên nội dung.
  • C. Đảm bảo cấu trúc tài liệu HTML hợp lệ.
  • D. Chỉ định kiểu dáng và định dạng hiển thị cho nội dung.

Câu 4: Phần `` trong tài liệu HTML thường chứa thông tin gì?

  • A. Các thông tin mô tả về trang web như tiêu đề, từ khóa, và liên kết đến các tệp bên ngoài.
  • B. Nội dung chính của trang web hiển thị cho người dùng.
  • C. Các đoạn mã JavaScript để tạo hiệu ứng động.
  • D. Định nghĩa cấu trúc bảng biểu và danh sách.

Câu 5: Thẻ HTML nào sau đây được sử dụng để xác định tiêu đề hiển thị trên thanh tiêu đề của trình duyệt web?

  • A. `
    `
  • B. ``
  • C. ``</strong></li> <li>D. `<top>`</li> </ul> </div> <div class="question-block"> <p>Câu 6: Phần `<body>` của tài liệu HTML có vai trò gì?</p> <ul> <li>A. Xác định các cài đặt cấu hình cho trình duyệt web.</li> <li><strong>B. Chứa toàn bộ nội dung hiển thị của trang web như văn bản, hình ảnh, video.</strong></li> <li>C. Quản lý các kết nối mạng và giao thức truyền dữ liệu.</li> <li>D. Lưu trữ thông tin phiên làm việc của người dùng.</li> </ul> </div> <div class="question-block"> <p>Câu 7: Dòng khai báo `<!DOCTYPE html>` ở đầu trang HTML có chức năng gì?</p> <ul> <li><strong>A. Khai báo phiên bản HTML đang được sử dụng để trình duyệt hiển thị trang web chính xác.</strong></li> <li>B. Xác định ngôn ngữ chính của nội dung trang web.</li> <li>C. Bảo vệ trang web khỏi các tấn công mạng.</li> <li>D. Tạo ra phần thân (body) của trang web.</li> </ul> </div> <div class="question-block"> <p>Câu 8: Điều gì xảy ra nếu bạn quên thẻ đóng `</body>` trong một tài liệu HTML?</p> <ul> <li>A. Trang web sẽ không hiển thị trên trình duyệt.</li> <li><strong>B. Trình duyệt có thể cố gắng tự động sửa lỗi, nhưng có thể dẫn đến hiển thị không chính xác.</strong></li> <li>C. Thông báo lỗi sẽ xuất hiện và ngăn chặn tải trang.</li> <li>D. Không có ảnh hưởng gì, trang web vẫn hoạt động bình thường.</li> </ul> </div> <div class="question-block"> <p>Câu 9: Tên thẻ HTML có phân biệt chữ hoa và chữ thường không?</p> <ul> <li>A. Có phân biệt, chữ hoa và chữ thường được coi là các thẻ khác nhau.</li> <li><strong>B. Không phân biệt, `<P>` và ` <p>` đều được hiểu là thẻ paragraph.</strong></li> <li>C. Chỉ phân biệt trong một số trình duyệt web nhất định.</li> <li>D. Phân biệt tùy thuộc vào phiên bản HTML được sử dụng.</li> </ul> </div> <div class="question-block"> <p>Câu 10: Để tạo một trang web HTML đơn giản, bạn cần tối thiểu những thành phần cấu trúc nào?</p> <ul> <li>A. `<html>`, `<head>`, `<body>`</li> <li>B. `<head>`, `<title>`, `<body>`</li> <li><strong>C. `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<body>`</strong></li> <li>D. `<DOCTYPE html>`, `<webpage>`, `<br /> <header>`, `<content>`</li> </ul> </div> <div class="question-block"> <p>Câu 11: Khi lưu một tệp tin HTML, đuôi mở rộng nào sau đây là bắt buộc để trình duyệt nhận diện và hiển thị đúng?</p> <ul> <li>A. .txt</li> <li><strong>B. .html</strong></li> <li>C. .doc</li> <li>D. .web</li> </ul> </div> <div class="question-block"> <p>Câu 12: Bạn có thể sử dụng phần mềm nào sau đây để soạn thảo mã HTML?</p> <ul> <li>A. Microsoft Word</li> <li>B. Microsoft Excel</li> <li>C. Adobe Photoshop</li> <li><strong>D. Bất kỳ trình soạn thảo văn bản thuần túy nào (ví dụ: Notepad, VS Code, Sublime Text)</strong></li> </ul> </div> <div class="question-block"> <p>Câu 13: Để xem trang HTML đã tạo trên trình duyệt, bạn thực hiện thao tác nào sau đây với tệp tin HTML?</p> <ul> <li><strong>A. Mở tệp tin HTML trực tiếp bằng trình duyệt web (ví dụ: nhấp đúp chuột vào tệp hoặc chọn "Mở bằng" -> trình duyệt).</strong></li> <li>B. Chạy tệp tin HTML bằng trình soạn thảo văn bản.</li> <li>C. Biên dịch tệp tin HTML thành mã máy.</li> <li>D. Tải tệp tin HTML lên máy chủ web trước khi xem.</li> </ul> </div> <div class="question-block"> <p>Câu 14: Thuộc tính (attribute) trong thẻ HTML được dùng để làm gì?</p> <ul> <li>A. Thay thế nội dung hiển thị của thẻ HTML.</li> <li>B. Xác định vị trí của thẻ HTML trên trang web.</li> <li><strong>C. Cung cấp thông tin bổ sung hoặc tùy chỉnh hành vi của thẻ HTML.</strong></li> <li>D. Tạo ra các hiệu ứng động cho thẻ HTML.</li> </ul> </div> <div class="question-block"> <p>Câu 15: Trong thẻ HTML `</p> <p style= <ul> <li>A. Tên thẻ HTML.</li> <li><strong>B. Thuộc tính của thẻ HTML.</strong></li> <li>C. Nội dung của thẻ HTML.</li> <li>D. Thẻ đóng của phần tử HTML.</li> </ul> </div> <div class="question-block"> <p>Câu 16: Khi trình duyệt web đọc một tệp HTML, nó thực hiện công việc chính nào?</p> <ul> <li>A. Biên dịch mã HTML thành ngôn ngữ máy để tăng tốc độ.</li> <li>B. Mã hóa nội dung HTML để bảo vệ bản quyền.</li> <li><strong>C. Phân tích mã HTML và hiển thị trang web dựa trên cấu trúc và nội dung được định nghĩa.</strong></li> <li>D. Kiểm tra lỗi chính tả và ngữ pháp trong nội dung văn bản HTML.</li> </ul> </div> <div class="question-block"> <p>Câu 17: Thẻ HTML nào thường được sử dụng để tạo ra một dòng tiêu đề chính, quan trọng nhất trên trang web?</p> <ul> <li><strong>A. `<br /> <h1>`</strong></li> <li>B. `<br /> <header>`</li> <li>C. `<title>`</li> <li>D. `<head>`</li> </ul> </div> <div class="question-block"> <p>Câu 18: Trong các trình soạn thảo mã HTML, tính năng "syntax highlighting" (làm nổi bật cú pháp) có lợi ích gì?</p> <ul> <li>A. Tự động hoàn thành mã HTML.</li> <li>B. Kiểm tra và sửa lỗi chính tả trong văn bản.</li> <li>C. Tăng tốc độ tải trang web.</li> <li><strong>D. Giúp người lập trình dễ dàng đọc và phân biệt các thành phần khác nhau của mã HTML, giảm thiểu lỗi.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 19: Để tạo ra một đoạn văn bản thông thường trong HTML, thẻ nào được sử dụng?</p> <ul> <li>A. `<text>`</li> <li>B. `<paragraph>`</li> <li><strong>C. ` <p>`</strong></li> <li>D. `<br /> <article>`</li> </ul> </div> <div class="question-block"> <p>Câu 20: Trong HTML, để tạo ra một dòng ngắt ( xuống dòng) trong văn bản, thẻ nào sau đây được sử dụng?</p> <ul> <li>A. `<nl>`</li> <li><strong>B. `<br />`</strong></li> <li>C. `<lb>`</li> <li>D. `<breakline>`</li> </ul> </div> <div class="question-block"> <p>Câu 21: Xét đoạn mã HTML sau: `</p> <h1>Tiêu đề</h1> <p>Nội dung đoạn văn.</p> <p>`. Khi hiển thị trên trình duyệt, nội dung nào sẽ có kích thước chữ lớn hơn?</p> <ul> <li><strong>A. `Tiêu đề`</strong></li> <li>B. `Nội dung đoạn văn.`</li> <li>C. Cả hai có kích thước chữ bằng nhau.</li> <li>D. Kích thước chữ phụ thuộc vào cài đặt trình duyệt.</li> </ul> </div> <div class="question-block"> <p>Câu 22: Trong HTML, thẻ nào được sử dụng để tạo danh sách không có thứ tự (unordered list), thường hiển thị dạng dấu chấm đầu dòng?</p> <ul> <li>A. ` <ol>`</li> <li>B. ` <dl>`</li> <li>C. `<list>`</li> <li><strong>D. ` <ul>`</strong></li> </ul> </div> <div class="question-block"> <p>Câu 23: Để tạo một mục (item) trong danh sách (cả danh sách có thứ tự và không có thứ tự) HTML, thẻ nào được sử dụng?</p> <ul> <li>A. `<item>`</li> <li><strong>B. ` <li>`</strong></li> <li>C. `<mi>`</li> <li>D. `<listitem>`</li> </ul> </div> <div class="question-block"> <p>Câu 24: Thẻ HTML `<!-- Đây là chú thích -->` có tác dụng gì?</p> <ul> <li>A. Tạo ra một dòng tiêu đề ẩn.</li> <li>B. Hiển thị một thông báo lỗi cho người dùng.</li> <li><strong>C. Chèn một đoạn chú thích vào mã HTML mà không hiển thị trên trang web.</strong></li> <li>D. Mã hóa nội dung bên trong để bảo mật thông tin.</li> </ul> </div> <div class="question-block"> <p>Câu 25: Trong HTML, để tạo liên kết đến một trang web khác, thẻ nào được sử dụng?</p> <ul> <li><strong>A. `<a>`</strong></li> <li>B. `<link>`</li> <li>C. `<url>`</li> <li>D. `<connect>`</li> </ul> </div> <div class="question-block"> <p>Câu 26: Thuộc tính `href` trong thẻ `<a>` dùng để làm gì?</p> <ul> <li>A. Xác định kiểu dáng của liên kết.</li> <li>B. Đặt tên cho liên kết.</li> <li>C. Chèn hình ảnh vào liên kết.</li> <li><strong>D. Chỉ định địa chỉ URL mà liên kết sẽ dẫn đến khi được nhấp vào.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 27: Để nhúng một hình ảnh vào trang web HTML, thẻ nào được sử dụng?</p> <ul> <li>A. `<picture>`</li> <li>B. `<photo>`</li> <li><strong>C. `<img>`</strong></li> <li>D. `<image>`</li> </ul> </div> <div class="question-block"> <p>Câu 28: Thuộc tính `src` trong thẻ `<img>` có vai trò gì?</p> <ul> <li>A. Xác định kích thước của hình ảnh.</li> <li><strong>B. Chỉ định đường dẫn (URL hoặc đường dẫn tương đối) đến tệp hình ảnh.</strong></li> <li>C. Đặt tiêu đề cho hình ảnh khi di chuột qua.</li> <li>D. Tạo hiệu ứng động cho hình ảnh.</li> </ul> </div> <div class="question-block"> <p>Câu 29: Điều gì là quan trọng nhất cần kiểm tra khi bắt đầu học HTML để đảm bảo bạn có thể thực hành và xem kết quả?</p> <ul> <li>A. Kết nối internet tốc độ cao.</li> <li>B. Phần mềm đồ họa chuyên dụng.</li> <li><strong>C. Trình soạn thảo văn bản (ví dụ: Notepad, VS Code) và trình duyệt web (ví dụ: Chrome, Firefox).</strong></li> <li>D. Tài khoản trên máy chủ web.</li> </ul> </div> <div class="question-block"> <p>Câu 30: Giả sử bạn muốn tạo một trang web giới thiệu về bản thân. Theo cấu trúc HTML cơ bản, bạn sẽ đặt nội dung giới thiệu (văn bản, hình ảnh) vào phần nào của tệp HTML?</p> <ul> <li>A. Phần `<head>`</li> <li><strong>B. Phần `<body>`</strong></li> <li>C. Phần `<title>`</li> <li>D. Phần `<!DOCTYPE html>`</li> </ul> </div> </div> <input type='hidden' name='ays_quiz_id' value='8013'/> <input type='hidden' name='ays_quiz_curent_page_link' class='ays-quiz-curent-page-link' value='https://cauhoi.org/15-de-trac-nghiem-tin-hoc-12-canh-dieu-bai-1-lam-quen-voi-ngon-ngu-danh-dau-sieu-van-ban/'/> <input type='hidden' name='ays_quiz_questions' value='240216,240217,240218,240219,240220,240221,240222,240223,240224,240225,240226,240227,240228,240229,240230,240231,240232,240233,240234,240235,240236,240237,240238,240239,240240,240241,240242,240243,240244,240245'> </div> </div><div class='step ' data-question-id='240216' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>1 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 1: Ngôn ngữ đánh dấu siêu văn bản (HTML) được thiết kế với mục tiêu chính nào sau đây?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240216]' id='ays-answer-958865-8013' value='958865'/> <label for='ays-answer-958865-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Thực hiện các phép tính phức tạp và xử lý dữ liệu số.</label><label for='ays-answer-958865-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240216]' id='ays-answer-958866-8013' value='958866'/> <label for='ays-answer-958866-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Mô tả cấu trúc và nội dung của trang web để hiển thị trên trình duyệt.</label><label for='ays-answer-958866-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240216]' id='ays-answer-958867-8013' value='958867'/> <label for='ays-answer-958867-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Quản lý cơ sở dữ liệu và lưu trữ thông tin người dùng.</label><label for='ays-answer-958867-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240216]' id='ays-answer-958868-8013' value='958868'/> <label for='ays-answer-958868-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo ra các hiệu ứng đồ họa động và tương tác phức tạp trên website.</label><label for='ays-answer-958868-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240216'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4ODY1IjoiMCIsIjk1ODg2NiI6IjEiLCI5NTg4NjciOiIwIiwiOTU4ODY4IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra mục tiêu thiết kế cốt lõi của HTML. HTML tập trung vào cấu trúc và hiển thị nội dung trên web, không phải các mục tiêu khác như tính toán, quản lý dữ liệu hay thiết kế đồ họa phức tạp.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240217' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>2 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 2: Trong cú pháp HTML, một 'thẻ' (tag) thường bao gồm những thành phần cơ bản nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240217]' id='ays-answer-958869-8013' value='958869'/> <label for='ays-answer-958869-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ bao gồm tên thẻ và nội dung.</label><label for='ays-answer-958869-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240217]' id='ays-answer-958870-8013' value='958870'/> <label for='ays-answer-958870-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ bao gồm thẻ mở và thuộc tính.</label><label for='ays-answer-958870-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240217]' id='ays-answer-958871-8013' value='958871'/> <label for='ays-answer-958871-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ mở, thẻ đóng và nội dung nằm giữa chúng.</label><label for='ays-answer-958871-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240217]' id='ays-answer-958872-8013' value='958872'/> <label for='ays-answer-958872-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Tên thẻ, thuộc tính và dấu chấm phẩy ở cuối.</label><label for='ays-answer-958872-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240217'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4ODY5IjoiMCIsIjk1ODg3MCI6IjAiLCI5NTg4NzEiOiIxIiwiOTU4ODcyIjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về cấu trúc thẻ HTML cơ bản. Thẻ thường có thẻ mở và thẻ đóng, bao bọc nội dung. Thuộc tính là thành phần tùy chọn, bổ sung thông tin cho thẻ.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240218' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>3 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 3: Điều gì KHÔNG phải là vai trò của thẻ đóng trong HTML?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240218]' id='ays-answer-958873-8013' value='958873'/> <label for='ays-answer-958873-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định điểm kết thúc của một phần tử HTML.</label><label for='ays-answer-958873-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240218]' id='ays-answer-958874-8013' value='958874'/> <label for='ays-answer-958874-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Phân biệt phạm vi ảnh hưởng của một thẻ lên nội dung.</label><label for='ays-answer-958874-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240218]' id='ays-answer-958875-8013' value='958875'/> <label for='ays-answer-958875-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Đảm bảo cấu trúc tài liệu HTML hợp lệ.</label><label for='ays-answer-958875-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240218]' id='ays-answer-958876-8013' value='958876'/> <label for='ays-answer-958876-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ định kiểu dáng và định dạng hiển thị cho nội dung.</label><label for='ays-answer-958876-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240218'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4ODczIjoiMCIsIjk1ODg3NCI6IjAiLCI5NTg4NzUiOiIwIiwiOTU4ODc2IjoiMSJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi tập trung vào vai trò của thẻ đóng. Thẻ đóng xác định kết thúc của phần tử, không phải bắt đầu, không tạo kiểu dáng trực tiếp (CSS làm việc này), và không dùng để nhúng các ngôn ngữ khác.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240219' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>4 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 4: Phần `<head>` trong tài liệu HTML thường chứa thông tin gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240219]' id='ays-answer-958877-8013' value='958877'/> <label for='ays-answer-958877-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Các thông tin mô tả về trang web như tiêu đề, từ khóa, và liên kết đến các tệp bên ngoài.</label><label for='ays-answer-958877-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240219]' id='ays-answer-958878-8013' value='958878'/> <label for='ays-answer-958878-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Nội dung chính của trang web hiển thị cho người dùng.</label><label for='ays-answer-958878-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240219]' id='ays-answer-958879-8013' value='958879'/> <label for='ays-answer-958879-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Các đoạn mã JavaScript để tạo hiệu ứng động.</label><label for='ays-answer-958879-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240219]' id='ays-answer-958880-8013' value='958880'/> <label for='ays-answer-958880-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Định nghĩa cấu trúc bảng biểu và danh sách.</label><label for='ays-answer-958880-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240219'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4ODc3IjoiMSIsIjk1ODg3OCI6IjAiLCI5NTg4NzkiOiIwIiwiOTU4ODgwIjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về phần `<head>`. Phần `<head>` chứa metadata (dữ liệu về dữ liệu), tiêu đề trang, liên kết tới CSS, JavaScript, không chứa nội dung chính hiển thị trên trang.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240220' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>5 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 5: Thẻ HTML nào sau đây được sử dụng để xác định tiêu đề hiển thị trên thanh tiêu đề của trình duyệt web?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240220]' id='ays-answer-958881-8013' value='958881'/> <label for='ays-answer-958881-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<header>`</label><label for='ays-answer-958881-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240220]' id='ays-answer-958882-8013' value='958882'/> <label for='ays-answer-958882-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<heading>`</label><label for='ays-answer-958882-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240220]' id='ays-answer-958883-8013' value='958883'/> <label for='ays-answer-958883-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<title>`</label><label for='ays-answer-958883-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240220]' id='ays-answer-958884-8013' value='958884'/> <label for='ays-answer-958884-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<top>`</label><label for='ays-answer-958884-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240220'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4ODgxIjoiMCIsIjk1ODg4MiI6IjAiLCI5NTg4ODMiOiIxIiwiOTU4ODg0IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi tập trung vào thẻ `<title>`. Thẻ `<title>` là thẻ duy nhất dùng để đặt tiêu đề trang web hiển thị trên thanh tiêu đề trình duyệt và kết quả tìm kiếm.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240221' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>6 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 6: Phần `<body>` của tài liệu HTML có vai trò gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240221]' id='ays-answer-958885-8013' value='958885'/> <label for='ays-answer-958885-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định các cài đặt cấu hình cho trình duyệt web.</label><label for='ays-answer-958885-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240221]' id='ays-answer-958886-8013' value='958886'/> <label for='ays-answer-958886-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Chứa toàn bộ nội dung hiển thị của trang web như văn bản, hình ảnh, video.</label><label for='ays-answer-958886-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240221]' id='ays-answer-958887-8013' value='958887'/> <label for='ays-answer-958887-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Quản lý các kết nối mạng và giao thức truyền dữ liệu.</label><label for='ays-answer-958887-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240221]' id='ays-answer-958888-8013' value='958888'/> <label for='ays-answer-958888-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Lưu trữ thông tin phiên làm việc của người dùng.</label><label for='ays-answer-958888-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240221'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4ODg1IjoiMCIsIjk1ODg4NiI6IjEiLCI5NTg4ODciOiIwIiwiOTU4ODg4IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra vai trò của phần `<body>`. Phần `<body>` chứa toàn bộ nội dung hiển thị trực tiếp trên trang web mà người dùng thấy và tương tác.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240222' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>7 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 7: Dòng khai báo `<!DOCTYPE html>` ở đầu trang HTML có chức năng gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240222]' id='ays-answer-958889-8013' value='958889'/> <label for='ays-answer-958889-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Khai báo phiên bản HTML đang được sử dụng để trình duyệt hiển thị trang web chính xác.</label><label for='ays-answer-958889-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240222]' id='ays-answer-958890-8013' value='958890'/> <label for='ays-answer-958890-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định ngôn ngữ chính của nội dung trang web.</label><label for='ays-answer-958890-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240222]' id='ays-answer-958891-8013' value='958891'/> <label for='ays-answer-958891-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Bảo vệ trang web khỏi các tấn công mạng.</label><label for='ays-answer-958891-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240222]' id='ays-answer-958892-8013' value='958892'/> <label for='ays-answer-958892-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo ra phần thân (body) của trang web.</label><label for='ays-answer-958892-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240222'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4ODg5IjoiMSIsIjk1ODg5MCI6IjAiLCI5NTg4OTEiOiIwIiwiOTU4ODkyIjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về vai trò của `<!DOCTYPE>`. `<!DOCTYPE>` khai báo phiên bản HTML, giúp trình duyệt hiển thị trang đúng chuẩn. Nó không phải là thẻ HTML và không liên quan đến nội dung hiển thị hay bảo mật.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240223' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>8 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 8: Điều gì xảy ra nếu bạn quên thẻ đóng `</body>` trong một tài liệu HTML?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240223]' id='ays-answer-958893-8013' value='958893'/> <label for='ays-answer-958893-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Trang web sẽ không hiển thị trên trình duyệt.</label><label for='ays-answer-958893-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240223]' id='ays-answer-958894-8013' value='958894'/> <label for='ays-answer-958894-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Trình duyệt có thể cố gắng tự động sửa lỗi, nhưng có thể dẫn đến hiển thị không chính xác.</label><label for='ays-answer-958894-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240223]' id='ays-answer-958895-8013' value='958895'/> <label for='ays-answer-958895-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Thông báo lỗi sẽ xuất hiện và ngăn chặn tải trang.</label><label for='ays-answer-958895-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240223]' id='ays-answer-958896-8013' value='958896'/> <label for='ays-answer-958896-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Không có ảnh hưởng gì, trang web vẫn hoạt động bình thường.</label><label for='ays-answer-958896-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240223'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4ODkzIjoiMCIsIjk1ODg5NCI6IjEiLCI5NTg4OTUiOiIwIiwiOTU4ODk2IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra hiểu biết về tính quan trọng của thẻ đóng. Trình duyệt thường cố gắng tự sửa lỗi, nhưng việc thiếu thẻ đóng có thể dẫn đến hiển thị không mong muốn hoặc lỗi.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240224' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>9 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 9: Tên thẻ HTML có phân biệt chữ hoa và chữ thường không?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240224]' id='ays-answer-958897-8013' value='958897'/> <label for='ays-answer-958897-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Có phân biệt, chữ hoa và chữ thường được coi là các thẻ khác nhau.</label><label for='ays-answer-958897-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240224]' id='ays-answer-958898-8013' value='958898'/> <label for='ays-answer-958898-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Không phân biệt, `<P>` và `<p>` đều được hiểu là thẻ paragraph.</label><label for='ays-answer-958898-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240224]' id='ays-answer-958899-8013' value='958899'/> <label for='ays-answer-958899-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ phân biệt trong một số trình duyệt web nhất định.</label><label for='ays-answer-958899-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240224]' id='ays-answer-958900-8013' value='958900'/> <label for='ays-answer-958900-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Phân biệt tùy thuộc vào phiên bản HTML được sử dụng.</label><label for='ays-answer-958900-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240224'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4ODk3IjoiMCIsIjk1ODg5OCI6IjEiLCI5NTg4OTkiOiIwIiwiOTU4OTAwIjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra tính chất case-insensitive của HTML tags. HTML tags không phân biệt chữ hoa chữ thường, nhưng theo quy ước thường viết bằng chữ thường để dễ đọc và nhất quán.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240225' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>10 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 10: Để tạo một trang web HTML đơn giản, bạn cần tối thiểu những thành phần cấu trúc nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240225]' id='ays-answer-958901-8013' value='958901'/> <label for='ays-answer-958901-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<html>`, `<head>`, `<body>`</label><label for='ays-answer-958901-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240225]' id='ays-answer-958902-8013' value='958902'/> <label for='ays-answer-958902-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<head>`, `<title>`, `<body>`</label><label for='ays-answer-958902-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240225]' id='ays-answer-958903-8013' value='958903'/> <label for='ays-answer-958903-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<body>`</label><label for='ays-answer-958903-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240225]' id='ays-answer-958904-8013' value='958904'/> <label for='ays-answer-958904-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<DOCTYPE html>`, `<webpage>`, `<header>`, `<content>`</label><label for='ays-answer-958904-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240225'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTAxIjoiMCIsIjk1ODkwMiI6IjAiLCI5NTg5MDMiOiIxIiwiOTU4OTA0IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về cấu trúc tối thiểu của một trang HTML hợp lệ. Một trang HTML tối thiểu cần `<!DOCTYPE>`, `<html>`, `<head>`, `<title>`, và `<body>`.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240226' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>11 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 11: Khi lưu một tệp tin HTML, đuôi mở rộng nào sau đây là bắt buộc để trình duyệt nhận diện và hiển thị đúng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240226]' id='ays-answer-958905-8013' value='958905'/> <label for='ays-answer-958905-8013' class=' ays_position_initial ays-quiz-keyboard-label'>.txt</label><label for='ays-answer-958905-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240226]' id='ays-answer-958906-8013' value='958906'/> <label for='ays-answer-958906-8013' class=' ays_position_initial ays-quiz-keyboard-label'>.html</label><label for='ays-answer-958906-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240226]' id='ays-answer-958907-8013' value='958907'/> <label for='ays-answer-958907-8013' class=' ays_position_initial ays-quiz-keyboard-label'>.doc</label><label for='ays-answer-958907-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240226]' id='ays-answer-958908-8013' value='958908'/> <label for='ays-answer-958908-8013' class=' ays_position_initial ays-quiz-keyboard-label'>.web</label><label for='ays-answer-958908-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240226'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTA1IjoiMCIsIjk1ODkwNiI6IjEiLCI5NTg5MDciOiIwIiwiOTU4OTA4IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về định dạng tệp HTML. Tệp HTML cần đuôi `.html` hoặc `.htm` để trình duyệt biết đó là tệp HTML và xử lý.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240227' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>12 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 12: Bạn có thể sử dụng phần mềm nào sau đây để soạn thảo mã HTML?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240227]' id='ays-answer-958909-8013' value='958909'/> <label for='ays-answer-958909-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Microsoft Word</label><label for='ays-answer-958909-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240227]' id='ays-answer-958910-8013' value='958910'/> <label for='ays-answer-958910-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Microsoft Excel</label><label for='ays-answer-958910-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240227]' id='ays-answer-958911-8013' value='958911'/> <label for='ays-answer-958911-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Adobe Photoshop</label><label for='ays-answer-958911-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240227]' id='ays-answer-958912-8013' value='958912'/> <label for='ays-answer-958912-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Bất kỳ trình soạn thảo văn bản thuần túy nào (ví dụ: Notepad, VS Code, Sublime Text)</label><label for='ays-answer-958912-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240227'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTA5IjoiMCIsIjk1ODkxMCI6IjAiLCI5NTg5MTEiOiIwIiwiOTU4OTEyIjoiMSJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về công cụ soạn thảo HTML. Bất kỳ trình soạn thảo văn bản nào cũng có thể dùng để viết HTML, nhưng trình soạn thảo mã chuyên dụng (VS Code, Sublime Text) có nhiều tính năng hỗ trợ.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240228' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>13 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 13: Để xem trang HTML đã tạo trên trình duyệt, bạn thực hiện thao tác nào sau đây với tệp tin HTML?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240228]' id='ays-answer-958913-8013' value='958913'/> <label for='ays-answer-958913-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Mở tệp tin HTML trực tiếp bằng trình duyệt web (ví dụ: nhấp đúp chuột vào tệp hoặc chọn 'Mở bằng' -> trình duyệt).</label><label for='ays-answer-958913-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240228]' id='ays-answer-958914-8013' value='958914'/> <label for='ays-answer-958914-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Chạy tệp tin HTML bằng trình soạn thảo văn bản.</label><label for='ays-answer-958914-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240228]' id='ays-answer-958915-8013' value='958915'/> <label for='ays-answer-958915-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Biên dịch tệp tin HTML thành mã máy.</label><label for='ays-answer-958915-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240228]' id='ays-answer-958916-8013' value='958916'/> <label for='ays-answer-958916-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Tải tệp tin HTML lên máy chủ web trước khi xem.</label><label for='ays-answer-958916-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240228'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTEzIjoiMSIsIjk1ODkxNCI6IjAiLCI5NTg5MTUiOiIwIiwiOTU4OTE2IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về cách mở tệp HTML trên trình duyệt. Để xem trang web, cần mở tệp HTML bằng trình duyệt web (Chrome, Firefox, Edge).</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240229' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>14 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 14: Thuộc tính (attribute) trong thẻ HTML được dùng để làm gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240229]' id='ays-answer-958917-8013' value='958917'/> <label for='ays-answer-958917-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Thay thế nội dung hiển thị của thẻ HTML.</label><label for='ays-answer-958917-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240229]' id='ays-answer-958918-8013' value='958918'/> <label for='ays-answer-958918-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định vị trí của thẻ HTML trên trang web.</label><label for='ays-answer-958918-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240229]' id='ays-answer-958919-8013' value='958919'/> <label for='ays-answer-958919-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Cung cấp thông tin bổ sung hoặc tùy chỉnh hành vi của thẻ HTML.</label><label for='ays-answer-958919-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240229]' id='ays-answer-958920-8013' value='958920'/> <label for='ays-answer-958920-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo ra các hiệu ứng động cho thẻ HTML.</label><label for='ays-answer-958920-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240229'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTE3IjoiMCIsIjk1ODkxOCI6IjAiLCI5NTg5MTkiOiIxIiwiOTU4OTIwIjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về vai trò của thuộc tính HTML. Thuộc tính cung cấp thêm thông tin chi tiết hoặc tùy chỉnh hành vi, hiển thị của thẻ HTML.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240230' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>15 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 15: Trong thẻ HTML `</p> <p style="color:blue;">Đây là đoạn văn bản.</p> <p>`, `style="color:blue;"` là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240230]' id='ays-answer-958921-8013' value='958921'/> <label for='ays-answer-958921-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Tên thẻ HTML.</label><label for='ays-answer-958921-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240230]' id='ays-answer-958922-8013' value='958922'/> <label for='ays-answer-958922-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Thuộc tính của thẻ HTML.</label><label for='ays-answer-958922-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240230]' id='ays-answer-958923-8013' value='958923'/> <label for='ays-answer-958923-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Nội dung của thẻ HTML.</label><label for='ays-answer-958923-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240230]' id='ays-answer-958924-8013' value='958924'/> <label for='ays-answer-958924-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ đóng của phần tử HTML.</label><label for='ays-answer-958924-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240230'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTIxIjoiMCIsIjk1ODkyMiI6IjEiLCI5NTg5MjMiOiIwIiwiOTU4OTI0IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi xác định thành phần trong thẻ HTML. `style="color:blue;"` là một thuộc tính, dùng để định dạng trực tiếp (inline style) cho thẻ.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240231' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>16 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 16: Khi trình duyệt web đọc một tệp HTML, nó thực hiện công việc chính nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240231]' id='ays-answer-958925-8013' value='958925'/> <label for='ays-answer-958925-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Biên dịch mã HTML thành ngôn ngữ máy để tăng tốc độ.</label><label for='ays-answer-958925-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240231]' id='ays-answer-958926-8013' value='958926'/> <label for='ays-answer-958926-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Mã hóa nội dung HTML để bảo vệ bản quyền.</label><label for='ays-answer-958926-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240231]' id='ays-answer-958927-8013' value='958927'/> <label for='ays-answer-958927-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Phân tích mã HTML và hiển thị trang web dựa trên cấu trúc và nội dung được định nghĩa.</label><label for='ays-answer-958927-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240231]' id='ays-answer-958928-8013' value='958928'/> <label for='ays-answer-958928-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Kiểm tra lỗi chính tả và ngữ pháp trong nội dung văn bản HTML.</label><label for='ays-answer-958928-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240231'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTI1IjoiMCIsIjk1ODkyNiI6IjAiLCI5NTg5MjciOiIxIiwiOTU4OTI4IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về quá trình trình duyệt xử lý HTML. Trình duyệt phân tích mã HTML và hiển thị trang web dựa trên cấu trúc và nội dung được mô tả.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240232' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>17 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 17: Thẻ HTML nào thường được sử dụng để tạo ra một dòng tiêu đề chính, quan trọng nhất trên trang web?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240232]' id='ays-answer-958929-8013' value='958929'/> <label for='ays-answer-958929-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<h1>`</label><label for='ays-answer-958929-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240232]' id='ays-answer-958930-8013' value='958930'/> <label for='ays-answer-958930-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<header>`</label><label for='ays-answer-958930-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240232]' id='ays-answer-958931-8013' value='958931'/> <label for='ays-answer-958931-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<title>`</label><label for='ays-answer-958931-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240232]' id='ays-answer-958932-8013' value='958932'/> <label for='ays-answer-958932-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<head>`</label><label for='ays-answer-958932-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240232'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTI5IjoiMSIsIjk1ODkzMCI6IjAiLCI5NTg5MzEiOiIwIiwiOTU4OTMyIjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về thẻ tiêu đề quan trọng nhất. Thẻ `</p> <h1>` là thẻ tiêu đề mức 1, thường dùng cho tiêu đề chính của trang.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240233' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>18 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 18: Trong các trình soạn thảo mã HTML, tính năng 'syntax highlighting' (làm nổi bật cú pháp) có lợi ích gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240233]' id='ays-answer-958933-8013' value='958933'/> <label for='ays-answer-958933-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Tự động hoàn thành mã HTML.</label><label for='ays-answer-958933-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240233]' id='ays-answer-958934-8013' value='958934'/> <label for='ays-answer-958934-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Kiểm tra và sửa lỗi chính tả trong văn bản.</label><label for='ays-answer-958934-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240233]' id='ays-answer-958935-8013' value='958935'/> <label for='ays-answer-958935-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Tăng tốc độ tải trang web.</label><label for='ays-answer-958935-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240233]' id='ays-answer-958936-8013' value='958936'/> <label for='ays-answer-958936-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Giúp người lập trình dễ dàng đọc và phân biệt các thành phần khác nhau của mã HTML, giảm thiểu lỗi.</label><label for='ays-answer-958936-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240233'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTMzIjoiMCIsIjk1ODkzNCI6IjAiLCI5NTg5MzUiOiIwIiwiOTU4OTM2IjoiMSJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về lợi ích của syntax highlighting. Tính năng này giúp phân biệt các thành phần mã, dễ đọc, dễ nhận lỗi và cải thiện hiệu suất viết mã.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240234' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>19 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 19: Để tạo ra một đoạn văn bản thông thường trong HTML, thẻ nào được sử dụng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240234]' id='ays-answer-958937-8013' value='958937'/> <label for='ays-answer-958937-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<text>`</label><label for='ays-answer-958937-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240234]' id='ays-answer-958938-8013' value='958938'/> <label for='ays-answer-958938-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<paragraph>`</label><label for='ays-answer-958938-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240234]' id='ays-answer-958939-8013' value='958939'/> <label for='ays-answer-958939-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<p>`</label><label for='ays-answer-958939-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240234]' id='ays-answer-958940-8013' value='958940'/> <label for='ays-answer-958940-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<article>`</label><label for='ays-answer-958940-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240234'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTM3IjoiMCIsIjk1ODkzOCI6IjAiLCI5NTg5MzkiOiIxIiwiOTU4OTQwIjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về thẻ tạo đoạn văn bản. Thẻ `</p> <p>` (paragraph) được dùng để tạo đoạn văn bản.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240235' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>20 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 20: Trong HTML, để tạo ra một dòng ngắt ( xuống dòng) trong văn bản, thẻ nào sau đây được sử dụng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240235]' id='ays-answer-958941-8013' value='958941'/> <label for='ays-answer-958941-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<nl>`</label><label for='ays-answer-958941-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240235]' id='ays-answer-958942-8013' value='958942'/> <label for='ays-answer-958942-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<br>`</label><label for='ays-answer-958942-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240235]' id='ays-answer-958943-8013' value='958943'/> <label for='ays-answer-958943-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<lb>`</label><label for='ays-answer-958943-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240235]' id='ays-answer-958944-8013' value='958944'/> <label for='ays-answer-958944-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<breakline>`</label><label for='ays-answer-958944-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240235'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTQxIjoiMCIsIjk1ODk0MiI6IjEiLCI5NTg5NDMiOiIwIiwiOTU4OTQ0IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về thẻ xuống dòng. Thẻ `<br />` (break) là thẻ tự đóng, dùng để tạo dòng ngắt.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240236' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>21 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 21: Xét đoạn mã HTML sau: `</p> <h1>Tiêu đề</h1> <p>Nội dung đoạn văn.</p> <p>`. Khi hiển thị trên trình duyệt, nội dung nào sẽ có kích thước chữ lớn hơn?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240236]' id='ays-answer-958945-8013' value='958945'/> <label for='ays-answer-958945-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`Tiêu đề`</label><label for='ays-answer-958945-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240236]' id='ays-answer-958946-8013' value='958946'/> <label for='ays-answer-958946-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`Nội dung đoạn văn.`</label><label for='ays-answer-958946-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240236]' id='ays-answer-958947-8013' value='958947'/> <label for='ays-answer-958947-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Cả hai có kích thước chữ bằng nhau.</label><label for='ays-answer-958947-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240236]' id='ays-answer-958948-8013' value='958948'/> <label for='ays-answer-958948-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Kích thước chữ phụ thuộc vào cài đặt trình duyệt.</label><label for='ays-answer-958948-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240236'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTQ1IjoiMSIsIjk1ODk0NiI6IjAiLCI5NTg5NDciOiIwIiwiOTU4OTQ4IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về sự khác biệt hiển thị giữa thẻ `</p> <h1>` và `</p> <p>`. Thẻ `</p> <h1>` tạo tiêu đề, có kích thước chữ lớn hơn so với đoạn văn bản trong thẻ `</p> <p>`.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240237' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>22 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 22: Trong HTML, thẻ nào được sử dụng để tạo danh sách không có thứ tự (unordered list), thường hiển thị dạng dấu chấm đầu dòng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240237]' id='ays-answer-958949-8013' value='958949'/> <label for='ays-answer-958949-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<ol>`</label><label for='ays-answer-958949-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240237]' id='ays-answer-958950-8013' value='958950'/> <label for='ays-answer-958950-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<dl>`</label><label for='ays-answer-958950-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240237]' id='ays-answer-958951-8013' value='958951'/> <label for='ays-answer-958951-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<list>`</label><label for='ays-answer-958951-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240237]' id='ays-answer-958952-8013' value='958952'/> <label for='ays-answer-958952-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<ul>`</label><label for='ays-answer-958952-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240237'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTQ5IjoiMCIsIjk1ODk1MCI6IjAiLCI5NTg5NTEiOiIwIiwiOTU4OTUyIjoiMSJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về thẻ danh sách không thứ tự. Thẻ `</p> <ul>` (unordered list) dùng để tạo danh sách không thứ tự, các mục thường có dấu chấm đầu dòng.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240238' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>23 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 23: Để tạo một mục (item) trong danh sách (cả danh sách có thứ tự và không có thứ tự) HTML, thẻ nào được sử dụng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240238]' id='ays-answer-958953-8013' value='958953'/> <label for='ays-answer-958953-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<item>`</label><label for='ays-answer-958953-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240238]' id='ays-answer-958954-8013' value='958954'/> <label for='ays-answer-958954-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<li>`</label><label for='ays-answer-958954-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240238]' id='ays-answer-958955-8013' value='958955'/> <label for='ays-answer-958955-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<mi>`</label><label for='ays-answer-958955-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240238]' id='ays-answer-958956-8013' value='958956'/> <label for='ays-answer-958956-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<listitem>`</label><label for='ays-answer-958956-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240238'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTUzIjoiMCIsIjk1ODk1NCI6IjEiLCI5NTg5NTUiOiIwIiwiOTU4OTU2IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về thẻ mục danh sách. Thẻ `</p> <li>` (list item) được dùng để tạo các mục bên trong danh sách ` <ul>` hoặc `</p> <ol>`.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240239' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>24 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 24: Thẻ HTML `<!-- Đây là chú thích -->` có tác dụng gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240239]' id='ays-answer-958957-8013' value='958957'/> <label for='ays-answer-958957-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo ra một dòng tiêu đề ẩn.</label><label for='ays-answer-958957-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240239]' id='ays-answer-958958-8013' value='958958'/> <label for='ays-answer-958958-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Hiển thị một thông báo lỗi cho người dùng.</label><label for='ays-answer-958958-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240239]' id='ays-answer-958959-8013' value='958959'/> <label for='ays-answer-958959-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Chèn một đoạn chú thích vào mã HTML mà không hiển thị trên trang web.</label><label for='ays-answer-958959-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240239]' id='ays-answer-958960-8013' value='958960'/> <label for='ays-answer-958960-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Mã hóa nội dung bên trong để bảo mật thông tin.</label><label for='ays-answer-958960-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240239'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTU3IjoiMCIsIjk1ODk1OCI6IjAiLCI5NTg5NTkiOiIxIiwiOTU4OTYwIjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về thẻ chú thích trong HTML. Chú thích HTML không hiển thị trên trang web, dùng để ghi chú cho người đọc mã nguồn.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240240' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>25 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 25: Trong HTML, để tạo liên kết đến một trang web khác, thẻ nào được sử dụng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240240]' id='ays-answer-958961-8013' value='958961'/> <label for='ays-answer-958961-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<a>`</label><label for='ays-answer-958961-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240240]' id='ays-answer-958962-8013' value='958962'/> <label for='ays-answer-958962-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<link>`</label><label for='ays-answer-958962-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240240]' id='ays-answer-958963-8013' value='958963'/> <label for='ays-answer-958963-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<url>`</label><label for='ays-answer-958963-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240240]' id='ays-answer-958964-8013' value='958964'/> <label for='ays-answer-958964-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<connect>`</label><label for='ays-answer-958964-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240240'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTYxIjoiMSIsIjk1ODk2MiI6IjAiLCI5NTg5NjMiOiIwIiwiOTU4OTY0IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về thẻ tạo liên kết. Thẻ `<a>` (anchor) được dùng để tạo liên kết, thuộc tính `href` chỉ định địa chỉ liên kết.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240241' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>26 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 26: Thuộc tính `href` trong thẻ `<a>` dùng để làm gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240241]' id='ays-answer-958965-8013' value='958965'/> <label for='ays-answer-958965-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định kiểu dáng của liên kết.</label><label for='ays-answer-958965-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240241]' id='ays-answer-958966-8013' value='958966'/> <label for='ays-answer-958966-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Đặt tên cho liên kết.</label><label for='ays-answer-958966-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240241]' id='ays-answer-958967-8013' value='958967'/> <label for='ays-answer-958967-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Chèn hình ảnh vào liên kết.</label><label for='ays-answer-958967-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240241]' id='ays-answer-958968-8013' value='958968'/> <label for='ays-answer-958968-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ định địa chỉ URL mà liên kết sẽ dẫn đến khi được nhấp vào.</label><label for='ays-answer-958968-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240241'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTY1IjoiMCIsIjk1ODk2NiI6IjAiLCI5NTg5NjciOiIwIiwiOTU4OTY4IjoiMSJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về thuộc tính `href` của thẻ `<a>`. Thuộc tính `href` chỉ định địa chỉ URL mà liên kết sẽ dẫn đến.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240242' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>27 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 27: Để nhúng một hình ảnh vào trang web HTML, thẻ nào được sử dụng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240242]' id='ays-answer-958969-8013' value='958969'/> <label for='ays-answer-958969-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<picture>`</label><label for='ays-answer-958969-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240242]' id='ays-answer-958970-8013' value='958970'/> <label for='ays-answer-958970-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<photo>`</label><label for='ays-answer-958970-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240242]' id='ays-answer-958971-8013' value='958971'/> <label for='ays-answer-958971-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<img>`</label><label for='ays-answer-958971-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240242]' id='ays-answer-958972-8013' value='958972'/> <label for='ays-answer-958972-8013' class=' ays_position_initial ays-quiz-keyboard-label'>`<image>`</label><label for='ays-answer-958972-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240242'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTY5IjoiMCIsIjk1ODk3MCI6IjAiLCI5NTg5NzEiOiIxIiwiOTU4OTcyIjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về thẻ nhúng hình ảnh. Thẻ `<img>` (image) dùng để nhúng hình ảnh, thuộc tính `src` chỉ đường dẫn ảnh.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240243' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>28 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 28: Thuộc tính `src` trong thẻ `<img>` có vai trò gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240243]' id='ays-answer-958973-8013' value='958973'/> <label for='ays-answer-958973-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định kích thước của hình ảnh.</label><label for='ays-answer-958973-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240243]' id='ays-answer-958974-8013' value='958974'/> <label for='ays-answer-958974-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ định đường dẫn (URL hoặc đường dẫn tương đối) đến tệp hình ảnh.</label><label for='ays-answer-958974-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240243]' id='ays-answer-958975-8013' value='958975'/> <label for='ays-answer-958975-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Đặt tiêu đề cho hình ảnh khi di chuột qua.</label><label for='ays-answer-958975-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240243]' id='ays-answer-958976-8013' value='958976'/> <label for='ays-answer-958976-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo hiệu ứng động cho hình ảnh.</label><label for='ays-answer-958976-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240243'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTczIjoiMCIsIjk1ODk3NCI6IjEiLCI5NTg5NzUiOiIwIiwiOTU4OTc2IjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về thuộc tính `src` của thẻ `<img>`. Thuộc tính `src` chỉ đường dẫn đến tệp hình ảnh cần hiển thị.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240244' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>29 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 29: Điều gì là quan trọng nhất cần kiểm tra khi bắt đầu học HTML để đảm bảo bạn có thể thực hành và xem kết quả?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240244]' id='ays-answer-958977-8013' value='958977'/> <label for='ays-answer-958977-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Kết nối internet tốc độ cao.</label><label for='ays-answer-958977-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240244]' id='ays-answer-958978-8013' value='958978'/> <label for='ays-answer-958978-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Phần mềm đồ họa chuyên dụng.</label><label for='ays-answer-958978-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240244]' id='ays-answer-958979-8013' value='958979'/> <label for='ays-answer-958979-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Trình soạn thảo văn bản (ví dụ: Notepad, VS Code) và trình duyệt web (ví dụ: Chrome, Firefox).</label><label for='ays-answer-958979-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240244]' id='ays-answer-958980-8013' value='958980'/> <label for='ays-answer-958980-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Tài khoản trên máy chủ web.</label><label for='ays-answer-958980-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240244'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTc3IjoiMCIsIjk1ODk3OCI6IjAiLCI5NTg5NzkiOiIxIiwiOTU4OTgwIjoiMCJ9fQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi về điều kiện tiên quyết để học HTML. Cần có trình soạn thảo văn bản và trình duyệt web để viết và xem trang HTML.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='240245' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>30 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> <p>Câu 30: Giả sử bạn muốn tạo một trang web giới thiệu về bản thân. Theo cấu trúc HTML cơ bản, bạn sẽ đặt nội dung giới thiệu (văn bản, hình ảnh) vào phần nào của tệp HTML?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240245]' id='ays-answer-958981-8013' value='958981'/> <label for='ays-answer-958981-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Phần `<head>`</label><label for='ays-answer-958981-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240245]' id='ays-answer-958982-8013' value='958982'/> <label for='ays-answer-958982-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Phần `<body>`</label><label for='ays-answer-958982-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240245]' id='ays-answer-958983-8013' value='958983'/> <label for='ays-answer-958983-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Phần `<title>`</label><label for='ays-answer-958983-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-240245]' id='ays-answer-958984-8013' value='958984'/> <label for='ays-answer-958984-8013' class=' ays_position_initial ays-quiz-keyboard-label'>Phần `<!DOCTYPE html>`</label><label for='ays-answer-958984-8013' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8013 === 'undefined'){ window.quizOptions_8013 = []; } window.quizOptions_8013['240245'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiOTU4OTgxIjoiMCIsIjk1ODk4MiI6IjEiLCI5NTg5ODMiOiIwIiwiOTU4OTg0IjoiMCJ9fQ==';</script></div> <style> .validate-quiz { display: flex; align-items: center; justify-content: center; } .validate-quiz a { border-radius: 30px; /* height: 40px; */ background: #5390f5; color: #fff; text-decoration: unset; padding: 10px 20px; } .validate-quiz input { margin: 0 !important; } .form-kw-hub { background: #fff; border: 1px solid #ddd; padding: 16px; border-radius: 12px; text-align:left; margin: 20px auto; box-shadow: 0 2px 10px rgba(0,0,0,0.05); font-family: Arial, sans-serif; } .keyword-hub-guide { margin-bottom: 15px; } .validate-quiz-inner { display: flex; gap: 10px; background: #fff; box-shadow: 0 0 10px #ccc; margin: 10px auto; width: 500px; border-radius: 30px; padding: 5px; justify-content: space-between; align-items:center; overflow:hidden; } .validate-quiz-inner input[type=text] { border: 0 !important; font-size: 16px !important; } .keyword-item span { font-weight: bold; font-size: 16px; } .copy-keyword-btn { color: #000; padding: 6px 12px; border-radius: 6px; text-decoration: none; transition: background 0.3s; text-transform: uppercase; font-weight: bold; font-size: 22px; } .copy-keyword-btn:hover { background: #005f8d; } .validate-quiz { display: flex; gap: 10px; align-items: center; } .validate-quiz input[type="text"] { flex: 1; padding: 8px 12px; border-radius: 6px; border: 1px solid #ccc; } a.get_new_mission { padding: 8px 25px; line-height: 0; border-radius: 30px; background-color: #fff0; text-transform: uppercase; color: #4285f4; border: 1px solid #4285f4; transition: all 0.2s; cursor: pointer; margin-left: 15px; font-size: 16px; text-decoration: unset; } .submit-btn { background: #28a745; color: white; padding: 8px 16px; border-radius: 6px; text-decoration: none; cursor: pointer; transition: background 0.3s; } .submit-btn:hover { background: #218838; } a.copy-keyword-btn:active, a.copy-keyword-btn:hover { color: #fff; } a#submit_kw_hub { cursor: pointer; } @keyframes ld-spin { 0% { animation-timing-function: cubic-bezier(0.5856,0.0703,0.4143,0.9297); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-spin { animation: ld-spin 1s infinite linear } @keyframes ld-cycle { 0% { animation-timing-function: cubic-bezier(0.3333,0.3333,0.6667,0.6667); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-cycle { animation: ld-cycle 1s infinite linear } @media(max-width: 991px){ .form-kw-hub p { margin: 0 !important; } } </style> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/loadingio/ldbutton@latest/dist/index.min.css" /> <a id="view_result_hub" class="action-button ays-quiz-keyboard-active" href="javascript:;">Xem kết quả</a> <div class="form-kw-hub ld-over" id="form-kw-hub" style="display:none" data-id="30"> <div class="ld ld-ring ld-spin" style="font-size:3em;color:#999"></div> <div class="keyword-hub-title keyword-item"> <h3 style="text-align:center;font-weight:bold;color:#c12c31;margin-top:10px;">Bạn ơi!!! Để xem được kết quả<br>bạn vui lòng làm nhiệm vụ nhỏ xíu này nha</h3> <h4 style="text-align:center;font-size:16px;line-height:20px;font-weight:normal;margin-top:10px;margin-bottom:10px;color:#021184">LƯU Ý: Không sử dụng VPN hoặc 1.1.1.1 khi vượt link</h4> </div> <div class="validate-quiz"> <div class="validate-quiz-inner"> <input type="text" value="" placeholder="Nhập mã vừa kiếm được vào đây" id="kw-hub-input" maxlength="10" /> <input type="hidden" value="" id="kw-id" /> <a id="submit_kw_hub">Nhận kết quả</a> </div> <div class="message" style="display: none; color: red; text-align: center;">Xảy ra lỗi</div> </div> <p> <strong style="color: #c12c31;">Bước 1: </strong>Mở tab mới, truy cập <a href="javascript:;" style="color: #1e73be;"><strong>Google.com</strong></a> <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/google.png" width="100px" style="margin-left: 30px; margin-bottom: -10px; display: inline-block;" alt="google" /> </p> <p> <strong style="color: #c12c31;">Bước 2: </strong>Tìm kiếm từ khóa: <strong id="keyword-content" style="font-size: 24px; color: red; cursor: no-drop; -webkit-user-select: none; -webkit-touch-callout: none; -moz-user-select: none; -ms-user-select: none; user-select: none;"> vận chuyển văn phòng giá rẻ </strong> <a href="javascript:;" class="copy-keyword-btn"><span class="fa fa-copy"></span></a> <a href="javascript:;" class="get_new_mission ld-ext-right" id="get_new_mission">Đổi nhiệm vụ <span class="ld ld-ring ld-spin"></span> </a> </p> <p><img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/thanh-tim-kiem.jpg" width="100%" alt="thanh-tim-kiem" /></p> <p><strong style="color: #c12c31;">Bước 3: </strong>Trong kết quả tìm kiếm Google, hãy tìm website giống dưới hình:</p> <p style="border: 1px solid red;"><div class="keyword-hub-guide"> <img decoding="async" id="kw_guide_image" alt="" src="" /> </div> </p> <p>(Nếu trang 1 không có hãy tìm ở trang 2, 3, 4... nhé <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/trang-google.png" width="250px" style="display: inline-block;" alt="trang-google" />)</p> <p><strong style="color: #c12c31;">Bước 4:</strong> Cuộn xuống cuối bài viết rồi bấm vào nút <strong>GIỐNG HÌNH DƯỚI</strong> và chờ 1 lát để lấy mã:</p> <p style="text-align: center;"> <img decoding="async" class="kw_get_pass" style="max-width: 300px; border: 1px dashed red; display: inline-block;" data-src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" alt="getpass" /> </p> </div> <input type="submit" name="ays_finish_quiz" class=" ays_next ays_finish action-button ays-quiz-keyboard-active" value="" style="display:none"> <script> setTimeout(function() { var submitButton = document.querySelector('input[name="ays_finish_quiz"]'); if (submitButton) { submitButton.remove(); } }, 2400000); </script> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi tình huống về vị trí nội dung chính trong HTML. Nội dung chính của trang web luôn được đặt trong phần `<body>`.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ays_thank_you_fs'> <div class='ays-abs-fs ays-end-page'> <div style='text-align:center;'><div data-class='lds-ellipsis' data-role='loader' class='ays-loader'><div></div><div></div><div></div><div></div></div></div><div class='ays_quiz_results_page'><div class='ays_score_message'></div><div class='ays_message'></div><p class='ays_restart_button_p'></p></div></div></div><style> div#ays-quiz-container-8013 * { box-sizing: border-box; } #ays-quiz-container-8013 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } /* Styles for Internet Explorer start */ #ays-quiz-container-8013 #ays_finish_quiz_8013 { } /* Styles for Quiz container */ #ays-quiz-container-8013{ min-height: 450px; width:800px; background-color:#fff; background-position:center center;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} /* Styles for Navigation bar */ #ays-quiz-questions-nav-wrap-8013 { width: 100%; max-width: 100%; margin: auto;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} #ays-quiz-questions-nav-wrap-8013 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question { /* color: #000000; border-color: #000000; background-color: #fff; */ color: #000; border-color: #dddddd; background-color: #ffffff; outline: unset; text-decoration: unset; } #ays-quiz-questions-nav-wrap-8013 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question { /* box-shadow: inset 0 0 5px #000000, 0 0 5px #000000; */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); background: #E5E7ED; outline: unset; border-color: transparent; } #ays-quiz-questions-nav-wrap-8013 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-answered a.ays_questions_nav_question { /* color: #fff; border-color: #fff; background-color: #000000; */ color: #C6C6C6; border-color: transparent; background-color: #F5F5F5; } #ays-quiz-questions-nav-wrap-8013 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_correct_answer { /* color: rgba(39, 174, 96, 1); border-color: rgba(39, 174, 96, 1); */ color: #000; border-color: transparent; background-color: rgba(39, 174, 96, 0.4); } #ays-quiz-questions-nav-wrap-8013 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_wrong_answer { /* color: rgba(243, 134, 129, 1); border-color: rgba(243, 134, 129, 1); */ color: #000; border-color: transparent; background-color: rgba(243, 134, 129, 0.4); } #ays-quiz-questions-nav-wrap-8013 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_correct_answer, #ays-quiz-questions-nav-wrap-8013 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_wrong_answer { /* filter: drop-shadow(0px 3px 5px rgba(143, 143, 143, 0.38)); */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); } #ays-quiz-container-8013.ays-quiz-container .ays-quiz-questions-nav-bookmark-box { position: absolute; top: 40px; right: 40px; z-index: 10; } #ays-quiz-container-8013.ays-quiz-container .ays-quiz-questions-nav-bookmark-box .ays-navbar-bookmark { height: 100%; cursor: pointer; width: 13px; box-shadow: unset; } /* Styles for questions */ #ays-quiz-container-8013 #ays_finish_quiz_8013 div.step { min-height: 450px; } /* Styles for text inside quiz container */ #ays-quiz-container-8013.ays-quiz-container .ays-questions-container .ays-start-page *:not(input), #ays-quiz-container-8013.ays-quiz-container .ays-questions-container label[for^="ays-answer-"], #ays-quiz-container-8013.ays-quiz-container .ays-questions-container .ays-matching-field-choice, #ays-quiz-container-8013.ays-quiz-container .ays-questions-container p, #ays-quiz-container-8013.ays-quiz-container .ays-questions-container form .step:not(.ays_thank_you_fs) p, #ays-quiz-container-8013.ays-quiz-container .ays-questions-container .ays-fs-title, #ays-quiz-container-8013.ays-quiz-container .ays-questions-container .ays-fs-subtitle, #ays-quiz-container-8013.ays-quiz-container .ays-questions-container .logged_in_message, #ays-quiz-container-8013.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers, #ays-quiz-container-8013.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers *, #ays-quiz-container-8013.ays-quiz-container .ays-questions-container .ays_score_message, #ays-quiz-container-8013.ays-quiz-container .ays-questions-container .ays_message{ color: #000000; outline: none; } #ays-quiz-container-8013.ays-quiz-container .ays-questions-container .ays_question_hint { color: #000000; } /* Quiz title / transformation */ #ays-quiz-container-8013 .ays-fs-title{ text-transform: uppercase; font-size: 28px; text-align: center; text-shadow: none; } #ays-quiz-container-8013 .ays-quiz-password-message-box, #ays-quiz-container-8013 .ays-quiz-question-note-message-box, #ays-quiz-container-8013 .ays_quiz_question, #ays-quiz-container-8013 .ays_quiz_question *:not([class^='enlighter']) { color: #000000; } #ays-quiz-container-8013 textarea, #ays-quiz-container-8013 input::first-letter, #ays-quiz-container-8013 select::first-letter, #ays-quiz-container-8013 option::first-letter { color: initial !important; } #ays-quiz-container-8013 p::first-letter:not(.ays_no_questions_message) { color: #000000 !important; background-color: transparent !important; font-size: inherit !important; font-weight: inherit !important; float: none !important; line-height: inherit !important; margin: 0 !important; padding: 0 !important; } #ays-quiz-container-8013 .select2-container, #ays-quiz-container-8013 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } #ays-quiz-container-8013 .ays-fs-subtitle p { text-align: center ; } #ays-quiz-container-8013 .ays_quiz_question p { font-size: 16px; text-align: center; } #ays-quiz-container-8013 .ays_quiz_question { text-align: center ; margin-bottom: 10px; } #ays-quiz-container-8013 .ays_quiz_question pre { max-width: 100%; white-space: break-spaces; } div#ays-quiz-container-8013 .ays-questions-container .ays-field, div#ays-quiz-container-8013 .ays-questions-container .ays-field input~label[for^='ays-answer-'], div#ays-quiz-container-8013 .ays-questions-container .ays-modern-dark-question *, div#ays-quiz-container-8013 .ays-questions-container .ays_quiz_question, div#ays-quiz-container-8013 .ays-questions-container .ays_quiz_question *{ word-break: break-word; } #ays-quiz-container-8013 .ays-quiz-timer p { font-size: 16px; } #ays-quiz-container-8013 section.ays_quiz_redirection_timer_container hr, #ays-quiz-container-8013 section.ays_quiz_timer_container hr { margin: 0; } #ays-quiz-container-8013 section.ays_quiz_timer_container.ays_quiz_timer_red_warning .ays-quiz-timer { color: red; } #ays-quiz-container-8013 .ays_thank_you_fs p { text-align: center; } #ays-quiz-container-8013 .information_form input[type='text'], #ays-quiz-container-8013 .information_form input[type='url'], #ays-quiz-container-8013 .information_form input[type='number'], #ays-quiz-container-8013 .information_form input[type='email'], #ays-quiz-container-8013 .information_form input[type='tel'], #ays-quiz-container-8013 .information_form textarea, #ays-quiz-container-8013 .information_form select, #ays-quiz-container-8013 .information_form option { color: initial !important; outline: none; margin-left: 0; background-image: unset; } #ays-quiz-container-8013 .information_form input[type='checkbox'] { margin: 0 10px; outline: initial; -webkit-appearance: auto; -moz-appearance: auto; position: initial; width: initial; height: initial; border: initial; background: initial; } #ays-quiz-container-8013 .information_form input[type='checkbox']::after { content: none; } #ays-quiz-container-8013 .wrong_answer_text{ color:#ff4d4d; } #ays-quiz-container-8013 .right_answer_text{ color:#33cc33; } #ays-quiz-container-8013 .right_answer_text p { font-size:16px; } #ays-quiz-container-8013 .wrong_answer_text p { font-size:16px; } #ays-quiz-container-8013 .ays_questtion_explanation p { font-size:16px; } #ays-quiz-container-8013 .wrong_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-8013 .ays_questtion_explanation *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-8013 .right_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-8013 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-8013 .ays-quiz-question-note-message-box *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-8013 .ays_cb_and_a, #ays-quiz-container-8013 .ays_cb_and_a * { color: rgb(0,0,0); text-align: center; } #ays-quiz-container-8013 iframe { /*min-height: 450px;*/ } #ays-quiz-container-8013 label.ays_for_checkbox, #ays-quiz-container-8013 span.ays_checkbox_for_span { color: initial !important; display: block; } /* Quiz textarea height */ #ays-quiz-container-8013 textarea { height: 100px; min-height: 100px; } /* Quiz rate and passed users count */ #ays-quiz-container-8013 .ays_quizn_ancnoxneri_qanak, #ays-quiz-container-8013 .ays_quiz_rete_avg{ color:#fff; background-color:#000000; } #ays-quiz-container-8013 .ays-questions-container > .ays_quizn_ancnoxneri_qanak { padding: 5px 20px; } #ays-quiz-container-8013 div.for_quiz_rate.ui.star.rating .icon { color: rgba(0,0,0,0.35); } #ays-quiz-container-8013 .ays_quiz_rete_avg div.for_quiz_rate_avg.ui.star.rating .icon { color: rgba(255,255,255,0.5); } #ays-quiz-container-8013 .ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link { color: #000000; } /* Loaders */ #ays-quiz-container-8013 div.lds-spinner, #ays-quiz-container-8013 div.lds-spinner2 { color: #000000; } #ays-quiz-container-8013 div.lds-spinner div:after, #ays-quiz-container-8013 div.lds-spinner2 div:after { background-color: #000000; } #ays-quiz-container-8013 .lds-circle, #ays-quiz-container-8013 .lds-facebook div, #ays-quiz-container-8013 .lds-ellipsis div{ background: #000000; } #ays-quiz-container-8013 .lds-ripple div{ border-color: #000000; } #ays-quiz-container-8013 .lds-dual-ring::after, #ays-quiz-container-8013 .lds-hourglass::after{ border-color: #000000 transparent #000000 transparent; } /* Stars */ #ays-quiz-container-8013 .ui.rating .icon, #ays-quiz-container-8013 .ui.rating .icon:before { font-family: Rating !important; } /* Progress bars */ #ays-quiz-container-8013 #ays_finish_quiz_8013 .ays-progress { border-color: rgba(0,0,0,0.8); } #ays-quiz-container-8013 #ays_finish_quiz_8013 .ays-progress-bg { background-color: rgba(0,0,0,0.3); } #ays-quiz-container-8013 .ays-progress-value { color: #000000; text-align: center; } #ays-quiz-container-8013 .ays-progress-bar { background-color: #5d6cf9; } #ays-quiz-container-8013 .ays-question-counter .ays-live-bar-wrap { direction:ltr !important; } #ays-quiz-container-8013 .ays-live-bar-fill{ color: #000000; border-bottom: 2px solid rgba(0,0,0,0.8); text-shadow: 0px 0px 5px #fff; } #ays-quiz-container-8013 .ays-live-bar-fill.ays-live-fourth, #ays-quiz-container-8013 .ays-live-bar-fill.ays-live-third, #ays-quiz-container-8013 .ays-live-bar-fill.ays-live-second { text-shadow: unset; } #ays-quiz-container-8013 .ays-live-bar-percent{ display:none; } /* Music, Sound */ #ays-quiz-container-8013 .ays_music_sound { color:rgb(0,0,0); } /* Dropdown questions scroll bar */ #ays-quiz-container-8013 blockquote { border-left-color: #000000 !important; } /* Quiz Password */ #ays-quiz-container-8013 .ays-start-page > input[id^='ays_quiz_password_val_'], #ays-quiz-container-8013 .ays-quiz-password-toggle-visibility-box { width: 100%; margin: 0 auto; } /* Question hint */ #ays-quiz-container-8013 .ays_question_hint_container .ays_question_hint_text { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); max-width: 270px; color: #000000; } #ays-quiz-container-8013 .ays_question_hint_container .ays_question_hint_text p { max-width: unset; } #ays-quiz-container-8013 .ays-quiz-additonal-box { display: flex; justify-content: flex-end; align-items: center; position: relative; } /* Quiz Export PDF */ #ays-quiz-container-8013 .ays-export-quiz-button-container .ays-export-quiz-button-more-box { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); box-shadow: 0.025px 0.025px 1px 1px rgba(201,201,201,0.2), 0px 2px 1px 0px rgba(201,201,201,0.14), 0px 2px 5px 0 rgba(201,201,201,0.12); max-width: 190px; color: #000000; } #ays-quiz-container-8013 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:hover, #ays-quiz-container-8013 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:focus { background-color: rgba(93,108,249,0.3); } #ays-quiz-container-8013 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:active { background-color: rgba(93,108,249,1); } #ays-quiz-container-8013 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item { color: #000000; display: flex; justify-content: space-between; align-items: center; font-size: 14px; background-image: unset; box-shadow: unset; border-radius: unset; } #ays-quiz-container-8013 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item .ays-export-quiz-dropdown-item-icon { margin-left: 10px; } #ays-quiz-container-8013 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg path { stroke: #000000; } #ays-quiz-container-8013 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg circle { fill: rgba(93,108,249,0.3); } #ays-quiz-container-8013 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item-icon svg path { fill: rgba(0,0,0,1); } #ays-quiz-container-8013 .ays-quiz-additonal-box svg { position: revert; } #ays-quiz-container-8013 .ays_questions_hint_max_width_class { max-width: 80%; } /* Information form */ #ays-quiz-container-8013 .ays-form-title{ color:rgb(0,0,0); } /* Quiz timer */ #ays-quiz-container-8013 div.ays-quiz-redirection-timer, #ays-quiz-container-8013 div.ays-quiz-timer{ color: #000000; text-align: center; } #ays-quiz-container-8013 div.ays-quiz-after-timer * , #ays-quiz-container-8013 div.ays-quiz-redirection-timer *, #ays-quiz-container-8013 div.ays-quiz-timer * { text-align: center; } #ays-quiz-container-8013 div.ays-quiz-timer.ays-quiz-message-before-timer:before { display: inline-block; font-weight: 500; text-align: center; width: auto; margin-right: 5px; } /* Quiz buttons */ #ays-quiz-container-8013 input#ays-submit, #ays-quiz-container-8013 #ays_finish_quiz_8013 .action-button, #ays-quiz-container-8013 #ays_finish_quiz_8013 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, #ays-quiz-container-8013 #ays_finish_quiz_8013 .step[data-type='checkbox'] .action-button.ays_check_answer, div#ays-quiz-container-8013 #ays_finish_quiz_8013 .action-button.ays_restart_button, #ays-quiz-container-8013 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-8013 .ays-quiz-category-selective-submit-bttn { background-color: #5d6cf9; color:#ffffff; font-size: 18px; padding: 14px 36px; border-radius: 8px; white-space: nowrap; letter-spacing: 0; box-shadow: unset; white-space: normal; word-break: break-word; background-image: unset; width: auto; } #ays-quiz-container-8013 input#ays-submit, #ays-quiz-container-8013 #ays_finish_quiz_8013 input.action-button, #ays-quiz-container-8013 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-8013 .ays-quiz-category-selective-submit-bttn { } div#ays-quiz-container-8013 #ays_finish_quiz_8013 .action-button.ays_check_answer { padding: 5px 10px; font-size: 18px; } #ays-quiz-container-8013 #ays_finish_quiz_8013 .action-button.ays_download_certificate { white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-8013 #ays_finish_quiz_8013 .action-button.ays_arrow { color:#ffffff!important; white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-8013 input#ays-submit:hover, #ays-quiz-container-8013 input#ays-submit:focus, #ays-quiz-container-8013 #ays_finish_quiz_8013 .action-button:hover, #ays-quiz-container-8013 #ays_finish_quiz_8013 .action-button:focus, #ays-quiz-container-8013 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-8013 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px #ffffff; background-color: #5d6cf9; } #ays-quiz-container-8013 .ays_restart_button { color: #ffffff; } #ays-quiz-container-8013 .ays_restart_button_p { display: flex; justify-content: center; flex-wrap: wrap; } #ays-quiz-container-8013 .ays_buttons_div { justify-content: center; } #ays-quiz-container-8013 .step:first-of-type .ays_buttons_div { justify-content: center !important; } #ays-quiz-container-8013 .ays_quiz_results_page .ays_score span { visibility: visible; } #ays-quiz-container-8013 input[type='button'], #ays-quiz-container-8013 input[type='submit'] { color: #ffffff !important; outline: none; } div#ays-quiz-container-8013 .ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-item .ays_questions_nav_question:focus-visible, div#ays-quiz-container-8013 input[type='button']:focus-visible, div#ays-quiz-container-8013 input[type='submit']:focus-visible { outline: -webkit-focus-ring-color auto 1px; } #ays-quiz-container-8013 #ays_finish_quiz_8013 i.ays_early_finish.action-button[disabled]:hover, #ays-quiz-container-8013 #ays_finish_quiz_8013 i.ays_early_finish.action-button[disabled]:focus, #ays-quiz-container-8013 #ays_finish_quiz_8013 i.ays_early_finish.action-button[disabled], #ays-quiz-container-8013 #ays_finish_quiz_8013 i.ays_arrow.action-button[disabled]:hover, #ays-quiz-container-8013 #ays_finish_quiz_8013 i.ays_arrow.action-button[disabled]:focus, #ays-quiz-container-8013 #ays_finish_quiz_8013 i.ays_arrow.action-button[disabled] { color: #aaa !important; } #ays-quiz-container-8013 .ays_finish.action-button{ margin: 10px 5px; } #ays-quiz-container-8013 .ays-share-btn.ays-share-btn-branded { color: #fff; margin-bottom: 5px; display: inline-block; } #ays-quiz-container-8013 .ays-quiz-question-title-text-to-speech-icon { cursor: pointer; position: absolute; left: 0px; top: 0px; z-index: 1; } div#ays-quiz-container-8013.ays-quiz-container .ays-quiz-question-title-text-to-speech-icon svg path { fill: #000000; } /* Question answers */ #ays-quiz-container-8013 .ays-field { border-color: #dddddd; border-style: solid; border-width: 1px; box-shadow: none;flex-direction: row-reverse; } #ays-quiz-container-8013 .ays-quiz-answers .ays-field:hover{ opacity: 1; } #ays-quiz-container-8013 #ays_finish_quiz_8013 .ays-field label.ays_answer_caption[for^='ays-answer-'] { z-index: 1; position:initial;bottom:0;} #ays-quiz-container-8013 #ays_finish_quiz_8013 .ays-field input~label[for^='ays-answer-'] { padding: 5px; } #ays-quiz-container-8013 #ays_finish_quiz_8013 .ays-field { margin-bottom: 12px; position: relative; } #ays-quiz-container-8013 #ays_finish_quiz_8013 .ays_grid_view_container .ays-field.ays_grid_view_item { /* width: calc(50% - 6px); */ width: calc(100% /2 - 4px); } #ays-quiz-container-8013 #ays_finish_quiz_8013 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-8013 #ays_finish_quiz_8013 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-8013 img.ays-quiz-check-button-right-wrong-icon { position: absolute; right: 15px; bottom: 15px; } #ays-quiz-container-8013 img.ays-quiz-check-button-right-wrong-icon[data-type='style-9'] { width: 20px; } #ays-quiz-container-8013 .ays_quiz_results .step[data-type='fill_in_blank'] img.ays-quiz-check-button-right-wrong-icon { right: 10px; bottom: 40px; } #ays-quiz-container-8013 .ays_quiz_results .step[data-type='fill_in_blank'] .ays_fieldset img.ays-quiz-check-button-right-wrong-icon { right: 15px; bottom: 20px; } #ays-quiz-container-8013 #ays_finish_quiz_8013 .ays-field input:checked+label:before { border-color: #5d6cf9; background: #5d6cf9; background-clip: content-box; } #ays-quiz-container-8013 .ays-quiz-answers div.ays-text-right-answer { color: #000000; } /* Answer maximum length of a text field */ #ays-quiz-container-8013 .ays_quiz_question_text_message{ color: #000000; text-align: left; font-size: 12px; } div#ays-quiz-container-8013 div.ays_quiz_question_text_error_message { color: #ff0000; } /* Questions answer image */ #ays-quiz-container-8013 .ays-answer-image { width:15em; height:150px; object-fit: cover; } /* Questions answer right/wrong icons */ #ays-quiz-container-8013 .ays-field input~label.answered.correct:after{ content: ''; } #ays-quiz-container-8013 .ays-field input~label.answered.wrong:after{ content: ''; } #ays-quiz-container-8013 .ays-quiz-answers .ays-field label.answered[for^='ays-answer-']::after{ content: none!important; } #ays-quiz-container-8013 .ays-field label.answered:last-of-type:after{ height: auto; left: 10px;top: 10px;} /* Dropdown questions */ #ays-quiz-container-8013 .select2-container--default .select2-search--dropdown .select2-search__field:focus, #ays-quiz-container-8013 .select2-container--default .select2-search--dropdown .select2-search__field { outline: unset; padding: 0.75rem; } #ays-quiz-container-8013 #ays_finish_quiz_8013 .ays-field .select2-container--default .select2-selection--single { border-bottom: 2px solid #5d6cf9; background-color: #5d6cf9; } #ays-quiz-container-8013 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-8013 .ays-field .select2-container--default .select2-selection--single .select2-selection__placeholder, #ays-quiz-container-8013 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow { /*color: #a29306;*/ color: #ffffff; line-height: 40px; padding-left: 8px; padding-right: 20px; } #ays-quiz-container-8013 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-8013 .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5d6cf9; } #ays-quiz-container-8013 .ays-field .select2-container--default, #ays-quiz-container-8013 .ays-field .select2-container--default .selection, #ays-quiz-container-8013 .ays-field .select2-container--default .dropdown-wrapper, #ays-quiz-container-8013 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-8013 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, #ays-quiz-container-8013 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow, #ays-quiz-container-8013 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow b[role='presentation'] { font-size: 16px !important; } #ays-quiz-container-8013 .select2-container--default .select2-results__option { padding: 6px; } /* Dropdown questions scroll bar */ #ays-quiz-container-8013 .select2-results__options::-webkit-scrollbar { width: 7px; } #ays-quiz-container-8013 .select2-results__options::-webkit-scrollbar-track { background-color: rgba(93,108,249,0.35); } #ays-quiz-container-8013 .select2-results__options::-webkit-scrollbar-thumb { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.55); } #ays-quiz-container-8013 .select2-results__options::-webkit-scrollbar-thumb:hover { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.85); } .ays-quiz-wrap #ays-quiz-container-8013 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } .ays-quiz-wrap #ays-quiz-container-8013 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } /* WooCommerce product */ #ays-quiz-container-8013 .ays-woo-block { background-color: rgba(93,108,249,0.8); } #ays-quiz-container-8013 .ays-woo-product-block h4.ays-woo-product-price > a, #ays-quiz-container-8013 .ays-woo-product-block h4.ays-woo-product-title > a { color: #000000; } #ays-quiz-container-1 .ays-woo-product-block h4.ays-woo-product-price > a { text-decoration: unset; } /* Audio / Video */ #ays-quiz-container-8013 .mejs-container .mejs-time{ box-sizing: unset; } #ays-quiz-container-8013 .mejs-container .mejs-time-rail { padding-top: 15px; } #ays-quiz-container-8013 .mejs-container .mejs-mediaelement video { margin: 0; } /* Limitation */ #ays-quiz-container-8013 .ays-quiz-limitation-count-of-takers { padding: 50px; } #ays-quiz-container-8013 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show, #ays-quiz-container-8013 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-hide{ color: #000000; } #ays-quiz-container-8013 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-8013 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-8013 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000000; } #ays-quiz-container-8013.ays_quiz_elegant_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after, #ays-quiz-container-8013.ays_quiz_rect_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000; } /* Hestia theme (Version: 3.0.16) | Start */ #ays-quiz-container-8013 .mejs-container .mejs-inner .mejs-controls .mejs-button > button:hover, #ays-quiz-container-8013 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { box-shadow: unset; background-color: transparent; } #ays-quiz-container-8013 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { margin: 10px 6px; } /* Hestia theme (Version: 3.0.16) | End */ /* Go theme (Version: 1.4.3) | Start */ #ays-quiz-container-8013 label[for^='ays-answer']:before, #ays-quiz-container-8013 label[for^='ays-answer']:before { -webkit-mask-image: unset; mask-image: unset; } #ays-quiz-container-8013 .ays_question_report { text-align: right; } div#ays-quiz-container-8013 .ays_question_report .ays-quiz-open-report-window { fill: #000000; } #ays-quiz-container-8013 .ays-export-quiz-button-container { position: relative; right: 100px; top: -5px; right: -5px; margin: 0; z-index: 1000; display: flex; justify-content: flex-end; } #ays-quiz-container-8013.ays_quiz_classic_light .ays-field input:checked+label.answered:before, #ays-quiz-container-8013.ays_quiz_classic_dark .ays-field input:checked+label.answered:before { background-color: #5d6cf9 !important; } #ays-quiz-container-8013.ays_quiz_classic_light .ays-field input:checked+label.answered.correct:before, #ays-quiz-container-8013.ays_quiz_classic_dark .ays-field input:checked+label.answered.correct:before { background-color: #27ae60 !important; } #ays-quiz-container-8013.ays_quiz_classic_light .ays-field input:checked+label.answered.wrong:before, #ays-quiz-container-8013.ays_quiz_classic_dark .ays-field input:checked+label.answered.wrong:before { background-color: #cc3700 !important; } /* Go theme (Version: 1.4.3) | End */ #ays-quiz-container-8013 .ays_quiz_results fieldset.ays_fieldset .ays_quiz_question .wp-video { width: 100% !important; max-width: 100%; } /* Classic Dark / Classic Light */ /* Dropdown questions right/wrong styles */ #ays-quiz-container-8013.ays_quiz_classic_dark .correct_div, #ays-quiz-container-8013.ays_quiz_classic_light .correct_div{ border-color: green !important; opacity: 1 !important; background-color: rgba(39,174,96,0.4) !important; } #ays-quiz-container-8013.ays_quiz_classic_dark .correct_div .selected-field, #ays-quiz-container-8013.ays_quiz_classic_light .correct_div .selected-field { padding: 0px 10px 0px 10px; color: green !important; } #ays-quiz-container-8013.ays_quiz_classic_dark .wrong_div, #ays-quiz-container-8013.ays_quiz_classic_light .wrong_div{ border-color: red !important; opacity: 1 !important; background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-8013.ays_quiz_classic_dark .ays-field.checked_answer_div.wrong_div input:checked~label, #ays-quiz-container-8013.ays_quiz_classic_light .ays-field.checked_answer_div.wrong_div input:checked~label { background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-8013 .ays_question_result .ays-field .ays_quiz_hide_correct_answer:after{ content: '' !important; } #ays-quiz-container-8013 .ays_question_result .ays_quiz_question .ays-quiz-fill-in-blank-input { color: #000000 !important; } #ays-quiz-container-8013 .ays_quiz_results .step.ays_question_result:last-child { padding-bottom: 20px; } #ays-quiz-container-8013 .ays-quiz-close-full-screen { fill: #000000; } #ays-quiz-container-8013 .ays-quiz-open-full-screen { fill: #000000; } #ays-quiz-container-8013 .ays_quiz_login_form p{ color: #000000; } /* Personality Test | Start */ #ays-quiz-container-8013 .ays-quiz-personality-result-box .ays-quiz-personality-result-description p { text-align: left; padding: 0; } #ays-quiz-container-8013 .ays-quiz-personality-result-box { background: white; border-radius: 17px; box-shadow: 0px 0px 20px rgba(98, 85, 165, 0.1); /*padding: 30px 3% 40px;*/ padding: 20px 30px; margin: 30px 0; font-size: 16px; } #ays-quiz-container-8013 .ays-quiz-personality-result-box .ays-quiz-personality-result-title { color: #413A5C; font-size: 23px; margin: 0; text-align: left; font-weight: bold; } div#ays-quiz-container-8013.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description { margin: 0; font-size: 16px; text-align: left; color: #413A5C; } div#ays-quiz-container-8013.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description * { color: #413A5C; } #ays-quiz-container-8013 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress { width: 100%; background-color: rgba(128, 126, 137, 0.1); border-radius: 15px; position: relative; display: flex; /* justify-content: flex-end; */ margin-top: 1rem; margin-bottom: 1rem; } #ays-quiz-container-8013 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress-end { justify-content: flex-end; } #ays-quiz-container-8013 .ays-quiz-personality-result-box .ays-quiz-personality-result-bar { height: 30px; border-radius: 15px; color: white; font-size: 18px; padding: 3px 15px 0; } #ays-quiz-container-8013 .ays-quiz-personality-result-box .ays-quiz-personality-result-percentages { position: absolute; width: 100%; padding: 4px 15px; top: 0; -ms-flex-pack: justify; justify-content: space-between; display: -ms-flexbox; display: flex; } #ays-quiz-container-8013 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box div, #ays-quiz-container-8013 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-dark-purple { color: #413A5C; } #ays-quiz-container-8013 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-white { color: #ffffff; } #ays-quiz-container-8013 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-percentage { font-weight: bolder; } #ays-quiz-container-8013 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; } #ays-quiz-container-8013 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-bar { background-color: #6255A5; } #ays-quiz-container-8013 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-keyword-text-color { color: #6255A5; } #ays-quiz-container-8013 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-bar { background-color: #F2C94C; } #ays-quiz-container-8013 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-keyword-text-color { color: #F2C94C; } #ays-quiz-container-8013 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-bar { background-color: #88D29D; } #ays-quiz-container-8013 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-keyword-text-color { color: #88D29D; } #ays-quiz-container-8013 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-bar { background-color: #E5A69D; } #ays-quiz-container-8013 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-keyword-text-color { color: #E5A69D; } #ays-quiz-container-8013 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-bar { background-color: #03A9F4; } #ays-quiz-container-8013 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-keyword-text-color { color: #03A9F4; } #ays-quiz-container-8013 .ays-quiz-personality-result-box div:before, #ays-quiz-container-8013 .ays-quiz-personality-result-box div:after { content: unset; } /* Personality Test | End */ /* report questions modal start */ .ays-modal-reports { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.4); animation-duration: .5s; background-color: rgba(0, 0, 0, 0.4); } #ays-quiz-question-report-modal-8013 .ays-modal-content-reports { background-color: #fefefe; margin: 10% auto; border: 1px solid #888; max-width: 500px; width: 100%; border-radius: 10px; padding: 20px; box-sizing: border-box; position: relative; } #ays-quiz-question-report-modal-8013 .ays-modal-content-reports label{ display: block; margin-bottom: 10px; font-weight: bold; letter-spacing: normal; } #ays-quiz-question-report-modal-8013 .ays-modal-content-reports textarea { display: block; width: 100%; height: 100px; padding: 5px; box-sizing: border-box; border-radius: 5px; border: 1px solid #ccc; max-width: 100%; max-height: 500px; resize: vertical; transition: unset; } #ays-quiz-question-report-modal-8013 .ays-modal-content-reports input.ays-quiz-submit-question-report { background-color: #0073aa; color: #fff; border: none; border-radius: 5px; padding: 10px 20px; cursor: pointer; margin-top: 20px; line-height: normal; letter-spacing: normal; box-shadow: unset; background-image: unset; } #ays-quiz-question-report-modal-8013 .ays-close-reports-window { color: #aaa; font-weight: bold; position: absolute; top: 1%; right: 1%; } #ays-quiz-question-report-modal-8013 .ays-close-reports-window img { box-shadow: unset; } #ays-quiz-question-report-modal-8013 .ays-close-reports-window img:hover, #ays-quiz-question-report-modal-8013 .ays-close-reports-window img:focus { cursor: pointer; } #ays-quiz-question-report-modal-8013 .ays-quiz-question-report-error { display: none; font-size: 13px; color: #f00; text-align: left; } #ays-quiz-question-report-modal-8013 .ays-quiz-question-report-textarea-label, #ays-quiz-question-report-modal-8013 .ays-quiz-question-report-title { text-align: left; } #ays-quiz-question-report-modal-8013 .ays_quiz_modal_overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; position: absolute; z-index: 1000000000; flex-direction: column; } #ays-quiz-question-report-modal-8013 .ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment { margin: 10px 0; } /* report questions modal end */ @media screen and (max-width: 768px){ #ays-quiz-container-8013{ max-width: 100%; } div#ays-quiz-container-8013 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } div#ays-quiz-container-8013.ays_quiz_modern_light .step, div#ays-quiz-container-8013.ays_quiz_modern_dark .step { padding-right: 0px !important; padding-top: 0px !important; } div#ays-quiz-container-8013.ays_quiz_modern_light div.step[data-question-id], div#ays-quiz-container-8013.ays_quiz_modern_dark div.step[data-question-id] { background-size: cover !important; background-position: center center !important; } div#ays-quiz-container-8013.ays_quiz_modern_light .ays-abs-fs:not(.ays-start-page):not(.ays-end-page), div#ays-quiz-container-8013.ays_quiz_modern_dark .ays-abs-fs:not(.ays-start-page):not(.ays-end-page) { width: 100%; } #ays-quiz-container-8013 .ays_quiz_question p { font-size: 16px; } #ays-quiz-container-8013 .select2-container, div#ays-quiz-container-8013 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } div#ays-quiz-container-8013 input#ays-submit, div#ays-quiz-container-8013 #ays_finish_quiz_8013 .action-button, div#ays-quiz-container-8013 #ays_finish_quiz_8013 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, div#ays-quiz-container-8013 #ays_finish_quiz_8013 .action-button.ays_restart_button, #ays-quiz-container-8013 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-8013 .ays-quiz-category-selective-submit-bttn { font-size: 18px; } div#ays-quiz-container-8013 div.ays-questions-container div.ays-woo-block { width: 100%; } /* Quiz title / mobile font size */ div#ays-quiz-container-8013 .ays-fs-title { font-size: 20px; } /* Question explanation / mobile font size */ #ays-quiz-container-8013 .ays_questtion_explanation p { font-size:16px; } /* Wrong answers / mobile font size */ #ays-quiz-container-8013 .wrong_answer_text p { font-size:16px; } /* Right answers / mobile font size */ #ays-quiz-container-8013 .right_answer_text p { font-size:16px; } /* Note text / mobile font size */ #ays-quiz-container-8013 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-8013 div.ays-quiz-personality-result-box .ays-quiz-personality-result-title { font-size: 18px; } /* Personality Test */ #ays-quiz-container-8013 div.ays-quiz-personality-result-box .ays-quiz-personality-result-bar { font-size: 14px; padding: 6px 10px 0; } } /* Custom css styles */ /* RTL direction styles */ </style> <style> #ays-quiz-container-8013 p { margin: 0.625em; } #ays-quiz-container-8013.ays_quiz_classic_light .enable_correction .ays-field.checked_answer_div input:checked+label, #ays-quiz-container-8013.ays_quiz_classic_dark .enable_correction .ays-field.checked_answer_div input:checked+label { /* background-color: transparent; */ } #ays-quiz-container-8013 .ays-field.checked_answer_div input:checked~label { background-color: rgba(93,108,249,0.6); } #ays-quiz-container-8013.ays-quiz-container.ays_quiz_classic_light .ays-questions-container .ays-field:hover label[for^='ays-answer-'], #ays-quiz-container-8013 .ays-field:hover{ background: rgba(93,108,249,0.8); color: #fff; transition: all .3s; } #ays-quiz-container-8013 #ays_finish_quiz_8013 .action-button:hover, #ays-quiz-container-8013 #ays_finish_quiz_8013 .action-button:focus, #ays-quiz-container-8013 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-8013 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 3px #ffffff; background: #5d6cf9; } </style><script> if(typeof aysQuizOptions === 'undefined'){ var aysQuizOptions = []; } aysQuizOptions['8013'] = 'eyJxdWl6X3ZlcnNpb24iOiIyMS44LjEiLCJjb3JlX3ZlcnNpb24iOiI2LjcuMiIsInBocF92ZXJzaW9uIjoiOC4xLjMxIiwiY29sb3IiOiIjNWQ2Y2Y5IiwiYmdfY29sb3IiOiIjZmZmIiwidGV4dF9jb2xvciI6IiMwMDAwMDAiLCJoZWlnaHQiOjQ1MCwid2lkdGgiOjgwMCwiZW5hYmxlX2xvZ2dlZF91c2VycyI6Im9mZiIsImluZm9ybWF0aW9uX2Zvcm0iOiJkaXNhYmxlIiwiZm9ybV9uYW1lIjoib2ZmIiwiZm9ybV9lbWFpbCI6Im9mZiIsImZvcm1fcGhvbmUiOiJvZmYiLCJpbWFnZV93aWR0aCI6IiIsImltYWdlX2hlaWdodCI6IiIsImVuYWJsZV9jb3JyZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3Byb2dyZXNzX2JhciI6Im9mZiIsImVuYWJsZV9xdWVzdGlvbnNfcmVzdWx0Ijoib24iLCJyYW5kb21pemVfcXVlc3Rpb25zIjoib2ZmIiwicmFuZG9taXplX2Fuc3dlcnMiOiJvZmYiLCJlbmFibGVfcXVlc3Rpb25zX2NvdW50ZXIiOiJvbiIsImVuYWJsZV9yZXN0cmljdGlvbl9wYXNzIjoib2ZmIiwiZW5hYmxlX3Jlc3RyaWN0aW9uX3Bhc3NfdXNlcnMiOiJvZmYiLCJyZXN0cmljdGlvbl9wYXNzX21lc3NhZ2UiOiIiLCJyZXN0cmljdGlvbl9wYXNzX3VzZXJzX21lc3NhZ2UiOiIiLCJ1c2VyX3JvbGUiOltdLCJheXNfdXNlcnNfc2VhcmNoIjpbXSwiY3VzdG9tX2NzcyI6IiIsImxpbWl0X3VzZXJzIjoib2ZmIiwibGltaXRhdGlvbl9tZXNzYWdlIjoiIiwicmVkaXJlY3RfdXJsIjoiIiwicmVkaXJlY3Rpb25fZGVsYXkiOjAsImFuc3dlcnNfdmlldyI6Imxpc3QiLCJlbmFibGVfcnRsX2RpcmVjdGlvbiI6Im9mZiIsImVuYWJsZV9sb2dnZWRfdXNlcnNfbWVzc2FnZSI6IiIsInF1ZXN0aW9uc19jb3VudCI6IiIsImVuYWJsZV9xdWVzdGlvbl9iYW5rIjoib2ZmIiwiZW5hYmxlX2xpdmVfcHJvZ3Jlc3NfYmFyIjoib2ZmIiwiZW5hYmxlX3BlcmNlbnRfdmlldyI6Im9mZiIsImVuYWJsZV9hdmVyYWdlX3N0YXRpc3RpY2FsIjoib24iLCJlbmFibGVfbmV4dF9idXR0b24iOiJvbiIsImVuYWJsZV9wcmV2aW91c19idXR0b24iOiJvbiIsImVuYWJsZV9hcnJvd3MiOiJvZmYiLCJ0aW1lcl90ZXh0IjoiQlx1MWVhMW4gXHUwMTExXHUwMGUzIHNcdTFlYjVuIHNcdTAwZTBuZyBjaFx1MDFiMGE/IDQ1IHBoXHUwMGZhdCBsXHUwMGUwbSBiXHUwMGUwaSBiXHUxZWFmdCBcdTAxMTFcdTFlYTd1ISEhIiwicXVpel90aGVtZSI6ImNsYXNzaWNfbGlnaHQiLCJlbmFibGVfc29jaWFsX2J1dHRvbnMiOiJvZmYiLCJmaW5hbF9yZXN1bHRfdGV4dCI6IjxpbWcgY2xhc3M9XCJzaXplLWZ1bGwgd3AtaW1hZ2UtNDI5IGFsaWduY2VudGVyXCIgc3JjPVwiaHR0cDpcL1wvY2F1aG9pLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDNcL2NvbmdyYXR1bGF0aW9ucy5naWZcIiBhbHQ9XCJcIiB3aWR0aD1cIjQ5OVwiIGhlaWdodD1cIjE4MVwiIFwvPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNoXHUwMGZhYyBtXHUxZWVibmcgYlx1MWVhMW4gXHUwMTExXHUwMGUzIGhvXHUwMGUwbiB0aFx1MDBlMG5oIGJcdTAwZTBpIHRoaSEhITxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkJcdTFlYTFuIFx1MDExMVx1MDBmYW5nIDxzcGFuIHN0eWxlPVwidmVydGljYWwtYWxpZ246IGluaGVyaXQ7XCI+JSV1c2VyX2NvcnJlY3RzX2NvdW50JSVcLyUlcXVlc3Rpb25zX2NvdW50JSU8XC9zcGFuPjxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNcdTAwZjluZyB4ZW0gXHUwMTExXHUwMGUxcCBcdTAwZTFuIFx1MWVkZiBiXHUwMGVhbiBkXHUwMWIwXHUxZWRiaSBcdTAxMTFcdTAwZTJ5IG5oXHUwMGU5ISEhPFwvc3Ryb25nPjxcL3A+IiwiZW5hYmxlX3Bhc3NfY291bnQiOiJvbiIsImhpZGVfc2NvcmUiOiJvbiIsInJhdGVfZm9ybV90aXRsZSI6IiIsImJveF9zaGFkb3dfY29sb3IiOiIjYzljOWM5IiwicXVpel9ib3JkZXJfcmFkaXVzIjoiOCIsInF1aXpfYmdfaW1hZ2UiOiIiLCJxdWl6X2JvcmRlcl93aWR0aCI6IjEiLCJxdWl6X2JvcmRlcl9zdHlsZSI6InNvbGlkIiwicXVpel9ib3JkZXJfY29sb3IiOiIjMDAwIiwicXVpel9sb2FkZXIiOiJkZWZhdWx0IiwicXVlc3RfYW5pbWF0aW9uIjoic2hha2UiLCJlbmFibGVfYmdfbXVzaWMiOiJvZmYiLCJxdWl6X2JnX211c2ljIjoiIiwiYW5zd2Vyc19mb250X3NpemUiOjE1LCJzaG93X2NyZWF0ZV9kYXRlIjoib2ZmIiwic2hvd19hdXRob3IiOiJvZmYiLCJlbmFibGVfZWFybHlfZmluaXNoIjoib2ZmIiwiYW5zd2Vyc19yd190ZXh0cyI6Im9uX3Bhc3NpbmciLCJkaXNhYmxlX3N0b3JlX2RhdGEiOiJvZmYiLCJlbmFibGVfYmFja2dyb3VuZF9ncmFkaWVudCI6Im9mZiIsImJhY2tncm91bmRfZ3JhZGllbnRfY29sb3JfMSI6IiMwMDAiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2NvbG9yXzIiOiIjZmZmIiwicXVpel9ncmFkaWVudF9kaXJlY3Rpb24iOiJ2ZXJ0aWNhbCIsInJlZGlyZWN0X2FmdGVyX3N1Ym1pdCI6Im9mZiIsInN1Ym1pdF9yZWRpcmVjdF91cmwiOiIiLCJzdWJtaXRfcmVkaXJlY3RfZGVsYXkiOiIwIiwicHJvZ3Jlc3NfYmFyX3N0eWxlIjoidGhpcmQiLCJlbmFibGVfZXhpdF9idXR0b24iOiJvZmYiLCJleGl0X3JlZGlyZWN0X3VybCI6IiIsImltYWdlX3NpemluZyI6ImNvdmVyIiwicXVpel9iZ19pbWFnZV9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJjdXN0b21fY2xhc3MiOiIiLCJlbmFibGVfc29jaWFsX2xpbmtzIjoib2ZmIiwic29jaWFsX2xpbmtzIjp7ImxpbmtlZGluX2xpbmsiOiIiLCJmYWNlYm9va19saW5rIjoiIiwidHdpdHRlcl9saW5rIjoiIiwidmtvbnRha3RlX2xpbmsiOiIiLCJpbnN0YWdyYW1fbGluayI6IiIsInlvdXR1YmVfbGluayI6IiIsImJlaGFuY2VfbGluayI6IiJ9LCJzaG93X3F1aXpfdGl0bGUiOiJvbiIsInNob3dfcXVpel9kZXNjIjoib24iLCJzaG93X2xvZ2luX2Zvcm0iOiJvZmYiLCJtb2JpbGVfbWF4X3dpZHRoIjoiIiwibGltaXRfdXNlcnNfYnkiOiJpcCIsImV4cGxhbmF0aW9uX3RpbWUiOiI0IiwiZW5hYmxlX2NsZWFyX2Fuc3dlciI6Im9mZiIsInNob3dfY2F0ZWdvcnkiOiJvbiIsInNob3dfcXVlc3Rpb25fY2F0ZWdvcnkiOiJvbiIsImFuc3dlcnNfcGFkZGluZyI6IjUiLCJhbnN3ZXJzX2JvcmRlciI6Im9uIiwiYW5zd2Vyc19ib3JkZXJfd2lkdGgiOiIxIiwiYW5zd2Vyc19ib3JkZXJfc3R5bGUiOiJzb2xpZCIsImFuc3dlcnNfYm9yZGVyX2NvbG9yIjoiI2RkZGRkZCIsImFuc19pbWdfaGVpZ2h0IjoiMTUwIiwiYW5zX2ltZ19jYXB0aW9uX3N0eWxlIjoib3V0c2lkZSIsImFuc19pbWdfY2FwdGlvbl9wb3NpdGlvbiI6ImJvdHRvbSIsImFuc3dlcnNfYm94X3NoYWRvdyI6Im9mZiIsImFuc3dlcnNfYm94X3NoYWRvd19jb2xvciI6IiMwMDAiLCJzaG93X2Fuc3dlcnNfY2FwdGlvbiI6Im9uIiwiYW5zd2Vyc19tYXJnaW4iOjEyLCJhbnNfcmlnaHRfd3JvbmdfaWNvbiI6Im5vbmUiLCJkaXNwbGF5X3Njb3JlIjoiYnlfcG9pbnRzIiwiZW5hYmxlX3J3X2FzbndlcnNfc291bmRzIjoib2ZmIiwicXVpel9iZ19pbWdfaW5fZmluaXNoX3BhZ2UiOiJvZmYiLCJmaW5pc2hfYWZ0ZXJfd3JvbmdfYW5zd2VyIjoib2ZmIiwiYWZ0ZXJfdGltZXJfdGV4dCI6IkJcdTFlYTFuIFx1MDExMVx1MDBlMyBoXHUxZWJmdCBnaVx1MWVkZCBsXHUwMGUwbSBiXHUwMGUwaSEgWGVtIGtcdTFlYmZ0IHF1XHUxZWEzIGNcdTAwZTFjIGNcdTAwZTJ1IGhcdTFlY2ZpIFx1MDExMVx1MDBlMyBsXHUwMGUwbSBuaFx1MDBlOSEhISIsImVuYWJsZV9lbnRlcl9rZXkiOiJvbiIsInNob3dfcmF0ZV9hZnRlcl9yYXRlIjoib24iLCJidXR0b25zX3RleHRfY29sb3IiOiIjZmZmZmZmIiwiYnV0dG9uc19wb3NpdGlvbiI6ImNlbnRlciIsImJ1dHRvbnNfc2l6ZSI6ImxhcmdlIiwiYnV0dG9uc19mb250X3NpemUiOiIxOCIsImJ1dHRvbnNfd2lkdGgiOiIiLCJidXR0b25zX2xlZnRfcmlnaHRfcGFkZGluZyI6IjM2IiwiYnV0dG9uc190b3BfYm90dG9tX3BhZGRpbmciOiIxNCIsImJ1dHRvbnNfYm9yZGVyX3JhZGl1cyI6IjgiLCJlbmFibGVfYXVkaW9fYXV0b3BsYXkiOiJvZmYiLCJlbmFibGVfbGVhdmVfcGFnZSI6Im9uIiwic2hvd19vbmx5X3dyb25nX2Fuc3dlciI6Im9mZiIsInBhc3Nfc2NvcmUiOjAsInBhc3Nfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DaFx1MDBmYWMgbVx1MWVlYm5nITxcL2g0PlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5CXHUxZWExbiBcdTAxMTFcdTAwZTMgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSE8XC9wPiIsImZhaWxfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cdTAxMTBcdTAwZTFuZyB0aVx1MWViZmMhPFwvaDQ+XHJcbjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkJcdTFlYTFuIGtoXHUwMGY0bmcgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSFcclxuSFx1MDBlM3kgdGhcdTFlZWQgbFx1MWVhMWkgbmhcdTAwZTkhPFwvcD4iLCJhbnN3ZXJzX29iamVjdF9maXQiOiJjb3ZlciIsInF1aXpfbWF4X3Bhc3NfY291bnQiOjEsInF1ZXN0aW9uX2ZvbnRfc2l6ZSI6MTYsInF1aXpfd2lkdGhfYnlfcGVyY2VudGFnZV9weCI6InBpeGVscyIsInF1ZXN0aW9uc19oaW50X2ljb25fb3JfdGV4dCI6ImRlZmF1bHQiLCJxdWVzdGlvbnNfaGludF92YWx1ZSI6IiIsImVuYWJsZV9lYXJseV9maW5zaF9jb21maXJtX2JveCI6Im9uIiwiaGlkZV9jb3JyZWN0X2Fuc3dlcnMiOiJvZmYiLCJxdWl6X2xvYWRlcl90ZXh0X3ZhbHVlIjoiIiwic2hvd19pbmZvcm1hdGlvbl9mb3JtIjoib24iLCJzaG93X3F1ZXN0aW9uc19leHBsYW5hdGlvbiI6Im9uX3Jlc3VsdHNfcGFnZSIsImVuYWJsZV9xdWVzdGlvbnNfb3JkZXJpbmdfYnlfY2F0Ijoib2ZmIiwiZW5hYmxlX3NlbmRfbWFpbF90b191c2VyX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJlbmFibGVfc2VuZF9tYWlsX3RvX2FkbWluX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJzaG93X3F1ZXN0aW9uc19udW1iZXJpbmciOiJub25lIiwic2hvd19hbnN3ZXJzX251bWJlcmluZyI6Im5vbmUiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmIjoiIiwiZGlzYWJsZV9ob3Zlcl9lZmZlY3QiOiJvZmYiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmX3dpZHRoIjoxMDAsInF1aXpfdGl0bGVfdHJhbnNmb3JtYXRpb24iOiJ1cHBlcmNhc2UiLCJxdWl6X2ltYWdlX3dpZHRoX2J5X3BlcmNlbnRhZ2VfcHgiOiJwaXhlbHMiLCJxdWl6X2ltYWdlX2hlaWdodCI6MCwicXVpel9iZ19pbWdfb25fc3RhcnRfcGFnZSI6Im9mZiIsInF1aXpfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9ib3hfc2hhZG93X3lfb2Zmc2V0IjowLCJxdWl6X2JveF9zaGFkb3dfel9vZmZzZXQiOjE1LCJxdWl6X3F1ZXN0aW9uX3RleHRfYWxpZ25tZW50IjoiY2VudGVyIiwicXVpel9hcnJvd190eXBlIjoiZGVmYXVsdCIsInF1aXpfc2hvd193cm9uZ19hbnN3ZXJzX2ZpcnN0Ijoib2ZmIiwicXVpel9kaXNwbGF5X2FsbF9xdWVzdGlvbnMiOiJvbiIsInF1aXpfdGltZXJfcmVkX3dhcm5pbmciOiJvbiIsInF1aXpfc2NoZWR1bGVfdGltZXpvbmUiOiJVVEMrMCIsInF1ZXN0aW9uc19oaW50X2J1dHRvbl92YWx1ZSI6IiIsInF1aXpfdGFja2Vyc19tZXNzYWdlIjoiVGhpcyBxdWl6IGlzIGV4cGlyZWQhIiwicXVpel9lbmFibGVfbGlua2VkaW5fc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV9mYWNlYm9va19zaGFyZV9idXR0b24iOiJvbiIsInF1aXpfZW5hYmxlX3R3aXR0ZXJfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV92a29udGFrdGVfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X21ha2VfcmVzcG9uc2VzX2Fub255bW91cyI6Im9mZiIsInF1aXpfbWFrZV9hbGxfcmV2aWV3X2xpbmsiOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3RpbWVyIjoiVGhcdTFlZGRpIGdpYW4gY1x1MDBmMm4gbFx1MWVhMWkiLCJxdWl6X3Bhc3N3b3JkX21lc3NhZ2UiOiIiLCJlbmFibGVfc2VlX3Jlc3VsdF9jb25maXJtX2JveCI6Im9mZiIsImRpc3BsYXlfZmllbGRzX2xhYmVscyI6Im9mZiIsInF1aXpfZW5hYmxlX3Bhc3N3b3JkX3Zpc2liaWxpdHkiOiJvZmYiLCJxdWVzdGlvbl9tb2JpbGVfZm9udF9zaXplIjoxNiwiYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNSwic29jaWFsX2J1dHRvbnNfaGVhZGluZyI6IiIsInNvY2lhbF9saW5rc19oZWFkaW5nIjoiIiwicXVpel9lbmFibGVfcXVlc3Rpb25fY2F0ZWdvcnlfZGVzY3JpcHRpb24iOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3JlZGlyZWN0X3RpbWVyIjoiIiwiYnV0dG9uc19tb2JpbGVfZm9udF9zaXplIjoxOCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd195X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd196X29mZnNldCI6MTAsInF1aXpfZW5hYmxlX3RpdGxlX3RleHRfc2hhZG93Ijoib2ZmIiwicXVpel90aXRsZV90ZXh0X3NoYWRvd19jb2xvciI6IiMzMzMiLCJyaWdodF9hbnN3ZXJzX2ZvbnRfc2l6ZSI6MTYsIndyb25nX2Fuc3dlcnNfZm9udF9zaXplIjoxNiwicXVlc3RfZXhwbGFuYXRpb25fZm9udF9zaXplIjoxNiwicXVpel93YWl0aW5nX3RpbWUiOiJvZmYiLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3hfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3lfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3pfb2Zmc2V0IjoyLCJxdWl6X3Nob3dfb25seV93cm9uZ19hbnN3ZXJzIjoib2ZmIiwicXVpel90aXRsZV9mb250X3NpemUiOjI4LCJxdWl6X3RpdGxlX21vYmlsZV9mb250X3NpemUiOjIwLCJxdWl6X3Bhc3N3b3JkX3dpZHRoIjoiIiwicXVpel9yZXZpZXdfcGxhY2Vob2xkZXJfdGV4dCI6IiIsInF1aXpfbWFrZV9yZXZpZXdfcmVxdWlyZWQiOiJvZmYiLCJxdWl6X2VuYWJsZV9yZXN1bHRzX3RvZ2dsZSI6Im9mZiIsInF1aXpfcmV2aWV3X3RoYW5rX3lvdV9tZXNzYWdlIjoiIiwicXVpel9yZXZpZXdfZW5hYmxlX2NvbW1lbnRfZmllbGQiOiJvbiIsInF1ZXN0X2V4cGxhbmF0aW9uX21vYmlsZV9mb250X3NpemUiOjE2LCJ3cm9uZ19hbnN3ZXJzX21vYmlsZV9mb250X3NpemUiOjE2LCJxdWl6X2VuYWJsZV9xdWVzdGlvbl9pbWFnZV96b29tIjoib2ZmIiwicmlnaHRfYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNiwicXVpel9kaXNwbGF5X21lc3NhZ2VzX2JlZm9yZV9idXR0b25zIjoib2ZmIiwiZW5hYmxlX3F1ZXN0aW9uc19yZXBvcnRpbmciOiJvZmYiLCJxdWl6X2VuYWJsZV9xdWVzdGlvbnNfcmVwb3J0aW5nX21haWwiOiJvZmYiLCJxdWl6X2VuYWJsZV91c2VyX2NcdTA1NzBvb3NpbmdfYW5vbnltb3VzX2Fzc2Vzc21lbnQiOiJvZmYiLCJub3RlX3RleHRfZm9udF9zaXplIjoxNCwibm90ZV90ZXh0X21vYmlsZV9mb250X3NpemUiOjE0LCJxdWl6X3F1ZXN0aW9uc19udW1iZXJpbmdfYnlfY2F0ZWdvcnkiOiJvZmYiLCJxdWl6X2VuYWJsZV9jdXN0b21fdGV4dHNfZm9yX2J1dHRvbnMiOiJvZmYiLCJxdWl6X2N1c3RvbV90ZXh0c19zdGFydF9idXR0b24iOiJTdGFydCIsInF1aXpfY3VzdG9tX3RleHRzX25leHRfYnV0dG9uIjoiTmV4dCIsInF1aXpfY3VzdG9tX3RleHRzX3ByZXZfYnV0dG9uIjoiUHJldiIsInF1aXpfY3VzdG9tX3RleHRzX2NsZWFyX2J1dHRvbiI6IkNsZWFyIiwicXVpel9jdXN0b21fdGV4dHNfZmluaXNoX2J1dHRvbiI6IkZpbmlzaCIsInF1aXpfY3VzdG9tX3RleHRzX3NlZV9yZXN1bHRzX2J1dHRvbiI6IlNlZSBSZXN1bHQiLCJxdWl6X2N1c3RvbV90ZXh0c19yZXN0YXJ0X3F1aXpfYnV0dG9uIjoiUmVzdGFydCBxdWl6IiwicXVpel9jdXN0b21fdGV4dHNfc2VuZF9mZWVkYmFja19idXR0b24iOiJTZW5kIGZlZWRiYWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9hZF9tb3JlX2J1dHRvbiI6IkxvYWQgbW9yZSIsInF1aXpfY3VzdG9tX3RleHRzX2V4aXRfYnV0dG9uIjoiRXhpdCIsInF1aXpfY3VzdG9tX3RleHRzX2NoZWNrX2J1dHRvbiI6IkNoZWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9naW5fYnV0dG9uIjoiTG9nIEluIiwicXVpel9lbmFibGVfcXVpel9jYXRlZ29yeV9kZXNjcmlwdGlvbiI6Im9mZiIsInF1aXpfYWRtaW5fbm90ZV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJxdWl6X2dyaWRfdmlld19jb3VudCI6IjIiLCJxdWl6X2dyaWRfaW1hZ2VfdmlldyI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9yaWdodF9hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel93cm9uZ19hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3JpZ2h0X2Fuc3dlcnNfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInF1aXpfd3JvbmdfYW5zd2Vyc190ZXh0X2RlY29yYXRpb24iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfYmdfaW1nX2R1cmluZ190aGVfcXVpeiI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fbGV0dGVyX3NwYWNpbmciOiIwIiwicXVpel9yaWdodF9hbnN3ZXJzX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfd3JvbmdfYW5zd2Vyc19sZXR0ZXJfc3BhY2luZyI6IjAiLCJxdWl6X2FkbWluX25vdGVfZm9udF93ZWlnaHQiOiJub3JtYWwiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9yaWdodF9hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel93cm9uZ19hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9jb250ZW50X21heF93aWR0aCI6OTAsInF1aXpfY29udGVudF9tb2JpbGVfbWF4X3dpZHRoIjo5MCwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2UiOm51bGwsInF1ZXN0aW9uX2NvdW50X3Blcl9wYWdlX251bWJlciI6IiIsIm1haWxfbWVzc2FnZSI6IiIsImVuYWJsZV9jZXJ0aWZpY2F0ZSI6Im9mZiIsImVuYWJsZV9jZXJ0aWZpY2F0ZV93aXRob3V0X3NlbmQiOiJvZmYiLCJjZXJ0aWZpY2F0ZV9wYXNzIjoiMCIsImZvcm1fdGl0bGUiOiIiLCJjZXJ0aWZpY2F0ZV90aXRsZSI6IjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiA1MHB4OyBmb250LXdlaWdodDogYm9sZDtcIj5DZXJ0aWZpY2F0ZSBvZiBDb21wbGV0aW9uPFwvc3Bhbj4iLCJjZXJ0aWZpY2F0ZV9ib2R5IjoiPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+VGhpcyBpcyB0byBjZXJ0aWZ5IHRoYXQ8XC9pPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMzBweDtcIj48Yj4lJXVzZXJfbmFtZSUlPFwvYj48XC9zcGFuPlxyXG5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+aGFzIGNvbXBsZXRlZCB0aGUgcXVpejxcL2k+PFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAzMHB4O1wiPlwiJSVxdWl6X25hbWUlJVwiPFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAyMHB4O1wiPndpdGggYSBzY29yZSBvZiA8Yj4lJXNjb3JlJSU8XC9iPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMjVweDtcIj48aT5kYXRlZDxcL2k+PFwvc3Bhbj5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDMwcHg7XCI+JSVjdXJyZW50X2RhdGUlJTxcL3NwYW4+IiwibWFpbGNoaW1wX2xpc3QiOiIiLCJlbmFibGVfbWFpbGNoaW1wIjoib2ZmIiwiZW5hYmxlX2RvdWJsZV9vcHRfaW4iOiJvZmYiLCJhY3RpdmVfZGF0ZV9jaGVjayI6Im9mZiIsImFjdGl2ZUludGVydmFsIjoiMjAyNS0wMy0yOCAxNDo0NjowOCIsImRlYWN0aXZlSW50ZXJ2YWwiOiIyMDI1LTAzLTI4IDE0OjQ2OjA4IiwiYWN0aXZlX2RhdGVfbWVzc2FnZSI6IlRoZSBxdWl6IGhhcyBleHBpcmVkISIsImFjdGl2ZV9kYXRlX3ByZV9zdGFydF9tZXNzYWdlIjoiVGhlIHF1aXogd2lsbCBiZSBhdmFpbGFibGUgc29vbiEiLCJjaGVja2JveF9zY29yZV9ieSI6Im9uIiwiY2FsY3VsYXRlX3Njb3JlIjoiYnlfY29ycmVjdG5lc3MiLCJzZW5kX3Jlc3VsdHNfdXNlciI6Im9mZiIsInNlbmRfaW50ZXJ2YWxfbXNnIjoib2ZmIiwicXVlc3Rpb25fYmFua190eXBlIjoiZ2VuZXJhbCIsInF1ZXN0aW9uc19iYW5rX2NhdF9jb3VudCI6eyIzIjoiIn0sImVuYWJsZV90YWNrZXJzX2NvdW50Ijoib2ZmIiwidGFja2Vyc19jb3VudCI6IiIsInNlbmRfcmVzdWx0c19hZG1pbiI6Im9uIiwic2VuZF9pbnRlcnZhbF9tc2dfdG9fYWRtaW4iOiJvZmYiLCJzaG93X2ludGVydmFsX21lc3NhZ2UiOiJvbiIsImFsbG93X2NvbGxlY3RpbmdfbG9nZ2VkX2luX3VzZXJzX2RhdGEiOiJvZmYiLCJxdWl6X3Bhc3Nfc2NvcmUiOiIwIiwic2VuZF9jZXJ0aWZpY2F0ZV90b19hZG1pbiI6Im9mZiIsImNlcnRpZmljYXRlX2ltYWdlIjoiIiwiY2VydGlmaWNhdGVfZnJhbWUiOiJkZWZhdWx0IiwiY2VydGlmaWNhdGVfb3JpZW50YXRpb24iOiJsIiwibWFrZV9xdWVzdGlvbnNfcmVxdWlyZWQiOiJvZmYiLCJlbmFibGVfcGFzc3dvcmQiOiJvZmYiLCJwYXNzd29yZF9xdWl6IjoiIiwibWFpbF9tZXNzYWdlX2FkbWluIjoiIiwic2VuZF9tYWlsX3RvX3NpdGVfYWRtaW4iOiJvbiIsImdlbmVyYXRlX3Bhc3N3b3JkIjoiZ2VuZXJhbCIsImdlbmVyYXRlZF9wYXNzd29yZHMiOnsiY3JlYXRlZF9wYXNzd29yZHMiOltdLCJhY3RpdmVfcGFzc3dvcmRzIjpbXSwidXNlZF9wYXNzd29yZHMiOltdfSwiZGlzcGxheV9zY29yZV9ieSI6ImJ5X3BlcmNlbnRhZ2UiLCJzaG93X3NjaGVkdWxlX3RpbWVyIjoib2ZmIiwic2hvd190aW1lcl90eXBlIjoiY291bnRkb3duIiwicHJvZ3Jlc3NfbGl2ZV9iYXJfc3R5bGUiOiJkZWZhdWx0IiwiZW5hYmxlX2Z1bGxfc2NyZWVuX21vZGUiOiJvbiIsImVuYWJsZV9uYXZpZ2F0aW9uX2JhciI6Im9mZiIsImhpZGVfbGltaXRfYXR0ZW1wdHNfbm90aWNlIjoib2ZmIiwidHVybl9vbl9leHRyYV9zZWN1cml0eV9jaGVjayI6Im9uIiwiZW5hYmxlX3RvcF9rZXl3b3JkcyI6Im9mZiIsImFzc2lnbl9rZXl3b3JkcyI6W3siYXNzaWduX3RvcF9rZXl3b3JkIjoiQSIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn0seyJhc3NpZ25fdG9wX2tleXdvcmQiOiJCIiwiYXNzaWduX3RvcF9rZXl3b3JkX3RleHQiOiIifSx7ImFzc2lnbl90b3Bfa2V5d29yZCI6IkMiLCJhc3NpZ25fdG9wX2tleXdvcmRfdGV4dCI6IiJ9LHsiYXNzaWduX3RvcF9rZXl3b3JkIjoiRCIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn1dLCJxdWl6X2VuYWJsZV9jb3Vwb24iOiJvZmYiLCJxdWl6X2NvdXBvbnNfYXJyYXkiOnsicXVpel9hY3RpdmVfY291cG9ucyI6W10sInF1aXpfaW5hY3RpdmVfY291cG9ucyI6W119LCJhcHBseV9wb2ludHNfdG9fa2V5d29yZHMiOiJvZmYiLCJsaW1pdF9hdHRlbXB0c19jb3VudF9ieV91c2VyX3JvbGUiOiIiLCJlbmFibGVfYXV0b3N0YXJ0Ijoib2ZmIiwicXVpel9lbmFibGVfa2V5Ym9hcmRfbmF2aWdhdGlvbiI6Im9uIiwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2VfdHlwZSI6ImdlbmVyYWwiLCJxdWVzdGlvbl9jb3VudF9wZXJfcGFnZV9jdXN0b21fb3JkZXIiOiIiLCJxdWl6X3RpbWVyX3R5cGUiOiJxdWl6X3RpbWVyIiwiYXlzX2FsbG93X2V4cG9ydGluZ19xdWl6emVzIjoib2ZmIiwiYXlzX3VzZXJzX3RvX2V4cG9ydF9zZWFyY2giOltdLCJxdWl6X3Bhc3Nfc2NvcmVfdHlwZSI6InBvaW50IiwicXVpel9jZXJ0aWZpY2F0ZV9wYXNzX3Njb3JlX3R5cGUiOiJwZXJjZW50YWdlIiwicXVpel9lcXVhbF9rZXl3b3Jkc190ZXh0IjoiIiwiZW5hYmxlX25hdmlnYXRpb25fYmFyX21hcmtlZF9xdWVzdGlvbnMiOiJvZmYiLCJxdWl6X3F1ZXN0aW9uX3RleHRfdG9fc3BlZWNoIjoib2ZmIiwicXVpel9xdWVzdGlvbl90ZXh0X3RvX3NwZWVjaF92b2ljZSI6Ik1pY3Jvc29mdCBEYXZpZCAtIEVuZ2xpc2ggKFVuaXRlZCBTdGF0ZXMpIiwicXVpel9kaXNhYmxlX2lucHV0X2ZvY3VzaW5nIjoib2ZmIiwicXVpel9wYXNzd29yZF9pbXBvcnRfdHlwZSI6ImRlZmF1bHQiLCJxdWl6X25hdmlnYXRpb25fYmFyX3R5cGUiOiJkZWZhdWx0IiwicXVpel9zaG93X3F1ZXN0aW9uX3RhZ3MiOiJvbiIsInF1aXpfc2hvd19yZXN1bHRzX2Jhc2VkX3Bhc3Nfc2NvcmUiOiJvZmYiLCJxdWl6X3Nob3dfaW50ZXJ2YWxfbWVzc2FnZXNfZm9yX2VxdWFsX2tleXdvcmRzIjoib2ZmIiwicXVpel9oaWRlX2Jhbm5lcl9xdWVzdGlvbnNfb25fcmVzdWx0X3BhZ2UiOiJvZmYiLCJxdWl6X3NlbmRfcmVzdWx0c191c2VyX3dpdGhvdXRfaW1nIjoib2ZmIiwicXVpel9zZW5kX3Jlc3VsdHNfYWRtaW5fd2l0aG91dF9pbWciOiJvZmYiLCJwYXlwYWxfYW1vdW50IjpudWxsLCJwYXlwYWxfY3VycmVuY3kiOm51bGwsInBheXBhbF9tZXNzYWdlIjoiIiwiZW5hYmxlX3N0cmlwZSI6Im9mZiIsInN0cmlwZV9hbW91bnQiOiIiLCJzdHJpcGVfY3VycmVuY3kiOiIiLCJzdHJpcGVfbWVzc2FnZSI6IllvdSBuZWVkIHRvIHBheSB0byBwYXNzIHRoaXMgcXVpei4iLCJwYXltZW50X3R5cGUiOiJwcmVwYXkiLCJlbmFibGVfbW9uaXRvciI6Im9mZiIsIm1vbml0b3JfbGlzdCI6IiIsImFjdGl2ZV9jYW1wX2xpc3QiOiIiLCJlbmFibGVfc2xhY2siOiJvZmYiLCJzbGFja19jb252ZXJzYXRpb24iOiIiLCJhY3RpdmVfY2FtcF9hdXRvbWF0aW9uIjoiIiwiZW5hYmxlX2FjdGl2ZV9jYW1wIjoib2ZmIiwiZW5hYmxlX3phcGllciI6Im9mZiIsImVuYWJsZV9nb29nbGVfc2hlZXRzIjoib2ZmIiwic3ByZWFkc2hlZXRfaWQiOiIiLCJnb29nbGVfc2hlZXRfY3VzdG9tX2ZpZWxkcyI6W10sInF1aXpfY29uZGl0aW9uX3Nob3dfYWxsX3Jlc3VsdHMiOiJvZmYiLCJxdWl6X2NvbmRpdGlvbl9jYWxjdWxhdGlvbl90eXBlIjoiZGVmYXVsdCIsInF1aXpfYXR0cmlidXRlcyI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX2FjdGl2ZV9vcmRlciI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX3Bhc3NpdmVfb3JkZXIiOlsiYXlzX2Zvcm1fbmFtZSIsImF5c19mb3JtX2VtYWlsIiwiYXlzX2Zvcm1fcGhvbmUiXSwicmVxdWlyZWRfZmllbGRzIjpudWxsLCJlbmFibGVfdGltZXIiOiJvbiIsInRpbWVyIjoyNzAwLCJlbmFibGVfcXVpel9yYXRlIjoib2ZmIiwiZW5hYmxlX3JhdGVfYXZnIjoib2ZmIiwiZW5hYmxlX2JveF9zaGFkb3ciOiJvZmYiLCJlbmFibGVfYm9yZGVyIjoib2ZmIiwicXVpel90aW1lcl9pbl90aXRsZSI6Im9uIiwiZW5hYmxlX3JhdGVfY29tbWVudHMiOiJvZmYiLCJlbmFibGVfcmVzdGFydF9idXR0b24iOiJvZmYiLCJhdXRvZmlsbF91c2VyX2RhdGEiOiJvZmYiLCJlbmFibGVfY29weV9wcm90ZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3BheXBhbCI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzcyI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzc191c2VycyI6Im9mZiIsInVzZXJfbWFpbCI6Im9mZiIsImFkbWluX21haWwiOiJvZmYiLCJyZXN1bHRfdGV4dCI6bnVsbCwiZW5hYmxlX3Jlc3VsdCI6Im9mZiIsImVuYWJsZV9tYWRfbWltaSI6Im9mZiIsIm1hZF9taW1pX2xpc3QiOiIiLCJlbmFibGVfY29udmVydEtpdCI6Im9mZiIsImNvbnZlcnRLaXRfZm9ybV9pZCI6IiIsImVuYWJsZV9nZXRSZXNwb25zZSI6Im9mZiIsImdldFJlc3BvbnNlX2xpc3QiOiIiLCJlbmFibGVfcmVjYXB0Y2hhIjoib2ZmIiwiYXR0cmlidXRlcyI6W10sInN1Ym1pdF9yZWRpcmVjdF9hZnRlciI6IiIsInJ3X2Fuc3dlcnNfc291bmRzIjpmYWxzZSwiaWQiOiI4MDEzIiwiYXV0aG9yX2lkIjoiMyIsInBvc3RfaWQiOm51bGwsInRpdGxlIjoiVHJcdTFlYWZjIG5naGlcdTFlYzdtIFRpbiBoXHUxZWNkYyAxMiBDXHUwMGUxbmggZGlcdTFlYzF1IEJcdTAwZTBpIDE6IExcdTAwZTBtIHF1ZW4gdlx1MWVkYmkgbmdcdTAwZjRuIG5nXHUxZWVmIFx1MDExMVx1MDBlMW5oIGRcdTFlYTV1IHNpXHUwMGVhdSB2XHUwMTAzbiBiXHUxZWEzbiAtIFx1MDExMFx1MDBlYVx1MDMwMCAwMSIsImRlc2NyaXB0aW9uIjoiPHA+VHJcdTFlYWZjIG5naGlcdTFlYzdtIFRpbiBoXHUxZWNkYyAxMiBDXHUwMGUxbmggZGlcdTFlYzF1IEJcdTAwZTBpIDE6IExcdTAwZTBtIHF1ZW4gdlx1MWVkYmkgbmdcdTAwZjRuIG5nXHUxZWVmIFx1MDExMVx1MDBlMW5oIGRcdTFlYTV1IHNpXHUwMGVhdSB2XHUwMTAzbiBiXHUxZWEzbiAtIFx1MDExMFx1MDBlYVx1MDMwMCAwMSBiYW8gZ1x1MWVkM20gbmhpXHUxZWMxdSBjXHUwMGUydSBoXHUxZWNmaSBoYXksIGJcdTAwZTFtIHNcdTAwZTF0IGNoXHUwMWIwXHUwMWExbmcgdHJcdTAwZWNuaC4gQ1x1MDBmOW5nIGxcdTAwZTBtIGJcdTAwZTBpIHRcdTFlYWRwIHRyXHUxZWFmYyBuZ2hpXHUxZWM3bSBuZ2F5LjxcL3A+XHJcblxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE6IE5nXHUwMGY0biBuZ1x1MWVlZiBcdTAxMTFcdTAwZTFuaCBkXHUxZWE1dSBzaVx1MDBlYXUgdlx1MDEwM24gYlx1MWVhM24gKEhUTUwpIFx1MDExMVx1MDFiMFx1MWVlM2MgdGhpXHUxZWJmdCBrXHUxZWJmIHZcdTFlZGJpIG1cdTFlZTVjIHRpXHUwMGVhdSBjaFx1MDBlZG5oIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5P1xyXG48dWw+XHJcbjxsaT5BLiBUaFx1MWVmMWMgaGlcdTFlYzduIGNcdTAwZTFjIHBoXHUwMGU5cCB0XHUwMGVkbmggcGhcdTFlZTljIHRcdTFlYTFwIHZcdTAwZTAgeFx1MWVlZCBsXHUwMGZkIGRcdTFlZWYgbGlcdTFlYzd1IHNcdTFlZDEuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIE1cdTAwZjQgdFx1MWVhMyBjXHUxZWE1dSB0clx1MDBmYWMgdlx1MDBlMCBuXHUxZWQ5aSBkdW5nIGNcdTFlZTdhIHRyYW5nIHdlYiBcdTAxMTFcdTFlYzMgaGlcdTFlYzNuIHRoXHUxZWNiIHRyXHUwMGVhbiB0clx1MDBlY25oIGR1eVx1MWVjN3QuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gUXVcdTFlYTNuIGxcdTAwZmQgY1x1MDFhMSBzXHUxZWRmIGRcdTFlZWYgbGlcdTFlYzd1IHZcdTAwZTAgbFx1MDFiMHUgdHJcdTFlZWYgdGhcdTAwZjRuZyB0aW4gbmdcdTAxYjBcdTFlZGRpIGRcdTAwZjluZy48XC9saT5cclxuPGxpPkQuIFRcdTFlYTFvIHJhIGNcdTAwZTFjIGhpXHUxZWM3dSBcdTFlZTluZyBcdTAxMTFcdTFlZDMgaFx1MWVjZGEgXHUwMTExXHUxZWQ5bmcgdlx1MDBlMCB0XHUwMWIwXHUwMWExbmcgdFx1MDBlMWMgcGhcdTFlZTljIHRcdTFlYTFwIHRyXHUwMGVhbiB3ZWJzaXRlLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI6IFRyb25nIGNcdTAwZmEgcGhcdTAwZTFwIEhUTUwsIG1cdTFlZDl0IFwidGhcdTFlYmJcIiAodGFnKSB0aFx1MDFiMFx1MWVkZG5nIGJhbyBnXHUxZWQzbSBuaFx1MWVlZm5nIHRoXHUwMGUwbmggcGhcdTFlYTduIGNcdTAxYTEgYlx1MWVhM24gblx1MDBlMG8/XHJcbjx1bD5cclxuPGxpPkEuIENoXHUxZWM5IGJhbyBnXHUxZWQzbSB0XHUwMGVhbiB0aFx1MWViYiB2XHUwMGUwIG5cdTFlZDlpIGR1bmcuPFwvbGk+XHJcbjxsaT5CLiBDaFx1MWVjOSBiYW8gZ1x1MWVkM20gdGhcdTFlYmIgbVx1MWVkZiB2XHUwMGUwIHRodVx1MWVkOWMgdFx1MDBlZG5oLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBUaFx1MWViYiBtXHUxZWRmLCB0aFx1MWViYiBcdTAxMTFcdTAwZjNuZyB2XHUwMGUwIG5cdTFlZDlpIGR1bmcgblx1MWViMW0gZ2lcdTFlZWZhIGNoXHUwMGZhbmcuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gVFx1MDBlYW4gdGhcdTFlYmIsIHRodVx1MWVkOWMgdFx1MDBlZG5oIHZcdTAwZTAgZFx1MWVhNXUgY2hcdTFlYTVtIHBoXHUxZWE5eSBcdTFlZGYgY3VcdTFlZDFpLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDM6IFx1MDExMGlcdTFlYzF1IGdcdTAwZWMgS0hcdTAwZDRORyBwaFx1MWVhM2kgbFx1MDBlMCB2YWkgdHJcdTAwZjIgY1x1MWVlN2EgdGhcdTFlYmIgXHUwMTExXHUwMGYzbmcgdHJvbmcgSFRNTD9cclxuPHVsPlxyXG48bGk+QS4gWFx1MDBlMWMgXHUwMTExXHUxZWNibmggXHUwMTExaVx1MWVjM20ga1x1MWViZnQgdGhcdTAwZmFjIGNcdTFlZTdhIG1cdTFlZDl0IHBoXHUxZWE3biB0XHUxZWVkIEhUTUwuPFwvbGk+XHJcbjxsaT5CLiBQaFx1MDBlMm4gYmlcdTFlYzd0IHBoXHUxZWExbSB2aSBcdTFlYTNuaCBoXHUwMWIwXHUxZWRmbmcgY1x1MWVlN2EgbVx1MWVkOXQgdGhcdTFlYmIgbFx1MDBlYW4gblx1MWVkOWkgZHVuZy48XC9saT5cclxuPGxpPkMuIFx1MDExMFx1MWVhM20gYlx1MWVhM28gY1x1MWVhNXUgdHJcdTAwZmFjIHRcdTAwZTBpIGxpXHUxZWM3dSBIVE1MIGhcdTFlZTNwIGxcdTFlYzcuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuIENoXHUxZWM5IFx1MDExMVx1MWVjYm5oIGtpXHUxZWMzdSBkXHUwMGUxbmcgdlx1MDBlMCBcdTAxMTFcdTFlY2JuaCBkXHUxZWExbmcgaGlcdTFlYzNuIHRoXHUxZWNiIGNobyBuXHUxZWQ5aSBkdW5nLjxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA0OiBQaFx1MWVhN24gYDxoZWFkPmAgdHJvbmcgdFx1MDBlMGkgbGlcdTFlYzd1IEhUTUwgdGhcdTAxYjBcdTFlZGRuZyBjaFx1MWVlOWEgdGhcdTAwZjRuZyB0aW4gZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBDXHUwMGUxYyB0aFx1MDBmNG5nIHRpbiBtXHUwMGY0IHRcdTFlYTMgdlx1MWVjMSB0cmFuZyB3ZWIgbmhcdTAxYjAgdGlcdTAwZWF1IFx1MDExMVx1MWVjMSwgdFx1MWVlYiBraFx1MDBmM2EsIHZcdTAwZTAgbGlcdTAwZWFuIGtcdTFlYmZ0IFx1MDExMVx1MWViZm4gY1x1MDBlMWMgdFx1MWVjN3AgYlx1MDBlYW4gbmdvXHUwMGUwaS48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBOXHUxZWQ5aSBkdW5nIGNoXHUwMGVkbmggY1x1MWVlN2EgdHJhbmcgd2ViIGhpXHUxZWMzbiB0aFx1MWVjYiBjaG8gbmdcdTAxYjBcdTFlZGRpIGRcdTAwZjluZy48XC9saT5cclxuPGxpPkMuIENcdTAwZTFjIFx1MDExMW9cdTFlYTFuIG1cdTAwZTMgSmF2YVNjcmlwdCBcdTAxMTFcdTFlYzMgdFx1MWVhMW8gaGlcdTFlYzd1IFx1MWVlOW5nIFx1MDExMVx1MWVkOW5nLjxcL2xpPlxyXG48bGk+RC4gXHUwMTEwXHUxZWNibmggbmdoXHUwMTI5YSBjXHUxZWE1dSB0clx1MDBmYWMgYlx1MWVhM25nIGJpXHUxZWMzdSB2XHUwMGUwIGRhbmggc1x1MDBlMWNoLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDU6IFRoXHUxZWJiIEhUTUwgblx1MDBlMG8gc2F1IFx1MDExMVx1MDBlMnkgXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZyBcdTAxMTFcdTFlYzMgeFx1MDBlMWMgXHUwMTExXHUxZWNibmggdGlcdTAwZWF1IFx1MDExMVx1MWVjMSBoaVx1MWVjM24gdGhcdTFlY2IgdHJcdTAwZWFuIHRoYW5oIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgY1x1MWVlN2EgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IHdlYj9cclxuPHVsPlxyXG48bGk+QS4gYDxoZWFkZXI+YDxcL2xpPlxyXG48bGk+Qi4gYDxoZWFkaW5nPmA8XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gYDx0aXRsZT5gPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gYDx0b3A+YDxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDY6IFBoXHUxZWE3biBgPGJvZHk+YCBjXHUxZWU3YSB0XHUwMGUwaSBsaVx1MWVjN3UgSFRNTCBjXHUwMGYzIHZhaSB0clx1MDBmMiBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBYXHUwMGUxYyBcdTAxMTFcdTFlY2JuaCBjXHUwMGUxYyBjXHUwMGUwaSBcdTAxMTFcdTFlYjd0IGNcdTFlYTV1IGhcdTAwZWNuaCBjaG8gdHJcdTAwZWNuaCBkdXlcdTFlYzd0IHdlYi48XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gQ2hcdTFlZTlhIHRvXHUwMGUwbiBiXHUxZWQ5IG5cdTFlZDlpIGR1bmcgaGlcdTFlYzNuIHRoXHUxZWNiIGNcdTFlZTdhIHRyYW5nIHdlYiBuaFx1MDFiMCB2XHUwMTAzbiBiXHUxZWEzbiwgaFx1MDBlY25oIFx1MWVhM25oLCB2aWRlby48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBRdVx1MWVhM24gbFx1MDBmZCBjXHUwMGUxYyBrXHUxZWJmdCBuXHUxZWQxaSBtXHUxZWExbmcgdlx1MDBlMCBnaWFvIHRoXHUxZWU5YyB0cnV5XHUxZWMxbiBkXHUxZWVmIGxpXHUxZWM3dS48XC9saT5cclxuPGxpPkQuIExcdTAxYjB1IHRyXHUxZWVmIHRoXHUwMGY0bmcgdGluIHBoaVx1MDBlYW4gbFx1MDBlMG0gdmlcdTFlYzdjIGNcdTFlZTdhIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgNzogRFx1MDBmMm5nIGtoYWkgYlx1MDBlMW8gYDwhRE9DVFlQRSBodG1sPmAgXHUxZWRmIFx1MDExMVx1MWVhN3UgdHJhbmcgSFRNTCBjXHUwMGYzIGNoXHUxZWU5YyBuXHUwMTAzbmcgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBLaGFpIGJcdTAwZTFvIHBoaVx1MDBlYW4gYlx1MWVhM24gSFRNTCBcdTAxMTFhbmcgXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZyBcdTAxMTFcdTFlYzMgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IGhpXHUxZWMzbiB0aFx1MWVjYiB0cmFuZyB3ZWIgY2hcdTAwZWRuaCB4XHUwMGUxYy48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBYXHUwMGUxYyBcdTAxMTFcdTFlY2JuaCBuZ1x1MDBmNG4gbmdcdTFlZWYgY2hcdTAwZWRuaCBjXHUxZWU3YSBuXHUxZWQ5aSBkdW5nIHRyYW5nIHdlYi48XC9saT5cclxuPGxpPkMuIEJcdTFlYTNvIHZcdTFlYzcgdHJhbmcgd2ViIGtoXHUxZWNmaSBjXHUwMGUxYyB0XHUxZWE1biBjXHUwMGY0bmcgbVx1MWVhMW5nLjxcL2xpPlxyXG48bGk+RC4gVFx1MWVhMW8gcmEgcGhcdTFlYTduIHRoXHUwMGUybiAoYm9keSkgY1x1MWVlN2EgdHJhbmcgd2ViLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDg6IFx1MDExMGlcdTFlYzF1IGdcdTAwZWMgeFx1MWVhM3kgcmEgblx1MWViZnUgYlx1MWVhMW4gcXVcdTAwZWFuIHRoXHUxZWJiIFx1MDExMVx1MDBmM25nIGA8XC9ib2R5PmAgdHJvbmcgbVx1MWVkOXQgdFx1MDBlMGkgbGlcdTFlYzd1IEhUTUw/XHJcbjx1bD5cclxuPGxpPkEuIFRyYW5nIHdlYiBzXHUxZWJkIGtoXHUwMGY0bmcgaGlcdTFlYzNuIHRoXHUxZWNiIHRyXHUwMGVhbiB0clx1MDBlY25oIGR1eVx1MWVjN3QuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIFRyXHUwMGVjbmggZHV5XHUxZWM3dCBjXHUwMGYzIHRoXHUxZWMzIGNcdTFlZDEgZ1x1MWVhZm5nIHRcdTFlZjEgXHUwMTExXHUxZWQ5bmcgc1x1MWVlZGEgbFx1MWVkN2ksIG5oXHUwMWIwbmcgY1x1MDBmMyB0aFx1MWVjMyBkXHUxZWFibiBcdTAxMTFcdTFlYmZuIGhpXHUxZWMzbiB0aFx1MWVjYiBraFx1MDBmNG5nIGNoXHUwMGVkbmggeFx1MDBlMWMuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gVGhcdTAwZjRuZyBiXHUwMGUxbyBsXHUxZWQ3aSBzXHUxZWJkIHh1XHUxZWE1dCBoaVx1MWVjN24gdlx1MDBlMCBuZ1x1MDEwM24gY2hcdTFlYjduIHRcdTFlYTNpIHRyYW5nLjxcL2xpPlxyXG48bGk+RC4gS2hcdTAwZjRuZyBjXHUwMGYzIFx1MWVhM25oIGhcdTAxYjBcdTFlZGZuZyBnXHUwMGVjLCB0cmFuZyB3ZWIgdlx1MWVhYm4gaG9cdTFlYTF0IFx1MDExMVx1MWVkOW5nIGJcdTAwZWNuaCB0aFx1MDFiMFx1MWVkZG5nLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDk6IFRcdTAwZWFuIHRoXHUxZWJiIEhUTUwgY1x1MDBmMyBwaFx1MDBlMm4gYmlcdTFlYzd0IGNoXHUxZWVmIGhvYSB2XHUwMGUwIGNoXHUxZWVmIHRoXHUwMWIwXHUxZWRkbmcga2hcdTAwZjRuZz9cclxuPHVsPlxyXG48bGk+QS4gQ1x1MDBmMyBwaFx1MDBlMm4gYmlcdTFlYzd0LCBjaFx1MWVlZiBob2Egdlx1MDBlMCBjaFx1MWVlZiB0aFx1MDFiMFx1MWVkZG5nIFx1MDExMVx1MDFiMFx1MWVlM2MgY29pIGxcdTAwZTAgY1x1MDBlMWMgdGhcdTFlYmIga2hcdTAwZTFjIG5oYXUuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIEtoXHUwMGY0bmcgcGhcdTAwZTJuIGJpXHUxZWM3dCwgYDxQPmAgdlx1MDBlMCBgPHA+YCBcdTAxMTFcdTFlYzF1IFx1MDExMVx1MDFiMFx1MWVlM2MgaGlcdTFlYzN1IGxcdTAwZTAgdGhcdTFlYmIgcGFyYWdyYXBoLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIENoXHUxZWM5IHBoXHUwMGUybiBiaVx1MWVjN3QgdHJvbmcgbVx1MWVkOXQgc1x1MWVkMSB0clx1MDBlY25oIGR1eVx1MWVjN3Qgd2ViIG5oXHUxZWE1dCBcdTAxMTFcdTFlY2JuaC48XC9saT5cclxuPGxpPkQuIFBoXHUwMGUybiBiaVx1MWVjN3QgdFx1MDBmOXkgdGh1XHUxZWQ5YyB2XHUwMGUwbyBwaGlcdTAwZWFuIGJcdTFlYTNuIEhUTUwgXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZy48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxMDogXHUwMTEwXHUxZWMzIHRcdTFlYTFvIG1cdTFlZDl0IHRyYW5nIHdlYiBIVE1MIFx1MDExMVx1MDFhMW4gZ2lcdTFlYTNuLCBiXHUxZWExbiBjXHUxZWE3biB0XHUxZWQxaSB0aGlcdTFlYzN1IG5oXHUxZWVmbmcgdGhcdTAwZTBuaCBwaFx1MWVhN24gY1x1MWVhNXUgdHJcdTAwZmFjIG5cdTAwZTBvP1xyXG48dWw+XHJcbjxsaT5BLiBgPGh0bWw+YCwgYDxoZWFkPmAsIGA8Ym9keT5gPFwvbGk+XHJcbjxsaT5CLiBgPGhlYWQ+YCwgYDx0aXRsZT5gLCBgPGJvZHk+YDxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBgPCFET0NUWVBFIGh0bWw+YCwgYDxodG1sPmAsIGA8aGVhZD5gLCBgPHRpdGxlPmAsIGA8Ym9keT5gPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gYDxET0NUWVBFIGh0bWw+YCwgYDx3ZWJwYWdlPmAsIGA8aGVhZGVyPmAsIGA8Y29udGVudD5gPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTE6IEtoaSBsXHUwMWIwdSBtXHUxZWQ5dCB0XHUxZWM3cCB0aW4gSFRNTCwgXHUwMTExdVx1MDBmNGkgbVx1MWVkZiByXHUxZWQ5bmcgblx1MDBlMG8gc2F1IFx1MDExMVx1MDBlMnkgbFx1MDBlMCBiXHUxZWFmdCBidVx1MWVkOWMgXHUwMTExXHUxZWMzIHRyXHUwMGVjbmggZHV5XHUxZWM3dCBuaFx1MWVhZG4gZGlcdTFlYzduIHZcdTAwZTAgaGlcdTFlYzNuIHRoXHUxZWNiIFx1MDExMVx1MDBmYW5nP1xyXG48dWw+XHJcbjxsaT5BLiAudHh0PFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIC5odG1sPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gLmRvYzxcL2xpPlxyXG48bGk+RC4gLndlYjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDEyOiBCXHUxZWExbiBjXHUwMGYzIHRoXHUxZWMzIHNcdTFlZWQgZFx1MWVlNW5nIHBoXHUxZWE3biBtXHUxZWMxbSBuXHUwMGUwbyBzYXUgXHUwMTExXHUwMGUyeSBcdTAxMTFcdTFlYzMgc29cdTFlYTFuIHRoXHUxZWEzbyBtXHUwMGUzIEhUTUw/XHJcbjx1bD5cclxuPGxpPkEuIE1pY3Jvc29mdCBXb3JkPFwvbGk+XHJcbjxsaT5CLiBNaWNyb3NvZnQgRXhjZWw8XC9saT5cclxuPGxpPkMuIEFkb2JlIFBob3Rvc2hvcDxcL2xpPlxyXG48bGk+PHN0cm9uZz5ELiBCXHUxZWE1dCBrXHUxZWYzIHRyXHUwMGVjbmggc29cdTFlYTFuIHRoXHUxZWEzbyB2XHUwMTAzbiBiXHUxZWEzbiB0aHVcdTFlYTduIHRcdTAwZmF5IG5cdTAwZTBvICh2XHUwMGVkIGRcdTFlZTU6IE5vdGVwYWQsIFZTIENvZGUsIFN1YmxpbWUgVGV4dCk8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTM6IFx1MDExMFx1MWVjMyB4ZW0gdHJhbmcgSFRNTCBcdTAxMTFcdTAwZTMgdFx1MWVhMW8gdHJcdTAwZWFuIHRyXHUwMGVjbmggZHV5XHUxZWM3dCwgYlx1MWVhMW4gdGhcdTFlZjFjIGhpXHUxZWM3biB0aGFvIHRcdTAwZTFjIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IHZcdTFlZGJpIHRcdTFlYzdwIHRpbiBIVE1MP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIE1cdTFlZGYgdFx1MWVjN3AgdGluIEhUTUwgdHJcdTFlZjFjIHRpXHUxZWJmcCBiXHUxZWIxbmcgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IHdlYiAodlx1MDBlZCBkXHUxZWU1OiBuaFx1MWVhNXAgXHUwMTExXHUwMGZhcCBjaHVcdTFlZDl0IHZcdTAwZTBvIHRcdTFlYzdwIGhvXHUxZWI3YyBjaFx1MWVjZG4gXCJNXHUxZWRmIGJcdTFlYjFuZ1wiIC0+IHRyXHUwMGVjbmggZHV5XHUxZWM3dCkuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qi4gQ2hcdTFlYTF5IHRcdTFlYzdwIHRpbiBIVE1MIGJcdTFlYjFuZyB0clx1MDBlY25oIHNvXHUxZWExbiB0aFx1MWVhM28gdlx1MDEwM24gYlx1MWVhM24uPFwvbGk+XHJcbjxsaT5DLiBCaVx1MDBlYW4gZFx1MWVjYmNoIHRcdTFlYzdwIHRpbiBIVE1MIHRoXHUwMGUwbmggbVx1MDBlMyBtXHUwMGUxeS48XC9saT5cclxuPGxpPkQuIFRcdTFlYTNpIHRcdTFlYzdwIHRpbiBIVE1MIGxcdTAwZWFuIG1cdTAwZTF5IGNoXHUxZWU3IHdlYiB0clx1MDFiMFx1MWVkYmMga2hpIHhlbS48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxNDogVGh1XHUxZWQ5YyB0XHUwMGVkbmggKGF0dHJpYnV0ZSkgdHJvbmcgdGhcdTFlYmIgSFRNTCBcdTAxMTFcdTAxYjBcdTFlZTNjIGRcdTAwZjluZyBcdTAxMTFcdTFlYzMgbFx1MDBlMG0gZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gVGhheSB0aFx1MWViZiBuXHUxZWQ5aSBkdW5nIGhpXHUxZWMzbiB0aFx1MWVjYiBjXHUxZWU3YSB0aFx1MWViYiBIVE1MLjxcL2xpPlxyXG48bGk+Qi4gWFx1MDBlMWMgXHUwMTExXHUxZWNibmggdlx1MWVjYiB0clx1MDBlZCBjXHUxZWU3YSB0aFx1MWViYiBIVE1MIHRyXHUwMGVhbiB0cmFuZyB3ZWIuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIEN1bmcgY1x1MWVhNXAgdGhcdTAwZjRuZyB0aW4gYlx1MWVkNSBzdW5nIGhvXHUxZWI3YyB0XHUwMGY5eSBjaFx1MWVjOW5oIGhcdTAwZTBuaCB2aSBjXHUxZWU3YSB0aFx1MWViYiBIVE1MLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIFRcdTFlYTFvIHJhIGNcdTAwZTFjIGhpXHUxZWM3dSBcdTFlZTluZyBcdTAxMTFcdTFlZDluZyBjaG8gdGhcdTFlYmIgSFRNTC48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxNTogVHJvbmcgdGhcdTFlYmIgSFRNTCBgPHAgc3R5bGU9XHJcbjx1bD5cclxuPGxpPkEuIFRcdTAwZWFuIHRoXHUxZWJiIEhUTUwuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIFRodVx1MWVkOWMgdFx1MDBlZG5oIGNcdTFlZTdhIHRoXHUxZWJiIEhUTUwuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gTlx1MWVkOWkgZHVuZyBjXHUxZWU3YSB0aFx1MWViYiBIVE1MLjxcL2xpPlxyXG48bGk+RC4gVGhcdTFlYmIgXHUwMTExXHUwMGYzbmcgY1x1MWVlN2EgcGhcdTFlYTduIHRcdTFlZWQgSFRNTC48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxNjogS2hpIHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWIgXHUwMTExXHUxZWNkYyBtXHUxZWQ5dCB0XHUxZWM3cCBIVE1MLCBuXHUwMGYzIHRoXHUxZWYxYyBoaVx1MWVjN24gY1x1MDBmNG5nIHZpXHUxZWM3YyBjaFx1MDBlZG5oIG5cdTAwZTBvP1xyXG48dWw+XHJcbjxsaT5BLiBCaVx1MDBlYW4gZFx1MWVjYmNoIG1cdTAwZTMgSFRNTCB0aFx1MDBlMG5oIG5nXHUwMGY0biBuZ1x1MWVlZiBtXHUwMGUxeSBcdTAxMTFcdTFlYzMgdFx1MDEwM25nIHRcdTFlZDFjIFx1MDExMVx1MWVkOS48XC9saT5cclxuPGxpPkIuIE1cdTAwZTMgaFx1MDBmM2Egblx1MWVkOWkgZHVuZyBIVE1MIFx1MDExMVx1MWVjMyBiXHUxZWEzbyB2XHUxZWM3IGJcdTFlYTNuIHF1eVx1MWVjMW4uPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIFBoXHUwMGUybiB0XHUwMGVkY2ggbVx1MDBlMyBIVE1MIHZcdTAwZTAgaGlcdTFlYzNuIHRoXHUxZWNiIHRyYW5nIHdlYiBkXHUxZWYxYSB0clx1MDBlYW4gY1x1MWVhNXUgdHJcdTAwZmFjIHZcdTAwZTAgblx1MWVkOWkgZHVuZyBcdTAxMTFcdTAxYjBcdTFlZTNjIFx1MDExMVx1MWVjYm5oIG5naFx1MDEyOWEuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gS2lcdTFlYzNtIHRyYSBsXHUxZWQ3aSBjaFx1MDBlZG5oIHRcdTFlYTMgdlx1MDBlMCBuZ1x1MWVlZiBwaFx1MDBlMXAgdHJvbmcgblx1MWVkOWkgZHVuZyB2XHUwMTAzbiBiXHUxZWEzbiBIVE1MLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE3OiBUaFx1MWViYiBIVE1MIG5cdTAwZTBvIHRoXHUwMWIwXHUxZWRkbmcgXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZyBcdTAxMTFcdTFlYzMgdFx1MWVhMW8gcmEgbVx1MWVkOXQgZFx1MDBmMm5nIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgY2hcdTAwZWRuaCwgcXVhbiB0clx1MWVjZG5nIG5oXHUxZWE1dCB0clx1MDBlYW4gdHJhbmcgd2ViP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIGA8aDE+YDxcL3N0cm9uZz48XC9saT5cclxuPGxpPkIuIGA8aGVhZGVyPmA8XC9saT5cclxuPGxpPkMuIGA8dGl0bGU+YDxcL2xpPlxyXG48bGk+RC4gYDxoZWFkPmA8XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxODogVHJvbmcgY1x1MDBlMWMgdHJcdTAwZWNuaCBzb1x1MWVhMW4gdGhcdTFlYTNvIG1cdTAwZTMgSFRNTCwgdFx1MDBlZG5oIG5cdTAxMDNuZyBcInN5bnRheCBoaWdobGlnaHRpbmdcIiAobFx1MDBlMG0gblx1MWVkNWkgYlx1MWVhZHQgY1x1MDBmYSBwaFx1MDBlMXApIGNcdTAwZjMgbFx1MWVlM2kgXHUwMGVkY2ggZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gVFx1MWVmMSBcdTAxMTFcdTFlZDluZyBob1x1MDBlMG4gdGhcdTAwZTBuaCBtXHUwMGUzIEhUTUwuPFwvbGk+XHJcbjxsaT5CLiBLaVx1MWVjM20gdHJhIHZcdTAwZTAgc1x1MWVlZGEgbFx1MWVkN2kgY2hcdTAwZWRuaCB0XHUxZWEzIHRyb25nIHZcdTAxMDNuIGJcdTFlYTNuLjxcL2xpPlxyXG48bGk+Qy4gVFx1MDEwM25nIHRcdTFlZDFjIFx1MDExMVx1MWVkOSB0XHUxZWEzaSB0cmFuZyB3ZWIuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuIEdpXHUwMGZhcCBuZ1x1MDFiMFx1MWVkZGkgbFx1MWVhZHAgdHJcdTAwZWNuaCBkXHUxZWM1IGRcdTAwZTBuZyBcdTAxMTFcdTFlY2RjIHZcdTAwZTAgcGhcdTAwZTJuIGJpXHUxZWM3dCBjXHUwMGUxYyB0aFx1MDBlMG5oIHBoXHUxZWE3biBraFx1MDBlMWMgbmhhdSBjXHUxZWU3YSBtXHUwMGUzIEhUTUwsIGdpXHUxZWEzbSB0aGlcdTFlYzN1IGxcdTFlZDdpLjxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxOTogXHUwMTEwXHUxZWMzIHRcdTFlYTFvIHJhIG1cdTFlZDl0IFx1MDExMW9cdTFlYTFuIHZcdTAxMDNuIGJcdTFlYTNuIHRoXHUwMGY0bmcgdGhcdTAxYjBcdTFlZGRuZyB0cm9uZyBIVE1MLCB0aFx1MWViYiBuXHUwMGUwbyBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nP1xyXG48dWw+XHJcbjxsaT5BLiBgPHRleHQ+YDxcL2xpPlxyXG48bGk+Qi4gYDxwYXJhZ3JhcGg+YDxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBgPHA+YDxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIGA8YXJ0aWNsZT5gPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjA6IFRyb25nIEhUTUwsIFx1MDExMVx1MWVjMyB0XHUxZWExbyByYSBtXHUxZWQ5dCBkXHUwMGYybmcgbmdcdTFlYWZ0ICggeHVcdTFlZDFuZyBkXHUwMGYybmcpIHRyb25nIHZcdTAxMDNuIGJcdTFlYTNuLCB0aFx1MWViYiBuXHUwMGUwbyBzYXUgXHUwMTExXHUwMGUyeSBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nP1xyXG48dWw+XHJcbjxsaT5BLiBgPG5sPmA8XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gYDxicj5gPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gYDxsYj5gPFwvbGk+XHJcbjxsaT5ELiBgPGJyZWFrbGluZT5gPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjE6IFhcdTAwZTl0IFx1MDExMW9cdTFlYTFuIG1cdTAwZTMgSFRNTCBzYXU6IGA8aDE+VGlcdTAwZWF1IFx1MDExMVx1MWVjMTxcL2gxPlxuPHA+Tlx1MWVkOWkgZHVuZyBcdTAxMTFvXHUxZWExbiB2XHUwMTAzbi48XC9wPmAuIEtoaSBoaVx1MWVjM24gdGhcdTFlY2IgdHJcdTAwZWFuIHRyXHUwMGVjbmggZHV5XHUxZWM3dCwgblx1MWVkOWkgZHVuZyBuXHUwMGUwbyBzXHUxZWJkIGNcdTAwZjMga1x1MDBlZGNoIHRoXHUwMWIwXHUxZWRiYyBjaFx1MWVlZiBsXHUxZWRibiBoXHUwMWExbj9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBgVGlcdTAwZWF1IFx1MDExMVx1MWVjMWA8XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBgTlx1MWVkOWkgZHVuZyBcdTAxMTFvXHUxZWExbiB2XHUwMTAzbi5gPFwvbGk+XHJcbjxsaT5DLiBDXHUxZWEzIGhhaSBjXHUwMGYzIGtcdTAwZWRjaCB0aFx1MDFiMFx1MWVkYmMgY2hcdTFlZWYgYlx1MWViMW5nIG5oYXUuPFwvbGk+XHJcbjxsaT5ELiBLXHUwMGVkY2ggdGhcdTAxYjBcdTFlZGJjIGNoXHUxZWVmIHBoXHUxZWU1IHRodVx1MWVkOWMgdlx1MDBlMG8gY1x1MDBlMGkgXHUwMTExXHUxZWI3dCB0clx1MDBlY25oIGR1eVx1MWVjN3QuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjI6IFRyb25nIEhUTUwsIHRoXHUxZWJiIG5cdTAwZTBvIFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcgXHUwMTExXHUxZWMzIHRcdTFlYTFvIGRhbmggc1x1MDBlMWNoIGtoXHUwMGY0bmcgY1x1MDBmMyB0aFx1MWVlOSB0XHUxZWYxICh1bm9yZGVyZWQgbGlzdCksIHRoXHUwMWIwXHUxZWRkbmcgaGlcdTFlYzNuIHRoXHUxZWNiIGRcdTFlYTFuZyBkXHUxZWE1dSBjaFx1MWVhNW0gXHUwMTExXHUxZWE3dSBkXHUwMGYybmc/XHJcbjx1bD5cclxuPGxpPkEuIGA8b2w+YDxcL2xpPlxyXG48bGk+Qi4gYDxkbD5gPFwvbGk+XHJcbjxsaT5DLiBgPGxpc3Q+YDxcL2xpPlxyXG48bGk+PHN0cm9uZz5ELiBgPHVsPmA8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjM6IFx1MDExMFx1MWVjMyB0XHUxZWExbyBtXHUxZWQ5dCBtXHUxZWU1YyAoaXRlbSkgdHJvbmcgZGFuaCBzXHUwMGUxY2ggKGNcdTFlYTMgZGFuaCBzXHUwMGUxY2ggY1x1MDBmMyB0aFx1MWVlOSB0XHUxZWYxIHZcdTAwZTAga2hcdTAwZjRuZyBjXHUwMGYzIHRoXHUxZWU5IHRcdTFlZjEpIEhUTUwsIHRoXHUxZWJiIG5cdTAwZTBvIFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmc/XHJcbjx1bD5cclxuPGxpPkEuIGA8aXRlbT5gPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIGA8bGk+YDxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIGA8bWk+YDxcL2xpPlxyXG48bGk+RC4gYDxsaXN0aXRlbT5gPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjQ6IFRoXHUxZWJiIEhUTUwgYDwhLS0gXHUwMTEwXHUwMGUyeSBsXHUwMGUwIGNoXHUwMGZhIHRoXHUwMGVkY2ggLS0+YCBjXHUwMGYzIHRcdTAwZTFjIGRcdTFlZTVuZyBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBUXHUxZWExbyByYSBtXHUxZWQ5dCBkXHUwMGYybmcgdGlcdTAwZWF1IFx1MDExMVx1MWVjMSBcdTFlYTluLjxcL2xpPlxyXG48bGk+Qi4gSGlcdTFlYzNuIHRoXHUxZWNiIG1cdTFlZDl0IHRoXHUwMGY0bmcgYlx1MDBlMW8gbFx1MWVkN2kgY2hvIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIENoXHUwMGU4biBtXHUxZWQ5dCBcdTAxMTFvXHUxZWExbiBjaFx1MDBmYSB0aFx1MDBlZGNoIHZcdTAwZTBvIG1cdTAwZTMgSFRNTCBtXHUwMGUwIGtoXHUwMGY0bmcgaGlcdTFlYzNuIHRoXHUxZWNiIHRyXHUwMGVhbiB0cmFuZyB3ZWIuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gTVx1MDBlMyBoXHUwMGYzYSBuXHUxZWQ5aSBkdW5nIGJcdTAwZWFuIHRyb25nIFx1MDExMVx1MWVjMyBiXHUxZWEzbyBtXHUxZWFkdCB0aFx1MDBmNG5nIHRpbi48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyNTogVHJvbmcgSFRNTCwgXHUwMTExXHUxZWMzIHRcdTFlYTFvIGxpXHUwMGVhbiBrXHUxZWJmdCBcdTAxMTFcdTFlYmZuIG1cdTFlZDl0IHRyYW5nIHdlYiBraFx1MDBlMWMsIHRoXHUxZWJiIG5cdTAwZTBvIFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmc/XHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+QS4gYDxhPmA8XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBgPGxpbms+YDxcL2xpPlxyXG48bGk+Qy4gYDx1cmw+YDxcL2xpPlxyXG48bGk+RC4gYDxjb25uZWN0PmA8XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyNjogVGh1XHUxZWQ5YyB0XHUwMGVkbmggYGhyZWZgIHRyb25nIHRoXHUxZWJiIGA8YT5gIGRcdTAwZjluZyBcdTAxMTFcdTFlYzMgbFx1MDBlMG0gZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gWFx1MDBlMWMgXHUwMTExXHUxZWNibmgga2lcdTFlYzN1IGRcdTAwZTFuZyBjXHUxZWU3YSBsaVx1MDBlYW4ga1x1MWViZnQuPFwvbGk+XHJcbjxsaT5CLiBcdTAxMTBcdTFlYjd0IHRcdTAwZWFuIGNobyBsaVx1MDBlYW4ga1x1MWViZnQuPFwvbGk+XHJcbjxsaT5DLiBDaFx1MDBlOG4gaFx1MDBlY25oIFx1MWVhM25oIHZcdTAwZTBvIGxpXHUwMGVhbiBrXHUxZWJmdC48XC9saT5cclxuPGxpPjxzdHJvbmc+RC4gQ2hcdTFlYzkgXHUwMTExXHUxZWNibmggXHUwMTExXHUxZWNiYSBjaFx1MWVjOSBVUkwgbVx1MDBlMCBsaVx1MDBlYW4ga1x1MWViZnQgc1x1MWViZCBkXHUxZWFibiBcdTAxMTFcdTFlYmZuIGtoaSBcdTAxMTFcdTAxYjBcdTFlZTNjIG5oXHUxZWE1cCB2XHUwMGUwby48XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjc6IFx1MDExMFx1MWVjMyBuaFx1MDBmYW5nIG1cdTFlZDl0IGhcdTAwZWNuaCBcdTFlYTNuaCB2XHUwMGUwbyB0cmFuZyB3ZWIgSFRNTCwgdGhcdTFlYmIgblx1MDBlMG8gXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZz9cclxuPHVsPlxyXG48bGk+QS4gYDxwaWN0dXJlPmA8XC9saT5cclxuPGxpPkIuIGA8cGhvdG8+YDxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBgPGltZz5gPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gYDxpbWFnZT5gPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjg6IFRodVx1MWVkOWMgdFx1MDBlZG5oIGBzcmNgIHRyb25nIHRoXHUxZWJiIGA8aW1nPmAgY1x1MDBmMyB2YWkgdHJcdTAwZjIgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gWFx1MDBlMWMgXHUwMTExXHUxZWNibmgga1x1MDBlZGNoIHRoXHUwMWIwXHUxZWRiYyBjXHUxZWU3YSBoXHUwMGVjbmggXHUxZWEzbmguPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIENoXHUxZWM5IFx1MDExMVx1MWVjYm5oIFx1MDExMVx1MDFiMFx1MWVkZG5nIGRcdTFlYWJuIChVUkwgaG9cdTFlYjdjIFx1MDExMVx1MDFiMFx1MWVkZG5nIGRcdTFlYWJuIHRcdTAxYjBcdTAxYTFuZyBcdTAxMTFcdTFlZDFpKSBcdTAxMTFcdTFlYmZuIHRcdTFlYzdwIGhcdTAwZWNuaCBcdTFlYTNuaC48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBcdTAxMTBcdTFlYjd0IHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgY2hvIGhcdTAwZWNuaCBcdTFlYTNuaCBraGkgZGkgY2h1XHUxZWQ5dCBxdWEuPFwvbGk+XHJcbjxsaT5ELiBUXHUxZWExbyBoaVx1MWVjN3UgXHUxZWU5bmcgXHUwMTExXHUxZWQ5bmcgY2hvIGhcdTAwZWNuaCBcdTFlYTNuaC48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyOTogXHUwMTEwaVx1MWVjMXUgZ1x1MDBlYyBsXHUwMGUwIHF1YW4gdHJcdTFlY2RuZyBuaFx1MWVhNXQgY1x1MWVhN24ga2lcdTFlYzNtIHRyYSBraGkgYlx1MWVhZnQgXHUwMTExXHUxZWE3dSBoXHUxZWNkYyBIVE1MIFx1MDExMVx1MWVjMyBcdTAxMTFcdTFlYTNtIGJcdTFlYTNvIGJcdTFlYTFuIGNcdTAwZjMgdGhcdTFlYzMgdGhcdTFlZjFjIGhcdTAwZTBuaCB2XHUwMGUwIHhlbSBrXHUxZWJmdCBxdVx1MWVhMz9cclxuPHVsPlxyXG48bGk+QS4gS1x1MWViZnQgblx1MWVkMWkgaW50ZXJuZXQgdFx1MWVkMWMgXHUwMTExXHUxZWQ5IGNhby48XC9saT5cclxuPGxpPkIuIFBoXHUxZWE3biBtXHUxZWMxbSBcdTAxMTFcdTFlZDMgaFx1MWVjZGEgY2h1eVx1MDBlYW4gZFx1MWVlNW5nLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBUclx1MDBlY25oIHNvXHUxZWExbiB0aFx1MWVhM28gdlx1MDEwM24gYlx1MWVhM24gKHZcdTAwZWQgZFx1MWVlNTogTm90ZXBhZCwgVlMgQ29kZSkgdlx1MDBlMCB0clx1MDBlY25oIGR1eVx1MWVjN3Qgd2ViICh2XHUwMGVkIGRcdTFlZTU6IENocm9tZSwgRmlyZWZveCkuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gVFx1MDBlMGkga2hvXHUxZWEzbiB0clx1MDBlYW4gbVx1MDBlMXkgY2hcdTFlZTcgd2ViLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDMwOiBHaVx1MWVhMyBzXHUxZWVkIGJcdTFlYTFuIG11XHUxZWQxbiB0XHUxZWExbyBtXHUxZWQ5dCB0cmFuZyB3ZWIgZ2lcdTFlZGJpIHRoaVx1MWVjN3Ugdlx1MWVjMSBiXHUxZWEzbiB0aFx1MDBlMm4uIFRoZW8gY1x1MWVhNXUgdHJcdTAwZmFjIEhUTUwgY1x1MDFhMSBiXHUxZWEzbiwgYlx1MWVhMW4gc1x1MWViZCBcdTAxMTFcdTFlYjd0IG5cdTFlZDlpIGR1bmcgZ2lcdTFlZGJpIHRoaVx1MWVjN3UgKHZcdTAxMDNuIGJcdTFlYTNuLCBoXHUwMGVjbmggXHUxZWEzbmgpIHZcdTAwZTBvIHBoXHUxZWE3biBuXHUwMGUwbyBjXHUxZWU3YSB0XHUxZWM3cCBIVE1MP1xyXG48dWw+XHJcbjxsaT5BLiBQaFx1MWVhN24gYDxoZWFkPmA8XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gUGhcdTFlYTduIGA8Ym9keT5gPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gUGhcdTFlYTduIGA8dGl0bGU+YDxcL2xpPlxyXG48bGk+RC4gUGhcdTFlYTduIGA8IURPQ1RZUEUgaHRtbD5gPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbiIsInF1aXpfaW1hZ2UiOm51bGwsInF1aXpfY2F0ZWdvcnlfaWQiOiIxNTI0IiwicXVlc3Rpb25faWRzIjoiMjQwMjE2LDI0MDIxNywyNDAyMTgsMjQwMjE5LDI0MDIyMCwyNDAyMjEsMjQwMjIyLDI0MDIyMywyNDAyMjQsMjQwMjI1LDI0MDIyNiwyNDAyMjcsMjQwMjI4LDI0MDIyOSwyNDAyMzAsMjQwMjMxLDI0MDIzMiwyNDAyMzMsMjQwMjM0LDI0MDIzNSwyNDAyMzYsMjQwMjM3LDI0MDIzOCwyNDAyMzksMjQwMjQwLDI0MDI0MSwyNDAyNDIsMjQwMjQzLDI0MDI0NCwyNDAyNDUiLCJvcmRlcmluZyI6IjgwMTMiLCJwdWJsaXNoZWQiOiIxIiwiY3JlYXRlX2RhdGUiOm51bGwsInF1aXpfdXJsIjpudWxsLCJpbnRlcnZhbHMiOiJbe1wiaW50ZXJ2YWxfbWluXCI6XCIwXCIsXCJpbnRlcnZhbF9tYXhcIjpcIjI1XCIsXCJpbnRlcnZhbF90ZXh0XCI6XCJcIixcImludGVydmFsX2ltYWdlXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X3VybFwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF9kZWxheVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlXCI6XCJcIixcImludGVydmFsX2ZpbGVfaWRcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9uYW1lXCI6XCJcIixcImludGVydmFsX2dhbWlwcmVzc19wb2ludFwiOlwiXCIsXCJpbnRlcnZhbF93cHJvZHVjdFwiOlwiXCIsXCJpbnRlcnZhbF9rZXl3b3JkXCI6XCJBXCJ9LHtcImludGVydmFsX21pblwiOlwiMjZcIixcImludGVydmFsX21heFwiOlwiNTBcIixcImludGVydmFsX3RleHRcIjpcIlwiLFwiaW50ZXJ2YWxfaW1hZ2VcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfdXJsXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X2RlbGF5XCI6XCJcIixcImludGVydmFsX2ZpbGVcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9pZFwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX25hbWVcIjpcIlwiLFwiaW50ZXJ2YWxfZ2FtaXByZXNzX3BvaW50XCI6XCJcIixcImludGVydmFsX3dwcm9kdWN0XCI6XCJcIixcImludGVydmFsX2tleXdvcmRcIjpcIkJcIn0se1wiaW50ZXJ2YWxfbWluXCI6XCI1MVwiLFwiaW50ZXJ2YWxfbWF4XCI6XCI3NVwiLFwiaW50ZXJ2YWxfdGV4dFwiOlwiXCIsXCJpbnRlcnZhbF9pbWFnZVwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF91cmxcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfZGVsYXlcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX2lkXCI6XCJcIixcImludGVydmFsX2ZpbGVfbmFtZVwiOlwiXCIsXCJpbnRlcnZhbF9nYW1pcHJlc3NfcG9pbnRcIjpcIlwiLFwiaW50ZXJ2YWxfd3Byb2R1Y3RcIjpcIlwiLFwiaW50ZXJ2YWxfa2V5d29yZFwiOlwiQ1wifSx7XCJpbnRlcnZhbF9taW5cIjpcIjc2XCIsXCJpbnRlcnZhbF9tYXhcIjpcIjEwMFwiLFwiaW50ZXJ2YWxfdGV4dFwiOlwiXCIsXCJpbnRlcnZhbF9pbWFnZVwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF91cmxcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfZGVsYXlcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX2lkXCI6XCJcIixcImludGVydmFsX2ZpbGVfbmFtZVwiOlwiXCIsXCJpbnRlcnZhbF9nYW1pcHJlc3NfcG9pbnRcIjpcIlwiLFwiaW50ZXJ2YWxfd3Byb2R1Y3RcIjpcIlwiLFwiaW50ZXJ2YWxfa2V5d29yZFwiOlwiRFwifV0iLCJpc191c2VyX2xvZ2dlZF9pbiI6ZmFsc2UsInF1aXpfYW5pbWF0aW9uX3RvcCI6MTAwLCJxdWl6X2VuYWJsZV9hbmltYXRpb25fdG9wIjoib24iLCJzdG9yZV9hbGxfbm90X2ZpbmlzaGVkX3Jlc3VsdHMiOmZhbHNlfQ=='; </script> <input type='hidden' name='quiz_id' value='8013'/> <input type='hidden' name='start_date' class='ays-start-date'/> <input type='hidden' name='ays_end_date' class='ays-quiz-end-date'/> <input type='hidden' name='ays_finish_quiz_nonce_8013' value='460378414c'/> </form></div> </div> <div class="ays-quiz-powered-by-container"><div class="ays-quiz-promote-powered-by-text-row"><span class="ays-quiz-promote-powered-by-text">By <a href="https://ays-pro.com/wordpress/quiz-maker" target="_blank">Wordpress Quiz plugin</a></span></div></div></div></div> <div class="panel blogger"><div class='ays-quiz-wrap'> <div class='ays-quiz-container ays_quiz_classic_light ays-quiz-keyboard-active' data-quest-effect='shake' data-hide-bg-image='false' id='ays-quiz-container-8951'> <div class='ays-questions-container'> <div class='ays-quiz-some-items-icons-wrap'><div class="ays-quiz-full-screen-wrap"> <a class="ays-quiz-full-screen-container"> <svg xmlns="http://www.w3.org/2000/svg" height="24" fill="#fff" viewBox="0 0 24 24" width="24" class="ays-quiz-close-full-screen"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" height="24" fill="#fff" viewBox="0 0 24 24" width="24" class="ays-quiz-open-full-screen"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"/> </svg> </a> </div></div> <span class='ays_quizn_ancnoxneri_qanak'><i class='ays_fa ays_fa_users'></i> 0</span> <form action='' method='post' autocomplete='off' id='ays_finish_quiz_8951' class='ays-quiz-form enable_questions_result ' ><input type='hidden' class='ays_question_count_per_page' value='30'> <input type='hidden' value='list' class='answer_view_class'> <input type='hidden' value='' class='ays_qm_enable_arrows'><section class='ays_quiz_timer_container'> <div class='ays-quiz-timer ays-quiz-message-before-timer' data-timer='2700'><p>Bạn đã sẵn sàng chưa? 45 phút làm bài bắt đầu!!!</p> </div> <div class='ays-quiz-after-timer '><p>Bạn đã hết giờ làm bài! Xem kết quả các câu hỏi đã làm nhé!!!</p> </div> <hr style='height:1px;'> </section> <div class='step active-step'> <div class='ays-abs-fs ays-start-page'> <div class='ays_cb_and_a'><p style='margin:0!important;'><strong>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong></p></div> <p class='ays-fs-title'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 02</p> <div class='ays_buttons_div'> <input type='button' name='next' class='ays_next start_button action-button ays-quiz-keyboard-active' value='BẮT ĐẦU LÀM BÀI TEST' data-enable-leave-page="false" /> </div> <div class='ays-fs-subtitle'><p>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 02 bao gồm nhiều câu hỏi hay, bám sát chương trình. Cùng làm bài tập trắc nghiệm ngay.</p> <div class="question-block"> <p>Câu 1: Ngôn ngữ HTML được ví như bộ khung xương của một ngôi nhà trong việc xây dựng website. Vậy, vai trò chính xác của HTML là gì?</p> <ul> <li>A. Trang trí giao diện và tạo hiệu ứng động cho website.</li> <li><strong>B. Xác định cấu trúc và nội dung của trang web, bao gồm văn bản, hình ảnh, và các thành phần đa phương tiện.</strong></li> <li>C. Quản lý dữ liệu và tương tác với cơ sở dữ liệu của website.</li> <li>D. Thực hiện các chức năng xử lý phía máy chủ để website hoạt động.</li> </ul> </div> <div class="question-block"> <p>Câu 2: Trong cấu trúc cơ bản của một tài liệu HTML, thẻ nào được sử dụng để chứa các thông tin mô tả về trang web như tiêu đề, từ khóa, và các thiết lập khác, nhưng không hiển thị trực tiếp trên trang web?</p> <ul> <li>A. <body></li> <li>B.<br /> <footer></li> <li><strong>C. <head></strong></li> <li>D.<br /> <header></li> </ul> </div> <div class="question-block"> <p>Câu 3: Để tạo một đoạn văn bản thông thường trong HTML, thẻ nào sau đây là phù hợp nhất?</p> <ul> <li><strong>A. <p></strong></li> <li>B.<br /> <h1></li> <li>C. <div></li> <li>D. <span></li> </ul> </div> <div class="question-block"> <p>Câu 4: Bạn muốn tạo một danh sách không thứ tự (unordered list) trong HTML, ví dụ như danh sách các món ăn yêu thích. Thẻ HTML nào sẽ giúp bạn thực hiện điều này?</p> <ul> <li>A. <dl></li> <li><strong>B. <ul></strong></li> <li>C. <ol></li> <li>D. <li></li> </ul> </div> <div class="question-block"> <p>Câu 5: Trong HTML, để liên kết trang web của bạn đến một trang web khác hoặc một vị trí khác trên cùng trang web, bạn sử dụng thẻ nào?</p> <ul> <li>A. <link></li> <li>B.<br /> <nav></li> <li>C. <url></li> <li><strong>D. <a></strong></li> </ul> </div> <div class="question-block"> <p>Câu 6: Để nhúng một hình ảnh vào trang web HTML, bạn cần sử dụng thẻ nào? Thẻ này có thuộc tính quan trọng nào để chỉ định đường dẫn đến tập tin hình ảnh?</p> <ul> <li><strong>A. <img src></strong></li> <li>B. <image path></li> <li>C. <picture source></li> <li>D.<br /> <figure file></li> </ul> </div> <div class="question-block"> <p>Câu 7: Bạn muốn tạo một tiêu đề chính nổi bật cho nội dung trang web, thường được đặt ở đầu trang. Thẻ HTML nào phù hợp nhất để tạo tiêu đề lớn nhất trong các cấp độ tiêu đề?</p> <ul> <li>A. <h7></li> <li><strong>B.<br /> <h1></strong></li> <li>C.<br /> <h6></li> <li>D.<br /> <header></li> </ul> </div> <div class="question-block"> <p>Câu 8: Trong HTML, thuộc tính "class" thường được sử dụng để làm gì?</p> <ul> <li>A. Xác định kiểu dữ liệu cho phần tử.</li> <li>B. Tạo hiệu ứng hoạt hình cho phần tử.</li> <li><strong>C. Nhóm các phần tử HTML để áp dụng kiểu dáng CSS hoặc thao tác JavaScript.</strong></li> <li>D. Đặt tên duy nhất cho một phần tử HTML.</li> </ul> </div> <div class="question-block"> <p>Câu 9: Sự khác biệt cơ bản giữa thẻ HTML "</p> <div>" và thẻ "<span>" là gì?</p> <ul> <li>A. Thẻ " <div>" chỉ dùng cho văn bản, còn thẻ "<span>" dùng cho hình ảnh.</li> <li>B. Thẻ " <div>" là thẻ tự đóng, còn thẻ "<span>" cần thẻ đóng.</li> <li>C. Thẻ " <div>" dùng để tạo liên kết, còn thẻ "<span>" dùng để tạo danh sách.</li> <li><strong>D. Thẻ " <div>" là phần tử khối (block-level), tạo ngắt dòng trước và sau, còn thẻ "<span>" là phần tử nội tuyến (inline), không tạo ngắt dòng.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 10: Để tạo một dòng kẻ ngang phân chia nội dung trên trang web, thẻ HTML nào được sử dụng?</p> <ul> <li>A. </li> <li><strong>B.<br /> <hr> <p></strong></li> <li>C. <line></li> <li>D. <separator></li> </ul> </div> <div class="question-block"> <p>Câu 11: Trong HTML, phần nào của tài liệu được trình duyệt web xử lý đầu tiên khi tải trang?</p> <ul> <li>A. <body></li> <li>B.<br /> <footer></li> <li><strong>C. <head></strong></li> <li>D.<br /> <header></li> </ul> </div> <div class="question-block"> <p>Câu 12: Khi nhấp vào một liên kết HTML, trình duyệt web thực hiện hành động gì?</p> <ul> <li>A. Hiển thị một hộp thoại thông báo.</li> <li><strong>B. Tải trang web mới hoặc vị trí mới được chỉ định trong thuộc tính "href".</strong></li> <li>C. Mở một ứng dụng khác để xử lý liên kết.</li> <li>D. Lưu liên kết vào bộ nhớ tạm.</li> </ul> </div> <div class="question-block"> <p>Câu 13: Đoạn mã HTML sau có lỗi gì: `</p> <p>Đây là đoạn văn <b>với chữ đậm.</p> <p></b>`</p> <ul> <li>A. Thẻ ` <p>` không được phép chứa thẻ `<b>`.</li> <li>B. Thiếu thuộc tính "style" cho thẻ `<b>`.</li> <li>C. Thẻ `<b>` không được hỗ trợ trong HTML5.</li> <li><strong>D. Thẻ `<b>` phải được đóng trước thẻ ` <p>`.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 14: Tại sao việc sử dụng thẻ HTML có cấu trúc rõ ràng và tuân theo ngữ nghĩa (semantic HTML) lại quan trọng?</p> <ul> <li><strong>A. Giúp tăng khả năng truy cập, cải thiện SEO (tối ưu hóa công cụ tìm kiếm), và dễ dàng bảo trì, nâng cấp website.</strong></li> <li>B. Giúp trang web hiển thị nhanh hơn trên trình duyệt.</li> <li>C. Giảm dung lượng tập tin HTML.</li> <li>D. Tăng tính bảo mật cho website.</li> </ul> </div> <div class="question-block"> <p>Câu 15: Trong HTML, để tạo một bảng biểu, bạn cần sử dụng các thẻ nào để xác định cấu trúc bảng (bảng, hàng, cột/ô)?</p> <ul> <li>A. <grid>, <row>, <cell></li> <li>B. <layout>, <line>, <item></li> <li><strong>C.<br /> <table>, </p> <tr>, </p> <td> (hoặc </p> <th>)</strong></li> <li>D.<br /> <form>, <input>, <label></li> </ul> </div> <div class="question-block"> <p>Câu 16: Phần mở đầu của một tài liệu HTML thường bắt đầu bằng dòng khai báo `<!DOCTYPE html>`. Mục đích của dòng khai báo này là gì?</p> <ul> <li>A. Kích hoạt chế độ bảo mật cho trang web.</li> <li><strong>B. Khai báo với trình duyệt phiên bản HTML mà tài liệu đang sử dụng.</strong></li> <li>C. Chỉ định ngôn ngữ chính của trang web.</li> <li>D. Tối ưu hóa tốc độ tải trang.</li> </ul> </div> <div class="question-block"> <p>Câu 17: Giả sử bạn muốn tạo một form đăng ký thông tin người dùng trong HTML. Thẻ nào là thẻ vùng chứa chính cho các phần tử nhập liệu trong form?</p> <ul> <li>A.<br /> <section></li> <li>B.<br /> <article></li> <li>C. <div></li> <li><strong>D.<br /> <form></strong></li> </ul> </div> <div class="question-block"> <p>Câu 18: Trong thẻ `<input>` của form HTML, thuộc tính "type" có vai trò gì?</p> <ul> <li>A. Xác định kích thước của trường nhập liệu.</li> <li>B. Đặt tên cho trường nhập liệu để xử lý ở phía máy chủ.</li> <li><strong>C. Xác định kiểu dữ liệu mà người dùng có thể nhập vào (ví dụ: text, password, email).</strong></li> <li>D. Quy định các ràng buộc về dữ liệu nhập vào (ví dụ: bắt buộc nhập, định dạng).</li> </ul> </div> <div class="question-block"> <p>Câu 19: Để thêm chú thích (comment) vào mã HTML mà không muốn chúng hiển thị trên trình duyệt, bạn sử dụng cú pháp nào?</p> <ul> <li><strong>A. <!-- Đây là chú thích --></strong></li> <li>B. // Đây là chú thích //</li> <li>C. /* Đây là chú thích */</li> <li>D. # Đây là chú thích</li> </ul> </div> <div class="question-block"> <p>Câu 20: Khi bạn mở một tệp HTML bằng trình duyệt web, trình duyệt sẽ làm gì với mã HTML?</p> <ul> <li>A. Hiển thị trực tiếp mã HTML dưới dạng văn bản.</li> <li><strong>B. Phân tích (parse) mã HTML và hiển thị nội dung trang web dựa trên các thẻ.</strong></li> <li>C. Biên dịch mã HTML thành ngôn ngữ máy.</li> <li>D. Gửi mã HTML đến máy chủ để xử lý.</li> </ul> </div> <div class="question-block"> <p>Câu 21: Trong ngữ cảnh HTML, thuật ngữ "thẻ lồng nhau" (nested tags) có nghĩa là gì?</p> <ul> <li>A. Các thẻ HTML được viết trên cùng một dòng.</li> <li>B. Các thẻ HTML có tên giống nhau.</li> <li><strong>C. Một thẻ HTML được đặt bên trong một thẻ HTML khác.</strong></li> <li>D. Các thẻ HTML được sử dụng để tạo danh sách.</li> </ul> </div> <div class="question-block"> <p>Câu 22: Để tạo một danh sách có thứ tự (ví dụ: các bước thực hiện theo thứ tự), bạn sử dụng thẻ HTML nào?</p> <ul> <li>A. <ul></li> <li>B. <dl></li> <li><strong>C. <ol></strong></li> <li>D. <li></li> </ul> </div> <div class="question-block"> <p>Câu 23: Thuộc tính "href" trong thẻ `<a>` dùng để chỉ định điều gì?</p> <ul> <li>A. Tên của liên kết hiển thị.</li> <li>B. Kiểu dáng của liên kết.</li> <li>C. Vị trí của liên kết trên trang.</li> <li><strong>D. Địa chỉ URL mà liên kết trỏ đến.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 24: Trong HTML, bạn có thể sử dụng các thẻ heading từ `</p> <h1>` đến `</p> <h6>`. Sự khác biệt chính giữa các thẻ này là gì?</p> <ul> <li>A. Màu sắc hiển thị của tiêu đề.</li> <li><strong>B. Kích thước chữ và mức độ quan trọng của tiêu đề (<br /> <h1> là quan trọng nhất, </p> <h6> là ít quan trọng nhất).</strong></li> <li>C. Vị trí mặc định của tiêu đề trên trang.</li> <li>D. Loại phông chữ sử dụng cho tiêu đề.</li> </ul> </div> <div class="question-block"> <p>Câu 25: Để đảm bảo mã HTML của bạn hợp lệ và tuân thủ các tiêu chuẩn, bạn nên làm gì?</p> <ul> <li>A. Kiểm tra mã bằng trình duyệt web khác nhau.</li> <li>B. Xem mã nguồn trang web của các website lớn khác.</li> <li><strong>C. Sử dụng các công cụ kiểm tra tính hợp lệ HTML (HTML validators).</strong></li> <li>D. Hỏi ý kiến từ các lập trình viên web khác.</li> </ul> </div> <div class="question-block"> <p>Câu 26: Trong HTML, thuộc tính "alt" của thẻ `<img>` có vai trò quan trọng nhất trong trường hợp nào?</p> <ul> <li><strong>A. Khi hình ảnh không thể hiển thị hoặc cho người dùng sử dụng trình đọc màn hình (screen reader) để hỗ trợ tiếp cận.</strong></li> <li>B. Để tạo hiệu ứng động cho hình ảnh.</li> <li>C. Để nén dung lượng hình ảnh.</li> <li>D. Để đặt tên tệp tin hình ảnh trên máy chủ.</li> </ul> </div> <div class="question-block"> <p>Câu 27: Nếu bạn muốn nhóm một số phần tử HTML lại với nhau để dễ dàng định kiểu CSS hoặc thao tác JavaScript, thẻ nào thường được sử dụng như một vùng chứa chung?</p> <ul> <li>A.<br /> <header></li> <li>B.<br /> <nav></li> <li>C.<br /> <section></li> <li><strong>D. <div></strong></li> </ul> </div> <div class="question-block"> <p>Câu 28: Khi thiết kế cấu trúc HTML cho một trang web, bạn nên ưu tiên sử dụng các thẻ HTML5 ngữ nghĩa (semantic HTML5 tags) như `</p> <article>`, `</p> <nav>`, `</p> <aside>`, `</p> <header>`, `</p> <footer>` để làm gì?</p> <ul> <li>A. Tăng tốc độ tải trang.</li> <li><strong>B. Cải thiện cấu trúc, ngữ nghĩa rõ ràng cho trang web, giúp máy tìm kiếm và trình đọc màn hình hiểu nội dung tốt hơn.</strong></li> <li>C. Giảm dung lượng mã HTML.</li> <li>D. Tăng cường bảo mật cho trang web.</li> </ul> </div> <div class="question-block"> <p>Câu 29: Trong HTML, bạn có thể sử dụng thuộc tính "style" trực tiếp trong thẻ HTML để định kiểu. Tuy nhiên, phương pháp này thường được khuyến cáo là nên hạn chế sử dụng. Vì sao?</p> <ul> <li>A. Thuộc tính "style" không được hỗ trợ bởi tất cả các trình duyệt.</li> <li>B. Sử dụng thuộc tính "style" làm tăng dung lượng tệp tin HTML.</li> <li><strong>C. Làm mã HTML trở nên khó đọc, khó bảo trì và quản lý khi có nhiều kiểu dáng phức tạp.</strong></li> <li>D. Định kiểu bằng thuộc tính "style" làm chậm tốc độ tải trang.</li> </ul> </div> <div class="question-block"> <p>Câu 30: Bạn muốn tạo một liên kết tải xuống một tệp tin (ví dụ: tệp PDF, DOCX) khi người dùng nhấp vào liên kết. Bạn cần sử dụng thuộc tính nào trong thẻ `<a>`?</p> <ul> <li>A. target="_blank"</li> <li>B. rel="noopener"</li> <li>C. type="application/octet-stream"</li> <li><strong>D. download</strong></li> </ul> </div> </div> <input type='hidden' name='ays_quiz_id' value='8951'/> <input type='hidden' name='ays_quiz_curent_page_link' class='ays-quiz-curent-page-link' value='https://cauhoi.org/15-de-trac-nghiem-tin-hoc-12-canh-dieu-bai-1-lam-quen-voi-ngon-ngu-danh-dau-sieu-van-ban/'/> <input type='hidden' name='ays_quiz_questions' value='268338,268339,268340,268341,268342,268343,268344,268345,268346,268347,268348,268349,268350,268351,268352,268353,268354,268355,268356,268357,268358,268359,268360,268361,268362,268363,268364,268365,268366,268367'> </div> </div><div class='step ' data-question-id='268338' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>1 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 1: Ngôn ngữ HTML được ví như bộ khung xương của một ngôi nhà trong việc xây dựng website. Vậy, vai trò chính xác của HTML là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268338]' id='ays-answer-1070509-8951' value='1070509'/> <label for='ays-answer-1070509-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Trang trí giao diện và tạo hiệu ứng động cho website.</label><label for='ays-answer-1070509-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268338]' id='ays-answer-1070510-8951' value='1070510'/> <label for='ays-answer-1070510-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định cấu trúc và nội dung của trang web, bao gồm văn bản, hình ảnh, và các thành phần đa phương tiện.</label><label for='ays-answer-1070510-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268338]' id='ays-answer-1070511-8951' value='1070511'/> <label for='ays-answer-1070511-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Quản lý dữ liệu và tương tác với cơ sở dữ liệu của website.</label><label for='ays-answer-1070511-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268338]' id='ays-answer-1070512-8951' value='1070512'/> <label for='ays-answer-1070512-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Thực hiện các chức năng xử lý phía máy chủ để website hoạt động.</label><label for='ays-answer-1070512-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268338'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDUwOSI6IjAiLCIxMDcwNTEwIjoiMSIsIjEwNzA1MTEiOiIwIiwiMTA3MDUxMiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi tập trung vào vai trò cốt lõi của HTML trong việc xây dựng website, sử dụng phép ẩn dụ 'khung xương' để làm rõ ý. Đáp án đúng nhấn mạnh vào cấu trúc và nội dung, phân biệt với các khía cạnh khác như giao diện (CSS) hay tương tác (JavaScript).</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268339' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>2 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 2: Trong cấu trúc cơ bản của một tài liệu HTML, thẻ nào được sử dụng để chứa các thông tin mô tả về trang web như tiêu đề, từ khóa, và các thiết lập khác, nhưng không hiển thị trực tiếp trên trang web?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268339]' id='ays-answer-1070513-8951' value='1070513'/> <label for='ays-answer-1070513-8951' class=' ays_position_initial ays-quiz-keyboard-label'><body></label><label for='ays-answer-1070513-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268339]' id='ays-answer-1070514-8951' value='1070514'/> <label for='ays-answer-1070514-8951' class=' ays_position_initial ays-quiz-keyboard-label'><footer></label><label for='ays-answer-1070514-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268339]' id='ays-answer-1070515-8951' value='1070515'/> <label for='ays-answer-1070515-8951' class=' ays_position_initial ays-quiz-keyboard-label'><head></label><label for='ays-answer-1070515-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268339]' id='ays-answer-1070516-8951' value='1070516'/> <label for='ays-answer-1070516-8951' class=' ays_position_initial ays-quiz-keyboard-label'><header></label><label for='ays-answer-1070516-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268339'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDUxMyI6IjAiLCIxMDcwNTE0IjoiMCIsIjEwNzA1MTUiOiIxIiwiMTA3MDUxNiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về phần 'head' trong cấu trúc HTML. Nó tập trung vào chức năng của thẻ `<head>` là chứa metadata, không phải nội dung hiển thị.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268340' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>3 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 3: Để tạo một đoạn văn bản thông thường trong HTML, thẻ nào sau đây là phù hợp nhất?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268340]' id='ays-answer-1070517-8951' value='1070517'/> <label for='ays-answer-1070517-8951' class=' ays_position_initial ays-quiz-keyboard-label'><p></label><label for='ays-answer-1070517-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268340]' id='ays-answer-1070518-8951' value='1070518'/> <label for='ays-answer-1070518-8951' class=' ays_position_initial ays-quiz-keyboard-label'><h1></label><label for='ays-answer-1070518-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268340]' id='ays-answer-1070519-8951' value='1070519'/> <label for='ays-answer-1070519-8951' class=' ays_position_initial ays-quiz-keyboard-label'><div></label><label for='ays-answer-1070519-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268340]' id='ays-answer-1070520-8951' value='1070520'/> <label for='ays-answer-1070520-8951' class=' ays_position_initial ays-quiz-keyboard-label'><span></label><label for='ays-answer-1070520-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268340'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDUxNyI6IjEiLCIxMDcwNTE4IjoiMCIsIjEwNzA1MTkiOiIwIiwiMTA3MDUyMCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thẻ cơ bản để tạo đoạn văn bản. Đáp án đúng là thẻ `</p> <p>` (paragraph). Các phương án nhiễu là các thẻ có chức năng khác biệt.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268341' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>4 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 4: Bạn muốn tạo một danh sách không thứ tự (unordered list) trong HTML, ví dụ như danh sách các món ăn yêu thích. Thẻ HTML nào sẽ giúp bạn thực hiện điều này?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268341]' id='ays-answer-1070521-8951' value='1070521'/> <label for='ays-answer-1070521-8951' class=' ays_position_initial ays-quiz-keyboard-label'><dl></label><label for='ays-answer-1070521-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268341]' id='ays-answer-1070522-8951' value='1070522'/> <label for='ays-answer-1070522-8951' class=' ays_position_initial ays-quiz-keyboard-label'><ul></label><label for='ays-answer-1070522-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268341]' id='ays-answer-1070523-8951' value='1070523'/> <label for='ays-answer-1070523-8951' class=' ays_position_initial ays-quiz-keyboard-label'><ol></label><label for='ays-answer-1070523-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268341]' id='ays-answer-1070524-8951' value='1070524'/> <label for='ays-answer-1070524-8951' class=' ays_position_initial ays-quiz-keyboard-label'><li></label><label for='ays-answer-1070524-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268341'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDUyMSI6IjAiLCIxMDcwNTIyIjoiMSIsIjEwNzA1MjMiOiIwIiwiMTA3MDUyNCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thẻ tạo danh sách không thứ tự. Đáp án đúng là `</p> <ul>` (unordered list). Các phương án nhiễu là các thẻ tạo danh sách có thứ tự hoặc thẻ khác.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268342' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>5 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 5: Trong HTML, để liên kết trang web của bạn đến một trang web khác hoặc một vị trí khác trên cùng trang web, bạn sử dụng thẻ nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268342]' id='ays-answer-1070525-8951' value='1070525'/> <label for='ays-answer-1070525-8951' class=' ays_position_initial ays-quiz-keyboard-label'><link></label><label for='ays-answer-1070525-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268342]' id='ays-answer-1070526-8951' value='1070526'/> <label for='ays-answer-1070526-8951' class=' ays_position_initial ays-quiz-keyboard-label'><nav></label><label for='ays-answer-1070526-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268342]' id='ays-answer-1070527-8951' value='1070527'/> <label for='ays-answer-1070527-8951' class=' ays_position_initial ays-quiz-keyboard-label'><url></label><label for='ays-answer-1070527-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268342]' id='ays-answer-1070528-8951' value='1070528'/> <label for='ays-answer-1070528-8951' class=' ays_position_initial ays-quiz-keyboard-label'><a></label><label for='ays-answer-1070528-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268342'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDUyNSI6IjAiLCIxMDcwNTI2IjoiMCIsIjEwNzA1MjciOiIwIiwiMTA3MDUyOCI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thẻ tạo liên kết. Đáp án đúng là `<a>` (anchor). Các phương án nhiễu là các thẻ có chức năng khác.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268343' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>6 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 6: Để nhúng một hình ảnh vào trang web HTML, bạn cần sử dụng thẻ nào? Thẻ này có thuộc tính quan trọng nào để chỉ định đường dẫn đến tập tin hình ảnh?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268343]' id='ays-answer-1070529-8951' value='1070529'/> <label for='ays-answer-1070529-8951' class=' ays_position_initial ays-quiz-keyboard-label'><img src></label><label for='ays-answer-1070529-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268343]' id='ays-answer-1070530-8951' value='1070530'/> <label for='ays-answer-1070530-8951' class=' ays_position_initial ays-quiz-keyboard-label'><image path></label><label for='ays-answer-1070530-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268343]' id='ays-answer-1070531-8951' value='1070531'/> <label for='ays-answer-1070531-8951' class=' ays_position_initial ays-quiz-keyboard-label'><picture source></label><label for='ays-answer-1070531-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268343]' id='ays-answer-1070532-8951' value='1070532'/> <label for='ays-answer-1070532-8951' class=' ays_position_initial ays-quiz-keyboard-label'><figure file></label><label for='ays-answer-1070532-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268343'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDUyOSI6IjEiLCIxMDcwNTMwIjoiMCIsIjEwNzA1MzEiOiIwIiwiMTA3MDUzMiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thẻ nhúng hình ảnh và thuộc tính `src`. Đáp án đúng là thẻ `<img>` và thuộc tính `src` (source). Câu hỏi kết hợp hai yếu tố: thẻ và thuộc tính.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268344' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>7 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 7: Bạn muốn tạo một tiêu đề chính nổi bật cho nội dung trang web, thường được đặt ở đầu trang. Thẻ HTML nào phù hợp nhất để tạo tiêu đề lớn nhất trong các cấp độ tiêu đề?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268344]' id='ays-answer-1070533-8951' value='1070533'/> <label for='ays-answer-1070533-8951' class=' ays_position_initial ays-quiz-keyboard-label'><h7></label><label for='ays-answer-1070533-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268344]' id='ays-answer-1070534-8951' value='1070534'/> <label for='ays-answer-1070534-8951' class=' ays_position_initial ays-quiz-keyboard-label'><h1></label><label for='ays-answer-1070534-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268344]' id='ays-answer-1070535-8951' value='1070535'/> <label for='ays-answer-1070535-8951' class=' ays_position_initial ays-quiz-keyboard-label'><h6></label><label for='ays-answer-1070535-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268344]' id='ays-answer-1070536-8951' value='1070536'/> <label for='ays-answer-1070536-8951' class=' ays_position_initial ays-quiz-keyboard-label'><header></label><label for='ays-answer-1070536-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268344'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDUzMyI6IjAiLCIxMDcwNTM0IjoiMSIsIjEwNzA1MzUiOiIwIiwiMTA3MDUzNiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về các thẻ tiêu đề và cấp độ quan trọng của `</p> <h1>`. Đáp án đúng là `</p> <h1>` cho tiêu đề lớn nhất.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268345' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>8 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 8: Trong HTML, thuộc tính 'class' thường được sử dụng để làm gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268345]' id='ays-answer-1070537-8951' value='1070537'/> <label for='ays-answer-1070537-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định kiểu dữ liệu cho phần tử.</label><label for='ays-answer-1070537-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268345]' id='ays-answer-1070538-8951' value='1070538'/> <label for='ays-answer-1070538-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo hiệu ứng hoạt hình cho phần tử.</label><label for='ays-answer-1070538-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268345]' id='ays-answer-1070539-8951' value='1070539'/> <label for='ays-answer-1070539-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Nhóm các phần tử HTML để áp dụng kiểu dáng CSS hoặc thao tác JavaScript.</label><label for='ays-answer-1070539-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268345]' id='ays-answer-1070540-8951' value='1070540'/> <label for='ays-answer-1070540-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Đặt tên duy nhất cho một phần tử HTML.</label><label for='ays-answer-1070540-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268345'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDUzNyI6IjAiLCIxMDcwNTM4IjoiMCIsIjEwNzA1MzkiOiIxIiwiMTA3MDU0MCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thuộc tính 'class'. Đáp án đúng là sử dụng để định kiểu CSS và thao tác JavaScript. Câu hỏi tập trung vào mục đích sử dụng chính của 'class'.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268346' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>9 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 9: Sự khác biệt cơ bản giữa thẻ HTML '</p> <div>' và thẻ '<span>' là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268346]' id='ays-answer-1070541-8951' value='1070541'/> <label for='ays-answer-1070541-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ '<div>' chỉ dùng cho văn bản, còn thẻ '<span>' dùng cho hình ảnh.</label><label for='ays-answer-1070541-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268346]' id='ays-answer-1070542-8951' value='1070542'/> <label for='ays-answer-1070542-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ '<div>' là thẻ tự đóng, còn thẻ '<span>' cần thẻ đóng.</label><label for='ays-answer-1070542-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268346]' id='ays-answer-1070543-8951' value='1070543'/> <label for='ays-answer-1070543-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ '<div>' dùng để tạo liên kết, còn thẻ '<span>' dùng để tạo danh sách.</label><label for='ays-answer-1070543-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268346]' id='ays-answer-1070544-8951' value='1070544'/> <label for='ays-answer-1070544-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ '<div>' là phần tử khối (block-level), tạo ngắt dòng trước và sau, còn thẻ '<span>' là phần tử nội tuyến (inline), không tạo ngắt dòng.</label><label for='ays-answer-1070544-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268346'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU0MSI6IjAiLCIxMDcwNTQyIjoiMCIsIjEwNzA1NDMiOiIwIiwiMTA3MDU0NCI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra sự phân biệt giữa thẻ `</p> <div>` (block-level) và `<span>` (inline). Đáp án đúng nhấn mạnh vào tính chất hiển thị của hai loại thẻ này.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268347' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>10 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 10: Để tạo một dòng kẻ ngang phân chia nội dung trên trang web, thẻ HTML nào được sử dụng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268347]' id='ays-answer-1070545-8951' value='1070545'/> <label for='ays-answer-1070545-8951' class=' ays_position_initial ays-quiz-keyboard-label'><br></label><label for='ays-answer-1070545-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268347]' id='ays-answer-1070546-8951' value='1070546'/> <label for='ays-answer-1070546-8951' class=' ays_position_initial ays-quiz-keyboard-label'><hr></label><label for='ays-answer-1070546-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268347]' id='ays-answer-1070547-8951' value='1070547'/> <label for='ays-answer-1070547-8951' class=' ays_position_initial ays-quiz-keyboard-label'><line></label><label for='ays-answer-1070547-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268347]' id='ays-answer-1070548-8951' value='1070548'/> <label for='ays-answer-1070548-8951' class=' ays_position_initial ays-quiz-keyboard-label'><separator></label><label for='ays-answer-1070548-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268347'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU0NSI6IjAiLCIxMDcwNTQ2IjoiMSIsIjEwNzA1NDciOiIwIiwiMTA3MDU0OCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thẻ tạo dòng kẻ ngang. Đáp án đúng là `</p> <hr> <p>` (horizontal rule).</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268348' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>11 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 11: Trong HTML, phần nào của tài liệu được trình duyệt web xử lý đầu tiên khi tải trang?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268348]' id='ays-answer-1070549-8951' value='1070549'/> <label for='ays-answer-1070549-8951' class=' ays_position_initial ays-quiz-keyboard-label'><body></label><label for='ays-answer-1070549-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268348]' id='ays-answer-1070550-8951' value='1070550'/> <label for='ays-answer-1070550-8951' class=' ays_position_initial ays-quiz-keyboard-label'><footer></label><label for='ays-answer-1070550-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268348]' id='ays-answer-1070551-8951' value='1070551'/> <label for='ays-answer-1070551-8951' class=' ays_position_initial ays-quiz-keyboard-label'><head></label><label for='ays-answer-1070551-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268348]' id='ays-answer-1070552-8951' value='1070552'/> <label for='ays-answer-1070552-8951' class=' ays_position_initial ays-quiz-keyboard-label'><header></label><label for='ays-answer-1070552-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268348'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU0OSI6IjAiLCIxMDcwNTUwIjoiMCIsIjEwNzA1NTEiOiIxIiwiMTA3MDU1MiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra thứ tự xử lý của trình duyệt đối với tài liệu HTML. Đáp án đúng là phần `<head>` vì nó chứa metadata cần thiết trước khi hiển thị nội dung.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268349' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>12 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 12: Khi nhấp vào một liên kết HTML, trình duyệt web thực hiện hành động gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268349]' id='ays-answer-1070553-8951' value='1070553'/> <label for='ays-answer-1070553-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Hiển thị một hộp thoại thông báo.</label><label for='ays-answer-1070553-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268349]' id='ays-answer-1070554-8951' value='1070554'/> <label for='ays-answer-1070554-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Tải trang web mới hoặc vị trí mới được chỉ định trong thuộc tính 'href'.</label><label for='ays-answer-1070554-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268349]' id='ays-answer-1070555-8951' value='1070555'/> <label for='ays-answer-1070555-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Mở một ứng dụng khác để xử lý liên kết.</label><label for='ays-answer-1070555-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268349]' id='ays-answer-1070556-8951' value='1070556'/> <label for='ays-answer-1070556-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Lưu liên kết vào bộ nhớ tạm.</label><label for='ays-answer-1070556-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268349'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU1MyI6IjAiLCIxMDcwNTU0IjoiMSIsIjEwNzA1NTUiOiIwIiwiMTA3MDU1NiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra hiểu biết về cơ chế hoạt động của liên kết trong trình duyệt. Đáp án đúng là trình duyệt sẽ tải trang web được chỉ định trong thuộc tính 'href' của thẻ `<a>`.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268350' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>13 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 13: Đoạn mã HTML sau có lỗi gì: `</p> <p>Đây là đoạn văn <b>với chữ đậm.</p> <p></b>`</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268350]' id='ays-answer-1070557-8951' value='1070557'/> <label for='ays-answer-1070557-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<p>` không được phép chứa thẻ `<b>`.</label><label for='ays-answer-1070557-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268350]' id='ays-answer-1070558-8951' value='1070558'/> <label for='ays-answer-1070558-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Thiếu thuộc tính 'style' cho thẻ `<b>`.</label><label for='ays-answer-1070558-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268350]' id='ays-answer-1070559-8951' value='1070559'/> <label for='ays-answer-1070559-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<b>` không được hỗ trợ trong HTML5.</label><label for='ays-answer-1070559-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268350]' id='ays-answer-1070560-8951' value='1070560'/> <label for='ays-answer-1070560-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<b>` phải được đóng trước thẻ `<p>`.</label><label for='ays-answer-1070560-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268350'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU1NyI6IjAiLCIxMDcwNTU4IjoiMCIsIjEwNzA1NTkiOiIwIiwiMTA3MDU2MCI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra khả năng phát hiện lỗi sai cú pháp HTML, cụ thể là lỗi thẻ đóng đặt sai vị trí. Thẻ `<b>` phải được đóng trước thẻ `</p> <p>`.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268351' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>14 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 14: Tại sao việc sử dụng thẻ HTML có cấu trúc rõ ràng và tuân theo ngữ nghĩa (semantic HTML) lại quan trọng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268351]' id='ays-answer-1070561-8951' value='1070561'/> <label for='ays-answer-1070561-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Giúp tăng khả năng truy cập, cải thiện SEO (tối ưu hóa công cụ tìm kiếm), và dễ dàng bảo trì, nâng cấp website.</label><label for='ays-answer-1070561-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268351]' id='ays-answer-1070562-8951' value='1070562'/> <label for='ays-answer-1070562-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Giúp trang web hiển thị nhanh hơn trên trình duyệt.</label><label for='ays-answer-1070562-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268351]' id='ays-answer-1070563-8951' value='1070563'/> <label for='ays-answer-1070563-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Giảm dung lượng tập tin HTML.</label><label for='ays-answer-1070563-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268351]' id='ays-answer-1070564-8951' value='1070564'/> <label for='ays-answer-1070564-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Tăng tính bảo mật cho website.</label><label for='ays-answer-1070564-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268351'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU2MSI6IjEiLCIxMDcwNTYyIjoiMCIsIjEwNzA1NjMiOiIwIiwiMTA3MDU2NCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra hiểu biết về tầm quan trọng của semantic HTML. Đáp án đúng nhấn mạnh vào khả năng truy cập, SEO và bảo trì code.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268352' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>15 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 15: Trong HTML, để tạo một bảng biểu, bạn cần sử dụng các thẻ nào để xác định cấu trúc bảng (bảng, hàng, cột/ô)?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268352]' id='ays-answer-1070565-8951' value='1070565'/> <label for='ays-answer-1070565-8951' class=' ays_position_initial ays-quiz-keyboard-label'><grid>, <row>, <cell></label><label for='ays-answer-1070565-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268352]' id='ays-answer-1070566-8951' value='1070566'/> <label for='ays-answer-1070566-8951' class=' ays_position_initial ays-quiz-keyboard-label'><layout>, <line>, <item></label><label for='ays-answer-1070566-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268352]' id='ays-answer-1070567-8951' value='1070567'/> <label for='ays-answer-1070567-8951' class=' ays_position_initial ays-quiz-keyboard-label'><table>, <tr>, <td> (hoặc <th>)</label><label for='ays-answer-1070567-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268352]' id='ays-answer-1070568-8951' value='1070568'/> <label for='ays-answer-1070568-8951' class=' ays_position_initial ays-quiz-keyboard-label'><form>, <input>, <label></label><label for='ays-answer-1070568-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268352'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU2NSI6IjAiLCIxMDcwNTY2IjoiMCIsIjEwNzA1NjciOiIxIiwiMTA3MDU2OCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về các thẻ tạo bảng. Đáp án đúng là `</p> <table>`, `</p> <tr>`, `</p> <td>` (hoặc `</p> <th>`).</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268353' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>16 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 16: Phần mở đầu của một tài liệu HTML thường bắt đầu bằng dòng khai báo `<!DOCTYPE html>`. Mục đích của dòng khai báo này là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268353]' id='ays-answer-1070569-8951' value='1070569'/> <label for='ays-answer-1070569-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Kích hoạt chế độ bảo mật cho trang web.</label><label for='ays-answer-1070569-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268353]' id='ays-answer-1070570-8951' value='1070570'/> <label for='ays-answer-1070570-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Khai báo với trình duyệt phiên bản HTML mà tài liệu đang sử dụng.</label><label for='ays-answer-1070570-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268353]' id='ays-answer-1070571-8951' value='1070571'/> <label for='ays-answer-1070571-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ định ngôn ngữ chính của trang web.</label><label for='ays-answer-1070571-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268353]' id='ays-answer-1070572-8951' value='1070572'/> <label for='ays-answer-1070572-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Tối ưu hóa tốc độ tải trang.</label><label for='ays-answer-1070572-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268353'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU2OSI6IjAiLCIxMDcwNTcwIjoiMSIsIjEwNzA1NzEiOiIwIiwiMTA3MDU3MiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về khai báo doctype. Đáp án đúng là để trình duyệt biết phiên bản HTML đang sử dụng.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268354' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>17 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 17: Giả sử bạn muốn tạo một form đăng ký thông tin người dùng trong HTML. Thẻ nào là thẻ vùng chứa chính cho các phần tử nhập liệu trong form?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268354]' id='ays-answer-1070573-8951' value='1070573'/> <label for='ays-answer-1070573-8951' class=' ays_position_initial ays-quiz-keyboard-label'><section></label><label for='ays-answer-1070573-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268354]' id='ays-answer-1070574-8951' value='1070574'/> <label for='ays-answer-1070574-8951' class=' ays_position_initial ays-quiz-keyboard-label'><article></label><label for='ays-answer-1070574-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268354]' id='ays-answer-1070575-8951' value='1070575'/> <label for='ays-answer-1070575-8951' class=' ays_position_initial ays-quiz-keyboard-label'><div></label><label for='ays-answer-1070575-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268354]' id='ays-answer-1070576-8951' value='1070576'/> <label for='ays-answer-1070576-8951' class=' ays_position_initial ays-quiz-keyboard-label'><form></label><label for='ays-answer-1070576-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268354'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU3MyI6IjAiLCIxMDcwNTc0IjoiMCIsIjEwNzA1NzUiOiIwIiwiMTA3MDU3NiI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thẻ `</p> <form>`. Đáp án đúng là `</p> <form>` được dùng để chứa các phần tử nhập liệu.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268355' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>18 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 18: Trong thẻ `<input>` của form HTML, thuộc tính 'type' có vai trò gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268355]' id='ays-answer-1070577-8951' value='1070577'/> <label for='ays-answer-1070577-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định kích thước của trường nhập liệu.</label><label for='ays-answer-1070577-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268355]' id='ays-answer-1070578-8951' value='1070578'/> <label for='ays-answer-1070578-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Đặt tên cho trường nhập liệu để xử lý ở phía máy chủ.</label><label for='ays-answer-1070578-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268355]' id='ays-answer-1070579-8951' value='1070579'/> <label for='ays-answer-1070579-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định kiểu dữ liệu mà người dùng có thể nhập vào (ví dụ: text, password, email).</label><label for='ays-answer-1070579-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268355]' id='ays-answer-1070580-8951' value='1070580'/> <label for='ays-answer-1070580-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Quy định các ràng buộc về dữ liệu nhập vào (ví dụ: bắt buộc nhập, định dạng).</label><label for='ays-answer-1070580-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268355'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU3NyI6IjAiLCIxMDcwNTc4IjoiMCIsIjEwNzA1NzkiOiIxIiwiMTA3MDU4MCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thuộc tính 'type' của thẻ `<input>`. Đáp án đúng là xác định kiểu dữ liệu nhập vào.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268356' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>19 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 19: Để thêm chú thích (comment) vào mã HTML mà không muốn chúng hiển thị trên trình duyệt, bạn sử dụng cú pháp nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268356]' id='ays-answer-1070581-8951' value='1070581'/> <label for='ays-answer-1070581-8951' class=' ays_position_initial ays-quiz-keyboard-label'><!-- Đây là chú thích --></label><label for='ays-answer-1070581-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268356]' id='ays-answer-1070582-8951' value='1070582'/> <label for='ays-answer-1070582-8951' class=' ays_position_initial ays-quiz-keyboard-label'>// Đây là chú thích //</label><label for='ays-answer-1070582-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268356]' id='ays-answer-1070583-8951' value='1070583'/> <label for='ays-answer-1070583-8951' class=' ays_position_initial ays-quiz-keyboard-label'>/* Đây là chú thích */</label><label for='ays-answer-1070583-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268356]' id='ays-answer-1070584-8951' value='1070584'/> <label for='ays-answer-1070584-8951' class=' ays_position_initial ays-quiz-keyboard-label'># Đây là chú thích</label><label for='ays-answer-1070584-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268356'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU4MSI6IjEiLCIxMDcwNTgyIjoiMCIsIjEwNzA1ODMiOiIwIiwiMTA3MDU4NCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về cú pháp comment trong HTML. Đáp án đúng là `<!-- ... -->`.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268357' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>20 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 20: Khi bạn mở một tệp HTML bằng trình duyệt web, trình duyệt sẽ làm gì với mã HTML?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268357]' id='ays-answer-1070585-8951' value='1070585'/> <label for='ays-answer-1070585-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Hiển thị trực tiếp mã HTML dưới dạng văn bản.</label><label for='ays-answer-1070585-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268357]' id='ays-answer-1070586-8951' value='1070586'/> <label for='ays-answer-1070586-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Phân tích (parse) mã HTML và hiển thị nội dung trang web dựa trên các thẻ.</label><label for='ays-answer-1070586-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268357]' id='ays-answer-1070587-8951' value='1070587'/> <label for='ays-answer-1070587-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Biên dịch mã HTML thành ngôn ngữ máy.</label><label for='ays-answer-1070587-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268357]' id='ays-answer-1070588-8951' value='1070588'/> <label for='ays-answer-1070588-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Gửi mã HTML đến máy chủ để xử lý.</label><label for='ays-answer-1070588-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268357'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU4NSI6IjAiLCIxMDcwNTg2IjoiMSIsIjEwNzA1ODciOiIwIiwiMTA3MDU4OCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra hiểu biết về cách trình duyệt xử lý HTML. Đáp án đúng là trình duyệt sẽ phân tích (parse) mã HTML và hiển thị nội dung.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268358' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>21 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 21: Trong ngữ cảnh HTML, thuật ngữ 'thẻ lồng nhau' (nested tags) có nghĩa là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268358]' id='ays-answer-1070589-8951' value='1070589'/> <label for='ays-answer-1070589-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Các thẻ HTML được viết trên cùng một dòng.</label><label for='ays-answer-1070589-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268358]' id='ays-answer-1070590-8951' value='1070590'/> <label for='ays-answer-1070590-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Các thẻ HTML có tên giống nhau.</label><label for='ays-answer-1070590-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268358]' id='ays-answer-1070591-8951' value='1070591'/> <label for='ays-answer-1070591-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Một thẻ HTML được đặt bên trong một thẻ HTML khác.</label><label for='ays-answer-1070591-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268358]' id='ays-answer-1070592-8951' value='1070592'/> <label for='ays-answer-1070592-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Các thẻ HTML được sử dụng để tạo danh sách.</label><label for='ays-answer-1070592-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268358'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU4OSI6IjAiLCIxMDcwNTkwIjoiMCIsIjEwNzA1OTEiOiIxIiwiMTA3MDU5MiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra hiểu biết về khái niệm thẻ lồng nhau. Đáp án đúng là thẻ HTML được chứa bên trong thẻ khác.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268359' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>22 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 22: Để tạo một danh sách có thứ tự (ví dụ: các bước thực hiện theo thứ tự), bạn sử dụng thẻ HTML nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268359]' id='ays-answer-1070593-8951' value='1070593'/> <label for='ays-answer-1070593-8951' class=' ays_position_initial ays-quiz-keyboard-label'><ul></label><label for='ays-answer-1070593-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268359]' id='ays-answer-1070594-8951' value='1070594'/> <label for='ays-answer-1070594-8951' class=' ays_position_initial ays-quiz-keyboard-label'><dl></label><label for='ays-answer-1070594-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268359]' id='ays-answer-1070595-8951' value='1070595'/> <label for='ays-answer-1070595-8951' class=' ays_position_initial ays-quiz-keyboard-label'><ol></label><label for='ays-answer-1070595-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268359]' id='ays-answer-1070596-8951' value='1070596'/> <label for='ays-answer-1070596-8951' class=' ays_position_initial ays-quiz-keyboard-label'><li></label><label for='ays-answer-1070596-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268359'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU5MyI6IjAiLCIxMDcwNTk0IjoiMCIsIjEwNzA1OTUiOiIxIiwiMTA3MDU5NiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thẻ tạo danh sách có thứ tự. Đáp án đúng là `</p> <ol>` (ordered list).</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268360' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>23 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 23: Thuộc tính 'href' trong thẻ `<a>` dùng để chỉ định điều gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268360]' id='ays-answer-1070597-8951' value='1070597'/> <label for='ays-answer-1070597-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Tên của liên kết hiển thị.</label><label for='ays-answer-1070597-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268360]' id='ays-answer-1070598-8951' value='1070598'/> <label for='ays-answer-1070598-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Kiểu dáng của liên kết.</label><label for='ays-answer-1070598-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268360]' id='ays-answer-1070599-8951' value='1070599'/> <label for='ays-answer-1070599-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Vị trí của liên kết trên trang.</label><label for='ays-answer-1070599-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268360]' id='ays-answer-1070600-8951' value='1070600'/> <label for='ays-answer-1070600-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Địa chỉ URL mà liên kết trỏ đến.</label><label for='ays-answer-1070600-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268360'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDU5NyI6IjAiLCIxMDcwNTk4IjoiMCIsIjEwNzA1OTkiOiIwIiwiMTA3MDYwMCI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thuộc tính 'href' của thẻ `<a>`. Đáp án đúng là địa chỉ URL của liên kết.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268361' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>24 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 24: Trong HTML, bạn có thể sử dụng các thẻ heading từ `</p> <h1>` đến `</p> <h6>`. Sự khác biệt chính giữa các thẻ này là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268361]' id='ays-answer-1070601-8951' value='1070601'/> <label for='ays-answer-1070601-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Màu sắc hiển thị của tiêu đề.</label><label for='ays-answer-1070601-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268361]' id='ays-answer-1070602-8951' value='1070602'/> <label for='ays-answer-1070602-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Kích thước chữ và mức độ quan trọng của tiêu đề (<h1> là quan trọng nhất, <h6> là ít quan trọng nhất).</label><label for='ays-answer-1070602-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268361]' id='ays-answer-1070603-8951' value='1070603'/> <label for='ays-answer-1070603-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Vị trí mặc định của tiêu đề trên trang.</label><label for='ays-answer-1070603-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268361]' id='ays-answer-1070604-8951' value='1070604'/> <label for='ays-answer-1070604-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Loại phông chữ sử dụng cho tiêu đề.</label><label for='ays-answer-1070604-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268361'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDYwMSI6IjAiLCIxMDcwNjAyIjoiMSIsIjEwNzA2MDMiOiIwIiwiMTA3MDYwNCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra hiểu biết về các cấp độ thẻ heading. Đáp án đúng là sự khác biệt về kích thước và mức độ quan trọng.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268362' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>25 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 25: Để đảm bảo mã HTML của bạn hợp lệ và tuân thủ các tiêu chuẩn, bạn nên làm gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268362]' id='ays-answer-1070605-8951' value='1070605'/> <label for='ays-answer-1070605-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Kiểm tra mã bằng trình duyệt web khác nhau.</label><label for='ays-answer-1070605-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268362]' id='ays-answer-1070606-8951' value='1070606'/> <label for='ays-answer-1070606-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Xem mã nguồn trang web của các website lớn khác.</label><label for='ays-answer-1070606-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268362]' id='ays-answer-1070607-8951' value='1070607'/> <label for='ays-answer-1070607-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Sử dụng các công cụ kiểm tra tính hợp lệ HTML (HTML validators).</label><label for='ays-answer-1070607-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268362]' id='ays-answer-1070608-8951' value='1070608'/> <label for='ays-answer-1070608-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Hỏi ý kiến từ các lập trình viên web khác.</label><label for='ays-answer-1070608-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268362'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDYwNSI6IjAiLCIxMDcwNjA2IjoiMCIsIjEwNzA2MDciOiIxIiwiMTA3MDYwOCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về việc kiểm tra tính hợp lệ của HTML. Đáp án đúng là sử dụng công cụ kiểm tra tính hợp lệ HTML (validator).</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268363' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>26 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 26: Trong HTML, thuộc tính 'alt' của thẻ `<img>` có vai trò quan trọng nhất trong trường hợp nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268363]' id='ays-answer-1070609-8951' value='1070609'/> <label for='ays-answer-1070609-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Khi hình ảnh không thể hiển thị hoặc cho người dùng sử dụng trình đọc màn hình (screen reader) để hỗ trợ tiếp cận.</label><label for='ays-answer-1070609-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268363]' id='ays-answer-1070610-8951' value='1070610'/> <label for='ays-answer-1070610-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Để tạo hiệu ứng động cho hình ảnh.</label><label for='ays-answer-1070610-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268363]' id='ays-answer-1070611-8951' value='1070611'/> <label for='ays-answer-1070611-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Để nén dung lượng hình ảnh.</label><label for='ays-answer-1070611-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268363]' id='ays-answer-1070612-8951' value='1070612'/> <label for='ays-answer-1070612-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Để đặt tên tệp tin hình ảnh trên máy chủ.</label><label for='ays-answer-1070612-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268363'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDYwOSI6IjEiLCIxMDcwNjEwIjoiMCIsIjEwNzA2MTEiOiIwIiwiMTA3MDYxMiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thuộc tính 'alt' của thẻ `<img>`. Đáp án đúng là khi hình ảnh không tải được hoặc cho hỗ trợ tiếp cận (accessibility).</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268364' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>27 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 27: Nếu bạn muốn nhóm một số phần tử HTML lại với nhau để dễ dàng định kiểu CSS hoặc thao tác JavaScript, thẻ nào thường được sử dụng như một vùng chứa chung?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268364]' id='ays-answer-1070613-8951' value='1070613'/> <label for='ays-answer-1070613-8951' class=' ays_position_initial ays-quiz-keyboard-label'><header></label><label for='ays-answer-1070613-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268364]' id='ays-answer-1070614-8951' value='1070614'/> <label for='ays-answer-1070614-8951' class=' ays_position_initial ays-quiz-keyboard-label'><nav></label><label for='ays-answer-1070614-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268364]' id='ays-answer-1070615-8951' value='1070615'/> <label for='ays-answer-1070615-8951' class=' ays_position_initial ays-quiz-keyboard-label'><section></label><label for='ays-answer-1070615-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268364]' id='ays-answer-1070616-8951' value='1070616'/> <label for='ays-answer-1070616-8951' class=' ays_position_initial ays-quiz-keyboard-label'><div></label><label for='ays-answer-1070616-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268364'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDYxMyI6IjAiLCIxMDcwNjE0IjoiMCIsIjEwNzA2MTUiOiIwIiwiMTA3MDYxNiI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thẻ `</p> <div>` như một container chung. Đáp án đúng là `</p> <div>` thường được dùng cho mục đích nhóm các phần tử.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268365' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>28 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 28: Khi thiết kế cấu trúc HTML cho một trang web, bạn nên ưu tiên sử dụng các thẻ HTML5 ngữ nghĩa (semantic HTML5 tags) như `</p> <article>`, `</p> <nav>`, `</p> <aside>`, `</p> <header>`, `</p> <footer>` để làm gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268365]' id='ays-answer-1070617-8951' value='1070617'/> <label for='ays-answer-1070617-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Tăng tốc độ tải trang.</label><label for='ays-answer-1070617-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268365]' id='ays-answer-1070618-8951' value='1070618'/> <label for='ays-answer-1070618-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Cải thiện cấu trúc, ngữ nghĩa rõ ràng cho trang web, giúp máy tìm kiếm và trình đọc màn hình hiểu nội dung tốt hơn.</label><label for='ays-answer-1070618-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268365]' id='ays-answer-1070619-8951' value='1070619'/> <label for='ays-answer-1070619-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Giảm dung lượng mã HTML.</label><label for='ays-answer-1070619-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268365]' id='ays-answer-1070620-8951' value='1070620'/> <label for='ays-answer-1070620-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Tăng cường bảo mật cho trang web.</label><label for='ays-answer-1070620-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268365'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDYxNyI6IjAiLCIxMDcwNjE4IjoiMSIsIjEwNzA2MTkiOiIwIiwiMTA3MDYyMCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra hiểu biết về lợi ích của semantic HTML5 tags. Đáp án đúng là để cải thiện cấu trúc và ngữ nghĩa cho trang web.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268366' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>29 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 29: Trong HTML, bạn có thể sử dụng thuộc tính 'style' trực tiếp trong thẻ HTML để định kiểu. Tuy nhiên, phương pháp này thường được khuyến cáo là nên hạn chế sử dụng. Vì sao?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268366]' id='ays-answer-1070621-8951' value='1070621'/> <label for='ays-answer-1070621-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Thuộc tính 'style' không được hỗ trợ bởi tất cả các trình duyệt.</label><label for='ays-answer-1070621-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268366]' id='ays-answer-1070622-8951' value='1070622'/> <label for='ays-answer-1070622-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Sử dụng thuộc tính 'style' làm tăng dung lượng tệp tin HTML.</label><label for='ays-answer-1070622-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268366]' id='ays-answer-1070623-8951' value='1070623'/> <label for='ays-answer-1070623-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Làm mã HTML trở nên khó đọc, khó bảo trì và quản lý khi có nhiều kiểu dáng phức tạp.</label><label for='ays-answer-1070623-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268366]' id='ays-answer-1070624-8951' value='1070624'/> <label for='ays-answer-1070624-8951' class=' ays_position_initial ays-quiz-keyboard-label'>Định kiểu bằng thuộc tính 'style' làm chậm tốc độ tải trang.</label><label for='ays-answer-1070624-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268366'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDYyMSI6IjAiLCIxMDcwNjIyIjoiMCIsIjEwNzA2MjMiOiIxIiwiMTA3MDYyNCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra hiểu biết về best practices trong HTML và CSS. Đáp án đúng là inline styles làm code khó bảo trì và quản lý.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='268367' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>30 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 2</strong> </p> <div class='ays_quiz_question'> <p>Câu 30: Bạn muốn tạo một liên kết tải xuống một tệp tin (ví dụ: tệp PDF, DOCX) khi người dùng nhấp vào liên kết. Bạn cần sử dụng thuộc tính nào trong thẻ `<a>`?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268367]' id='ays-answer-1070625-8951' value='1070625'/> <label for='ays-answer-1070625-8951' class=' ays_position_initial ays-quiz-keyboard-label'>target='_blank'</label><label for='ays-answer-1070625-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268367]' id='ays-answer-1070626-8951' value='1070626'/> <label for='ays-answer-1070626-8951' class=' ays_position_initial ays-quiz-keyboard-label'>rel='noopener'</label><label for='ays-answer-1070626-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268367]' id='ays-answer-1070627-8951' value='1070627'/> <label for='ays-answer-1070627-8951' class=' ays_position_initial ays-quiz-keyboard-label'>type='application/octet-stream'</label><label for='ays-answer-1070627-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-268367]' id='ays-answer-1070628-8951' value='1070628'/> <label for='ays-answer-1070628-8951' class=' ays_position_initial ays-quiz-keyboard-label'>download</label><label for='ays-answer-1070628-8951' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_8951 === 'undefined'){ window.quizOptions_8951 = []; } window.quizOptions_8951['268367'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTA3MDYyNSI6IjAiLCIxMDcwNjI2IjoiMCIsIjEwNzA2MjciOiIwIiwiMTA3MDYyOCI6IjEifX0=';</script></div> <style> .validate-quiz { display: flex; align-items: center; justify-content: center; } .validate-quiz a { border-radius: 30px; /* height: 40px; */ background: #5390f5; color: #fff; text-decoration: unset; padding: 10px 20px; } .validate-quiz input { margin: 0 !important; } .form-kw-hub { background: #fff; border: 1px solid #ddd; padding: 16px; border-radius: 12px; text-align:left; margin: 20px auto; box-shadow: 0 2px 10px rgba(0,0,0,0.05); font-family: Arial, sans-serif; } .keyword-hub-guide { margin-bottom: 15px; } .validate-quiz-inner { display: flex; gap: 10px; background: #fff; box-shadow: 0 0 10px #ccc; margin: 10px auto; width: 500px; border-radius: 30px; padding: 5px; justify-content: space-between; align-items:center; overflow:hidden; } .validate-quiz-inner input[type=text] { border: 0 !important; font-size: 16px !important; } .keyword-item span { font-weight: bold; font-size: 16px; } .copy-keyword-btn { color: #000; padding: 6px 12px; border-radius: 6px; text-decoration: none; transition: background 0.3s; text-transform: uppercase; font-weight: bold; font-size: 22px; } .copy-keyword-btn:hover { background: #005f8d; } .validate-quiz { display: flex; gap: 10px; align-items: center; } .validate-quiz input[type="text"] { flex: 1; padding: 8px 12px; border-radius: 6px; border: 1px solid #ccc; } a.get_new_mission { padding: 8px 25px; line-height: 0; border-radius: 30px; background-color: #fff0; text-transform: uppercase; color: #4285f4; border: 1px solid #4285f4; transition: all 0.2s; cursor: pointer; margin-left: 15px; font-size: 16px; text-decoration: unset; } .submit-btn { background: #28a745; color: white; padding: 8px 16px; border-radius: 6px; text-decoration: none; cursor: pointer; transition: background 0.3s; } .submit-btn:hover { background: #218838; } a.copy-keyword-btn:active, a.copy-keyword-btn:hover { color: #fff; } a#submit_kw_hub { cursor: pointer; } @keyframes ld-spin { 0% { animation-timing-function: cubic-bezier(0.5856,0.0703,0.4143,0.9297); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-spin { animation: ld-spin 1s infinite linear } @keyframes ld-cycle { 0% { animation-timing-function: cubic-bezier(0.3333,0.3333,0.6667,0.6667); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-cycle { animation: ld-cycle 1s infinite linear } @media(max-width: 991px){ .form-kw-hub p { margin: 0 !important; } } </style> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/loadingio/ldbutton@latest/dist/index.min.css" /> <a id="view_result_hub" class="action-button ays-quiz-keyboard-active" href="javascript:;">Xem kết quả</a> <div class="form-kw-hub ld-over" id="form-kw-hub" style="display:none" data-id="30"> <div class="ld ld-ring ld-spin" style="font-size:3em;color:#999"></div> <div class="keyword-hub-title keyword-item"> <h3 style="text-align:center;font-weight:bold;color:#c12c31;margin-top:10px;">Bạn ơi!!! Để xem được kết quả<br>bạn vui lòng làm nhiệm vụ nhỏ xíu này nha</h3> <h4 style="text-align:center;font-size:16px;line-height:20px;font-weight:normal;margin-top:10px;margin-bottom:10px;color:#021184">LƯU Ý: Không sử dụng VPN hoặc 1.1.1.1 khi vượt link</h4> </div> <div class="validate-quiz"> <div class="validate-quiz-inner"> <input type="text" value="" placeholder="Nhập mã vừa kiếm được vào đây" id="kw-hub-input" maxlength="10" /> <input type="hidden" value="" id="kw-id" /> <a id="submit_kw_hub">Nhận kết quả</a> </div> <div class="message" style="display: none; color: red; text-align: center;">Xảy ra lỗi</div> </div> <p> <strong style="color: #c12c31;">Bước 1: </strong>Mở tab mới, truy cập <a href="javascript:;" style="color: #1e73be;"><strong>Google.com</strong></a> <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/google.png" width="100px" style="margin-left: 30px; margin-bottom: -10px; display: inline-block;" alt="google" /> </p> <p> <strong style="color: #c12c31;">Bước 2: </strong>Tìm kiếm từ khóa: <strong id="keyword-content" style="font-size: 24px; color: red; cursor: no-drop; -webkit-user-select: none; -webkit-touch-callout: none; -moz-user-select: none; -ms-user-select: none; user-select: none;"> vận chuyển văn phòng giá rẻ </strong> <a href="javascript:;" class="copy-keyword-btn"><span class="fa fa-copy"></span></a> <a href="javascript:;" class="get_new_mission ld-ext-right" id="get_new_mission">Đổi nhiệm vụ <span class="ld ld-ring ld-spin"></span> </a> </p> <p><img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/thanh-tim-kiem.jpg" width="100%" alt="thanh-tim-kiem" /></p> <p><strong style="color: #c12c31;">Bước 3: </strong>Trong kết quả tìm kiếm Google, hãy tìm website giống dưới hình:</p> <p style="border: 1px solid red;"><div class="keyword-hub-guide"> <img decoding="async" id="kw_guide_image" alt="" src="" /> </div> </p> <p>(Nếu trang 1 không có hãy tìm ở trang 2, 3, 4... nhé <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/trang-google.png" width="250px" style="display: inline-block;" alt="trang-google" />)</p> <p><strong style="color: #c12c31;">Bước 4:</strong> Cuộn xuống cuối bài viết rồi bấm vào nút <strong>GIỐNG HÌNH DƯỚI</strong> và chờ 1 lát để lấy mã:</p> <p style="text-align: center;"> <img decoding="async" class="kw_get_pass" style="max-width: 300px; border: 1px dashed red; display: inline-block;" data-src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" alt="getpass" /> </p> </div> <input type="submit" name="ays_finish_quiz" class=" ays_next ays_finish action-button ays-quiz-keyboard-active" value="" style="display:none"> <script> setTimeout(function() { var submitButton = document.querySelector('input[name="ays_finish_quiz"]'); if (submitButton) { submitButton.remove(); } }, 2400000); </script> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> <p>Câu hỏi kiểm tra kiến thức về thuộc tính 'download' của thẻ `<a>`. Đáp án đúng là thuộc tính 'download'.</p> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ays_thank_you_fs'> <div class='ays-abs-fs ays-end-page'> <div style='text-align:center;'><div data-class='lds-ellipsis' data-role='loader' class='ays-loader'><div></div><div></div><div></div><div></div></div></div><div class='ays_quiz_results_page'><div class='ays_score_message'></div><div class='ays_message'></div><p class='ays_restart_button_p'></p></div></div></div><style> div#ays-quiz-container-8951 * { box-sizing: border-box; } #ays-quiz-container-8951 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } /* Styles for Internet Explorer start */ #ays-quiz-container-8951 #ays_finish_quiz_8951 { } /* Styles for Quiz container */ #ays-quiz-container-8951{ min-height: 450px; width:800px; background-color:#fff; background-position:center center;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} /* Styles for Navigation bar */ #ays-quiz-questions-nav-wrap-8951 { width: 100%; max-width: 100%; margin: auto;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} #ays-quiz-questions-nav-wrap-8951 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question { /* color: #000000; border-color: #000000; background-color: #fff; */ color: #000; border-color: #dddddd; background-color: #ffffff; outline: unset; text-decoration: unset; } #ays-quiz-questions-nav-wrap-8951 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question { /* box-shadow: inset 0 0 5px #000000, 0 0 5px #000000; */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); background: #E5E7ED; outline: unset; border-color: transparent; } #ays-quiz-questions-nav-wrap-8951 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-answered a.ays_questions_nav_question { /* color: #fff; border-color: #fff; background-color: #000000; */ color: #C6C6C6; border-color: transparent; background-color: #F5F5F5; } #ays-quiz-questions-nav-wrap-8951 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_correct_answer { /* color: rgba(39, 174, 96, 1); border-color: rgba(39, 174, 96, 1); */ color: #000; border-color: transparent; background-color: rgba(39, 174, 96, 0.4); } #ays-quiz-questions-nav-wrap-8951 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_wrong_answer { /* color: rgba(243, 134, 129, 1); border-color: rgba(243, 134, 129, 1); */ color: #000; border-color: transparent; background-color: rgba(243, 134, 129, 0.4); } #ays-quiz-questions-nav-wrap-8951 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_correct_answer, #ays-quiz-questions-nav-wrap-8951 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_wrong_answer { /* filter: drop-shadow(0px 3px 5px rgba(143, 143, 143, 0.38)); */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); } #ays-quiz-container-8951.ays-quiz-container .ays-quiz-questions-nav-bookmark-box { position: absolute; top: 40px; right: 40px; z-index: 10; } #ays-quiz-container-8951.ays-quiz-container .ays-quiz-questions-nav-bookmark-box .ays-navbar-bookmark { height: 100%; cursor: pointer; width: 13px; box-shadow: unset; } /* Styles for questions */ #ays-quiz-container-8951 #ays_finish_quiz_8951 div.step { min-height: 450px; } /* Styles for text inside quiz container */ #ays-quiz-container-8951.ays-quiz-container .ays-questions-container .ays-start-page *:not(input), #ays-quiz-container-8951.ays-quiz-container .ays-questions-container label[for^="ays-answer-"], #ays-quiz-container-8951.ays-quiz-container .ays-questions-container .ays-matching-field-choice, #ays-quiz-container-8951.ays-quiz-container .ays-questions-container p, #ays-quiz-container-8951.ays-quiz-container .ays-questions-container form .step:not(.ays_thank_you_fs) p, #ays-quiz-container-8951.ays-quiz-container .ays-questions-container .ays-fs-title, #ays-quiz-container-8951.ays-quiz-container .ays-questions-container .ays-fs-subtitle, #ays-quiz-container-8951.ays-quiz-container .ays-questions-container .logged_in_message, #ays-quiz-container-8951.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers, #ays-quiz-container-8951.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers *, #ays-quiz-container-8951.ays-quiz-container .ays-questions-container .ays_score_message, #ays-quiz-container-8951.ays-quiz-container .ays-questions-container .ays_message{ color: #000000; outline: none; } #ays-quiz-container-8951.ays-quiz-container .ays-questions-container .ays_question_hint { color: #000000; } /* Quiz title / transformation */ #ays-quiz-container-8951 .ays-fs-title{ text-transform: uppercase; font-size: 28px; text-align: center; text-shadow: none; } #ays-quiz-container-8951 .ays-quiz-password-message-box, #ays-quiz-container-8951 .ays-quiz-question-note-message-box, #ays-quiz-container-8951 .ays_quiz_question, #ays-quiz-container-8951 .ays_quiz_question *:not([class^='enlighter']) { color: #000000; } #ays-quiz-container-8951 textarea, #ays-quiz-container-8951 input::first-letter, #ays-quiz-container-8951 select::first-letter, #ays-quiz-container-8951 option::first-letter { color: initial !important; } #ays-quiz-container-8951 p::first-letter:not(.ays_no_questions_message) { color: #000000 !important; background-color: transparent !important; font-size: inherit !important; font-weight: inherit !important; float: none !important; line-height: inherit !important; margin: 0 !important; padding: 0 !important; } #ays-quiz-container-8951 .select2-container, #ays-quiz-container-8951 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } #ays-quiz-container-8951 .ays-fs-subtitle p { text-align: center ; } #ays-quiz-container-8951 .ays_quiz_question p { font-size: 16px; text-align: center; } #ays-quiz-container-8951 .ays_quiz_question { text-align: center ; margin-bottom: 10px; } #ays-quiz-container-8951 .ays_quiz_question pre { max-width: 100%; white-space: break-spaces; } div#ays-quiz-container-8951 .ays-questions-container .ays-field, div#ays-quiz-container-8951 .ays-questions-container .ays-field input~label[for^='ays-answer-'], div#ays-quiz-container-8951 .ays-questions-container .ays-modern-dark-question *, div#ays-quiz-container-8951 .ays-questions-container .ays_quiz_question, div#ays-quiz-container-8951 .ays-questions-container .ays_quiz_question *{ word-break: break-word; } #ays-quiz-container-8951 .ays-quiz-timer p { font-size: 16px; } #ays-quiz-container-8951 section.ays_quiz_redirection_timer_container hr, #ays-quiz-container-8951 section.ays_quiz_timer_container hr { margin: 0; } #ays-quiz-container-8951 section.ays_quiz_timer_container.ays_quiz_timer_red_warning .ays-quiz-timer { color: red; } #ays-quiz-container-8951 .ays_thank_you_fs p { text-align: center; } #ays-quiz-container-8951 .information_form input[type='text'], #ays-quiz-container-8951 .information_form input[type='url'], #ays-quiz-container-8951 .information_form input[type='number'], #ays-quiz-container-8951 .information_form input[type='email'], #ays-quiz-container-8951 .information_form input[type='tel'], #ays-quiz-container-8951 .information_form textarea, #ays-quiz-container-8951 .information_form select, #ays-quiz-container-8951 .information_form option { color: initial !important; outline: none; margin-left: 0; background-image: unset; } #ays-quiz-container-8951 .information_form input[type='checkbox'] { margin: 0 10px; outline: initial; -webkit-appearance: auto; -moz-appearance: auto; position: initial; width: initial; height: initial; border: initial; background: initial; } #ays-quiz-container-8951 .information_form input[type='checkbox']::after { content: none; } #ays-quiz-container-8951 .wrong_answer_text{ color:#ff4d4d; } #ays-quiz-container-8951 .right_answer_text{ color:#33cc33; } #ays-quiz-container-8951 .right_answer_text p { font-size:16px; } #ays-quiz-container-8951 .wrong_answer_text p { font-size:16px; } #ays-quiz-container-8951 .ays_questtion_explanation p { font-size:16px; } #ays-quiz-container-8951 .wrong_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-8951 .ays_questtion_explanation *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-8951 .right_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-8951 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-8951 .ays-quiz-question-note-message-box *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-8951 .ays_cb_and_a, #ays-quiz-container-8951 .ays_cb_and_a * { color: rgb(0,0,0); text-align: center; } #ays-quiz-container-8951 iframe { /*min-height: 450px;*/ } #ays-quiz-container-8951 label.ays_for_checkbox, #ays-quiz-container-8951 span.ays_checkbox_for_span { color: initial !important; display: block; } /* Quiz textarea height */ #ays-quiz-container-8951 textarea { height: 100px; min-height: 100px; } /* Quiz rate and passed users count */ #ays-quiz-container-8951 .ays_quizn_ancnoxneri_qanak, #ays-quiz-container-8951 .ays_quiz_rete_avg{ color:#fff; background-color:#000000; } #ays-quiz-container-8951 .ays-questions-container > .ays_quizn_ancnoxneri_qanak { padding: 5px 20px; } #ays-quiz-container-8951 div.for_quiz_rate.ui.star.rating .icon { color: rgba(0,0,0,0.35); } #ays-quiz-container-8951 .ays_quiz_rete_avg div.for_quiz_rate_avg.ui.star.rating .icon { color: rgba(255,255,255,0.5); } #ays-quiz-container-8951 .ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link { color: #000000; } /* Loaders */ #ays-quiz-container-8951 div.lds-spinner, #ays-quiz-container-8951 div.lds-spinner2 { color: #000000; } #ays-quiz-container-8951 div.lds-spinner div:after, #ays-quiz-container-8951 div.lds-spinner2 div:after { background-color: #000000; } #ays-quiz-container-8951 .lds-circle, #ays-quiz-container-8951 .lds-facebook div, #ays-quiz-container-8951 .lds-ellipsis div{ background: #000000; } #ays-quiz-container-8951 .lds-ripple div{ border-color: #000000; } #ays-quiz-container-8951 .lds-dual-ring::after, #ays-quiz-container-8951 .lds-hourglass::after{ border-color: #000000 transparent #000000 transparent; } /* Stars */ #ays-quiz-container-8951 .ui.rating .icon, #ays-quiz-container-8951 .ui.rating .icon:before { font-family: Rating !important; } /* Progress bars */ #ays-quiz-container-8951 #ays_finish_quiz_8951 .ays-progress { border-color: rgba(0,0,0,0.8); } #ays-quiz-container-8951 #ays_finish_quiz_8951 .ays-progress-bg { background-color: rgba(0,0,0,0.3); } #ays-quiz-container-8951 .ays-progress-value { color: #000000; text-align: center; } #ays-quiz-container-8951 .ays-progress-bar { background-color: #5d6cf9; } #ays-quiz-container-8951 .ays-question-counter .ays-live-bar-wrap { direction:ltr !important; } #ays-quiz-container-8951 .ays-live-bar-fill{ color: #000000; border-bottom: 2px solid rgba(0,0,0,0.8); text-shadow: 0px 0px 5px #fff; } #ays-quiz-container-8951 .ays-live-bar-fill.ays-live-fourth, #ays-quiz-container-8951 .ays-live-bar-fill.ays-live-third, #ays-quiz-container-8951 .ays-live-bar-fill.ays-live-second { text-shadow: unset; } #ays-quiz-container-8951 .ays-live-bar-percent{ display:none; } /* Music, Sound */ #ays-quiz-container-8951 .ays_music_sound { color:rgb(0,0,0); } /* Dropdown questions scroll bar */ #ays-quiz-container-8951 blockquote { border-left-color: #000000 !important; } /* Quiz Password */ #ays-quiz-container-8951 .ays-start-page > input[id^='ays_quiz_password_val_'], #ays-quiz-container-8951 .ays-quiz-password-toggle-visibility-box { width: 100%; margin: 0 auto; } /* Question hint */ #ays-quiz-container-8951 .ays_question_hint_container .ays_question_hint_text { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); max-width: 270px; color: #000000; } #ays-quiz-container-8951 .ays_question_hint_container .ays_question_hint_text p { max-width: unset; } #ays-quiz-container-8951 .ays-quiz-additonal-box { display: flex; justify-content: flex-end; align-items: center; position: relative; } /* Quiz Export PDF */ #ays-quiz-container-8951 .ays-export-quiz-button-container .ays-export-quiz-button-more-box { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); box-shadow: 0.025px 0.025px 1px 1px rgba(201,201,201,0.2), 0px 2px 1px 0px rgba(201,201,201,0.14), 0px 2px 5px 0 rgba(201,201,201,0.12); max-width: 190px; color: #000000; } #ays-quiz-container-8951 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:hover, #ays-quiz-container-8951 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:focus { background-color: rgba(93,108,249,0.3); } #ays-quiz-container-8951 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:active { background-color: rgba(93,108,249,1); } #ays-quiz-container-8951 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item { color: #000000; display: flex; justify-content: space-between; align-items: center; font-size: 14px; background-image: unset; box-shadow: unset; border-radius: unset; } #ays-quiz-container-8951 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item .ays-export-quiz-dropdown-item-icon { margin-left: 10px; } #ays-quiz-container-8951 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg path { stroke: #000000; } #ays-quiz-container-8951 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg circle { fill: rgba(93,108,249,0.3); } #ays-quiz-container-8951 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item-icon svg path { fill: rgba(0,0,0,1); } #ays-quiz-container-8951 .ays-quiz-additonal-box svg { position: revert; } #ays-quiz-container-8951 .ays_questions_hint_max_width_class { max-width: 80%; } /* Information form */ #ays-quiz-container-8951 .ays-form-title{ color:rgb(0,0,0); } /* Quiz timer */ #ays-quiz-container-8951 div.ays-quiz-redirection-timer, #ays-quiz-container-8951 div.ays-quiz-timer{ color: #000000; text-align: center; } #ays-quiz-container-8951 div.ays-quiz-after-timer * , #ays-quiz-container-8951 div.ays-quiz-redirection-timer *, #ays-quiz-container-8951 div.ays-quiz-timer * { text-align: center; } #ays-quiz-container-8951 div.ays-quiz-timer.ays-quiz-message-before-timer:before { display: inline-block; font-weight: 500; text-align: center; width: auto; margin-right: 5px; } /* Quiz buttons */ #ays-quiz-container-8951 input#ays-submit, #ays-quiz-container-8951 #ays_finish_quiz_8951 .action-button, #ays-quiz-container-8951 #ays_finish_quiz_8951 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, #ays-quiz-container-8951 #ays_finish_quiz_8951 .step[data-type='checkbox'] .action-button.ays_check_answer, div#ays-quiz-container-8951 #ays_finish_quiz_8951 .action-button.ays_restart_button, #ays-quiz-container-8951 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-8951 .ays-quiz-category-selective-submit-bttn { background-color: #5d6cf9; color:#ffffff; font-size: 18px; padding: 14px 36px; border-radius: 8px; white-space: nowrap; letter-spacing: 0; box-shadow: unset; white-space: normal; word-break: break-word; background-image: unset; width: auto; } #ays-quiz-container-8951 input#ays-submit, #ays-quiz-container-8951 #ays_finish_quiz_8951 input.action-button, #ays-quiz-container-8951 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-8951 .ays-quiz-category-selective-submit-bttn { } div#ays-quiz-container-8951 #ays_finish_quiz_8951 .action-button.ays_check_answer { padding: 5px 10px; font-size: 18px; } #ays-quiz-container-8951 #ays_finish_quiz_8951 .action-button.ays_download_certificate { white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-8951 #ays_finish_quiz_8951 .action-button.ays_arrow { color:#ffffff!important; white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-8951 input#ays-submit:hover, #ays-quiz-container-8951 input#ays-submit:focus, #ays-quiz-container-8951 #ays_finish_quiz_8951 .action-button:hover, #ays-quiz-container-8951 #ays_finish_quiz_8951 .action-button:focus, #ays-quiz-container-8951 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-8951 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px #ffffff; background-color: #5d6cf9; } #ays-quiz-container-8951 .ays_restart_button { color: #ffffff; } #ays-quiz-container-8951 .ays_restart_button_p { display: flex; justify-content: center; flex-wrap: wrap; } #ays-quiz-container-8951 .ays_buttons_div { justify-content: center; } #ays-quiz-container-8951 .step:first-of-type .ays_buttons_div { justify-content: center !important; } #ays-quiz-container-8951 .ays_quiz_results_page .ays_score span { visibility: visible; } #ays-quiz-container-8951 input[type='button'], #ays-quiz-container-8951 input[type='submit'] { color: #ffffff !important; outline: none; } div#ays-quiz-container-8951 .ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-item .ays_questions_nav_question:focus-visible, div#ays-quiz-container-8951 input[type='button']:focus-visible, div#ays-quiz-container-8951 input[type='submit']:focus-visible { outline: -webkit-focus-ring-color auto 1px; } #ays-quiz-container-8951 #ays_finish_quiz_8951 i.ays_early_finish.action-button[disabled]:hover, #ays-quiz-container-8951 #ays_finish_quiz_8951 i.ays_early_finish.action-button[disabled]:focus, #ays-quiz-container-8951 #ays_finish_quiz_8951 i.ays_early_finish.action-button[disabled], #ays-quiz-container-8951 #ays_finish_quiz_8951 i.ays_arrow.action-button[disabled]:hover, #ays-quiz-container-8951 #ays_finish_quiz_8951 i.ays_arrow.action-button[disabled]:focus, #ays-quiz-container-8951 #ays_finish_quiz_8951 i.ays_arrow.action-button[disabled] { color: #aaa !important; } #ays-quiz-container-8951 .ays_finish.action-button{ margin: 10px 5px; } #ays-quiz-container-8951 .ays-share-btn.ays-share-btn-branded { color: #fff; margin-bottom: 5px; display: inline-block; } #ays-quiz-container-8951 .ays-quiz-question-title-text-to-speech-icon { cursor: pointer; position: absolute; left: 0px; top: 0px; z-index: 1; } div#ays-quiz-container-8951.ays-quiz-container .ays-quiz-question-title-text-to-speech-icon svg path { fill: #000000; } /* Question answers */ #ays-quiz-container-8951 .ays-field { border-color: #dddddd; border-style: solid; border-width: 1px; box-shadow: none;flex-direction: row-reverse; } #ays-quiz-container-8951 .ays-quiz-answers .ays-field:hover{ opacity: 1; } #ays-quiz-container-8951 #ays_finish_quiz_8951 .ays-field label.ays_answer_caption[for^='ays-answer-'] { z-index: 1; position:initial;bottom:0;} #ays-quiz-container-8951 #ays_finish_quiz_8951 .ays-field input~label[for^='ays-answer-'] { padding: 5px; } #ays-quiz-container-8951 #ays_finish_quiz_8951 .ays-field { margin-bottom: 12px; position: relative; } #ays-quiz-container-8951 #ays_finish_quiz_8951 .ays_grid_view_container .ays-field.ays_grid_view_item { /* width: calc(50% - 6px); */ width: calc(100% /2 - 4px); } #ays-quiz-container-8951 #ays_finish_quiz_8951 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-8951 #ays_finish_quiz_8951 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-8951 img.ays-quiz-check-button-right-wrong-icon { position: absolute; right: 15px; bottom: 15px; } #ays-quiz-container-8951 img.ays-quiz-check-button-right-wrong-icon[data-type='style-9'] { width: 20px; } #ays-quiz-container-8951 .ays_quiz_results .step[data-type='fill_in_blank'] img.ays-quiz-check-button-right-wrong-icon { right: 10px; bottom: 40px; } #ays-quiz-container-8951 .ays_quiz_results .step[data-type='fill_in_blank'] .ays_fieldset img.ays-quiz-check-button-right-wrong-icon { right: 15px; bottom: 20px; } #ays-quiz-container-8951 #ays_finish_quiz_8951 .ays-field input:checked+label:before { border-color: #5d6cf9; background: #5d6cf9; background-clip: content-box; } #ays-quiz-container-8951 .ays-quiz-answers div.ays-text-right-answer { color: #000000; } /* Answer maximum length of a text field */ #ays-quiz-container-8951 .ays_quiz_question_text_message{ color: #000000; text-align: left; font-size: 12px; } div#ays-quiz-container-8951 div.ays_quiz_question_text_error_message { color: #ff0000; } /* Questions answer image */ #ays-quiz-container-8951 .ays-answer-image { width:15em; height:150px; object-fit: cover; } /* Questions answer right/wrong icons */ #ays-quiz-container-8951 .ays-field input~label.answered.correct:after{ content: ''; } #ays-quiz-container-8951 .ays-field input~label.answered.wrong:after{ content: ''; } #ays-quiz-container-8951 .ays-quiz-answers .ays-field label.answered[for^='ays-answer-']::after{ content: none!important; } #ays-quiz-container-8951 .ays-field label.answered:last-of-type:after{ height: auto; left: 10px;top: 10px;} /* Dropdown questions */ #ays-quiz-container-8951 .select2-container--default .select2-search--dropdown .select2-search__field:focus, #ays-quiz-container-8951 .select2-container--default .select2-search--dropdown .select2-search__field { outline: unset; padding: 0.75rem; } #ays-quiz-container-8951 #ays_finish_quiz_8951 .ays-field .select2-container--default .select2-selection--single { border-bottom: 2px solid #5d6cf9; background-color: #5d6cf9; } #ays-quiz-container-8951 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-8951 .ays-field .select2-container--default .select2-selection--single .select2-selection__placeholder, #ays-quiz-container-8951 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow { /*color: #a29306;*/ color: #ffffff; line-height: 40px; padding-left: 8px; padding-right: 20px; } #ays-quiz-container-8951 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-8951 .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5d6cf9; } #ays-quiz-container-8951 .ays-field .select2-container--default, #ays-quiz-container-8951 .ays-field .select2-container--default .selection, #ays-quiz-container-8951 .ays-field .select2-container--default .dropdown-wrapper, #ays-quiz-container-8951 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-8951 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, #ays-quiz-container-8951 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow, #ays-quiz-container-8951 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow b[role='presentation'] { font-size: 16px !important; } #ays-quiz-container-8951 .select2-container--default .select2-results__option { padding: 6px; } /* Dropdown questions scroll bar */ #ays-quiz-container-8951 .select2-results__options::-webkit-scrollbar { width: 7px; } #ays-quiz-container-8951 .select2-results__options::-webkit-scrollbar-track { background-color: rgba(93,108,249,0.35); } #ays-quiz-container-8951 .select2-results__options::-webkit-scrollbar-thumb { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.55); } #ays-quiz-container-8951 .select2-results__options::-webkit-scrollbar-thumb:hover { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.85); } .ays-quiz-wrap #ays-quiz-container-8951 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } .ays-quiz-wrap #ays-quiz-container-8951 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } /* WooCommerce product */ #ays-quiz-container-8951 .ays-woo-block { background-color: rgba(93,108,249,0.8); } #ays-quiz-container-8951 .ays-woo-product-block h4.ays-woo-product-price > a, #ays-quiz-container-8951 .ays-woo-product-block h4.ays-woo-product-title > a { color: #000000; } #ays-quiz-container-1 .ays-woo-product-block h4.ays-woo-product-price > a { text-decoration: unset; } /* Audio / Video */ #ays-quiz-container-8951 .mejs-container .mejs-time{ box-sizing: unset; } #ays-quiz-container-8951 .mejs-container .mejs-time-rail { padding-top: 15px; } #ays-quiz-container-8951 .mejs-container .mejs-mediaelement video { margin: 0; } /* Limitation */ #ays-quiz-container-8951 .ays-quiz-limitation-count-of-takers { padding: 50px; } #ays-quiz-container-8951 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show, #ays-quiz-container-8951 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-hide{ color: #000000; } #ays-quiz-container-8951 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-8951 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-8951 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000000; } #ays-quiz-container-8951.ays_quiz_elegant_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after, #ays-quiz-container-8951.ays_quiz_rect_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000; } /* Hestia theme (Version: 3.0.16) | Start */ #ays-quiz-container-8951 .mejs-container .mejs-inner .mejs-controls .mejs-button > button:hover, #ays-quiz-container-8951 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { box-shadow: unset; background-color: transparent; } #ays-quiz-container-8951 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { margin: 10px 6px; } /* Hestia theme (Version: 3.0.16) | End */ /* Go theme (Version: 1.4.3) | Start */ #ays-quiz-container-8951 label[for^='ays-answer']:before, #ays-quiz-container-8951 label[for^='ays-answer']:before { -webkit-mask-image: unset; mask-image: unset; } #ays-quiz-container-8951 .ays_question_report { text-align: right; } div#ays-quiz-container-8951 .ays_question_report .ays-quiz-open-report-window { fill: #000000; } #ays-quiz-container-8951 .ays-export-quiz-button-container { position: relative; right: 100px; top: -5px; right: -5px; margin: 0; z-index: 1000; display: flex; justify-content: flex-end; } #ays-quiz-container-8951.ays_quiz_classic_light .ays-field input:checked+label.answered:before, #ays-quiz-container-8951.ays_quiz_classic_dark .ays-field input:checked+label.answered:before { background-color: #5d6cf9 !important; } #ays-quiz-container-8951.ays_quiz_classic_light .ays-field input:checked+label.answered.correct:before, #ays-quiz-container-8951.ays_quiz_classic_dark .ays-field input:checked+label.answered.correct:before { background-color: #27ae60 !important; } #ays-quiz-container-8951.ays_quiz_classic_light .ays-field input:checked+label.answered.wrong:before, #ays-quiz-container-8951.ays_quiz_classic_dark .ays-field input:checked+label.answered.wrong:before { background-color: #cc3700 !important; } /* Go theme (Version: 1.4.3) | End */ #ays-quiz-container-8951 .ays_quiz_results fieldset.ays_fieldset .ays_quiz_question .wp-video { width: 100% !important; max-width: 100%; } /* Classic Dark / Classic Light */ /* Dropdown questions right/wrong styles */ #ays-quiz-container-8951.ays_quiz_classic_dark .correct_div, #ays-quiz-container-8951.ays_quiz_classic_light .correct_div{ border-color: green !important; opacity: 1 !important; background-color: rgba(39,174,96,0.4) !important; } #ays-quiz-container-8951.ays_quiz_classic_dark .correct_div .selected-field, #ays-quiz-container-8951.ays_quiz_classic_light .correct_div .selected-field { padding: 0px 10px 0px 10px; color: green !important; } #ays-quiz-container-8951.ays_quiz_classic_dark .wrong_div, #ays-quiz-container-8951.ays_quiz_classic_light .wrong_div{ border-color: red !important; opacity: 1 !important; background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-8951.ays_quiz_classic_dark .ays-field.checked_answer_div.wrong_div input:checked~label, #ays-quiz-container-8951.ays_quiz_classic_light .ays-field.checked_answer_div.wrong_div input:checked~label { background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-8951 .ays_question_result .ays-field .ays_quiz_hide_correct_answer:after{ content: '' !important; } #ays-quiz-container-8951 .ays_question_result .ays_quiz_question .ays-quiz-fill-in-blank-input { color: #000000 !important; } #ays-quiz-container-8951 .ays_quiz_results .step.ays_question_result:last-child { padding-bottom: 20px; } #ays-quiz-container-8951 .ays-quiz-close-full-screen { fill: #000000; } #ays-quiz-container-8951 .ays-quiz-open-full-screen { fill: #000000; } #ays-quiz-container-8951 .ays_quiz_login_form p{ color: #000000; } /* Personality Test | Start */ #ays-quiz-container-8951 .ays-quiz-personality-result-box .ays-quiz-personality-result-description p { text-align: left; padding: 0; } #ays-quiz-container-8951 .ays-quiz-personality-result-box { background: white; border-radius: 17px; box-shadow: 0px 0px 20px rgba(98, 85, 165, 0.1); /*padding: 30px 3% 40px;*/ padding: 20px 30px; margin: 30px 0; font-size: 16px; } #ays-quiz-container-8951 .ays-quiz-personality-result-box .ays-quiz-personality-result-title { color: #413A5C; font-size: 23px; margin: 0; text-align: left; font-weight: bold; } div#ays-quiz-container-8951.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description { margin: 0; font-size: 16px; text-align: left; color: #413A5C; } div#ays-quiz-container-8951.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description * { color: #413A5C; } #ays-quiz-container-8951 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress { width: 100%; background-color: rgba(128, 126, 137, 0.1); border-radius: 15px; position: relative; display: flex; /* justify-content: flex-end; */ margin-top: 1rem; margin-bottom: 1rem; } #ays-quiz-container-8951 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress-end { justify-content: flex-end; } #ays-quiz-container-8951 .ays-quiz-personality-result-box .ays-quiz-personality-result-bar { height: 30px; border-radius: 15px; color: white; font-size: 18px; padding: 3px 15px 0; } #ays-quiz-container-8951 .ays-quiz-personality-result-box .ays-quiz-personality-result-percentages { position: absolute; width: 100%; padding: 4px 15px; top: 0; -ms-flex-pack: justify; justify-content: space-between; display: -ms-flexbox; display: flex; } #ays-quiz-container-8951 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box div, #ays-quiz-container-8951 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-dark-purple { color: #413A5C; } #ays-quiz-container-8951 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-white { color: #ffffff; } #ays-quiz-container-8951 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-percentage { font-weight: bolder; } #ays-quiz-container-8951 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; } #ays-quiz-container-8951 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-bar { background-color: #6255A5; } #ays-quiz-container-8951 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-keyword-text-color { color: #6255A5; } #ays-quiz-container-8951 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-bar { background-color: #F2C94C; } #ays-quiz-container-8951 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-keyword-text-color { color: #F2C94C; } #ays-quiz-container-8951 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-bar { background-color: #88D29D; } #ays-quiz-container-8951 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-keyword-text-color { color: #88D29D; } #ays-quiz-container-8951 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-bar { background-color: #E5A69D; } #ays-quiz-container-8951 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-keyword-text-color { color: #E5A69D; } #ays-quiz-container-8951 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-bar { background-color: #03A9F4; } #ays-quiz-container-8951 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-keyword-text-color { color: #03A9F4; } #ays-quiz-container-8951 .ays-quiz-personality-result-box div:before, #ays-quiz-container-8951 .ays-quiz-personality-result-box div:after { content: unset; } /* Personality Test | End */ /* report questions modal start */ .ays-modal-reports { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.4); animation-duration: .5s; background-color: rgba(0, 0, 0, 0.4); } #ays-quiz-question-report-modal-8951 .ays-modal-content-reports { background-color: #fefefe; margin: 10% auto; border: 1px solid #888; max-width: 500px; width: 100%; border-radius: 10px; padding: 20px; box-sizing: border-box; position: relative; } #ays-quiz-question-report-modal-8951 .ays-modal-content-reports label{ display: block; margin-bottom: 10px; font-weight: bold; letter-spacing: normal; } #ays-quiz-question-report-modal-8951 .ays-modal-content-reports textarea { display: block; width: 100%; height: 100px; padding: 5px; box-sizing: border-box; border-radius: 5px; border: 1px solid #ccc; max-width: 100%; max-height: 500px; resize: vertical; transition: unset; } #ays-quiz-question-report-modal-8951 .ays-modal-content-reports input.ays-quiz-submit-question-report { background-color: #0073aa; color: #fff; border: none; border-radius: 5px; padding: 10px 20px; cursor: pointer; margin-top: 20px; line-height: normal; letter-spacing: normal; box-shadow: unset; background-image: unset; } #ays-quiz-question-report-modal-8951 .ays-close-reports-window { color: #aaa; font-weight: bold; position: absolute; top: 1%; right: 1%; } #ays-quiz-question-report-modal-8951 .ays-close-reports-window img { box-shadow: unset; } #ays-quiz-question-report-modal-8951 .ays-close-reports-window img:hover, #ays-quiz-question-report-modal-8951 .ays-close-reports-window img:focus { cursor: pointer; } #ays-quiz-question-report-modal-8951 .ays-quiz-question-report-error { display: none; font-size: 13px; color: #f00; text-align: left; } #ays-quiz-question-report-modal-8951 .ays-quiz-question-report-textarea-label, #ays-quiz-question-report-modal-8951 .ays-quiz-question-report-title { text-align: left; } #ays-quiz-question-report-modal-8951 .ays_quiz_modal_overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; position: absolute; z-index: 1000000000; flex-direction: column; } #ays-quiz-question-report-modal-8951 .ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment { margin: 10px 0; } /* report questions modal end */ @media screen and (max-width: 768px){ #ays-quiz-container-8951{ max-width: 100%; } div#ays-quiz-container-8951 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } div#ays-quiz-container-8951.ays_quiz_modern_light .step, div#ays-quiz-container-8951.ays_quiz_modern_dark .step { padding-right: 0px !important; padding-top: 0px !important; } div#ays-quiz-container-8951.ays_quiz_modern_light div.step[data-question-id], div#ays-quiz-container-8951.ays_quiz_modern_dark div.step[data-question-id] { background-size: cover !important; background-position: center center !important; } div#ays-quiz-container-8951.ays_quiz_modern_light .ays-abs-fs:not(.ays-start-page):not(.ays-end-page), div#ays-quiz-container-8951.ays_quiz_modern_dark .ays-abs-fs:not(.ays-start-page):not(.ays-end-page) { width: 100%; } #ays-quiz-container-8951 .ays_quiz_question p { font-size: 16px; } #ays-quiz-container-8951 .select2-container, div#ays-quiz-container-8951 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } div#ays-quiz-container-8951 input#ays-submit, div#ays-quiz-container-8951 #ays_finish_quiz_8951 .action-button, div#ays-quiz-container-8951 #ays_finish_quiz_8951 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, div#ays-quiz-container-8951 #ays_finish_quiz_8951 .action-button.ays_restart_button, #ays-quiz-container-8951 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-8951 .ays-quiz-category-selective-submit-bttn { font-size: 18px; } div#ays-quiz-container-8951 div.ays-questions-container div.ays-woo-block { width: 100%; } /* Quiz title / mobile font size */ div#ays-quiz-container-8951 .ays-fs-title { font-size: 20px; } /* Question explanation / mobile font size */ #ays-quiz-container-8951 .ays_questtion_explanation p { font-size:16px; } /* Wrong answers / mobile font size */ #ays-quiz-container-8951 .wrong_answer_text p { font-size:16px; } /* Right answers / mobile font size */ #ays-quiz-container-8951 .right_answer_text p { font-size:16px; } /* Note text / mobile font size */ #ays-quiz-container-8951 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-8951 div.ays-quiz-personality-result-box .ays-quiz-personality-result-title { font-size: 18px; } /* Personality Test */ #ays-quiz-container-8951 div.ays-quiz-personality-result-box .ays-quiz-personality-result-bar { font-size: 14px; padding: 6px 10px 0; } } /* Custom css styles */ /* RTL direction styles */ </style> <style> #ays-quiz-container-8951 p { margin: 0.625em; } #ays-quiz-container-8951.ays_quiz_classic_light .enable_correction .ays-field.checked_answer_div input:checked+label, #ays-quiz-container-8951.ays_quiz_classic_dark .enable_correction .ays-field.checked_answer_div input:checked+label { /* background-color: transparent; */ } #ays-quiz-container-8951 .ays-field.checked_answer_div input:checked~label { background-color: rgba(93,108,249,0.6); } #ays-quiz-container-8951.ays-quiz-container.ays_quiz_classic_light .ays-questions-container .ays-field:hover label[for^='ays-answer-'], #ays-quiz-container-8951 .ays-field:hover{ background: rgba(93,108,249,0.8); color: #fff; transition: all .3s; } #ays-quiz-container-8951 #ays_finish_quiz_8951 .action-button:hover, #ays-quiz-container-8951 #ays_finish_quiz_8951 .action-button:focus, #ays-quiz-container-8951 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-8951 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 3px #ffffff; background: #5d6cf9; } </style><script> if(typeof aysQuizOptions === 'undefined'){ var aysQuizOptions = []; } aysQuizOptions['8951'] = 'eyJxdWl6X3ZlcnNpb24iOiIyMS44LjEiLCJjb3JlX3ZlcnNpb24iOiI2LjcuMiIsInBocF92ZXJzaW9uIjoiOC4xLjMxIiwiY29sb3IiOiIjNWQ2Y2Y5IiwiYmdfY29sb3IiOiIjZmZmIiwidGV4dF9jb2xvciI6IiMwMDAwMDAiLCJoZWlnaHQiOjQ1MCwid2lkdGgiOjgwMCwiZW5hYmxlX2xvZ2dlZF91c2VycyI6Im9mZiIsImluZm9ybWF0aW9uX2Zvcm0iOiJkaXNhYmxlIiwiZm9ybV9uYW1lIjoib2ZmIiwiZm9ybV9lbWFpbCI6Im9mZiIsImZvcm1fcGhvbmUiOiJvZmYiLCJpbWFnZV93aWR0aCI6IiIsImltYWdlX2hlaWdodCI6IiIsImVuYWJsZV9jb3JyZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3Byb2dyZXNzX2JhciI6Im9mZiIsImVuYWJsZV9xdWVzdGlvbnNfcmVzdWx0Ijoib24iLCJyYW5kb21pemVfcXVlc3Rpb25zIjoib2ZmIiwicmFuZG9taXplX2Fuc3dlcnMiOiJvZmYiLCJlbmFibGVfcXVlc3Rpb25zX2NvdW50ZXIiOiJvbiIsImVuYWJsZV9yZXN0cmljdGlvbl9wYXNzIjoib2ZmIiwiZW5hYmxlX3Jlc3RyaWN0aW9uX3Bhc3NfdXNlcnMiOiJvZmYiLCJyZXN0cmljdGlvbl9wYXNzX21lc3NhZ2UiOiIiLCJyZXN0cmljdGlvbl9wYXNzX3VzZXJzX21lc3NhZ2UiOiIiLCJ1c2VyX3JvbGUiOltdLCJheXNfdXNlcnNfc2VhcmNoIjpbXSwiY3VzdG9tX2NzcyI6IiIsImxpbWl0X3VzZXJzIjoib2ZmIiwibGltaXRhdGlvbl9tZXNzYWdlIjoiIiwicmVkaXJlY3RfdXJsIjoiIiwicmVkaXJlY3Rpb25fZGVsYXkiOjAsImFuc3dlcnNfdmlldyI6Imxpc3QiLCJlbmFibGVfcnRsX2RpcmVjdGlvbiI6Im9mZiIsImVuYWJsZV9sb2dnZWRfdXNlcnNfbWVzc2FnZSI6IiIsInF1ZXN0aW9uc19jb3VudCI6IiIsImVuYWJsZV9xdWVzdGlvbl9iYW5rIjoib2ZmIiwiZW5hYmxlX2xpdmVfcHJvZ3Jlc3NfYmFyIjoib2ZmIiwiZW5hYmxlX3BlcmNlbnRfdmlldyI6Im9mZiIsImVuYWJsZV9hdmVyYWdlX3N0YXRpc3RpY2FsIjoib24iLCJlbmFibGVfbmV4dF9idXR0b24iOiJvbiIsImVuYWJsZV9wcmV2aW91c19idXR0b24iOiJvbiIsImVuYWJsZV9hcnJvd3MiOiJvZmYiLCJ0aW1lcl90ZXh0IjoiQlx1MWVhMW4gXHUwMTExXHUwMGUzIHNcdTFlYjVuIHNcdTAwZTBuZyBjaFx1MDFiMGE/IDQ1IHBoXHUwMGZhdCBsXHUwMGUwbSBiXHUwMGUwaSBiXHUxZWFmdCBcdTAxMTFcdTFlYTd1ISEhIiwicXVpel90aGVtZSI6ImNsYXNzaWNfbGlnaHQiLCJlbmFibGVfc29jaWFsX2J1dHRvbnMiOiJvZmYiLCJmaW5hbF9yZXN1bHRfdGV4dCI6IjxpbWcgY2xhc3M9XCJzaXplLWZ1bGwgd3AtaW1hZ2UtNDI5IGFsaWduY2VudGVyXCIgc3JjPVwiaHR0cDpcL1wvY2F1aG9pLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDNcL2NvbmdyYXR1bGF0aW9ucy5naWZcIiBhbHQ9XCJcIiB3aWR0aD1cIjQ5OVwiIGhlaWdodD1cIjE4MVwiIFwvPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNoXHUwMGZhYyBtXHUxZWVibmcgYlx1MWVhMW4gXHUwMTExXHUwMGUzIGhvXHUwMGUwbiB0aFx1MDBlMG5oIGJcdTAwZTBpIHRoaSEhITxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkJcdTFlYTFuIFx1MDExMVx1MDBmYW5nIDxzcGFuIHN0eWxlPVwidmVydGljYWwtYWxpZ246IGluaGVyaXQ7XCI+JSV1c2VyX2NvcnJlY3RzX2NvdW50JSVcLyUlcXVlc3Rpb25zX2NvdW50JSU8XC9zcGFuPjxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNcdTAwZjluZyB4ZW0gXHUwMTExXHUwMGUxcCBcdTAwZTFuIFx1MWVkZiBiXHUwMGVhbiBkXHUwMWIwXHUxZWRiaSBcdTAxMTFcdTAwZTJ5IG5oXHUwMGU5ISEhPFwvc3Ryb25nPjxcL3A+IiwiZW5hYmxlX3Bhc3NfY291bnQiOiJvbiIsImhpZGVfc2NvcmUiOiJvbiIsInJhdGVfZm9ybV90aXRsZSI6IiIsImJveF9zaGFkb3dfY29sb3IiOiIjYzljOWM5IiwicXVpel9ib3JkZXJfcmFkaXVzIjoiOCIsInF1aXpfYmdfaW1hZ2UiOiIiLCJxdWl6X2JvcmRlcl93aWR0aCI6IjEiLCJxdWl6X2JvcmRlcl9zdHlsZSI6InNvbGlkIiwicXVpel9ib3JkZXJfY29sb3IiOiIjMDAwIiwicXVpel9sb2FkZXIiOiJkZWZhdWx0IiwicXVlc3RfYW5pbWF0aW9uIjoic2hha2UiLCJlbmFibGVfYmdfbXVzaWMiOiJvZmYiLCJxdWl6X2JnX211c2ljIjoiIiwiYW5zd2Vyc19mb250X3NpemUiOjE1LCJzaG93X2NyZWF0ZV9kYXRlIjoib2ZmIiwic2hvd19hdXRob3IiOiJvZmYiLCJlbmFibGVfZWFybHlfZmluaXNoIjoib2ZmIiwiYW5zd2Vyc19yd190ZXh0cyI6Im9uX3Bhc3NpbmciLCJkaXNhYmxlX3N0b3JlX2RhdGEiOiJvZmYiLCJlbmFibGVfYmFja2dyb3VuZF9ncmFkaWVudCI6Im9mZiIsImJhY2tncm91bmRfZ3JhZGllbnRfY29sb3JfMSI6IiMwMDAiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2NvbG9yXzIiOiIjZmZmIiwicXVpel9ncmFkaWVudF9kaXJlY3Rpb24iOiJ2ZXJ0aWNhbCIsInJlZGlyZWN0X2FmdGVyX3N1Ym1pdCI6Im9mZiIsInN1Ym1pdF9yZWRpcmVjdF91cmwiOiIiLCJzdWJtaXRfcmVkaXJlY3RfZGVsYXkiOiIwIiwicHJvZ3Jlc3NfYmFyX3N0eWxlIjoidGhpcmQiLCJlbmFibGVfZXhpdF9idXR0b24iOiJvZmYiLCJleGl0X3JlZGlyZWN0X3VybCI6IiIsImltYWdlX3NpemluZyI6ImNvdmVyIiwicXVpel9iZ19pbWFnZV9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJjdXN0b21fY2xhc3MiOiIiLCJlbmFibGVfc29jaWFsX2xpbmtzIjoib2ZmIiwic29jaWFsX2xpbmtzIjp7ImxpbmtlZGluX2xpbmsiOiIiLCJmYWNlYm9va19saW5rIjoiIiwidHdpdHRlcl9saW5rIjoiIiwidmtvbnRha3RlX2xpbmsiOiIiLCJpbnN0YWdyYW1fbGluayI6IiIsInlvdXR1YmVfbGluayI6IiIsImJlaGFuY2VfbGluayI6IiJ9LCJzaG93X3F1aXpfdGl0bGUiOiJvbiIsInNob3dfcXVpel9kZXNjIjoib24iLCJzaG93X2xvZ2luX2Zvcm0iOiJvZmYiLCJtb2JpbGVfbWF4X3dpZHRoIjoiIiwibGltaXRfdXNlcnNfYnkiOiJpcCIsImV4cGxhbmF0aW9uX3RpbWUiOiI0IiwiZW5hYmxlX2NsZWFyX2Fuc3dlciI6Im9mZiIsInNob3dfY2F0ZWdvcnkiOiJvbiIsInNob3dfcXVlc3Rpb25fY2F0ZWdvcnkiOiJvbiIsImFuc3dlcnNfcGFkZGluZyI6IjUiLCJhbnN3ZXJzX2JvcmRlciI6Im9uIiwiYW5zd2Vyc19ib3JkZXJfd2lkdGgiOiIxIiwiYW5zd2Vyc19ib3JkZXJfc3R5bGUiOiJzb2xpZCIsImFuc3dlcnNfYm9yZGVyX2NvbG9yIjoiI2RkZGRkZCIsImFuc19pbWdfaGVpZ2h0IjoiMTUwIiwiYW5zX2ltZ19jYXB0aW9uX3N0eWxlIjoib3V0c2lkZSIsImFuc19pbWdfY2FwdGlvbl9wb3NpdGlvbiI6ImJvdHRvbSIsImFuc3dlcnNfYm94X3NoYWRvdyI6Im9mZiIsImFuc3dlcnNfYm94X3NoYWRvd19jb2xvciI6IiMwMDAiLCJzaG93X2Fuc3dlcnNfY2FwdGlvbiI6Im9uIiwiYW5zd2Vyc19tYXJnaW4iOjEyLCJhbnNfcmlnaHRfd3JvbmdfaWNvbiI6Im5vbmUiLCJkaXNwbGF5X3Njb3JlIjoiYnlfcG9pbnRzIiwiZW5hYmxlX3J3X2FzbndlcnNfc291bmRzIjoib2ZmIiwicXVpel9iZ19pbWdfaW5fZmluaXNoX3BhZ2UiOiJvZmYiLCJmaW5pc2hfYWZ0ZXJfd3JvbmdfYW5zd2VyIjoib2ZmIiwiYWZ0ZXJfdGltZXJfdGV4dCI6IkJcdTFlYTFuIFx1MDExMVx1MDBlMyBoXHUxZWJmdCBnaVx1MWVkZCBsXHUwMGUwbSBiXHUwMGUwaSEgWGVtIGtcdTFlYmZ0IHF1XHUxZWEzIGNcdTAwZTFjIGNcdTAwZTJ1IGhcdTFlY2ZpIFx1MDExMVx1MDBlMyBsXHUwMGUwbSBuaFx1MDBlOSEhISIsImVuYWJsZV9lbnRlcl9rZXkiOiJvbiIsInNob3dfcmF0ZV9hZnRlcl9yYXRlIjoib24iLCJidXR0b25zX3RleHRfY29sb3IiOiIjZmZmZmZmIiwiYnV0dG9uc19wb3NpdGlvbiI6ImNlbnRlciIsImJ1dHRvbnNfc2l6ZSI6ImxhcmdlIiwiYnV0dG9uc19mb250X3NpemUiOiIxOCIsImJ1dHRvbnNfd2lkdGgiOiIiLCJidXR0b25zX2xlZnRfcmlnaHRfcGFkZGluZyI6IjM2IiwiYnV0dG9uc190b3BfYm90dG9tX3BhZGRpbmciOiIxNCIsImJ1dHRvbnNfYm9yZGVyX3JhZGl1cyI6IjgiLCJlbmFibGVfYXVkaW9fYXV0b3BsYXkiOiJvZmYiLCJlbmFibGVfbGVhdmVfcGFnZSI6Im9uIiwic2hvd19vbmx5X3dyb25nX2Fuc3dlciI6Im9mZiIsInBhc3Nfc2NvcmUiOjAsInBhc3Nfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DaFx1MDBmYWMgbVx1MWVlYm5nITxcL2g0PlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5CXHUxZWExbiBcdTAxMTFcdTAwZTMgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSE8XC9wPiIsImZhaWxfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cdTAxMTBcdTAwZTFuZyB0aVx1MWViZmMhPFwvaDQ+XHJcbjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkJcdTFlYTFuIGtoXHUwMGY0bmcgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSFcclxuSFx1MDBlM3kgdGhcdTFlZWQgbFx1MWVhMWkgbmhcdTAwZTkhPFwvcD4iLCJhbnN3ZXJzX29iamVjdF9maXQiOiJjb3ZlciIsInF1aXpfbWF4X3Bhc3NfY291bnQiOjEsInF1ZXN0aW9uX2ZvbnRfc2l6ZSI6MTYsInF1aXpfd2lkdGhfYnlfcGVyY2VudGFnZV9weCI6InBpeGVscyIsInF1ZXN0aW9uc19oaW50X2ljb25fb3JfdGV4dCI6ImRlZmF1bHQiLCJxdWVzdGlvbnNfaGludF92YWx1ZSI6IiIsImVuYWJsZV9lYXJseV9maW5zaF9jb21maXJtX2JveCI6Im9uIiwiaGlkZV9jb3JyZWN0X2Fuc3dlcnMiOiJvZmYiLCJxdWl6X2xvYWRlcl90ZXh0X3ZhbHVlIjoiIiwic2hvd19pbmZvcm1hdGlvbl9mb3JtIjoib24iLCJzaG93X3F1ZXN0aW9uc19leHBsYW5hdGlvbiI6Im9uX3Jlc3VsdHNfcGFnZSIsImVuYWJsZV9xdWVzdGlvbnNfb3JkZXJpbmdfYnlfY2F0Ijoib2ZmIiwiZW5hYmxlX3NlbmRfbWFpbF90b191c2VyX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJlbmFibGVfc2VuZF9tYWlsX3RvX2FkbWluX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJzaG93X3F1ZXN0aW9uc19udW1iZXJpbmciOiJub25lIiwic2hvd19hbnN3ZXJzX251bWJlcmluZyI6Im5vbmUiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmIjoiIiwiZGlzYWJsZV9ob3Zlcl9lZmZlY3QiOiJvZmYiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmX3dpZHRoIjoxMDAsInF1aXpfdGl0bGVfdHJhbnNmb3JtYXRpb24iOiJ1cHBlcmNhc2UiLCJxdWl6X2ltYWdlX3dpZHRoX2J5X3BlcmNlbnRhZ2VfcHgiOiJwaXhlbHMiLCJxdWl6X2ltYWdlX2hlaWdodCI6MCwicXVpel9iZ19pbWdfb25fc3RhcnRfcGFnZSI6Im9mZiIsInF1aXpfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9ib3hfc2hhZG93X3lfb2Zmc2V0IjowLCJxdWl6X2JveF9zaGFkb3dfel9vZmZzZXQiOjE1LCJxdWl6X3F1ZXN0aW9uX3RleHRfYWxpZ25tZW50IjoiY2VudGVyIiwicXVpel9hcnJvd190eXBlIjoiZGVmYXVsdCIsInF1aXpfc2hvd193cm9uZ19hbnN3ZXJzX2ZpcnN0Ijoib2ZmIiwicXVpel9kaXNwbGF5X2FsbF9xdWVzdGlvbnMiOiJvbiIsInF1aXpfdGltZXJfcmVkX3dhcm5pbmciOiJvbiIsInF1aXpfc2NoZWR1bGVfdGltZXpvbmUiOiJVVEMrMCIsInF1ZXN0aW9uc19oaW50X2J1dHRvbl92YWx1ZSI6IiIsInF1aXpfdGFja2Vyc19tZXNzYWdlIjoiVGhpcyBxdWl6IGlzIGV4cGlyZWQhIiwicXVpel9lbmFibGVfbGlua2VkaW5fc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV9mYWNlYm9va19zaGFyZV9idXR0b24iOiJvbiIsInF1aXpfZW5hYmxlX3R3aXR0ZXJfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV92a29udGFrdGVfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X21ha2VfcmVzcG9uc2VzX2Fub255bW91cyI6Im9mZiIsInF1aXpfbWFrZV9hbGxfcmV2aWV3X2xpbmsiOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3RpbWVyIjoiVGhcdTFlZGRpIGdpYW4gY1x1MDBmMm4gbFx1MWVhMWkiLCJxdWl6X3Bhc3N3b3JkX21lc3NhZ2UiOiIiLCJlbmFibGVfc2VlX3Jlc3VsdF9jb25maXJtX2JveCI6Im9mZiIsImRpc3BsYXlfZmllbGRzX2xhYmVscyI6Im9mZiIsInF1aXpfZW5hYmxlX3Bhc3N3b3JkX3Zpc2liaWxpdHkiOiJvZmYiLCJxdWVzdGlvbl9tb2JpbGVfZm9udF9zaXplIjoxNiwiYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNSwic29jaWFsX2J1dHRvbnNfaGVhZGluZyI6IiIsInNvY2lhbF9saW5rc19oZWFkaW5nIjoiIiwicXVpel9lbmFibGVfcXVlc3Rpb25fY2F0ZWdvcnlfZGVzY3JpcHRpb24iOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3JlZGlyZWN0X3RpbWVyIjoiIiwiYnV0dG9uc19tb2JpbGVfZm9udF9zaXplIjoxOCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd195X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd196X29mZnNldCI6MTAsInF1aXpfZW5hYmxlX3RpdGxlX3RleHRfc2hhZG93Ijoib2ZmIiwicXVpel90aXRsZV90ZXh0X3NoYWRvd19jb2xvciI6IiMzMzMiLCJyaWdodF9hbnN3ZXJzX2ZvbnRfc2l6ZSI6MTYsIndyb25nX2Fuc3dlcnNfZm9udF9zaXplIjoxNiwicXVlc3RfZXhwbGFuYXRpb25fZm9udF9zaXplIjoxNiwicXVpel93YWl0aW5nX3RpbWUiOiJvZmYiLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3hfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3lfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3pfb2Zmc2V0IjoyLCJxdWl6X3Nob3dfb25seV93cm9uZ19hbnN3ZXJzIjoib2ZmIiwicXVpel90aXRsZV9mb250X3NpemUiOjI4LCJxdWl6X3RpdGxlX21vYmlsZV9mb250X3NpemUiOjIwLCJxdWl6X3Bhc3N3b3JkX3dpZHRoIjoiIiwicXVpel9yZXZpZXdfcGxhY2Vob2xkZXJfdGV4dCI6IiIsInF1aXpfbWFrZV9yZXZpZXdfcmVxdWlyZWQiOiJvZmYiLCJxdWl6X2VuYWJsZV9yZXN1bHRzX3RvZ2dsZSI6Im9mZiIsInF1aXpfcmV2aWV3X3RoYW5rX3lvdV9tZXNzYWdlIjoiIiwicXVpel9yZXZpZXdfZW5hYmxlX2NvbW1lbnRfZmllbGQiOiJvbiIsInF1ZXN0X2V4cGxhbmF0aW9uX21vYmlsZV9mb250X3NpemUiOjE2LCJ3cm9uZ19hbnN3ZXJzX21vYmlsZV9mb250X3NpemUiOjE2LCJxdWl6X2VuYWJsZV9xdWVzdGlvbl9pbWFnZV96b29tIjoib2ZmIiwicmlnaHRfYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNiwicXVpel9kaXNwbGF5X21lc3NhZ2VzX2JlZm9yZV9idXR0b25zIjoib2ZmIiwiZW5hYmxlX3F1ZXN0aW9uc19yZXBvcnRpbmciOiJvZmYiLCJxdWl6X2VuYWJsZV9xdWVzdGlvbnNfcmVwb3J0aW5nX21haWwiOiJvZmYiLCJxdWl6X2VuYWJsZV91c2VyX2NcdTA1NzBvb3NpbmdfYW5vbnltb3VzX2Fzc2Vzc21lbnQiOiJvZmYiLCJub3RlX3RleHRfZm9udF9zaXplIjoxNCwibm90ZV90ZXh0X21vYmlsZV9mb250X3NpemUiOjE0LCJxdWl6X3F1ZXN0aW9uc19udW1iZXJpbmdfYnlfY2F0ZWdvcnkiOiJvZmYiLCJxdWl6X2VuYWJsZV9jdXN0b21fdGV4dHNfZm9yX2J1dHRvbnMiOiJvZmYiLCJxdWl6X2N1c3RvbV90ZXh0c19zdGFydF9idXR0b24iOiJTdGFydCIsInF1aXpfY3VzdG9tX3RleHRzX25leHRfYnV0dG9uIjoiTmV4dCIsInF1aXpfY3VzdG9tX3RleHRzX3ByZXZfYnV0dG9uIjoiUHJldiIsInF1aXpfY3VzdG9tX3RleHRzX2NsZWFyX2J1dHRvbiI6IkNsZWFyIiwicXVpel9jdXN0b21fdGV4dHNfZmluaXNoX2J1dHRvbiI6IkZpbmlzaCIsInF1aXpfY3VzdG9tX3RleHRzX3NlZV9yZXN1bHRzX2J1dHRvbiI6IlNlZSBSZXN1bHQiLCJxdWl6X2N1c3RvbV90ZXh0c19yZXN0YXJ0X3F1aXpfYnV0dG9uIjoiUmVzdGFydCBxdWl6IiwicXVpel9jdXN0b21fdGV4dHNfc2VuZF9mZWVkYmFja19idXR0b24iOiJTZW5kIGZlZWRiYWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9hZF9tb3JlX2J1dHRvbiI6IkxvYWQgbW9yZSIsInF1aXpfY3VzdG9tX3RleHRzX2V4aXRfYnV0dG9uIjoiRXhpdCIsInF1aXpfY3VzdG9tX3RleHRzX2NoZWNrX2J1dHRvbiI6IkNoZWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9naW5fYnV0dG9uIjoiTG9nIEluIiwicXVpel9lbmFibGVfcXVpel9jYXRlZ29yeV9kZXNjcmlwdGlvbiI6Im9mZiIsInF1aXpfYWRtaW5fbm90ZV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJxdWl6X2dyaWRfdmlld19jb3VudCI6IjIiLCJxdWl6X2dyaWRfaW1hZ2VfdmlldyI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9yaWdodF9hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel93cm9uZ19hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3JpZ2h0X2Fuc3dlcnNfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInF1aXpfd3JvbmdfYW5zd2Vyc190ZXh0X2RlY29yYXRpb24iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfYmdfaW1nX2R1cmluZ190aGVfcXVpeiI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fbGV0dGVyX3NwYWNpbmciOiIwIiwicXVpel9yaWdodF9hbnN3ZXJzX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfd3JvbmdfYW5zd2Vyc19sZXR0ZXJfc3BhY2luZyI6IjAiLCJxdWl6X2FkbWluX25vdGVfZm9udF93ZWlnaHQiOiJub3JtYWwiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9yaWdodF9hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel93cm9uZ19hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9jb250ZW50X21heF93aWR0aCI6OTAsInF1aXpfY29udGVudF9tb2JpbGVfbWF4X3dpZHRoIjo5MCwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2UiOm51bGwsInF1ZXN0aW9uX2NvdW50X3Blcl9wYWdlX251bWJlciI6IiIsIm1haWxfbWVzc2FnZSI6IiIsImVuYWJsZV9jZXJ0aWZpY2F0ZSI6Im9mZiIsImVuYWJsZV9jZXJ0aWZpY2F0ZV93aXRob3V0X3NlbmQiOiJvZmYiLCJjZXJ0aWZpY2F0ZV9wYXNzIjoiMCIsImZvcm1fdGl0bGUiOiIiLCJjZXJ0aWZpY2F0ZV90aXRsZSI6IjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiA1MHB4OyBmb250LXdlaWdodDogYm9sZDtcIj5DZXJ0aWZpY2F0ZSBvZiBDb21wbGV0aW9uPFwvc3Bhbj4iLCJjZXJ0aWZpY2F0ZV9ib2R5IjoiPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+VGhpcyBpcyB0byBjZXJ0aWZ5IHRoYXQ8XC9pPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMzBweDtcIj48Yj4lJXVzZXJfbmFtZSUlPFwvYj48XC9zcGFuPlxyXG5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+aGFzIGNvbXBsZXRlZCB0aGUgcXVpejxcL2k+PFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAzMHB4O1wiPlwiJSVxdWl6X25hbWUlJVwiPFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAyMHB4O1wiPndpdGggYSBzY29yZSBvZiA8Yj4lJXNjb3JlJSU8XC9iPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMjVweDtcIj48aT5kYXRlZDxcL2k+PFwvc3Bhbj5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDMwcHg7XCI+JSVjdXJyZW50X2RhdGUlJTxcL3NwYW4+IiwibWFpbGNoaW1wX2xpc3QiOiIiLCJlbmFibGVfbWFpbGNoaW1wIjoib2ZmIiwiZW5hYmxlX2RvdWJsZV9vcHRfaW4iOiJvZmYiLCJhY3RpdmVfZGF0ZV9jaGVjayI6Im9mZiIsImFjdGl2ZUludGVydmFsIjoiMjAyNS0wMy0yOCAxNDo0NjowOCIsImRlYWN0aXZlSW50ZXJ2YWwiOiIyMDI1LTAzLTI4IDE0OjQ2OjA4IiwiYWN0aXZlX2RhdGVfbWVzc2FnZSI6IlRoZSBxdWl6IGhhcyBleHBpcmVkISIsImFjdGl2ZV9kYXRlX3ByZV9zdGFydF9tZXNzYWdlIjoiVGhlIHF1aXogd2lsbCBiZSBhdmFpbGFibGUgc29vbiEiLCJjaGVja2JveF9zY29yZV9ieSI6Im9uIiwiY2FsY3VsYXRlX3Njb3JlIjoiYnlfY29ycmVjdG5lc3MiLCJzZW5kX3Jlc3VsdHNfdXNlciI6Im9mZiIsInNlbmRfaW50ZXJ2YWxfbXNnIjoib2ZmIiwicXVlc3Rpb25fYmFua190eXBlIjoiZ2VuZXJhbCIsInF1ZXN0aW9uc19iYW5rX2NhdF9jb3VudCI6eyIzIjoiIn0sImVuYWJsZV90YWNrZXJzX2NvdW50Ijoib2ZmIiwidGFja2Vyc19jb3VudCI6IiIsInNlbmRfcmVzdWx0c19hZG1pbiI6Im9uIiwic2VuZF9pbnRlcnZhbF9tc2dfdG9fYWRtaW4iOiJvZmYiLCJzaG93X2ludGVydmFsX21lc3NhZ2UiOiJvbiIsImFsbG93X2NvbGxlY3RpbmdfbG9nZ2VkX2luX3VzZXJzX2RhdGEiOiJvZmYiLCJxdWl6X3Bhc3Nfc2NvcmUiOiIwIiwic2VuZF9jZXJ0aWZpY2F0ZV90b19hZG1pbiI6Im9mZiIsImNlcnRpZmljYXRlX2ltYWdlIjoiIiwiY2VydGlmaWNhdGVfZnJhbWUiOiJkZWZhdWx0IiwiY2VydGlmaWNhdGVfb3JpZW50YXRpb24iOiJsIiwibWFrZV9xdWVzdGlvbnNfcmVxdWlyZWQiOiJvZmYiLCJlbmFibGVfcGFzc3dvcmQiOiJvZmYiLCJwYXNzd29yZF9xdWl6IjoiIiwibWFpbF9tZXNzYWdlX2FkbWluIjoiIiwic2VuZF9tYWlsX3RvX3NpdGVfYWRtaW4iOiJvbiIsImdlbmVyYXRlX3Bhc3N3b3JkIjoiZ2VuZXJhbCIsImdlbmVyYXRlZF9wYXNzd29yZHMiOnsiY3JlYXRlZF9wYXNzd29yZHMiOltdLCJhY3RpdmVfcGFzc3dvcmRzIjpbXSwidXNlZF9wYXNzd29yZHMiOltdfSwiZGlzcGxheV9zY29yZV9ieSI6ImJ5X3BlcmNlbnRhZ2UiLCJzaG93X3NjaGVkdWxlX3RpbWVyIjoib2ZmIiwic2hvd190aW1lcl90eXBlIjoiY291bnRkb3duIiwicHJvZ3Jlc3NfbGl2ZV9iYXJfc3R5bGUiOiJkZWZhdWx0IiwiZW5hYmxlX2Z1bGxfc2NyZWVuX21vZGUiOiJvbiIsImVuYWJsZV9uYXZpZ2F0aW9uX2JhciI6Im9mZiIsImhpZGVfbGltaXRfYXR0ZW1wdHNfbm90aWNlIjoib2ZmIiwidHVybl9vbl9leHRyYV9zZWN1cml0eV9jaGVjayI6Im9uIiwiZW5hYmxlX3RvcF9rZXl3b3JkcyI6Im9mZiIsImFzc2lnbl9rZXl3b3JkcyI6W3siYXNzaWduX3RvcF9rZXl3b3JkIjoiQSIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn0seyJhc3NpZ25fdG9wX2tleXdvcmQiOiJCIiwiYXNzaWduX3RvcF9rZXl3b3JkX3RleHQiOiIifSx7ImFzc2lnbl90b3Bfa2V5d29yZCI6IkMiLCJhc3NpZ25fdG9wX2tleXdvcmRfdGV4dCI6IiJ9LHsiYXNzaWduX3RvcF9rZXl3b3JkIjoiRCIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn1dLCJxdWl6X2VuYWJsZV9jb3Vwb24iOiJvZmYiLCJxdWl6X2NvdXBvbnNfYXJyYXkiOnsicXVpel9hY3RpdmVfY291cG9ucyI6W10sInF1aXpfaW5hY3RpdmVfY291cG9ucyI6W119LCJhcHBseV9wb2ludHNfdG9fa2V5d29yZHMiOiJvZmYiLCJsaW1pdF9hdHRlbXB0c19jb3VudF9ieV91c2VyX3JvbGUiOiIiLCJlbmFibGVfYXV0b3N0YXJ0Ijoib2ZmIiwicXVpel9lbmFibGVfa2V5Ym9hcmRfbmF2aWdhdGlvbiI6Im9uIiwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2VfdHlwZSI6ImdlbmVyYWwiLCJxdWVzdGlvbl9jb3VudF9wZXJfcGFnZV9jdXN0b21fb3JkZXIiOiIiLCJxdWl6X3RpbWVyX3R5cGUiOiJxdWl6X3RpbWVyIiwiYXlzX2FsbG93X2V4cG9ydGluZ19xdWl6emVzIjoib2ZmIiwiYXlzX3VzZXJzX3RvX2V4cG9ydF9zZWFyY2giOltdLCJxdWl6X3Bhc3Nfc2NvcmVfdHlwZSI6InBvaW50IiwicXVpel9jZXJ0aWZpY2F0ZV9wYXNzX3Njb3JlX3R5cGUiOiJwZXJjZW50YWdlIiwicXVpel9lcXVhbF9rZXl3b3Jkc190ZXh0IjoiIiwiZW5hYmxlX25hdmlnYXRpb25fYmFyX21hcmtlZF9xdWVzdGlvbnMiOiJvZmYiLCJxdWl6X3F1ZXN0aW9uX3RleHRfdG9fc3BlZWNoIjoib2ZmIiwicXVpel9xdWVzdGlvbl90ZXh0X3RvX3NwZWVjaF92b2ljZSI6Ik1pY3Jvc29mdCBEYXZpZCAtIEVuZ2xpc2ggKFVuaXRlZCBTdGF0ZXMpIiwicXVpel9kaXNhYmxlX2lucHV0X2ZvY3VzaW5nIjoib2ZmIiwicXVpel9wYXNzd29yZF9pbXBvcnRfdHlwZSI6ImRlZmF1bHQiLCJxdWl6X25hdmlnYXRpb25fYmFyX3R5cGUiOiJkZWZhdWx0IiwicXVpel9zaG93X3F1ZXN0aW9uX3RhZ3MiOiJvbiIsInF1aXpfc2hvd19yZXN1bHRzX2Jhc2VkX3Bhc3Nfc2NvcmUiOiJvZmYiLCJxdWl6X3Nob3dfaW50ZXJ2YWxfbWVzc2FnZXNfZm9yX2VxdWFsX2tleXdvcmRzIjoib2ZmIiwicXVpel9oaWRlX2Jhbm5lcl9xdWVzdGlvbnNfb25fcmVzdWx0X3BhZ2UiOiJvZmYiLCJxdWl6X3NlbmRfcmVzdWx0c191c2VyX3dpdGhvdXRfaW1nIjoib2ZmIiwicXVpel9zZW5kX3Jlc3VsdHNfYWRtaW5fd2l0aG91dF9pbWciOiJvZmYiLCJwYXlwYWxfYW1vdW50IjpudWxsLCJwYXlwYWxfY3VycmVuY3kiOm51bGwsInBheXBhbF9tZXNzYWdlIjoiIiwiZW5hYmxlX3N0cmlwZSI6Im9mZiIsInN0cmlwZV9hbW91bnQiOiIiLCJzdHJpcGVfY3VycmVuY3kiOiIiLCJzdHJpcGVfbWVzc2FnZSI6IllvdSBuZWVkIHRvIHBheSB0byBwYXNzIHRoaXMgcXVpei4iLCJwYXltZW50X3R5cGUiOiJwcmVwYXkiLCJlbmFibGVfbW9uaXRvciI6Im9mZiIsIm1vbml0b3JfbGlzdCI6IiIsImFjdGl2ZV9jYW1wX2xpc3QiOiIiLCJlbmFibGVfc2xhY2siOiJvZmYiLCJzbGFja19jb252ZXJzYXRpb24iOiIiLCJhY3RpdmVfY2FtcF9hdXRvbWF0aW9uIjoiIiwiZW5hYmxlX2FjdGl2ZV9jYW1wIjoib2ZmIiwiZW5hYmxlX3phcGllciI6Im9mZiIsImVuYWJsZV9nb29nbGVfc2hlZXRzIjoib2ZmIiwic3ByZWFkc2hlZXRfaWQiOiIiLCJnb29nbGVfc2hlZXRfY3VzdG9tX2ZpZWxkcyI6W10sInF1aXpfY29uZGl0aW9uX3Nob3dfYWxsX3Jlc3VsdHMiOiJvZmYiLCJxdWl6X2NvbmRpdGlvbl9jYWxjdWxhdGlvbl90eXBlIjoiZGVmYXVsdCIsInF1aXpfYXR0cmlidXRlcyI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX2FjdGl2ZV9vcmRlciI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX3Bhc3NpdmVfb3JkZXIiOlsiYXlzX2Zvcm1fbmFtZSIsImF5c19mb3JtX2VtYWlsIiwiYXlzX2Zvcm1fcGhvbmUiXSwicmVxdWlyZWRfZmllbGRzIjpudWxsLCJlbmFibGVfdGltZXIiOiJvbiIsInRpbWVyIjoyNzAwLCJlbmFibGVfcXVpel9yYXRlIjoib2ZmIiwiZW5hYmxlX3JhdGVfYXZnIjoib2ZmIiwiZW5hYmxlX2JveF9zaGFkb3ciOiJvZmYiLCJlbmFibGVfYm9yZGVyIjoib2ZmIiwicXVpel90aW1lcl9pbl90aXRsZSI6Im9uIiwiZW5hYmxlX3JhdGVfY29tbWVudHMiOiJvZmYiLCJlbmFibGVfcmVzdGFydF9idXR0b24iOiJvZmYiLCJhdXRvZmlsbF91c2VyX2RhdGEiOiJvZmYiLCJlbmFibGVfY29weV9wcm90ZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3BheXBhbCI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzcyI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzc191c2VycyI6Im9mZiIsInVzZXJfbWFpbCI6Im9mZiIsImFkbWluX21haWwiOiJvZmYiLCJyZXN1bHRfdGV4dCI6bnVsbCwiZW5hYmxlX3Jlc3VsdCI6Im9mZiIsImVuYWJsZV9tYWRfbWltaSI6Im9mZiIsIm1hZF9taW1pX2xpc3QiOiIiLCJlbmFibGVfY29udmVydEtpdCI6Im9mZiIsImNvbnZlcnRLaXRfZm9ybV9pZCI6IiIsImVuYWJsZV9nZXRSZXNwb25zZSI6Im9mZiIsImdldFJlc3BvbnNlX2xpc3QiOiIiLCJlbmFibGVfcmVjYXB0Y2hhIjoib2ZmIiwiYXR0cmlidXRlcyI6W10sInN1Ym1pdF9yZWRpcmVjdF9hZnRlciI6IiIsInJ3X2Fuc3dlcnNfc291bmRzIjpmYWxzZSwiaWQiOiI4OTUxIiwiYXV0aG9yX2lkIjoiMyIsInBvc3RfaWQiOm51bGwsInRpdGxlIjoiVHJcdTFlYWZjIG5naGlcdTFlYzdtIFRpbiBoXHUxZWNkYyAxMiBDXHUwMGUxbmggZGlcdTFlYzF1IEJcdTAwZTBpIDE6IExcdTAwZTBtIHF1ZW4gdlx1MWVkYmkgbmdcdTAwZjRuIG5nXHUxZWVmIFx1MDExMVx1MDBlMW5oIGRcdTFlYTV1IHNpXHUwMGVhdSB2XHUwMTAzbiBiXHUxZWEzbiAtIFx1MDExMFx1MDBlYVx1MDMwMCAwMiIsImRlc2NyaXB0aW9uIjoiPHA+VHJcdTFlYWZjIG5naGlcdTFlYzdtIFRpbiBoXHUxZWNkYyAxMiBDXHUwMGUxbmggZGlcdTFlYzF1IEJcdTAwZTBpIDE6IExcdTAwZTBtIHF1ZW4gdlx1MWVkYmkgbmdcdTAwZjRuIG5nXHUxZWVmIFx1MDExMVx1MDBlMW5oIGRcdTFlYTV1IHNpXHUwMGVhdSB2XHUwMTAzbiBiXHUxZWEzbiAtIFx1MDExMFx1MDBlYVx1MDMwMCAwMiBiYW8gZ1x1MWVkM20gbmhpXHUxZWMxdSBjXHUwMGUydSBoXHUxZWNmaSBoYXksIGJcdTAwZTFtIHNcdTAwZTF0IGNoXHUwMWIwXHUwMWExbmcgdHJcdTAwZWNuaC4gQ1x1MDBmOW5nIGxcdTAwZTBtIGJcdTAwZTBpIHRcdTFlYWRwIHRyXHUxZWFmYyBuZ2hpXHUxZWM3bSBuZ2F5LjxcL3A+XHJcblxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE6IE5nXHUwMGY0biBuZ1x1MWVlZiBIVE1MIFx1MDExMVx1MDFiMFx1MWVlM2Mgdlx1MDBlZCBuaFx1MDFiMCBiXHUxZWQ5IGtodW5nIHhcdTAxYjBcdTAxYTFuZyBjXHUxZWU3YSBtXHUxZWQ5dCBuZ1x1MDBmNGkgbmhcdTAwZTAgdHJvbmcgdmlcdTFlYzdjIHhcdTAwZTJ5IGRcdTFlZjFuZyB3ZWJzaXRlLiBWXHUxZWFkeSwgdmFpIHRyXHUwMGYyIGNoXHUwMGVkbmggeFx1MDBlMWMgY1x1MWVlN2EgSFRNTCBsXHUwMGUwIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPkEuIFRyYW5nIHRyXHUwMGVkIGdpYW8gZGlcdTFlYzduIHZcdTAwZTAgdFx1MWVhMW8gaGlcdTFlYzd1IFx1MWVlOW5nIFx1MDExMVx1MWVkOW5nIGNobyB3ZWJzaXRlLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5CLiBYXHUwMGUxYyBcdTAxMTFcdTFlY2JuaCBjXHUxZWE1dSB0clx1MDBmYWMgdlx1MDBlMCBuXHUxZWQ5aSBkdW5nIGNcdTFlZTdhIHRyYW5nIHdlYiwgYmFvIGdcdTFlZDNtIHZcdTAxMDNuIGJcdTFlYTNuLCBoXHUwMGVjbmggXHUxZWEzbmgsIHZcdTAwZTAgY1x1MDBlMWMgdGhcdTAwZTBuaCBwaFx1MWVhN24gXHUwMTExYSBwaFx1MDFiMFx1MDFhMW5nIHRpXHUxZWM3bi48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBRdVx1MWVhM24gbFx1MDBmZCBkXHUxZWVmIGxpXHUxZWM3dSB2XHUwMGUwIHRcdTAxYjBcdTAxYTFuZyB0XHUwMGUxYyB2XHUxZWRiaSBjXHUwMWExIHNcdTFlZGYgZFx1MWVlZiBsaVx1MWVjN3UgY1x1MWVlN2Egd2Vic2l0ZS48XC9saT5cclxuPGxpPkQuIFRoXHUxZWYxYyBoaVx1MWVjN24gY1x1MDBlMWMgY2hcdTFlZTljIG5cdTAxMDNuZyB4XHUxZWVkIGxcdTAwZmQgcGhcdTAwZWRhIG1cdTAwZTF5IGNoXHUxZWU3IFx1MDExMVx1MWVjMyB3ZWJzaXRlIGhvXHUxZWExdCBcdTAxMTFcdTFlZDluZy48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyOiBUcm9uZyBjXHUxZWE1dSB0clx1MDBmYWMgY1x1MDFhMSBiXHUxZWEzbiBjXHUxZWU3YSBtXHUxZWQ5dCB0XHUwMGUwaSBsaVx1MWVjN3UgSFRNTCwgdGhcdTFlYmIgblx1MDBlMG8gXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZyBcdTAxMTFcdTFlYzMgY2hcdTFlZTlhIGNcdTAwZTFjIHRoXHUwMGY0bmcgdGluIG1cdTAwZjQgdFx1MWVhMyB2XHUxZWMxIHRyYW5nIHdlYiBuaFx1MDFiMCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxLCB0XHUxZWViIGtoXHUwMGYzYSwgdlx1MDBlMCBjXHUwMGUxYyB0aGlcdTFlYmZ0IGxcdTFlYWRwIGtoXHUwMGUxYywgbmhcdTAxYjBuZyBraFx1MDBmNG5nIGhpXHUxZWMzbiB0aFx1MWVjYiB0clx1MWVmMWMgdGlcdTFlYmZwIHRyXHUwMGVhbiB0cmFuZyB3ZWI/XHJcbjx1bD5cclxuPGxpPkEuIDxib2R5PjxcL2xpPlxyXG48bGk+Qi4gPGZvb3Rlcj48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gPGhlYWQ+PFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gPGhlYWRlcj48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAzOiBcdTAxMTBcdTFlYzMgdFx1MWVhMW8gbVx1MWVkOXQgXHUwMTExb1x1MWVhMW4gdlx1MDEwM24gYlx1MWVhM24gdGhcdTAwZjRuZyB0aFx1MDFiMFx1MWVkZG5nIHRyb25nIEhUTUwsIHRoXHUxZWJiIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IGxcdTAwZTAgcGhcdTAwZjkgaFx1MWVlM3AgbmhcdTFlYTV0P1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIDxwPjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkIuIDxoMT48XC9saT5cclxuPGxpPkMuIDxkaXY+PFwvbGk+XHJcbjxsaT5ELiA8c3Bhbj48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA0OiBCXHUxZWExbiBtdVx1MWVkMW4gdFx1MWVhMW8gbVx1MWVkOXQgZGFuaCBzXHUwMGUxY2gga2hcdTAwZjRuZyB0aFx1MWVlOSB0XHUxZWYxICh1bm9yZGVyZWQgbGlzdCkgdHJvbmcgSFRNTCwgdlx1MDBlZCBkXHUxZWU1IG5oXHUwMWIwIGRhbmggc1x1MDBlMWNoIGNcdTAwZTFjIG1cdTAwZjNuIFx1MDEwM24geVx1MDBlYXUgdGhcdTAwZWRjaC4gVGhcdTFlYmIgSFRNTCBuXHUwMGUwbyBzXHUxZWJkIGdpXHUwMGZhcCBiXHUxZWExbiB0aFx1MWVmMWMgaGlcdTFlYzduIFx1MDExMWlcdTFlYzF1IG5cdTAwZTB5P1xyXG48dWw+XHJcbjxsaT5BLiA8ZGw+PFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIDx1bD48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiA8b2w+PFwvbGk+XHJcbjxsaT5ELiA8bGk+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgNTogVHJvbmcgSFRNTCwgXHUwMTExXHUxZWMzIGxpXHUwMGVhbiBrXHUxZWJmdCB0cmFuZyB3ZWIgY1x1MWVlN2EgYlx1MWVhMW4gXHUwMTExXHUxZWJmbiBtXHUxZWQ5dCB0cmFuZyB3ZWIga2hcdTAwZTFjIGhvXHUxZWI3YyBtXHUxZWQ5dCB2XHUxZWNiIHRyXHUwMGVkIGtoXHUwMGUxYyB0clx1MDBlYW4gY1x1MDBmOW5nIHRyYW5nIHdlYiwgYlx1MWVhMW4gc1x1MWVlZCBkXHUxZWU1bmcgdGhcdTFlYmIgblx1MDBlMG8/XHJcbjx1bD5cclxuPGxpPkEuIDxsaW5rPjxcL2xpPlxyXG48bGk+Qi4gPG5hdj48XC9saT5cclxuPGxpPkMuIDx1cmw+PFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuIDxhPjxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA2OiBcdTAxMTBcdTFlYzMgbmhcdTAwZmFuZyBtXHUxZWQ5dCBoXHUwMGVjbmggXHUxZWEzbmggdlx1MDBlMG8gdHJhbmcgd2ViIEhUTUwsIGJcdTFlYTFuIGNcdTFlYTduIHNcdTFlZWQgZFx1MWVlNW5nIHRoXHUxZWJiIG5cdTAwZTBvPyBUaFx1MWViYiBuXHUwMGUweSBjXHUwMGYzIHRodVx1MWVkOWMgdFx1MDBlZG5oIHF1YW4gdHJcdTFlY2RuZyBuXHUwMGUwbyBcdTAxMTFcdTFlYzMgY2hcdTFlYzkgXHUwMTExXHUxZWNibmggXHUwMTExXHUwMWIwXHUxZWRkbmcgZFx1MWVhYm4gXHUwMTExXHUxZWJmbiB0XHUxZWFkcCB0aW4gaFx1MDBlY25oIFx1MWVhM25oP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIDxpbWcgc3JjPjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkIuIDxpbWFnZSBwYXRoPjxcL2xpPlxyXG48bGk+Qy4gPHBpY3R1cmUgc291cmNlPjxcL2xpPlxyXG48bGk+RC4gPGZpZ3VyZSBmaWxlPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDc6IEJcdTFlYTFuIG11XHUxZWQxbiB0XHUxZWExbyBtXHUxZWQ5dCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGNoXHUwMGVkbmggblx1MWVkNWkgYlx1MWVhZHQgY2hvIG5cdTFlZDlpIGR1bmcgdHJhbmcgd2ViLCB0aFx1MDFiMFx1MWVkZG5nIFx1MDExMVx1MDFiMFx1MWVlM2MgXHUwMTExXHUxZWI3dCBcdTFlZGYgXHUwMTExXHUxZWE3dSB0cmFuZy4gVGhcdTFlYmIgSFRNTCBuXHUwMGUwbyBwaFx1MDBmOSBoXHUxZWUzcCBuaFx1MWVhNXQgXHUwMTExXHUxZWMzIHRcdTFlYTFvIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgbFx1MWVkYm4gbmhcdTFlYTV0IHRyb25nIGNcdTAwZTFjIGNcdTFlYTVwIFx1MDExMVx1MWVkOSB0aVx1MDBlYXUgXHUwMTExXHUxZWMxP1xyXG48dWw+XHJcbjxsaT5BLiA8aDc+PFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIDxoMT48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiA8aDY+PFwvbGk+XHJcbjxsaT5ELiA8aGVhZGVyPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDg6IFRyb25nIEhUTUwsIHRodVx1MWVkOWMgdFx1MDBlZG5oIFwiY2xhc3NcIiB0aFx1MDFiMFx1MWVkZG5nIFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcgXHUwMTExXHUxZWMzIGxcdTAwZTBtIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPkEuIFhcdTAwZTFjIFx1MDExMVx1MWVjYm5oIGtpXHUxZWMzdSBkXHUxZWVmIGxpXHUxZWM3dSBjaG8gcGhcdTFlYTduIHRcdTFlZWQuPFwvbGk+XHJcbjxsaT5CLiBUXHUxZWExbyBoaVx1MWVjN3UgXHUxZWU5bmcgaG9cdTFlYTF0IGhcdTAwZWNuaCBjaG8gcGhcdTFlYTduIHRcdTFlZWQuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIE5oXHUwMGYzbSBjXHUwMGUxYyBwaFx1MWVhN24gdFx1MWVlZCBIVE1MIFx1MDExMVx1MWVjMyBcdTAwZTFwIGRcdTFlZTVuZyBraVx1MWVjM3UgZFx1MDBlMW5nIENTUyBob1x1MWViN2MgdGhhbyB0XHUwMGUxYyBKYXZhU2NyaXB0LjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIFx1MDExMFx1MWViN3QgdFx1MDBlYW4gZHV5IG5oXHUxZWE1dCBjaG8gbVx1MWVkOXQgcGhcdTFlYTduIHRcdTFlZWQgSFRNTC48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA5OiBTXHUxZWYxIGtoXHUwMGUxYyBiaVx1MWVjN3QgY1x1MDFhMSBiXHUxZWEzbiBnaVx1MWVlZmEgdGhcdTFlYmIgSFRNTCBcIjxkaXY+XCIgdlx1MDBlMCB0aFx1MWViYiBcIjxzcGFuPlwiIGxcdTAwZTAgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gVGhcdTFlYmIgXCI8ZGl2PlwiIGNoXHUxZWM5IGRcdTAwZjluZyBjaG8gdlx1MDEwM24gYlx1MWVhM24sIGNcdTAwZjJuIHRoXHUxZWJiIFwiPHNwYW4+XCIgZFx1MDBmOW5nIGNobyBoXHUwMGVjbmggXHUxZWEzbmguPFwvbGk+XHJcbjxsaT5CLiBUaFx1MWViYiBcIjxkaXY+XCIgbFx1MDBlMCB0aFx1MWViYiB0XHUxZWYxIFx1MDExMVx1MDBmM25nLCBjXHUwMGYybiB0aFx1MWViYiBcIjxzcGFuPlwiIGNcdTFlYTduIHRoXHUxZWJiIFx1MDExMVx1MDBmM25nLjxcL2xpPlxyXG48bGk+Qy4gVGhcdTFlYmIgXCI8ZGl2PlwiIGRcdTAwZjluZyBcdTAxMTFcdTFlYzMgdFx1MWVhMW8gbGlcdTAwZWFuIGtcdTFlYmZ0LCBjXHUwMGYybiB0aFx1MWViYiBcIjxzcGFuPlwiIGRcdTAwZjluZyBcdTAxMTFcdTFlYzMgdFx1MWVhMW8gZGFuaCBzXHUwMGUxY2guPFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuIFRoXHUxZWJiIFwiPGRpdj5cIiBsXHUwMGUwIHBoXHUxZWE3biB0XHUxZWVkIGtoXHUxZWQxaSAoYmxvY2stbGV2ZWwpLCB0XHUxZWExbyBuZ1x1MWVhZnQgZFx1MDBmMm5nIHRyXHUwMWIwXHUxZWRiYyB2XHUwMGUwIHNhdSwgY1x1MDBmMm4gdGhcdTFlYmIgXCI8c3Bhbj5cIiBsXHUwMGUwIHBoXHUxZWE3biB0XHUxZWVkIG5cdTFlZDlpIHR1eVx1MWViZm4gKGlubGluZSksIGtoXHUwMGY0bmcgdFx1MWVhMW8gbmdcdTFlYWZ0IGRcdTAwZjJuZy48XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTA6IFx1MDExMFx1MWVjMyB0XHUxZWExbyBtXHUxZWQ5dCBkXHUwMGYybmcga1x1MWViYiBuZ2FuZyBwaFx1MDBlMm4gY2hpYSBuXHUxZWQ5aSBkdW5nIHRyXHUwMGVhbiB0cmFuZyB3ZWIsIHRoXHUxZWJiIEhUTUwgblx1MDBlMG8gXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZz9cclxuPHVsPlxyXG48bGk+QS4gPGJyPjxcL2xpPlxyXG48bGk+PHN0cm9uZz5CLiA8aHI+PFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gPGxpbmU+PFwvbGk+XHJcbjxsaT5ELiA8c2VwYXJhdG9yPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDExOiBUcm9uZyBIVE1MLCBwaFx1MWVhN24gblx1MDBlMG8gY1x1MWVlN2EgdFx1MDBlMGkgbGlcdTFlYzd1IFx1MDExMVx1MDFiMFx1MWVlM2MgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IHdlYiB4XHUxZWVkIGxcdTAwZmQgXHUwMTExXHUxZWE3dSB0aVx1MDBlYW4ga2hpIHRcdTFlYTNpIHRyYW5nP1xyXG48dWw+XHJcbjxsaT5BLiA8Ym9keT48XC9saT5cclxuPGxpPkIuIDxmb290ZXI+PFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIDxoZWFkPjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIDxoZWFkZXI+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTI6IEtoaSBuaFx1MWVhNXAgdlx1MDBlMG8gbVx1MWVkOXQgbGlcdTAwZWFuIGtcdTFlYmZ0IEhUTUwsIHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWIgdGhcdTFlZjFjIGhpXHUxZWM3biBoXHUwMGUwbmggXHUwMTExXHUxZWQ5bmcgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gSGlcdTFlYzNuIHRoXHUxZWNiIG1cdTFlZDl0IGhcdTFlZDlwIHRob1x1MWVhMWkgdGhcdTAwZjRuZyBiXHUwMGUxby48XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gVFx1MWVhM2kgdHJhbmcgd2ViIG1cdTFlZGJpIGhvXHUxZWI3YyB2XHUxZWNiIHRyXHUwMGVkIG1cdTFlZGJpIFx1MDExMVx1MDFiMFx1MWVlM2MgY2hcdTFlYzkgXHUwMTExXHUxZWNibmggdHJvbmcgdGh1XHUxZWQ5YyB0XHUwMGVkbmggXCJocmVmXCIuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gTVx1MWVkZiBtXHUxZWQ5dCBcdTFlZTluZyBkXHUxZWU1bmcga2hcdTAwZTFjIFx1MDExMVx1MWVjMyB4XHUxZWVkIGxcdTAwZmQgbGlcdTAwZWFuIGtcdTFlYmZ0LjxcL2xpPlxyXG48bGk+RC4gTFx1MDFiMHUgbGlcdTAwZWFuIGtcdTFlYmZ0IHZcdTAwZTBvIGJcdTFlZDkgbmhcdTFlZGIgdFx1MWVhMW0uPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTM6IFx1MDExMG9cdTFlYTFuIG1cdTAwZTMgSFRNTCBzYXUgY1x1MDBmMyBsXHUxZWQ3aSBnXHUwMGVjOiBgPHA+XHUwMTEwXHUwMGUyeSBsXHUwMGUwIFx1MDExMW9cdTFlYTFuIHZcdTAxMDNuIDxiPnZcdTFlZGJpIGNoXHUxZWVmIFx1MDExMVx1MWVhZG0uPFwvcD48XC9iPmBcclxuPHVsPlxyXG48bGk+QS4gVGhcdTFlYmIgYDxwPmAga2hcdTAwZjRuZyBcdTAxMTFcdTAxYjBcdTFlZTNjIHBoXHUwMGU5cCBjaFx1MWVlOWEgdGhcdTFlYmIgYDxiPmAuPFwvbGk+XHJcbjxsaT5CLiBUaGlcdTFlYmZ1IHRodVx1MWVkOWMgdFx1MDBlZG5oIFwic3R5bGVcIiBjaG8gdGhcdTFlYmIgYDxiPmAuPFwvbGk+XHJcbjxsaT5DLiBUaFx1MWViYiBgPGI+YCBraFx1MDBmNG5nIFx1MDExMVx1MDFiMFx1MWVlM2MgaFx1MWVkNyB0clx1MWVlMyB0cm9uZyBIVE1MNS48XC9saT5cclxuPGxpPjxzdHJvbmc+RC4gVGhcdTFlYmIgYDxiPmAgcGhcdTFlYTNpIFx1MDExMVx1MDFiMFx1MWVlM2MgXHUwMTExXHUwMGYzbmcgdHJcdTAxYjBcdTFlZGJjIHRoXHUxZWJiIGA8cD5gLjxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxNDogVFx1MWVhMWkgc2FvIHZpXHUxZWM3YyBzXHUxZWVkIGRcdTFlZTVuZyB0aFx1MWViYiBIVE1MIGNcdTAwZjMgY1x1MWVhNXUgdHJcdTAwZmFjIHJcdTAwZjUgclx1MDBlMG5nIHZcdTAwZTAgdHVcdTAwZTJuIHRoZW8gbmdcdTFlZWYgbmdoXHUwMTI5YSAoc2VtYW50aWMgSFRNTCkgbFx1MWVhMWkgcXVhbiB0clx1MWVjZG5nP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIEdpXHUwMGZhcCB0XHUwMTAzbmcga2hcdTFlYTMgblx1MDEwM25nIHRydXkgY1x1MWVhZHAsIGNcdTFlYTNpIHRoaVx1MWVjN24gU0VPICh0XHUxZWQxaSBcdTAxYjB1IGhcdTAwZjNhIGNcdTAwZjRuZyBjXHUxZWU1IHRcdTAwZWNtIGtpXHUxZWJmbSksIHZcdTAwZTAgZFx1MWVjNSBkXHUwMGUwbmcgYlx1MWVhM28gdHJcdTAwZWMsIG5cdTAwZTJuZyBjXHUxZWE1cCB3ZWJzaXRlLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkIuIEdpXHUwMGZhcCB0cmFuZyB3ZWIgaGlcdTFlYzNuIHRoXHUxZWNiIG5oYW5oIGhcdTAxYTFuIHRyXHUwMGVhbiB0clx1MDBlY25oIGR1eVx1MWVjN3QuPFwvbGk+XHJcbjxsaT5DLiBHaVx1MWVhM20gZHVuZyBsXHUwMWIwXHUxZWUzbmcgdFx1MWVhZHAgdGluIEhUTUwuPFwvbGk+XHJcbjxsaT5ELiBUXHUwMTAzbmcgdFx1MDBlZG5oIGJcdTFlYTNvIG1cdTFlYWR0IGNobyB3ZWJzaXRlLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE1OiBUcm9uZyBIVE1MLCBcdTAxMTFcdTFlYzMgdFx1MWVhMW8gbVx1MWVkOXQgYlx1MWVhM25nIGJpXHUxZWMzdSwgYlx1MWVhMW4gY1x1MWVhN24gc1x1MWVlZCBkXHUxZWU1bmcgY1x1MDBlMWMgdGhcdTFlYmIgblx1MDBlMG8gXHUwMTExXHUxZWMzIHhcdTAwZTFjIFx1MDExMVx1MWVjYm5oIGNcdTFlYTV1IHRyXHUwMGZhYyBiXHUxZWEzbmcgKGJcdTFlYTNuZywgaFx1MDBlMG5nLCBjXHUxZWQ5dFwvXHUwMGY0KT9cclxuPHVsPlxyXG48bGk+QS4gPGdyaWQ+LCA8cm93PiwgPGNlbGw+PFwvbGk+XHJcbjxsaT5CLiA8bGF5b3V0PiwgPGxpbmU+LCA8aXRlbT48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gPHRhYmxlPiwgPHRyPiwgPHRkPiAoaG9cdTFlYjdjIDx0aD4pPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gPGZvcm0+LCA8aW5wdXQ+LCA8bGFiZWw+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTY6IFBoXHUxZWE3biBtXHUxZWRmIFx1MDExMVx1MWVhN3UgY1x1MWVlN2EgbVx1MWVkOXQgdFx1MDBlMGkgbGlcdTFlYzd1IEhUTUwgdGhcdTAxYjBcdTFlZGRuZyBiXHUxZWFmdCBcdTAxMTFcdTFlYTd1IGJcdTFlYjFuZyBkXHUwMGYybmcga2hhaSBiXHUwMGUxbyBgPCFET0NUWVBFIGh0bWw+YC4gTVx1MWVlNWMgXHUwMTExXHUwMGVkY2ggY1x1MWVlN2EgZFx1MDBmMm5nIGtoYWkgYlx1MDBlMW8gblx1MDBlMHkgbFx1MDBlMCBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBLXHUwMGVkY2ggaG9cdTFlYTF0IGNoXHUxZWJmIFx1MDExMVx1MWVkOSBiXHUxZWEzbyBtXHUxZWFkdCBjaG8gdHJhbmcgd2ViLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5CLiBLaGFpIGJcdTAwZTFvIHZcdTFlZGJpIHRyXHUwMGVjbmggZHV5XHUxZWM3dCBwaGlcdTAwZWFuIGJcdTFlYTNuIEhUTUwgbVx1MDBlMCB0XHUwMGUwaSBsaVx1MWVjN3UgXHUwMTExYW5nIHNcdTFlZWQgZFx1MWVlNW5nLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIENoXHUxZWM5IFx1MDExMVx1MWVjYm5oIG5nXHUwMGY0biBuZ1x1MWVlZiBjaFx1MDBlZG5oIGNcdTFlZTdhIHRyYW5nIHdlYi48XC9saT5cclxuPGxpPkQuIFRcdTFlZDFpIFx1MDFiMHUgaFx1MDBmM2EgdFx1MWVkMWMgXHUwMTExXHUxZWQ5IHRcdTFlYTNpIHRyYW5nLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE3OiBHaVx1MWVhMyBzXHUxZWVkIGJcdTFlYTFuIG11XHUxZWQxbiB0XHUxZWExbyBtXHUxZWQ5dCBmb3JtIFx1MDExMVx1MDEwM25nIGtcdTAwZmQgdGhcdTAwZjRuZyB0aW4gbmdcdTAxYjBcdTFlZGRpIGRcdTAwZjluZyB0cm9uZyBIVE1MLiBUaFx1MWViYiBuXHUwMGUwbyBsXHUwMGUwIHRoXHUxZWJiIHZcdTAwZjluZyBjaFx1MWVlOWEgY2hcdTAwZWRuaCBjaG8gY1x1MDBlMWMgcGhcdTFlYTduIHRcdTFlZWQgbmhcdTFlYWRwIGxpXHUxZWM3dSB0cm9uZyBmb3JtP1xyXG48dWw+XHJcbjxsaT5BLiA8c2VjdGlvbj48XC9saT5cclxuPGxpPkIuIDxhcnRpY2xlPjxcL2xpPlxyXG48bGk+Qy4gPGRpdj48XC9saT5cclxuPGxpPjxzdHJvbmc+RC4gPGZvcm0+PFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE4OiBUcm9uZyB0aFx1MWViYiBgPGlucHV0PmAgY1x1MWVlN2EgZm9ybSBIVE1MLCB0aHVcdTFlZDljIHRcdTAwZWRuaCBcInR5cGVcIiBjXHUwMGYzIHZhaSB0clx1MDBmMiBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBYXHUwMGUxYyBcdTAxMTFcdTFlY2JuaCBrXHUwMGVkY2ggdGhcdTAxYjBcdTFlZGJjIGNcdTFlZTdhIHRyXHUwMWIwXHUxZWRkbmcgbmhcdTFlYWRwIGxpXHUxZWM3dS48XC9saT5cclxuPGxpPkIuIFx1MDExMFx1MWViN3QgdFx1MDBlYW4gY2hvIHRyXHUwMWIwXHUxZWRkbmcgbmhcdTFlYWRwIGxpXHUxZWM3dSBcdTAxMTFcdTFlYzMgeFx1MWVlZCBsXHUwMGZkIFx1MWVkZiBwaFx1MDBlZGEgbVx1MDBlMXkgY2hcdTFlZTcuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIFhcdTAwZTFjIFx1MDExMVx1MWVjYm5oIGtpXHUxZWMzdSBkXHUxZWVmIGxpXHUxZWM3dSBtXHUwMGUwIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcgY1x1MDBmMyB0aFx1MWVjMyBuaFx1MWVhZHAgdlx1MDBlMG8gKHZcdTAwZWQgZFx1MWVlNTogdGV4dCwgcGFzc3dvcmQsIGVtYWlsKS48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiBRdXkgXHUwMTExXHUxZWNibmggY1x1MDBlMWMgclx1MDBlMG5nIGJ1XHUxZWQ5YyB2XHUxZWMxIGRcdTFlZWYgbGlcdTFlYzd1IG5oXHUxZWFkcCB2XHUwMGUwbyAodlx1MDBlZCBkXHUxZWU1OiBiXHUxZWFmdCBidVx1MWVkOWMgbmhcdTFlYWRwLCBcdTAxMTFcdTFlY2JuaCBkXHUxZWExbmcpLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE5OiBcdTAxMTBcdTFlYzMgdGhcdTAwZWFtIGNoXHUwMGZhIHRoXHUwMGVkY2ggKGNvbW1lbnQpIHZcdTAwZTBvIG1cdTAwZTMgSFRNTCBtXHUwMGUwIGtoXHUwMGY0bmcgbXVcdTFlZDFuIGNoXHUwMGZhbmcgaGlcdTFlYzNuIHRoXHUxZWNiIHRyXHUwMGVhbiB0clx1MDBlY25oIGR1eVx1MWVjN3QsIGJcdTFlYTFuIHNcdTFlZWQgZFx1MWVlNW5nIGNcdTAwZmEgcGhcdTAwZTFwIG5cdTAwZTBvP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIDwhLS0gXHUwMTEwXHUwMGUyeSBsXHUwMGUwIGNoXHUwMGZhIHRoXHUwMGVkY2ggLS0+PFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qi4gXC9cLyBcdTAxMTBcdTAwZTJ5IGxcdTAwZTAgY2hcdTAwZmEgdGhcdTAwZWRjaCBcL1wvPFwvbGk+XHJcbjxsaT5DLiBcLyogXHUwMTEwXHUwMGUyeSBsXHUwMGUwIGNoXHUwMGZhIHRoXHUwMGVkY2ggKlwvPFwvbGk+XHJcbjxsaT5ELiAjIFx1MDExMFx1MDBlMnkgbFx1MDBlMCBjaFx1MDBmYSB0aFx1MDBlZGNoPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjA6IEtoaSBiXHUxZWExbiBtXHUxZWRmIG1cdTFlZDl0IHRcdTFlYzdwIEhUTUwgYlx1MWViMW5nIHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWIsIHRyXHUwMGVjbmggZHV5XHUxZWM3dCBzXHUxZWJkIGxcdTAwZTBtIGdcdTAwZWMgdlx1MWVkYmkgbVx1MDBlMyBIVE1MP1xyXG48dWw+XHJcbjxsaT5BLiBIaVx1MWVjM24gdGhcdTFlY2IgdHJcdTFlZjFjIHRpXHUxZWJmcCBtXHUwMGUzIEhUTUwgZFx1MDFiMFx1MWVkYmkgZFx1MWVhMW5nIHZcdTAxMDNuIGJcdTFlYTNuLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5CLiBQaFx1MDBlMm4gdFx1MDBlZGNoIChwYXJzZSkgbVx1MDBlMyBIVE1MIHZcdTAwZTAgaGlcdTFlYzNuIHRoXHUxZWNiIG5cdTFlZDlpIGR1bmcgdHJhbmcgd2ViIGRcdTFlZjFhIHRyXHUwMGVhbiBjXHUwMGUxYyB0aFx1MWViYi48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBCaVx1MDBlYW4gZFx1MWVjYmNoIG1cdTAwZTMgSFRNTCB0aFx1MDBlMG5oIG5nXHUwMGY0biBuZ1x1MWVlZiBtXHUwMGUxeS48XC9saT5cclxuPGxpPkQuIEdcdTFlZWRpIG1cdTAwZTMgSFRNTCBcdTAxMTFcdTFlYmZuIG1cdTAwZTF5IGNoXHUxZWU3IFx1MDExMVx1MWVjMyB4XHUxZWVkIGxcdTAwZmQuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjE6IFRyb25nIG5nXHUxZWVmIGNcdTFlYTNuaCBIVE1MLCB0aHVcdTFlYWR0IG5nXHUxZWVmIFwidGhcdTFlYmIgbFx1MWVkM25nIG5oYXVcIiAobmVzdGVkIHRhZ3MpIGNcdTAwZjMgbmdoXHUwMTI5YSBsXHUwMGUwIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPkEuIENcdTAwZTFjIHRoXHUxZWJiIEhUTUwgXHUwMTExXHUwMWIwXHUxZWUzYyB2aVx1MWViZnQgdHJcdTAwZWFuIGNcdTAwZjluZyBtXHUxZWQ5dCBkXHUwMGYybmcuPFwvbGk+XHJcbjxsaT5CLiBDXHUwMGUxYyB0aFx1MWViYiBIVE1MIGNcdTAwZjMgdFx1MDBlYW4gZ2lcdTFlZDFuZyBuaGF1LjxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBNXHUxZWQ5dCB0aFx1MWViYiBIVE1MIFx1MDExMVx1MDFiMFx1MWVlM2MgXHUwMTExXHUxZWI3dCBiXHUwMGVhbiB0cm9uZyBtXHUxZWQ5dCB0aFx1MWViYiBIVE1MIGtoXHUwMGUxYy48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiBDXHUwMGUxYyB0aFx1MWViYiBIVE1MIFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcgXHUwMTExXHUxZWMzIHRcdTFlYTFvIGRhbmggc1x1MDBlMWNoLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDIyOiBcdTAxMTBcdTFlYzMgdFx1MWVhMW8gbVx1MWVkOXQgZGFuaCBzXHUwMGUxY2ggY1x1MDBmMyB0aFx1MWVlOSB0XHUxZWYxICh2XHUwMGVkIGRcdTFlZTU6IGNcdTAwZTFjIGJcdTAxYjBcdTFlZGJjIHRoXHUxZWYxYyBoaVx1MWVjN24gdGhlbyB0aFx1MWVlOSB0XHUxZWYxKSwgYlx1MWVhMW4gc1x1MWVlZCBkXHUxZWU1bmcgdGhcdTFlYmIgSFRNTCBuXHUwMGUwbz9cclxuPHVsPlxyXG48bGk+QS4gPHVsPjxcL2xpPlxyXG48bGk+Qi4gPGRsPjxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiA8b2w+PFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gPGxpPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDIzOiBUaHVcdTFlZDljIHRcdTAwZWRuaCBcImhyZWZcIiB0cm9uZyB0aFx1MWViYiBgPGE+YCBkXHUwMGY5bmcgXHUwMTExXHUxZWMzIGNoXHUxZWM5IFx1MDExMVx1MWVjYm5oIFx1MDExMWlcdTFlYzF1IGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPkEuIFRcdTAwZWFuIGNcdTFlZTdhIGxpXHUwMGVhbiBrXHUxZWJmdCBoaVx1MWVjM24gdGhcdTFlY2IuPFwvbGk+XHJcbjxsaT5CLiBLaVx1MWVjM3UgZFx1MDBlMW5nIGNcdTFlZTdhIGxpXHUwMGVhbiBrXHUxZWJmdC48XC9saT5cclxuPGxpPkMuIFZcdTFlY2IgdHJcdTAwZWQgY1x1MWVlN2EgbGlcdTAwZWFuIGtcdTFlYmZ0IHRyXHUwMGVhbiB0cmFuZy48XC9saT5cclxuPGxpPjxzdHJvbmc+RC4gXHUwMTEwXHUxZWNiYSBjaFx1MWVjOSBVUkwgbVx1MDBlMCBsaVx1MDBlYW4ga1x1MWViZnQgdHJcdTFlY2YgXHUwMTExXHUxZWJmbi48XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjQ6IFRyb25nIEhUTUwsIGJcdTFlYTFuIGNcdTAwZjMgdGhcdTFlYzMgc1x1MWVlZCBkXHUxZWU1bmcgY1x1MDBlMWMgdGhcdTFlYmIgaGVhZGluZyB0XHUxZWViIGA8aDE+YCBcdTAxMTFcdTFlYmZuIGA8aDY+YC4gU1x1MWVmMSBraFx1MDBlMWMgYmlcdTFlYzd0IGNoXHUwMGVkbmggZ2lcdTFlZWZhIGNcdTAwZTFjIHRoXHUxZWJiIG5cdTAwZTB5IGxcdTAwZTAgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gTVx1MDBlMHUgc1x1MWVhZmMgaGlcdTFlYzNuIHRoXHUxZWNiIGNcdTFlZTdhIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIEtcdTAwZWRjaCB0aFx1MDFiMFx1MWVkYmMgY2hcdTFlZWYgdlx1MDBlMCBtXHUxZWU5YyBcdTAxMTFcdTFlZDkgcXVhbiB0clx1MWVjZG5nIGNcdTFlZTdhIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgKDxoMT4gbFx1MDBlMCBxdWFuIHRyXHUxZWNkbmcgbmhcdTFlYTV0LCA8aDY+IGxcdTAwZTAgXHUwMGVkdCBxdWFuIHRyXHUxZWNkbmcgbmhcdTFlYTV0KS48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBWXHUxZWNiIHRyXHUwMGVkIG1cdTFlYjdjIFx1MDExMVx1MWVjYm5oIGNcdTFlZTdhIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgdHJcdTAwZWFuIHRyYW5nLjxcL2xpPlxyXG48bGk+RC4gTG9cdTFlYTFpIHBoXHUwMGY0bmcgY2hcdTFlZWYgc1x1MWVlZCBkXHUxZWU1bmcgY2hvIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjU6IFx1MDExMFx1MWVjMyBcdTAxMTFcdTFlYTNtIGJcdTFlYTNvIG1cdTAwZTMgSFRNTCBjXHUxZWU3YSBiXHUxZWExbiBoXHUxZWUzcCBsXHUxZWM3IHZcdTAwZTAgdHVcdTAwZTJuIHRoXHUxZWU3IGNcdTAwZTFjIHRpXHUwMGVhdSBjaHVcdTFlYTluLCBiXHUxZWExbiBuXHUwMGVhbiBsXHUwMGUwbSBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBLaVx1MWVjM20gdHJhIG1cdTAwZTMgYlx1MWViMW5nIHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWIga2hcdTAwZTFjIG5oYXUuPFwvbGk+XHJcbjxsaT5CLiBYZW0gbVx1MDBlMyBuZ3VcdTFlZDNuIHRyYW5nIHdlYiBjXHUxZWU3YSBjXHUwMGUxYyB3ZWJzaXRlIGxcdTFlZGJuIGtoXHUwMGUxYy48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gU1x1MWVlZCBkXHUxZWU1bmcgY1x1MDBlMWMgY1x1MDBmNG5nIGNcdTFlZTUga2lcdTFlYzNtIHRyYSB0XHUwMGVkbmggaFx1MWVlM3AgbFx1MWVjNyBIVE1MIChIVE1MIHZhbGlkYXRvcnMpLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIEhcdTFlY2ZpIFx1MDBmZCBraVx1MWViZm4gdFx1MWVlYiBjXHUwMGUxYyBsXHUxZWFkcCB0clx1MDBlY25oIHZpXHUwMGVhbiB3ZWIga2hcdTAwZTFjLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI2OiBUcm9uZyBIVE1MLCB0aHVcdTFlZDljIHRcdTAwZWRuaCBcImFsdFwiIGNcdTFlZTdhIHRoXHUxZWJiIGA8aW1nPmAgY1x1MDBmMyB2YWkgdHJcdTAwZjIgcXVhbiB0clx1MWVjZG5nIG5oXHUxZWE1dCB0cm9uZyB0clx1MDFiMFx1MWVkZG5nIGhcdTFlZTNwIG5cdTAwZTBvP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIEtoaSBoXHUwMGVjbmggXHUxZWEzbmgga2hcdTAwZjRuZyB0aFx1MWVjMyBoaVx1MWVjM24gdGhcdTFlY2IgaG9cdTFlYjdjIGNobyBuZ1x1MDFiMFx1MWVkZGkgZFx1MDBmOW5nIHNcdTFlZWQgZFx1MWVlNW5nIHRyXHUwMGVjbmggXHUwMTExXHUxZWNkYyBtXHUwMGUwbiBoXHUwMGVjbmggKHNjcmVlbiByZWFkZXIpIFx1MDExMVx1MWVjMyBoXHUxZWQ3IHRyXHUxZWUzIHRpXHUxZWJmcCBjXHUxZWFkbi48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBcdTAxMTBcdTFlYzMgdFx1MWVhMW8gaGlcdTFlYzd1IFx1MWVlOW5nIFx1MDExMVx1MWVkOW5nIGNobyBoXHUwMGVjbmggXHUxZWEzbmguPFwvbGk+XHJcbjxsaT5DLiBcdTAxMTBcdTFlYzMgblx1MDBlOW4gZHVuZyBsXHUwMWIwXHUxZWUzbmcgaFx1MDBlY25oIFx1MWVhM25oLjxcL2xpPlxyXG48bGk+RC4gXHUwMTEwXHUxZWMzIFx1MDExMVx1MWViN3QgdFx1MDBlYW4gdFx1MWVjN3AgdGluIGhcdTAwZWNuaCBcdTFlYTNuaCB0clx1MDBlYW4gbVx1MDBlMXkgY2hcdTFlZTcuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjc6IE5cdTFlYmZ1IGJcdTFlYTFuIG11XHUxZWQxbiBuaFx1MDBmM20gbVx1MWVkOXQgc1x1MWVkMSBwaFx1MWVhN24gdFx1MWVlZCBIVE1MIGxcdTFlYTFpIHZcdTFlZGJpIG5oYXUgXHUwMTExXHUxZWMzIGRcdTFlYzUgZFx1MDBlMG5nIFx1MDExMVx1MWVjYm5oIGtpXHUxZWMzdSBDU1MgaG9cdTFlYjdjIHRoYW8gdFx1MDBlMWMgSmF2YVNjcmlwdCwgdGhcdTFlYmIgblx1MDBlMG8gdGhcdTAxYjBcdTFlZGRuZyBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIG5oXHUwMWIwIG1cdTFlZDl0IHZcdTAwZjluZyBjaFx1MWVlOWEgY2h1bmc/XHJcbjx1bD5cclxuPGxpPkEuIDxoZWFkZXI+PFwvbGk+XHJcbjxsaT5CLiA8bmF2PjxcL2xpPlxyXG48bGk+Qy4gPHNlY3Rpb24+PFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuIDxkaXY+PFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI4OiBLaGkgdGhpXHUxZWJmdCBrXHUxZWJmIGNcdTFlYTV1IHRyXHUwMGZhYyBIVE1MIGNobyBtXHUxZWQ5dCB0cmFuZyB3ZWIsIGJcdTFlYTFuIG5cdTAwZWFuIFx1MDFiMHUgdGlcdTAwZWFuIHNcdTFlZWQgZFx1MWVlNW5nIGNcdTAwZTFjIHRoXHUxZWJiIEhUTUw1IG5nXHUxZWVmIG5naFx1MDEyOWEgKHNlbWFudGljIEhUTUw1IHRhZ3MpIG5oXHUwMWIwIGA8YXJ0aWNsZT5gLCBgPG5hdj5gLCBgPGFzaWRlPmAsIGA8aGVhZGVyPmAsIGA8Zm9vdGVyPmAgXHUwMTExXHUxZWMzIGxcdTAwZTBtIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPkEuIFRcdTAxMDNuZyB0XHUxZWQxYyBcdTAxMTFcdTFlZDkgdFx1MWVhM2kgdHJhbmcuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIENcdTFlYTNpIHRoaVx1MWVjN24gY1x1MWVhNXUgdHJcdTAwZmFjLCBuZ1x1MWVlZiBuZ2hcdTAxMjlhIHJcdTAwZjUgclx1MDBlMG5nIGNobyB0cmFuZyB3ZWIsIGdpXHUwMGZhcCBtXHUwMGUxeSB0XHUwMGVjbSBraVx1MWViZm0gdlx1MDBlMCB0clx1MDBlY25oIFx1MDExMVx1MWVjZGMgbVx1MDBlMG4gaFx1MDBlY25oIGhpXHUxZWMzdSBuXHUxZWQ5aSBkdW5nIHRcdTFlZDF0IGhcdTAxYTFuLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIEdpXHUxZWEzbSBkdW5nIGxcdTAxYjBcdTFlZTNuZyBtXHUwMGUzIEhUTUwuPFwvbGk+XHJcbjxsaT5ELiBUXHUwMTAzbmcgY1x1MDFiMFx1MWVkZG5nIGJcdTFlYTNvIG1cdTFlYWR0IGNobyB0cmFuZyB3ZWIuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjk6IFRyb25nIEhUTUwsIGJcdTFlYTFuIGNcdTAwZjMgdGhcdTFlYzMgc1x1MWVlZCBkXHUxZWU1bmcgdGh1XHUxZWQ5YyB0XHUwMGVkbmggXCJzdHlsZVwiIHRyXHUxZWYxYyB0aVx1MWViZnAgdHJvbmcgdGhcdTFlYmIgSFRNTCBcdTAxMTFcdTFlYzMgXHUwMTExXHUxZWNibmgga2lcdTFlYzN1LiBUdXkgbmhpXHUwMGVhbiwgcGhcdTAxYjBcdTAxYTFuZyBwaFx1MDBlMXAgblx1MDBlMHkgdGhcdTAxYjBcdTFlZGRuZyBcdTAxMTFcdTAxYjBcdTFlZTNjIGtodXlcdTFlYmZuIGNcdTAwZTFvIGxcdTAwZTAgblx1MDBlYW4gaFx1MWVhMW4gY2hcdTFlYmYgc1x1MWVlZCBkXHUxZWU1bmcuIFZcdTAwZWMgc2FvP1xyXG48dWw+XHJcbjxsaT5BLiBUaHVcdTFlZDljIHRcdTAwZWRuaCBcInN0eWxlXCIga2hcdTAwZjRuZyBcdTAxMTFcdTAxYjBcdTFlZTNjIGhcdTFlZDcgdHJcdTFlZTMgYlx1MWVkZmkgdFx1MWVhNXQgY1x1MWVhMyBjXHUwMGUxYyB0clx1MDBlY25oIGR1eVx1MWVjN3QuPFwvbGk+XHJcbjxsaT5CLiBTXHUxZWVkIGRcdTFlZTVuZyB0aHVcdTFlZDljIHRcdTAwZWRuaCBcInN0eWxlXCIgbFx1MDBlMG0gdFx1MDEwM25nIGR1bmcgbFx1MDFiMFx1MWVlM25nIHRcdTFlYzdwIHRpbiBIVE1MLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBMXHUwMGUwbSBtXHUwMGUzIEhUTUwgdHJcdTFlZGYgblx1MDBlYW4ga2hcdTAwZjMgXHUwMTExXHUxZWNkYywga2hcdTAwZjMgYlx1MWVhM28gdHJcdTAwZWMgdlx1MDBlMCBxdVx1MWVhM24gbFx1MDBmZCBraGkgY1x1MDBmMyBuaGlcdTFlYzF1IGtpXHUxZWMzdSBkXHUwMGUxbmcgcGhcdTFlZTljIHRcdTFlYTFwLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIFx1MDExMFx1MWVjYm5oIGtpXHUxZWMzdSBiXHUxZWIxbmcgdGh1XHUxZWQ5YyB0XHUwMGVkbmggXCJzdHlsZVwiIGxcdTAwZTBtIGNoXHUxZWFkbSB0XHUxZWQxYyBcdTAxMTFcdTFlZDkgdFx1MWVhM2kgdHJhbmcuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMzA6IEJcdTFlYTFuIG11XHUxZWQxbiB0XHUxZWExbyBtXHUxZWQ5dCBsaVx1MDBlYW4ga1x1MWViZnQgdFx1MWVhM2kgeHVcdTFlZDFuZyBtXHUxZWQ5dCB0XHUxZWM3cCB0aW4gKHZcdTAwZWQgZFx1MWVlNTogdFx1MWVjN3AgUERGLCBET0NYKSBraGkgbmdcdTAxYjBcdTFlZGRpIGRcdTAwZjluZyBuaFx1MWVhNXAgdlx1MDBlMG8gbGlcdTAwZWFuIGtcdTFlYmZ0LiBCXHUxZWExbiBjXHUxZWE3biBzXHUxZWVkIGRcdTFlZTVuZyB0aHVcdTFlZDljIHRcdTAwZWRuaCBuXHUwMGUwbyB0cm9uZyB0aFx1MWViYiBgPGE+YD9cclxuPHVsPlxyXG48bGk+QS4gdGFyZ2V0PVwiX2JsYW5rXCI8XC9saT5cclxuPGxpPkIuIHJlbD1cIm5vb3BlbmVyXCI8XC9saT5cclxuPGxpPkMuIHR5cGU9XCJhcHBsaWNhdGlvblwvb2N0ZXQtc3RyZWFtXCI8XC9saT5cclxuPGxpPjxzdHJvbmc+RC4gZG93bmxvYWQ8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbiIsInF1aXpfaW1hZ2UiOm51bGwsInF1aXpfY2F0ZWdvcnlfaWQiOiIxNTI0IiwicXVlc3Rpb25faWRzIjoiMjY4MzM4LDI2ODMzOSwyNjgzNDAsMjY4MzQxLDI2ODM0MiwyNjgzNDMsMjY4MzQ0LDI2ODM0NSwyNjgzNDYsMjY4MzQ3LDI2ODM0OCwyNjgzNDksMjY4MzUwLDI2ODM1MSwyNjgzNTIsMjY4MzUzLDI2ODM1NCwyNjgzNTUsMjY4MzU2LDI2ODM1NywyNjgzNTgsMjY4MzU5LDI2ODM2MCwyNjgzNjEsMjY4MzYyLDI2ODM2MywyNjgzNjQsMjY4MzY1LDI2ODM2NiwyNjgzNjciLCJvcmRlcmluZyI6Ijg5NTEiLCJwdWJsaXNoZWQiOiIxIiwiY3JlYXRlX2RhdGUiOm51bGwsInF1aXpfdXJsIjpudWxsLCJpbnRlcnZhbHMiOiJbe1wiaW50ZXJ2YWxfbWluXCI6XCIwXCIsXCJpbnRlcnZhbF9tYXhcIjpcIjI1XCIsXCJpbnRlcnZhbF90ZXh0XCI6XCJcIixcImludGVydmFsX2ltYWdlXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X3VybFwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF9kZWxheVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlXCI6XCJcIixcImludGVydmFsX2ZpbGVfaWRcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9uYW1lXCI6XCJcIixcImludGVydmFsX2dhbWlwcmVzc19wb2ludFwiOlwiXCIsXCJpbnRlcnZhbF93cHJvZHVjdFwiOlwiXCIsXCJpbnRlcnZhbF9rZXl3b3JkXCI6XCJBXCJ9LHtcImludGVydmFsX21pblwiOlwiMjZcIixcImludGVydmFsX21heFwiOlwiNTBcIixcImludGVydmFsX3RleHRcIjpcIlwiLFwiaW50ZXJ2YWxfaW1hZ2VcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfdXJsXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X2RlbGF5XCI6XCJcIixcImludGVydmFsX2ZpbGVcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9pZFwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX25hbWVcIjpcIlwiLFwiaW50ZXJ2YWxfZ2FtaXByZXNzX3BvaW50XCI6XCJcIixcImludGVydmFsX3dwcm9kdWN0XCI6XCJcIixcImludGVydmFsX2tleXdvcmRcIjpcIkJcIn0se1wiaW50ZXJ2YWxfbWluXCI6XCI1MVwiLFwiaW50ZXJ2YWxfbWF4XCI6XCI3NVwiLFwiaW50ZXJ2YWxfdGV4dFwiOlwiXCIsXCJpbnRlcnZhbF9pbWFnZVwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF91cmxcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfZGVsYXlcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX2lkXCI6XCJcIixcImludGVydmFsX2ZpbGVfbmFtZVwiOlwiXCIsXCJpbnRlcnZhbF9nYW1pcHJlc3NfcG9pbnRcIjpcIlwiLFwiaW50ZXJ2YWxfd3Byb2R1Y3RcIjpcIlwiLFwiaW50ZXJ2YWxfa2V5d29yZFwiOlwiQ1wifSx7XCJpbnRlcnZhbF9taW5cIjpcIjc2XCIsXCJpbnRlcnZhbF9tYXhcIjpcIjEwMFwiLFwiaW50ZXJ2YWxfdGV4dFwiOlwiXCIsXCJpbnRlcnZhbF9pbWFnZVwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF91cmxcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfZGVsYXlcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX2lkXCI6XCJcIixcImludGVydmFsX2ZpbGVfbmFtZVwiOlwiXCIsXCJpbnRlcnZhbF9nYW1pcHJlc3NfcG9pbnRcIjpcIlwiLFwiaW50ZXJ2YWxfd3Byb2R1Y3RcIjpcIlwiLFwiaW50ZXJ2YWxfa2V5d29yZFwiOlwiRFwifV0iLCJpc191c2VyX2xvZ2dlZF9pbiI6ZmFsc2UsInF1aXpfYW5pbWF0aW9uX3RvcCI6MTAwLCJxdWl6X2VuYWJsZV9hbmltYXRpb25fdG9wIjoib24iLCJzdG9yZV9hbGxfbm90X2ZpbmlzaGVkX3Jlc3VsdHMiOmZhbHNlfQ=='; </script> <input type='hidden' name='quiz_id' value='8951'/> <input type='hidden' name='start_date' class='ays-start-date'/> <input type='hidden' name='ays_end_date' class='ays-quiz-end-date'/> <input type='hidden' name='ays_finish_quiz_nonce_8951' value='460378414c'/> </form></div> </div> <div class="ays-quiz-powered-by-container"><div class="ays-quiz-promote-powered-by-text-row"><span class="ays-quiz-promote-powered-by-text">By <a href="https://ays-pro.com/wordpress/quiz-maker" target="_blank">Wordpress Quiz plugin</a></span></div></div></div></div> <div class="panel blogger"><div class='ays-quiz-wrap'> <div class='ays-quiz-container ays_quiz_classic_light ays-quiz-keyboard-active' data-quest-effect='shake' data-hide-bg-image='false' id='ays-quiz-container-9889'> <div class='ays-questions-container'> <div class='ays-quiz-some-items-icons-wrap'><div class="ays-quiz-full-screen-wrap"> <a class="ays-quiz-full-screen-container"> <svg xmlns="http://www.w3.org/2000/svg" height="24" fill="#fff" viewBox="0 0 24 24" width="24" class="ays-quiz-close-full-screen"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" height="24" fill="#fff" viewBox="0 0 24 24" width="24" class="ays-quiz-open-full-screen"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"/> </svg> </a> </div></div> <span class='ays_quizn_ancnoxneri_qanak'><i class='ays_fa ays_fa_users'></i> 0</span> <form action='' method='post' autocomplete='off' id='ays_finish_quiz_9889' class='ays-quiz-form enable_questions_result ' ><input type='hidden' class='ays_question_count_per_page' value='30'> <input type='hidden' value='list' class='answer_view_class'> <input type='hidden' value='' class='ays_qm_enable_arrows'><section class='ays_quiz_timer_container'> <div class='ays-quiz-timer ays-quiz-message-before-timer' data-timer='2700'><p>Bạn đã sẵn sàng chưa? 45 phút làm bài bắt đầu!!!</p> </div> <div class='ays-quiz-after-timer '><p>Bạn đã hết giờ làm bài! Xem kết quả các câu hỏi đã làm nhé!!!</p> </div> <hr style='height:1px;'> </section> <div class='step active-step'> <div class='ays-abs-fs ays-start-page'> <div class='ays_cb_and_a'><p style='margin:0!important;'><strong>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong></p></div> <p class='ays-fs-title'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 03</p> <div class='ays_buttons_div'> <input type='button' name='next' class='ays_next start_button action-button ays-quiz-keyboard-active' value='BẮT ĐẦU LÀM BÀI TEST' data-enable-leave-page="false" /> </div> <div class='ays-fs-subtitle'><p>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 03 bao gồm nhiều câu hỏi hay, bám sát chương trình. Cùng làm bài tập trắc nghiệm ngay.</p> <div class="question-block"> <p>Câu 1: HTML (HyperText Markup Language) chủ yếu đóng vai trò gì trong việc xây dựng một trang web?</p> <ul> <li>A. Xác định giao diện và màu sắc của trang web.</li> <li>B. Xử lý các tương tác và logic hoạt động trên trang web.</li> <li><strong>C. Xác định cấu trúc, bố cục và nội dung chính của trang web.</strong></li> <li>D. Quản lý cơ sở dữ liệu cho trang web.</li> </ul> </div> <div class="question-block"> <p>Câu 2: Khi nhìn vào cặp thẻ `</p> <p>Đây là một đoạn văn bản.</p> <p>`, thành phần nào đại diện cho "nội dung" của phần tử HTML?</p> <ul> <li>A. </li> <li><strong>B. Đây là một đoạn văn bản.</strong></li> <li>C. </p> </li> <li>D. Toàn bộ chuỗi ` <p>Đây là một đoạn văn bản.</p> <p>`</li> </ul> </div> <div class="question-block"> <p>Câu 3: Trong cú pháp HTML, thẻ nào được sử dụng để bắt đầu một phần tử và thẻ nào được sử dụng để kết thúc phần tử đó?</p> <ul> <li>A. <tag/> và <tag></li> <li>B. </tag> và <tag></li> <li>C. <tag> và <tag/></li> <li><strong>D. <tag> và </tag></strong></li> </ul> </div> <div class="question-block"> <p>Câu 4: Một tệp HTML cơ bản luôn bắt đầu bằng một dòng khai báo kiểu tài liệu. Dòng khai báo chuẩn cho HTML5 là gì?</p> <ul> <li><strong>A. <!DOCTYPE html></strong></li> <li>B. <!DOCTYPE HTML PUBLIC></li> <li>C. <DOCTYPE html></li> <li>D. <?xml version=</li> </ul> </div> <div class="question-block"> <p>Câu 5: Xem đoạn mã HTML sau:<br /> ```html<br /> <!DOCTYPE html><br /> <html><br /> <head><br /> <title>Trang chủ

    Chào mừng!



    ```
    Phần tử nào chứa thông tin về tiêu đề của trang web hiển thị trên thanh tiêu đề của trình duyệt?

    • A.

    • B. </strong></li> <li>C. <head></li> <li>D. <body></li> </ul> </div> <div class="question-block"> <p>Câu 6: Phần nào của tài liệu HTML chứa tất cả nội dung mà người dùng sẽ nhìn thấy và tương tác trực tiếp trên trình duyệt (như văn bản, hình ảnh, liên kết, bảng biểu...)?</p> <ul> <li>A. <head></li> <li>B. <html></li> <li><strong>C. <body></strong></li> <li>D. <title></li> </ul> </div> <div class="question-block"> <p>Câu 7: Thẻ `<meta charset= <ul> <li>A. Định nghĩa tiêu đề của trang web.</li> <li>B. Tạo liên kết đến các trang khác.</li> <li>C. Thêm hình ảnh vào trang web.</li> <li><strong>D. Khai báo bảng mã ký tự để trình duyệt hiển thị đúng tiếng Việt và các ký tự đặc biệt khác.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 8: Xét cấu trúc HTML cơ bản:<br /> ```html<br /> <!DOCTYPE html><br /> <html lang= <ul> <li><strong>A. Khai báo ngôn ngữ chính của nội dung trang web là tiếng Việt.</strong></li> <li>B. Đặt tên tệp HTML là </li> <li>C. Chỉ định phiên bản HTML đang sử dụng là vi.</li> <li>D. Tạo ra một liên kết đến trang web khác có ngôn ngữ tiếng Việt.</li> </ul> </div> <div class="question-block"> <p>Câu 9: Theo quy tắc lồng ghép thẻ trong HTML, thẻ con phải được đóng trước thẻ cha. Xem xét cấu trúc sau. Cấu trúc nào là ĐÚNG?</p> <ul> <li><strong>C. </strong></li> </ul> </div> <div class="question-block"> <p>Câu 10: Khi bạn lưu một tệp chứa mã HTML, định dạng tệp nào là phổ biến và được trình duyệt web nhận diện để hiển thị trang web?</p> <ul> <li>A. .txt</li> <li><strong>B. .html hoặc .htm</strong></li> <li>C. .doc hoặc .docx</li> <li>D. .css</li> </ul> </div> <div class="question-block"> <p>Câu 11: Để xem kết quả hiển thị của một tệp HTML mà bạn đã soạn thảo, bạn cần thực hiện hành động nào?</p> <ul> <li><strong>A. Mở tệp đó bằng một trình duyệt web (ví dụ: Chrome, Firefox, Edge).</strong></li> <li>B. Mở tệp đó bằng trình soạn thảo văn bản.</li> <li>C. Đổi tên tệp thành định dạng .exe.</li> <li>D. Tải tệp lên một máy chủ web.</li> </ul> </div> <div class="question-block"> <p>Câu 12: Đâu là lý do chính khiến các thẻ HTML như `<head>` và `<body>` được đặt bên trong thẻ `<html>`?</p> <ul> <li>A. Để làm cho mã nguồn ngắn gọn hơn.</li> <li>B. Để tăng tốc độ tải trang.</li> <li>C. Đây là quy tắc tùy chọn, không bắt buộc.</li> <li><strong>D. Thẻ `<html>` là phần tử gốc (root element) bao bọc toàn bộ nội dung của tài liệu HTML, theo cấu trúc chuẩn.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 13: Trình soạn thảo văn bản (ví dụ: Sublime Text, VS Code, Notepad++) được sử dụng để làm gì trong quy trình tạo trang web với HTML?</p> <ul> <li>A. Hiển thị trực tiếp trang web cho người dùng cuối.</li> <li><strong>B. Viết, chỉnh sửa và lưu mã nguồn HTML.</strong></li> <li>C. Kết nối trang web với internet.</li> <li>D. Kiểm tra tốc độ tải của trang web.</li> </ul> </div> <div class="question-block"> <p>Câu 14: Xem xét đoạn mã sau:<br /> ```html<br /> <html><br /> <head><br /> <meta charset= <ul> <li>A. Trình duyệt sẽ báo lỗi và không hiển thị trang.</li> <li>B. Trang web sẽ hiển thị nhanh hơn.</li> <li><strong>C. Trình duyệt có thể chuyển sang chế độ "quirks mode" và hiển thị trang không đúng chuẩn hoặc không nhất quán.</strong></li> <li>D. Nội dung trong thẻ `<head>` sẽ không được xử lý.</li> </ul> </div> <div class="question-block"> <p>Câu 15: Thuộc tính (attribute) trong thẻ HTML được sử dụng để làm gì?</p> <ul> <li><strong>A. Cung cấp thông tin bổ sung hoặc cấu hình cho phần tử.</strong></li> <li>B. Định nghĩa nội dung hiển thị của phần tử.</li> <li>C. Xác định kiểu dáng (style) của phần tử.</li> <li>D. Đánh dấu phần tử là bị lỗi.</li> </ul> </div> <div class="question-block"> <p>Câu 16: Đâu là ví dụ đúng về việc sử dụng thuộc tính trong thẻ HTML?</p> <ul> <li>A. <html lang: vi></li> <li>B. <html lang=</li> <li>C. <html>{lang: vi}</html></li> <li><strong>D. <html lang=</strong></li> </ul> </div> <div class="question-block"> <p>Câu 17: Xét đoạn mã:<br /> ```html<br /> <head><br /> <meta name= <ul> <li>A. Hiển thị trực tiếp nội dung "HTML, web, markup" và "Giới thiệu về HTML." trên trang web.</li> <li><strong>B. Cung cấp siêu dữ liệu (metadata) về trang web cho trình duyệt và các công cụ tìm kiếm.</strong></li> <li>C. Định dạng văn bản cho các đoạn văn bản trong phần `<body>`.</li> <li>D. Tạo liên kết đến các trang web khác có nội dung tương tự.</li> </ul> </div> <div class="question-block"> <p>Câu 18: Một tài liệu HTML được tổ chức theo cấu trúc cây. Phần tử nào được coi là "gốc" của cây này, bao bọc tất cả các phần tử khác?</p> <ul> <li>A. <head></li> <li>B. <body></li> <li><strong>C. <html></strong></li> <li>D. <!DOCTYPE html></li> </ul> </div> <div class="question-block"> <p>Câu 19: Tại sao việc sử dụng chỉ dẫn `<!DOCTYPE html>` ở đầu tài liệu HTML lại quan trọng đối với trình duyệt web hiện đại?</p> <ul> <li><strong>A. Giúp trình duyệt hiểu được phiên bản HTML đang sử dụng và hiển thị trang theo chế độ chuẩn (standards mode).</strong></li> <li>B. Chỉ dẫn này là bắt buộc để trình duyệt có thể mở tệp HTML.</li> <li>C. Nó quy định màu nền cho trang web.</li> <li>D. Nó khai báo ngôn ngữ mặc định của trang.</li> </ul> </div> <div class="question-block"> <p>Câu 20: Khi soạn thảo HTML, việc viết tên thẻ bằng chữ thường (ví dụ: `<body>`) thay vì chữ hoa (ví dụ: `<BODY>`) được khuyến khích theo chuẩn HTML5. Tại sao?</p> <ul> <li>A. Tên thẻ chữ hoa sẽ gây lỗi hiển thị trên trình duyệt.</li> <li>B. Tên thẻ chữ thường làm cho tệp HTML có kích thước nhỏ hơn.</li> <li>C. Chỉ có trình soạn thảo Sublime Text mới nhận diện tên thẻ chữ thường.</li> <li><strong>D. Mặc dù HTML không phân biệt chữ hoa/thường với tên thẻ, viết chữ thường là quy ước chung, giúp mã nguồn dễ đọc và nhất quán hơn.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 21: Bạn muốn tạo một trang web đơn giản với tiêu đề </p> <ul> <li>A. ```html<br /> <title>Chào mừng đến với trang của tôi!
      Trang giới thiệu
      ```
    • B. ```html



      Trang giới thiệu


      Chào mừng đến với trang của tôi!


      ```
    • C. ```html

      Chào mừng đến với trang của tôi!
      Trang giới thiệu

      ```
    • D. ```html

      Trang giới thiệu
      Chào mừng đến với trang của tôi!
      ```

Câu 22: Trong HTML, phần tử nào được sử dụng để chứa các thông tin không hiển thị trực tiếp trên trang web nhưng quan trọng cho trình duyệt, công cụ tìm kiếm hoặc cấu hình trang?

  • A.
  • B.
  • C.
  • D.

Câu 23: Xem đoạn mã HTML:
```html



Test

Đoạn 1

Đoạn 2



```
Có bao nhiêu phần tử `

` trong đoạn mã trên?

  • A. 0
  • B. 1
  • C. 2
  • D. 5

Câu 24: Ngôn ngữ đánh dấu siêu văn bản HTML được gọi là "siêu văn bản" (HyperText) vì nó có khả năng gì đặc biệt?

  • A. Cho phép định dạng văn bản với nhiều kiểu chữ và màu sắc.
  • B. Hỗ trợ chèn hình ảnh và âm thanh vào văn bản.
  • C. Có thể tạo ra các hiệu ứng động trên trang.
  • D. Cho phép tạo các liên kết (hyperlinks) để kết nối các tài liệu với nhau.

Câu 25: Giả sử bạn đang sử dụng một trình soạn thảo văn bản đơn giản. Để tạo một tệp HTML mới, bạn cần làm gì đầu tiên?

  • A. Mở trình soạn thảo và tạo một tệp mới.
  • B. Kết nối internet.
  • C. Mở trình duyệt web.
  • D. Cài đặt máy chủ web.

Câu 26: Thẻ nào trong HTML5 được sử dụng để định nghĩa phần tử gốc của toàn bộ tài liệu HTML?

  • A.
  • B.
  • C.
  • D.

Câu 27: Đâu là một ví dụ về "phần tử" trong HTML?

  • A. Chỉ có thẻ mở `

    `

  • B. Chỉ có nội dung
  • C. Toàn bộ `

    Đoạn văn

    ` (bao gồm thẻ mở, nội dung và thẻ đóng)

  • D. Chỉ có thuộc tính `class=

Câu 28: Trong cấu trúc HTML cơ bản, thẻ `` và `` là các thẻ con trực tiếp của thẻ nào?

  • A.
  • B. </li> <li>C. <!DOCTYPE html></li> <li>D. <meta></li> </ul> </div> <div class="question-block"> <p>Câu 29: Khi bạn lưu tệp HTML với tên `index.html` và mở nó bằng trình duyệt, trình duyệt sẽ làm gì với nội dung trong tệp?</p> <ul> <li>A. Thực thi nó như một chương trình máy tính.</li> <li>B. Hiển thị mã nguồn thô của tệp.</li> <li>C. Biên dịch nó thành ngôn ngữ máy.</li> <li><strong>D. Phân tích các thẻ HTML và hiển thị cấu trúc, nội dung của trang web theo quy định của các thẻ đó.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 30: Dòng `<!DOCTYPE html>` ở đầu tài liệu HTML có phải là một thẻ HTML (HTML tag) theo đúng nghĩa không?</p> <ul> <li>A. Có, nó là thẻ gốc quan trọng nhất.</li> <li><strong>B. Không, nó là một "khai báo kiểu tài liệu" (doctype declaration), hướng dẫn cho trình duyệt.</strong></li> <li>C. Có, nó là thẻ dùng để comment (ghi chú) trong HTML.</li> <li>D. Không, nó là thẻ dùng để liên kết đến các tệp CSS.</li> </ul> </div> </div> <input type='hidden' name='ays_quiz_id' value='9889'/> <input type='hidden' name='ays_quiz_curent_page_link' class='ays-quiz-curent-page-link' value='https://cauhoi.org/15-de-trac-nghiem-tin-hoc-12-canh-dieu-bai-1-lam-quen-voi-ngon-ngu-danh-dau-sieu-van-ban/'/> <input type='hidden' name='ays_quiz_questions' value='296364,296365,296366,296367,296368,296369,296370,296371,296372,296373,296374,296375,296376,296377,296378,296379,296380,296381,296382,296383,296384,296385,296386,296387,296388,296389,296390,296391,296392,296393'> </div> </div><div class='step ' data-question-id='296364' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>1 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 3</strong> </p> <div class='ays_quiz_question'> <p>Câu 1: HTML (HyperText Markup Language) chủ yếu đóng vai trò gì trong việc xây dựng một trang web?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296364]' id='ays-answer-1180297-9889' value='1180297'/> <label for='ays-answer-1180297-9889' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định giao diện và màu sắc của trang web.</label><label for='ays-answer-1180297-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296364]' id='ays-answer-1180298-9889' value='1180298'/> <label for='ays-answer-1180298-9889' class=' ays_position_initial ays-quiz-keyboard-label'>Xử lý các tương tác và logic hoạt động trên trang web.</label><label for='ays-answer-1180298-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296364]' id='ays-answer-1180299-9889' value='1180299'/> <label for='ays-answer-1180299-9889' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định cấu trúc, bố cục và nội dung chính của trang web.</label><label for='ays-answer-1180299-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296364]' id='ays-answer-1180300-9889' value='1180300'/> <label for='ays-answer-1180300-9889' class=' ays_position_initial ays-quiz-keyboard-label'>Quản lý cơ sở dữ liệu cho trang web.</label><label for='ays-answer-1180300-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_9889 === 'undefined'){ window.quizOptions_9889 = []; } window.quizOptions_9889['296364'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE4MDI5NyI6IjAiLCIxMTgwMjk4IjoiMCIsIjExODAyOTkiOiIxIiwiMTE4MDMwMCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='296365' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>2 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 3</strong> </p> <div class='ays_quiz_question'> <p>Câu 2: Khi nhìn vào cặp thẻ `</p> <p>Đây là một đoạn văn bản.</p> <p>`, thành phần nào đại diện cho 'nội dung' của phần tử HTML?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296365]' id='ays-answer-1180301-9889' value='1180301'/> <label for='ays-answer-1180301-9889' class=' ays_position_initial ays-quiz-keyboard-label'><p></label><label for='ays-answer-1180301-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296365]' id='ays-answer-1180302-9889' value='1180302'/> <label for='ays-answer-1180302-9889' class=' ays_position_initial ays-quiz-keyboard-label'>Đây là một đoạn văn bản.</label><label for='ays-answer-1180302-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296365]' id='ays-answer-1180303-9889' value='1180303'/> <label for='ays-answer-1180303-9889' class=' ays_position_initial ays-quiz-keyboard-label'></p></label><label for='ays-answer-1180303-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296365]' id='ays-answer-1180304-9889' value='1180304'/> <label for='ays-answer-1180304-9889' class=' ays_position_initial ays-quiz-keyboard-label'>Toàn bộ chuỗi `<p>Đây là một đoạn văn bản.</p>`</label><label for='ays-answer-1180304-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_9889 === 'undefined'){ window.quizOptions_9889 = []; } window.quizOptions_9889['296365'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE4MDMwMSI6IjAiLCIxMTgwMzAyIjoiMSIsIjExODAzMDMiOiIwIiwiMTE4MDMwNCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='296366' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>3 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 3</strong> </p> <div class='ays_quiz_question'> <p>Câu 3: Trong cú pháp HTML, thẻ nào được sử dụng để bắt đầu một phần tử và thẻ nào được sử dụng để kết thúc phần tử đó?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296366]' id='ays-answer-1180305-9889' value='1180305'/> <label for='ays-answer-1180305-9889' class=' ays_position_initial ays-quiz-keyboard-label'><tag/> và <tag></label><label for='ays-answer-1180305-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296366]' id='ays-answer-1180306-9889' value='1180306'/> <label for='ays-answer-1180306-9889' class=' ays_position_initial ays-quiz-keyboard-label'></tag> và <tag></label><label for='ays-answer-1180306-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296366]' id='ays-answer-1180307-9889' value='1180307'/> <label for='ays-answer-1180307-9889' class=' ays_position_initial ays-quiz-keyboard-label'><tag> và <tag/></label><label for='ays-answer-1180307-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296366]' id='ays-answer-1180308-9889' value='1180308'/> <label for='ays-answer-1180308-9889' class=' ays_position_initial ays-quiz-keyboard-label'><tag> và </tag></label><label for='ays-answer-1180308-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_9889 === 'undefined'){ window.quizOptions_9889 = []; } window.quizOptions_9889['296366'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE4MDMwNSI6IjAiLCIxMTgwMzA2IjoiMCIsIjExODAzMDciOiIwIiwiMTE4MDMwOCI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='296367' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>4 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 3</strong> </p> <div class='ays_quiz_question'> <p>Câu 4: Một tệp HTML cơ bản luôn bắt đầu bằng một dòng khai báo kiểu tài liệu. Dòng khai báo chuẩn cho HTML5 là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296367]' id='ays-answer-1180309-9889' value='1180309'/> <label for='ays-answer-1180309-9889' class=' ays_position_initial ays-quiz-keyboard-label'><!DOCTYPE html></label><label for='ays-answer-1180309-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296367]' id='ays-answer-1180310-9889' value='1180310'/> <label for='ays-answer-1180310-9889' class=' ays_position_initial ays-quiz-keyboard-label'><!DOCTYPE HTML PUBLIC></label><label for='ays-answer-1180310-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296367]' id='ays-answer-1180311-9889' value='1180311'/> <label for='ays-answer-1180311-9889' class=' ays_position_initial ays-quiz-keyboard-label'><DOCTYPE html></label><label for='ays-answer-1180311-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-296367]' id='ays-answer-1180312-9889' value='1180312'/> <label for='ays-answer-1180312-9889' class=' ays_position_initial ays-quiz-keyboard-label'><?xml version="1.0" encoding="UTF-8"?></label><label for='ays-answer-1180312-9889' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_9889 === 'undefined'){ window.quizOptions_9889 = []; } window.quizOptions_9889['296367'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE4MDMwOSI6IjEiLCIxMTgwMzEwIjoiMCIsIjExODAzMTEiOiIwIiwiMTE4MDMxMiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='296368' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>5 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 3</strong> </p> <div class='ays_quiz_question'> <p>Câu 5: Xem đoạn mã HTML sau:<br /> ```html<br /> <!DOCTYPE html><br /> <html><br /> <head><br /> <title>Trang chủ

    Chào mừng!



    ```
    Phần tử nào chứa thông tin về tiêu đề của trang web hiển thị trên thanh tiêu đề của trình duyệt?

6 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 6: Phần nào của tài liệu HTML chứa tất cả nội dung mà người dùng sẽ nhìn thấy và tương tác trực tiếp trên trình duyệt (như văn bản, hình ảnh, liên kết, bảng biểu...)?

7 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 7: Thẻ `` thường được đặt trong phần `` của tài liệu HTML. Mục đích chính của thẻ này là gì?

8 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 8: Xét cấu trúc HTML cơ bản:
```html









```
Thuộc tính `lang="vi"` trong thẻ `` có ý nghĩa gì?

9 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 9: Theo quy tắc lồng ghép thẻ trong HTML, thẻ con phải được đóng trước thẻ cha. Xem xét cấu trúc sau. Cấu trúc nào là ĐÚNG?

10 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 10: Khi bạn lưu một tệp chứa mã HTML, định dạng tệp nào là phổ biến và được trình duyệt web nhận diện để hiển thị trang web?

11 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 11: Để xem kết quả hiển thị của một tệp HTML mà bạn đã soạn thảo, bạn cần thực hiện hành động nào?

12 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 12: Đâu là lý do chính khiến các thẻ HTML như `` và `` được đặt bên trong thẻ ``?

13 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 13: Trình soạn thảo văn bản (ví dụ: Sublime Text, VS Code, Notepad++) được sử dụng để làm gì trong quy trình tạo trang web với HTML?

14 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 14: Xem xét đoạn mã sau:
```html



Bài 1

Giới thiệu HTML

HTML là ngôn ngữ đánh dấu...



```
Nếu dòng `` bị bỏ đi, điều gì có thể xảy ra khi hiển thị trên trình duyệt cũ?

15 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 15: Thuộc tính (attribute) trong thẻ HTML được sử dụng để làm gì?

16 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 16: Đâu là ví dụ đúng về việc sử dụng thuộc tính trong thẻ HTML?

17 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 17: Xét đoạn mã:
```html



Khái niệm HTML

```
Thẻ `` có thuộc tính `name` và `content`. Các thẻ `` này có mục đích gì?

18 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 18: Một tài liệu HTML được tổ chức theo cấu trúc cây. Phần tử nào được coi là 'gốc' của cây này, bao bọc tất cả các phần tử khác?

19 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 19: Tại sao việc sử dụng chỉ dẫn `` ở đầu tài liệu HTML lại quan trọng đối với trình duyệt web hiện đại?

20 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 20: Khi soạn thảo HTML, việc viết tên thẻ bằng chữ thường (ví dụ: ``) thay vì chữ hoa (ví dụ: ``) được khuyến khích theo chuẩn HTML5. Tại sao?

21 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 21: Bạn muốn tạo một trang web đơn giản với tiêu đề "Trang giới thiệu" và nội dung hiển thị là "Chào mừng đến với trang của tôi!". Cấu trúc HTML cơ bản nào sau đây là phù hợp nhất?

22 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 22: Trong HTML, phần tử nào được sử dụng để chứa các thông tin không hiển thị trực tiếp trên trang web nhưng quan trọng cho trình duyệt, công cụ tìm kiếm hoặc cấu hình trang?

23 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 23: Xem đoạn mã HTML:
```html



Test

Đoạn 1

Đoạn 2



```
Có bao nhiêu phần tử `

` trong đoạn mã trên?

24 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 24: Ngôn ngữ đánh dấu siêu văn bản HTML được gọi là 'siêu văn bản' (HyperText) vì nó có khả năng gì đặc biệt?

25 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 25: Giả sử bạn đang sử dụng một trình soạn thảo văn bản đơn giản. Để tạo một tệp HTML mới, bạn cần làm gì đầu tiên?

26 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 26: Thẻ nào trong HTML5 được sử dụng để định nghĩa phần tử gốc của toàn bộ tài liệu HTML?

27 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 27: Đâu là một ví dụ về 'phần tử' trong HTML?

28 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 28: Trong cấu trúc HTML cơ bản, thẻ `` và `` là các thẻ con trực tiếp của thẻ nào?

29 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 29: Khi bạn lưu tệp HTML với tên `index.html` và mở nó bằng trình duyệt, trình duyệt sẽ làm gì với nội dung trong tệp?

30 / 30

Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Tags: Bộ đề 3

Câu 30: Dòng `` ở đầu tài liệu HTML có phải là một thẻ HTML (HTML tag) theo đúng nghĩa không?

Xem kết quả

0

Bạn đã sẵn sàng chưa? 45 phút làm bài bắt đầu!!!

Bạn đã hết giờ làm bài! Xem kết quả các câu hỏi đã làm nhé!!!


Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 04

Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 04 bao gồm nhiều câu hỏi hay, bám sát chương trình. Cùng làm bài tập trắc nghiệm ngay.

Câu 1: Ngôn ngữ đánh dấu siêu văn bản (HTML) đóng vai trò chính nào trong việc xây dựng trang web?

  • A. Quy định màu sắc và bố cục trình bày của trang web.
  • B. Xử lý các tương tác và hành vi động trên trang web.
  • C. Xây dựng cấu trúc và định nghĩa nội dung (văn bản, hình ảnh, liên kết) của trang web.
  • D. Quản lý cơ sở dữ liệu và lưu trữ thông tin người dùng.

Câu 2: Xét đoạn mã HTML sau:
```html



Tiêu đề Trang Web

Chào mừng

Đây là đoạn văn bản.



```
Phần tử `` có mục đích gì và nội dung của nó thường xuất hiện ở đâu khi trang web được hiển thị trên trình duyệt?</p> <ul> <li>A. Định nghĩa một tiêu đề lớn hiển thị trong nội dung trang web.</li> <li>B. Chứa các cài đặt cấu hình cho trình duyệt.</li> <li>C. Xác định phần chân trang (footer) của tài liệu.</li> <li><strong>D. Khai báo tiêu đề của trang web, thường hiển thị trên thanh tiêu đề hoặc tab của trình duyệt.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 3: Trong cấu trúc cơ bản của một tài liệu HTML, phần tử `<body>` có vai trò gì?</p> <ul> <li>A. Chứa thông tin về tác giả, từ khóa và mô tả trang web.</li> <li><strong>B. Chứa toàn bộ nội dung (văn bản, hình ảnh, bảng biểu,...) mà người dùng nhìn thấy trên màn hình trình duyệt.</strong></li> <li>C. Định nghĩa các tập tin CSS và JavaScript được sử dụng bởi trang web.</li> <li>D. Khai báo phiên bản HTML đang được sử dụng.</li> </ul> </div> <div class="question-block"> <p>Câu 4: Phát biểu nào sau đây về thẻ (tag) trong HTML là ĐÚNG?</p> <ul> <li><strong>A. Hầu hết các thẻ HTML đều là thẻ đôi, bao gồm thẻ mở `<tag>` và thẻ đóng `</tag>`.</strong></li> <li>B. Tên thẻ HTML bắt buộc phải viết hoa để trình duyệt có thể nhận diện.</li> <li>C. Thẻ đóng luôn nằm trước thẻ mở trong cấu trúc HTML.</li> <li>D. Dấu gạch chéo `/` trong thẻ đóng chỉ ra rằng thẻ đó bị lỗi cú pháp.</li> </ul> </div> <div class="question-block"> <p>Câu 5: Chỉ dẫn `<!DOCTYPE html>` ở đầu tài liệu HTML có ý nghĩa gì đối với trình duyệt web?</p> <ul> <li>A. Đây là một dòng chú thích, không có ý nghĩa kỹ thuật.</li> <li>B. Nó báo cho trình duyệt biết đây là một tài liệu XML.</li> <li><strong>C. Nó khai báo loại tài liệu và phiên bản HTML (trong trường hợp này là HTML5) để trình duyệt hiển thị trang web đúng cách.</strong></li> <li>D. Nó định nghĩa ngôn ngữ chính được sử dụng trong nội dung trang web.</li> </ul> </div> <div class="question-block"> <p>Câu 6: Khi bạn muốn tạo một đoạn văn bản mới trong HTML, bạn nên sử dụng cặp thẻ nào?</p> <ul> <li><strong>A. ` <p>` và `</p> <p>`</strong></li> <li>B. `<br /> <h1>` và `</h1> <p>`</li> <li>C. ` <div>` và `</div> <p>`</li> <li>D. `<span>` và `</span>`</li> </ul> </div> <div class="question-block"> <p>Câu 7: Thẻ nào sau đây thường được sử dụng để định nghĩa một tiêu đề cấp 1 (tiêu đề quan trọng nhất) trong nội dung trang web?</p> <ul> <li>A. `<title>`</li> <li><strong>B. `<br /> <h1>`</strong></li> <li>C. `<head>`</li> <li>D. `<br /> <header>`</li> </ul> </div> <div class="question-block"> <p>Câu 8: Để tạo một liên kết (link) đến một trang web khác trong HTML, bạn sử dụng thẻ nào và thuộc tính (attribute) nào để chỉ định địa chỉ trang đích?</p> <ul> <li>A. Thẻ `<img>`, thuộc tính `src`</li> <li>B. Thẻ ` <p>`, thuộc tính `href`</li> <li>C. Thẻ ` <div>`, thuộc tính `link`</li> <li><strong>D. Thẻ `<a>`, thuộc tính `href`</strong></li> </ul> </div> <div class="question-block"> <p>Câu 9: Thuộc tính (attribute) trong HTML được sử dụng để làm gì?</p> <ul> <li><strong>A. Cung cấp thông tin bổ sung hoặc cấu hình cho các phần tử HTML.</strong></li> <li>B. Định nghĩa cấu trúc logic của tài liệu HTML.</li> <li>C. Xác định kiểu chữ và màu sắc cho văn bản.</li> <li>D. Phân chia tài liệu thành các phần đầu và phần thân.</li> </ul> </div> <div class="question-block"> <p>Câu 10: Khi soạn thảo một tệp HTML bằng trình soạn thảo văn bản như Sublime Text, Notepad++, hoặc VS Code, bạn cần lưu tệp với đuôi mở rộng nào để trình duyệt có thể nhận diện và hiển thị đúng là một trang web?</p> <ul> <li>A. .txt</li> <li><strong>B. .html hoặc .htm</strong></li> <li>C. .css</li> <li>D. .js</li> </ul> </div> <div class="question-block"> <p>Câu 11: Để xem kết quả hiển thị của một tệp HTML mà bạn vừa tạo, bạn cần làm gì?</p> <ul> <li>A. Mở tệp đó bằng một trình soạn thảo văn bản khác.</li> <li>B. Chạy tệp đó trên máy chủ web.</li> <li><strong>C. Mở tệp đó bằng một trình duyệt web (như Chrome, Firefox, Edge).</strong></li> <li>D. Gửi tệp đó qua email và mở trong ứng dụng email.</li> </ul> </div> <div class="question-block"> <p>Câu 12: Phát biểu nào sau đây mô tả ĐÚNG nhất mối quan hệ giữa HTML và trình duyệt web?</p> <ul> <li><strong>A. Trình duyệt web đọc và diễn dịch mã HTML để hiển thị nội dung trang web cho người dùng.</strong></li> <li>B. HTML tạo ra các trình duyệt web.</li> <li>C. Trình duyệt web chỉ đơn giản là hiển thị tệp HTML dưới dạng văn bản thô.</li> <li>D. HTML và trình duyệt web là hai khái niệm hoàn toàn không liên quan.</li> </ul> </div> <div class="question-block"> <p>Câu 13: Nếu bạn muốn chèn một hình ảnh vào trang web của mình, bạn sẽ sử dụng thẻ nào và thuộc tính nào là BẮT BUỘC để xác định nguồn (đường dẫn) của hình ảnh?</p> <ul> <li>A. Thẻ `<a>`, thuộc tính `href`</li> <li><strong>B. Thẻ `<img>`, thuộc tính `src`</strong></li> <li>C. Thẻ ` <p>`, thuộc tính `source`</li> <li>D. Thẻ ` <div>`, thuộc tính `image-url`</li> </ul> </div> <div class="question-block"> <p>Câu 14: Đoạn mã HTML sau có ý nghĩa gì?<br /> ```html<br /> <img src= <ul> <li>A. Tạo một liên kết đến tệp `logo.png`.</li> <li>B. Chèn một video có tên `logo.png`.</li> <li><strong>C. Chèn một hình ảnh từ tệp `logo.png` và cung cấp văn bản thay thế </strong></li> <li>D. Tạo một đoạn văn bản có nội dung </li> </ul> </div> <div class="question-block"> <p>Câu 15: Giả sử bạn có một tệp HTML tên là `index.html` nằm trong cùng một thư mục với một tệp hình ảnh tên là `banner.jpg`. Đoạn mã nào sau đây sẽ chèn đúng hình ảnh `banner.jpg` vào trang `index.html`?</p> <ul> <li><strong>A. `<img src=</strong></li> <li>B. `<img href=</li> <li>C. `<image src=</li> <li>D. `<img path=</li> </ul> </div> <div class="question-block"> <p>Câu 16: Thuộc tính `alt` trong thẻ `<img>` có công dụng gì?</p> <ul> <li>A. Xác định kích thước của hình ảnh.</li> <li>B. Tạo một liên kết khi nhấp vào hình ảnh.</li> <li>C. Chỉ định vị trí hiển thị của hình ảnh.</li> <li><strong>D. Cung cấp văn bản thay thế hiển thị khi hình ảnh không tải được hoặc cho các trình đọc màn hình hỗ trợ người khiếm thị.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 17: Để tạo một danh sách liệt kê các mục không theo thứ tự (danh sách gạch đầu dòng), bạn sử dụng cặp thẻ nào?</p> <ul> <li><strong>A. ` <ul>` và `</ul> <p>`</strong></li> <li>B. ` <ol>` và `</ol> <p>`</li> <li>C. ` <li>` và `</li> <p>`</li> <li>D. ` <dl>` và `</dl> <p>`</li> </ul> </div> <div class="question-block"> <p>Câu 18: Trong một danh sách (không theo thứ tự hoặc có thứ tự), mỗi mục trong danh sách được định nghĩa bằng cặp thẻ nào?</p> <ul> <li>A. ` <ul>` và `</ul> <p>`</li> <li>B. ` <ol>` và `</ol> <p>`</li> <li><strong>C. ` <li>` và `</li> <p>`</strong></li> <li>D. `<item>` và `</item>`</li> </ul> </div> <div class="question-block"> <p>Câu 19: Đoạn mã HTML sau sẽ hiển thị như thế nào trên trình duyệt?<br /> ```html</p> <p>Môn học:</p> <ul> <li>Toán</li> <li>Vật Lý</li> <li>Hóa Học</li> </ul> <p>```</p> <ul> <li>A. Một đoạn văn bản </li> <li>B. Chỉ hiển thị đoạn văn bản </li> <li>C. Một đoạn văn bản </li> <li><strong>D. Một đoạn văn bản </strong></li> </ul> </div> <div class="question-block"> <p>Câu 20: Để tạo một danh sách liệt kê các mục theo thứ tự (danh sách đánh số), bạn sử dụng cặp thẻ nào?</p> <ul> <li>A. ` <ul>` và `</ul> <p>`</li> <li><strong>B. ` <ol>` và `</ol> <p>`</strong></li> <li>C. ` <li>` và `</li> <p>`</li> <li>D. `<list>` và `</list>`</li> </ul> </div> <div class="question-block"> <p>Câu 21: Bạn muốn tạo một liên kết có nội dung là </p> <ul> <li><strong>A. `<a href=</strong></li> <li>B. `<link src=</li> <li>C. `<href=</li> <li>D. `<a url=</li> </ul> </div> <div class="question-block"> <p>Câu 22: Thuộc tính `target=</p> <ul> <li>A. Mở liên kết trong cửa sổ trình duyệt hiện tại.</li> <li>B. Mở liên kết ở phần trên cùng của khung (frame) cha.</li> <li>C. Mở liên kết trong cửa sổ trình duyệt có tên là </li> <li><strong>D. Mở liên kết trong một tab hoặc cửa sổ trình duyệt mới.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 23: Để tạo một bảng trong HTML, bạn cần sử dụng cặp thẻ chính nào để bao bọc toàn bộ nội dung bảng?</p> <ul> <li><strong>A. `<br /> <table>` và `</table> <p>`</strong></li> <li>B. `<br /> <tr>` và `</tr> <p>`</li> <li>C. ` <td>` và `</td> <p>`</li> <li>D. ` <th>` và `</th> <p>`</li> </ul> </div> <div class="question-block"> <p>Câu 24: Trong cấu trúc bảng HTML, cặp thẻ nào được sử dụng để định nghĩa một hàng (một dòng) trong bảng?</p> <ul> <li>A. `<br /> <table>` và `</table> <p>`</li> <li>B. ` <td>` và `</td> <p>`</li> <li><strong>C. `<br /> <tr>` và `</tr> <p>`</strong></li> <li>D. ` <th>` và `</th> <p>`</li> </ul> </div> <div class="question-block"> <p>Câu 25: Trong cấu trúc bảng HTML, cặp thẻ nào được sử dụng để định nghĩa một ô dữ liệu (một cột) trong một hàng?</p> <ul> <li>A. `<br /> <tr>` và `</tr> <p>`</li> <li><strong>B. ` <td>` và `</td> <p>`</strong></li> <li>C. ` <th>` và `</th> <p>`</li> <li>D. `<br /> <caption>` và `</caption> <p>`</li> </ul> </div> <div class="question-block"> <p>Câu 26: Đoạn mã HTML sau sẽ tạo ra cấu trúc bảng như thế nào?<br /> ```html</p> <table> <tr> <td>Ô 1A</td> <td>Ô 1B</td> </tr> <tr> <td>Ô 2A</td> <td>Ô 2B</td> </tr> </table> <p>```</p> <ul> <li><strong>A. Một bảng gồm 2 hàng và 2 cột.</strong></li> <li>B. Một bảng gồm 4 hàng và 1 cột.</li> <li>C. Một danh sách gồm 4 mục.</li> <li>D. Chỉ hiển thị văn bản </li> </ul> </div> <div class="question-block"> <p>Câu 27: Thẻ `<br />` trong HTML có công dụng gì?</p> <ul> <li>A. Tạo một đường kẻ ngang.</li> <li>B. Định nghĩa một đoạn văn bản in đậm.</li> <li>C. Tạo một khoảng trắng lớn.</li> <li><strong>D. Chèn một ngắt dòng (xuống dòng) trong văn bản.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 28: Thẻ `</p> <hr> <p>` trong HTML có công dụng gì?</p> <ul> <li><strong>A. Tạo một đường kẻ ngang phân cách nội dung (thường gọi là đường phân cách chủ đề).</strong></li> <li>B. Chèn một khoảng trống theo chiều ngang.</li> <li>C. Định nghĩa một hàng trong bảng.</li> <li>D. Định dạng văn bản thành chữ in nghiêng.</li> </ul> </div> <div class="question-block"> <p>Câu 29: Cặp thẻ nào sau đây được sử dụng để định dạng văn bản thành chữ in đậm?</p> <ul> <li>A. `<i>` và `</i>`</li> <li><strong>B. `<b>` và `</b>` (hoặc `<strong>` và `</strong>`)</strong></li> <li>C. `<u>` và `</u>`</li> <li>D. `<strike>` và `</strike>`</li> </ul> </div> <div class="question-block"> <p>Câu 30: Cặp thẻ nào sau đây được sử dụng để định dạng văn bản thành chữ in nghiêng?</p> <ul> <li><strong>A. `<i>` và `</i>` (hoặc `<em>` và `</em>`)</strong></li> <li>B. `<b>` và `</b>`</li> <li>C. `<u>` và `</u>`</li> <li>D. `<cite>` và `</cite>`</li> </ul> </div> </div> <input type='hidden' name='ays_quiz_id' value='10827'/> <input type='hidden' name='ays_quiz_curent_page_link' class='ays-quiz-curent-page-link' value='https://cauhoi.org/15-de-trac-nghiem-tin-hoc-12-canh-dieu-bai-1-lam-quen-voi-ngon-ngu-danh-dau-sieu-van-ban/'/> <input type='hidden' name='ays_quiz_questions' value='324429,324430,324431,324432,324433,324434,324435,324436,324437,324438,324439,324440,324441,324442,324443,324444,324445,324446,324447,324448,324449,324450,324451,324452,324453,324454,324455,324456,324457,324458'> </div> </div><div class='step ' data-question-id='324429' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>1 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 1: Ngôn ngữ đánh dấu siêu văn bản (HTML) đóng vai trò chính nào trong việc xây dựng trang web?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324429]' id='ays-answer-1288629-10827' value='1288629'/> <label for='ays-answer-1288629-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Quy định màu sắc và bố cục trình bày của trang web.</label><label for='ays-answer-1288629-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324429]' id='ays-answer-1288630-10827' value='1288630'/> <label for='ays-answer-1288630-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Xử lý các tương tác và hành vi động trên trang web.</label><label for='ays-answer-1288630-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324429]' id='ays-answer-1288631-10827' value='1288631'/> <label for='ays-answer-1288631-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Xây dựng cấu trúc và định nghĩa nội dung (văn bản, hình ảnh, liên kết) của trang web.</label><label for='ays-answer-1288631-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324429]' id='ays-answer-1288632-10827' value='1288632'/> <label for='ays-answer-1288632-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Quản lý cơ sở dữ liệu và lưu trữ thông tin người dùng.</label><label for='ays-answer-1288632-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324429'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODYyOSI6IjAiLCIxMjg4NjMwIjoiMCIsIjEyODg2MzEiOiIxIiwiMTI4ODYzMiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324430' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>2 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 2: Xét đoạn mã HTML sau:<br /> ```html<br /> <!DOCTYPE html><br /> <html><br /> <head><br /> <title>Tiêu đề Trang Web

Chào mừng

Đây là đoạn văn bản.



```
Phần tử `` có mục đích gì và nội dung của nó thường xuất hiện ở đâu khi trang web được hiển thị trên trình duyệt?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324430]' id='ays-answer-1288633-10827' value='1288633'/> <label for='ays-answer-1288633-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Định nghĩa một tiêu đề lớn hiển thị trong nội dung trang web.</label><label for='ays-answer-1288633-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324430]' id='ays-answer-1288634-10827' value='1288634'/> <label for='ays-answer-1288634-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Chứa các cài đặt cấu hình cho trình duyệt.</label><label for='ays-answer-1288634-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324430]' id='ays-answer-1288635-10827' value='1288635'/> <label for='ays-answer-1288635-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định phần chân trang (footer) của tài liệu.</label><label for='ays-answer-1288635-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324430]' id='ays-answer-1288636-10827' value='1288636'/> <label for='ays-answer-1288636-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Khai báo tiêu đề của trang web, thường hiển thị trên thanh tiêu đề hoặc tab của trình duyệt.</label><label for='ays-answer-1288636-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324430'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODYzMyI6IjAiLCIxMjg4NjM0IjoiMCIsIjEyODg2MzUiOiIwIiwiMTI4ODYzNiI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324431' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>3 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 3: Trong cấu trúc cơ bản của một tài liệu HTML, phần tử `<body>` có vai trò gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324431]' id='ays-answer-1288637-10827' value='1288637'/> <label for='ays-answer-1288637-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Chứa thông tin về tác giả, từ khóa và mô tả trang web.</label><label for='ays-answer-1288637-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324431]' id='ays-answer-1288638-10827' value='1288638'/> <label for='ays-answer-1288638-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Chứa toàn bộ nội dung (văn bản, hình ảnh, bảng biểu,...) mà người dùng nhìn thấy trên màn hình trình duyệt.</label><label for='ays-answer-1288638-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324431]' id='ays-answer-1288639-10827' value='1288639'/> <label for='ays-answer-1288639-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Định nghĩa các tập tin CSS và JavaScript được sử dụng bởi trang web.</label><label for='ays-answer-1288639-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324431]' id='ays-answer-1288640-10827' value='1288640'/> <label for='ays-answer-1288640-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Khai báo phiên bản HTML đang được sử dụng.</label><label for='ays-answer-1288640-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324431'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODYzNyI6IjAiLCIxMjg4NjM4IjoiMSIsIjEyODg2MzkiOiIwIiwiMTI4ODY0MCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324432' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>4 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 4: Phát biểu nào sau đây về thẻ (tag) trong HTML là ĐÚNG?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324432]' id='ays-answer-1288641-10827' value='1288641'/> <label for='ays-answer-1288641-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Hầu hết các thẻ HTML đều là thẻ đôi, bao gồm thẻ mở `<tag>` và thẻ đóng `</tag>`.</label><label for='ays-answer-1288641-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324432]' id='ays-answer-1288642-10827' value='1288642'/> <label for='ays-answer-1288642-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Tên thẻ HTML bắt buộc phải viết hoa để trình duyệt có thể nhận diện.</label><label for='ays-answer-1288642-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324432]' id='ays-answer-1288643-10827' value='1288643'/> <label for='ays-answer-1288643-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ đóng luôn nằm trước thẻ mở trong cấu trúc HTML.</label><label for='ays-answer-1288643-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324432]' id='ays-answer-1288644-10827' value='1288644'/> <label for='ays-answer-1288644-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Dấu gạch chéo `/` trong thẻ đóng chỉ ra rằng thẻ đó bị lỗi cú pháp.</label><label for='ays-answer-1288644-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324432'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY0MSI6IjEiLCIxMjg4NjQyIjoiMCIsIjEyODg2NDMiOiIwIiwiMTI4ODY0NCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324433' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>5 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 5: Chỉ dẫn `<!DOCTYPE html>` ở đầu tài liệu HTML có ý nghĩa gì đối với trình duyệt web?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324433]' id='ays-answer-1288645-10827' value='1288645'/> <label for='ays-answer-1288645-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Đây là một dòng chú thích, không có ý nghĩa kỹ thuật.</label><label for='ays-answer-1288645-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324433]' id='ays-answer-1288646-10827' value='1288646'/> <label for='ays-answer-1288646-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Nó báo cho trình duyệt biết đây là một tài liệu XML.</label><label for='ays-answer-1288646-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324433]' id='ays-answer-1288647-10827' value='1288647'/> <label for='ays-answer-1288647-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Nó khai báo loại tài liệu và phiên bản HTML (trong trường hợp này là HTML5) để trình duyệt hiển thị trang web đúng cách.</label><label for='ays-answer-1288647-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324433]' id='ays-answer-1288648-10827' value='1288648'/> <label for='ays-answer-1288648-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Nó định nghĩa ngôn ngữ chính được sử dụng trong nội dung trang web.</label><label for='ays-answer-1288648-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324433'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY0NSI6IjAiLCIxMjg4NjQ2IjoiMCIsIjEyODg2NDciOiIxIiwiMTI4ODY0OCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324434' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>6 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 6: Khi bạn muốn tạo một đoạn văn bản mới trong HTML, bạn nên sử dụng cặp thẻ nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324434]' id='ays-answer-1288649-10827' value='1288649'/> <label for='ays-answer-1288649-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<p>` và `</p>`</label><label for='ays-answer-1288649-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324434]' id='ays-answer-1288650-10827' value='1288650'/> <label for='ays-answer-1288650-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<h1>` và `</h1>`</label><label for='ays-answer-1288650-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324434]' id='ays-answer-1288651-10827' value='1288651'/> <label for='ays-answer-1288651-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<div>` và `</div>`</label><label for='ays-answer-1288651-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324434]' id='ays-answer-1288652-10827' value='1288652'/> <label for='ays-answer-1288652-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<span>` và `</span>`</label><label for='ays-answer-1288652-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324434'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY0OSI6IjEiLCIxMjg4NjUwIjoiMCIsIjEyODg2NTEiOiIwIiwiMTI4ODY1MiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324435' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>7 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 7: Thẻ nào sau đây thường được sử dụng để định nghĩa một tiêu đề cấp 1 (tiêu đề quan trọng nhất) trong nội dung trang web?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324435]' id='ays-answer-1288653-10827' value='1288653'/> <label for='ays-answer-1288653-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<title>`</label><label for='ays-answer-1288653-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324435]' id='ays-answer-1288654-10827' value='1288654'/> <label for='ays-answer-1288654-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<h1>`</label><label for='ays-answer-1288654-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324435]' id='ays-answer-1288655-10827' value='1288655'/> <label for='ays-answer-1288655-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<head>`</label><label for='ays-answer-1288655-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324435]' id='ays-answer-1288656-10827' value='1288656'/> <label for='ays-answer-1288656-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<header>`</label><label for='ays-answer-1288656-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324435'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY1MyI6IjAiLCIxMjg4NjU0IjoiMSIsIjEyODg2NTUiOiIwIiwiMTI4ODY1NiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324436' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>8 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 8: Để tạo một liên kết (link) đến một trang web khác trong HTML, bạn sử dụng thẻ nào và thuộc tính (attribute) nào để chỉ định địa chỉ trang đích?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324436]' id='ays-answer-1288657-10827' value='1288657'/> <label for='ays-answer-1288657-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<img>`, thuộc tính `src`</label><label for='ays-answer-1288657-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324436]' id='ays-answer-1288658-10827' value='1288658'/> <label for='ays-answer-1288658-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<p>`, thuộc tính `href`</label><label for='ays-answer-1288658-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324436]' id='ays-answer-1288659-10827' value='1288659'/> <label for='ays-answer-1288659-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<div>`, thuộc tính `link`</label><label for='ays-answer-1288659-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324436]' id='ays-answer-1288660-10827' value='1288660'/> <label for='ays-answer-1288660-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<a>`, thuộc tính `href`</label><label for='ays-answer-1288660-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324436'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY1NyI6IjAiLCIxMjg4NjU4IjoiMCIsIjEyODg2NTkiOiIwIiwiMTI4ODY2MCI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324437' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>9 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 9: Thuộc tính (attribute) trong HTML được sử dụng để làm gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324437]' id='ays-answer-1288661-10827' value='1288661'/> <label for='ays-answer-1288661-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Cung cấp thông tin bổ sung hoặc cấu hình cho các phần tử HTML.</label><label for='ays-answer-1288661-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324437]' id='ays-answer-1288662-10827' value='1288662'/> <label for='ays-answer-1288662-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Định nghĩa cấu trúc logic của tài liệu HTML.</label><label for='ays-answer-1288662-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324437]' id='ays-answer-1288663-10827' value='1288663'/> <label for='ays-answer-1288663-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định kiểu chữ và màu sắc cho văn bản.</label><label for='ays-answer-1288663-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324437]' id='ays-answer-1288664-10827' value='1288664'/> <label for='ays-answer-1288664-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Phân chia tài liệu thành các phần đầu và phần thân.</label><label for='ays-answer-1288664-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324437'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY2MSI6IjEiLCIxMjg4NjYyIjoiMCIsIjEyODg2NjMiOiIwIiwiMTI4ODY2NCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324438' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>10 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 10: Khi soạn thảo một tệp HTML bằng trình soạn thảo văn bản như Sublime Text, Notepad++, hoặc VS Code, bạn cần lưu tệp với đuôi mở rộng nào để trình duyệt có thể nhận diện và hiển thị đúng là một trang web?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324438]' id='ays-answer-1288665-10827' value='1288665'/> <label for='ays-answer-1288665-10827' class=' ays_position_initial ays-quiz-keyboard-label'>.txt</label><label for='ays-answer-1288665-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324438]' id='ays-answer-1288666-10827' value='1288666'/> <label for='ays-answer-1288666-10827' class=' ays_position_initial ays-quiz-keyboard-label'>.html hoặc .htm</label><label for='ays-answer-1288666-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324438]' id='ays-answer-1288667-10827' value='1288667'/> <label for='ays-answer-1288667-10827' class=' ays_position_initial ays-quiz-keyboard-label'>.css</label><label for='ays-answer-1288667-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324438]' id='ays-answer-1288668-10827' value='1288668'/> <label for='ays-answer-1288668-10827' class=' ays_position_initial ays-quiz-keyboard-label'>.js</label><label for='ays-answer-1288668-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324438'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY2NSI6IjAiLCIxMjg4NjY2IjoiMSIsIjEyODg2NjciOiIwIiwiMTI4ODY2OCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324439' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>11 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 11: Để xem kết quả hiển thị của một tệp HTML mà bạn vừa tạo, bạn cần làm gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324439]' id='ays-answer-1288669-10827' value='1288669'/> <label for='ays-answer-1288669-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Mở tệp đó bằng một trình soạn thảo văn bản khác.</label><label for='ays-answer-1288669-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324439]' id='ays-answer-1288670-10827' value='1288670'/> <label for='ays-answer-1288670-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Chạy tệp đó trên máy chủ web.</label><label for='ays-answer-1288670-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324439]' id='ays-answer-1288671-10827' value='1288671'/> <label for='ays-answer-1288671-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Mở tệp đó bằng một trình duyệt web (như Chrome, Firefox, Edge).</label><label for='ays-answer-1288671-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324439]' id='ays-answer-1288672-10827' value='1288672'/> <label for='ays-answer-1288672-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Gửi tệp đó qua email và mở trong ứng dụng email.</label><label for='ays-answer-1288672-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324439'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY2OSI6IjAiLCIxMjg4NjcwIjoiMCIsIjEyODg2NzEiOiIxIiwiMTI4ODY3MiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324440' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>12 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 12: Phát biểu nào sau đây mô tả ĐÚNG nhất mối quan hệ giữa HTML và trình duyệt web?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324440]' id='ays-answer-1288673-10827' value='1288673'/> <label for='ays-answer-1288673-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Trình duyệt web đọc và diễn dịch mã HTML để hiển thị nội dung trang web cho người dùng.</label><label for='ays-answer-1288673-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324440]' id='ays-answer-1288674-10827' value='1288674'/> <label for='ays-answer-1288674-10827' class=' ays_position_initial ays-quiz-keyboard-label'>HTML tạo ra các trình duyệt web.</label><label for='ays-answer-1288674-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324440]' id='ays-answer-1288675-10827' value='1288675'/> <label for='ays-answer-1288675-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Trình duyệt web chỉ đơn giản là hiển thị tệp HTML dưới dạng văn bản thô.</label><label for='ays-answer-1288675-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324440]' id='ays-answer-1288676-10827' value='1288676'/> <label for='ays-answer-1288676-10827' class=' ays_position_initial ays-quiz-keyboard-label'>HTML và trình duyệt web là hai khái niệm hoàn toàn không liên quan.</label><label for='ays-answer-1288676-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324440'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY3MyI6IjEiLCIxMjg4Njc0IjoiMCIsIjEyODg2NzUiOiIwIiwiMTI4ODY3NiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324441' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>13 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 13: Nếu bạn muốn chèn một hình ảnh vào trang web của mình, bạn sẽ sử dụng thẻ nào và thuộc tính nào là BẮT BUỘC để xác định nguồn (đường dẫn) của hình ảnh?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324441]' id='ays-answer-1288677-10827' value='1288677'/> <label for='ays-answer-1288677-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<a>`, thuộc tính `href`</label><label for='ays-answer-1288677-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324441]' id='ays-answer-1288678-10827' value='1288678'/> <label for='ays-answer-1288678-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<img>`, thuộc tính `src`</label><label for='ays-answer-1288678-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324441]' id='ays-answer-1288679-10827' value='1288679'/> <label for='ays-answer-1288679-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<p>`, thuộc tính `source`</label><label for='ays-answer-1288679-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324441]' id='ays-answer-1288680-10827' value='1288680'/> <label for='ays-answer-1288680-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<div>`, thuộc tính `image-url`</label><label for='ays-answer-1288680-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324441'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY3NyI6IjAiLCIxMjg4Njc4IjoiMSIsIjEyODg2NzkiOiIwIiwiMTI4ODY4MCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324442' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>14 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 14: Đoạn mã HTML sau có ý nghĩa gì?<br /> ```html<br /> <img decoding="async" src="logo.png" alt="Logo công ty"><br /> ```</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324442]' id='ays-answer-1288681-10827' value='1288681'/> <label for='ays-answer-1288681-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo một liên kết đến tệp `logo.png`.</label><label for='ays-answer-1288681-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324442]' id='ays-answer-1288682-10827' value='1288682'/> <label for='ays-answer-1288682-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Chèn một video có tên `logo.png`.</label><label for='ays-answer-1288682-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324442]' id='ays-answer-1288683-10827' value='1288683'/> <label for='ays-answer-1288683-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Chèn một hình ảnh từ tệp `logo.png` và cung cấp văn bản thay thế "Logo công ty" nếu hình ảnh không hiển thị được.</label><label for='ays-answer-1288683-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324442]' id='ays-answer-1288684-10827' value='1288684'/> <label for='ays-answer-1288684-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo một đoạn văn bản có nội dung "logo.png".</label><label for='ays-answer-1288684-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324442'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY4MSI6IjAiLCIxMjg4NjgyIjoiMCIsIjEyODg2ODMiOiIxIiwiMTI4ODY4NCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324443' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>15 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 15: Giả sử bạn có một tệp HTML tên là `index.html` nằm trong cùng một thư mục với một tệp hình ảnh tên là `banner.jpg`. Đoạn mã nào sau đây sẽ chèn đúng hình ảnh `banner.jpg` vào trang `index.html`?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324443]' id='ays-answer-1288685-10827' value='1288685'/> <label for='ays-answer-1288685-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<img src="banner.jpg" alt="Banner">`</label><label for='ays-answer-1288685-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324443]' id='ays-answer-1288686-10827' value='1288686'/> <label for='ays-answer-1288686-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<img href="banner.jpg" alt="Banner">`</label><label for='ays-answer-1288686-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324443]' id='ays-answer-1288687-10827' value='1288687'/> <label for='ays-answer-1288687-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<image src="banner.jpg" alt="Banner">`</label><label for='ays-answer-1288687-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324443]' id='ays-answer-1288688-10827' value='1288688'/> <label for='ays-answer-1288688-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<img path="banner.jpg" alt="Banner">`</label><label for='ays-answer-1288688-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324443'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY4NSI6IjEiLCIxMjg4Njg2IjoiMCIsIjEyODg2ODciOiIwIiwiMTI4ODY4OCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324444' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>16 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 16: Thuộc tính `alt` trong thẻ `<img>` có công dụng gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324444]' id='ays-answer-1288689-10827' value='1288689'/> <label for='ays-answer-1288689-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định kích thước của hình ảnh.</label><label for='ays-answer-1288689-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324444]' id='ays-answer-1288690-10827' value='1288690'/> <label for='ays-answer-1288690-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo một liên kết khi nhấp vào hình ảnh.</label><label for='ays-answer-1288690-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324444]' id='ays-answer-1288691-10827' value='1288691'/> <label for='ays-answer-1288691-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ định vị trí hiển thị của hình ảnh.</label><label for='ays-answer-1288691-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324444]' id='ays-answer-1288692-10827' value='1288692'/> <label for='ays-answer-1288692-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Cung cấp văn bản thay thế hiển thị khi hình ảnh không tải được hoặc cho các trình đọc màn hình hỗ trợ người khiếm thị.</label><label for='ays-answer-1288692-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324444'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY4OSI6IjAiLCIxMjg4NjkwIjoiMCIsIjEyODg2OTEiOiIwIiwiMTI4ODY5MiI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324445' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>17 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 17: Để tạo một danh sách liệt kê các mục không theo thứ tự (danh sách gạch đầu dòng), bạn sử dụng cặp thẻ nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324445]' id='ays-answer-1288693-10827' value='1288693'/> <label for='ays-answer-1288693-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<ul>` và `</ul>`</label><label for='ays-answer-1288693-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324445]' id='ays-answer-1288694-10827' value='1288694'/> <label for='ays-answer-1288694-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<ol>` và `</ol>`</label><label for='ays-answer-1288694-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324445]' id='ays-answer-1288695-10827' value='1288695'/> <label for='ays-answer-1288695-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<li>` và `</li>`</label><label for='ays-answer-1288695-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324445]' id='ays-answer-1288696-10827' value='1288696'/> <label for='ays-answer-1288696-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<dl>` và `</dl>`</label><label for='ays-answer-1288696-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324445'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY5MyI6IjEiLCIxMjg4Njk0IjoiMCIsIjEyODg2OTUiOiIwIiwiMTI4ODY5NiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324446' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>18 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 18: Trong một danh sách (không theo thứ tự hoặc có thứ tự), mỗi mục trong danh sách được định nghĩa bằng cặp thẻ nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324446]' id='ays-answer-1288697-10827' value='1288697'/> <label for='ays-answer-1288697-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<ul>` và `</ul>`</label><label for='ays-answer-1288697-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324446]' id='ays-answer-1288698-10827' value='1288698'/> <label for='ays-answer-1288698-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<ol>` và `</ol>`</label><label for='ays-answer-1288698-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324446]' id='ays-answer-1288699-10827' value='1288699'/> <label for='ays-answer-1288699-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<li>` và `</li>`</label><label for='ays-answer-1288699-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324446]' id='ays-answer-1288700-10827' value='1288700'/> <label for='ays-answer-1288700-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<item>` và `</item>`</label><label for='ays-answer-1288700-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324446'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODY5NyI6IjAiLCIxMjg4Njk4IjoiMCIsIjEyODg2OTkiOiIxIiwiMTI4ODcwMCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324447' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>19 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 19: Đoạn mã HTML sau sẽ hiển thị như thế nào trên trình duyệt?<br /> ```html</p> <p>Môn học:</p> <ul> <li>Toán</li> <li>Vật Lý</li> <li>Hóa Học</li> </ul> <p>```</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324447]' id='ays-answer-1288701-10827' value='1288701'/> <label for='ays-answer-1288701-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Một đoạn văn bản "Môn học:" theo sau là danh sách đánh số từ 1 đến 3.</label><label for='ays-answer-1288701-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324447]' id='ays-answer-1288702-10827' value='1288702'/> <label for='ays-answer-1288702-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ hiển thị đoạn văn bản "Môn học:".</label><label for='ays-answer-1288702-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324447]' id='ays-answer-1288703-10827' value='1288703'/> <label for='ays-answer-1288703-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Một đoạn văn bản "Môn học:" theo sau là danh sách có gạch chân.</label><label for='ays-answer-1288703-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324447]' id='ays-answer-1288704-10827' value='1288704'/> <label for='ays-answer-1288704-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Một đoạn văn bản "Môn học:" theo sau là danh sách các mục được đánh dấu bằng gạch đầu dòng (hoặc dấu chấm).</label><label for='ays-answer-1288704-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324447'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODcwMSI6IjAiLCIxMjg4NzAyIjoiMCIsIjEyODg3MDMiOiIwIiwiMTI4ODcwNCI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324448' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>20 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 20: Để tạo một danh sách liệt kê các mục theo thứ tự (danh sách đánh số), bạn sử dụng cặp thẻ nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324448]' id='ays-answer-1288705-10827' value='1288705'/> <label for='ays-answer-1288705-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<ul>` và `</ul>`</label><label for='ays-answer-1288705-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324448]' id='ays-answer-1288706-10827' value='1288706'/> <label for='ays-answer-1288706-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<ol>` và `</ol>`</label><label for='ays-answer-1288706-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324448]' id='ays-answer-1288707-10827' value='1288707'/> <label for='ays-answer-1288707-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<li>` và `</li>`</label><label for='ays-answer-1288707-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324448]' id='ays-answer-1288708-10827' value='1288708'/> <label for='ays-answer-1288708-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<list>` và `</list>`</label><label for='ays-answer-1288708-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324448'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODcwNSI6IjAiLCIxMjg4NzA2IjoiMSIsIjEyODg3MDciOiIwIiwiMTI4ODcwOCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324449' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>21 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 21: Bạn muốn tạo một liên kết có nội dung là "Truy cập Google" và khi nhấp vào sẽ mở trang web `https://www.google.com`. Đoạn mã HTML nào sau đây thực hiện đúng điều này?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324449]' id='ays-answer-1288709-10827' value='1288709'/> <label for='ays-answer-1288709-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<a href="https://www.google.com">Truy cập Google</a>`</label><label for='ays-answer-1288709-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324449]' id='ays-answer-1288710-10827' value='1288710'/> <label for='ays-answer-1288710-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<link src="https://www.google.com">Truy cập Google</link>`</label><label for='ays-answer-1288710-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324449]' id='ays-answer-1288711-10827' value='1288711'/> <label for='ays-answer-1288711-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<href="https://www.google.com">Truy cập Google</href>`</label><label for='ays-answer-1288711-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324449]' id='ays-answer-1288712-10827' value='1288712'/> <label for='ays-answer-1288712-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<a url="https://www.google.com">Truy cập Google</a>`</label><label for='ays-answer-1288712-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324449'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODcwOSI6IjEiLCIxMjg4NzEwIjoiMCIsIjEyODg3MTEiOiIwIiwiMTI4ODcxMiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324450' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>22 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 22: Thuộc tính `target="_blank"` khi được thêm vào thẻ `<a>` có công dụng gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324450]' id='ays-answer-1288713-10827' value='1288713'/> <label for='ays-answer-1288713-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Mở liên kết trong cửa sổ trình duyệt hiện tại.</label><label for='ays-answer-1288713-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324450]' id='ays-answer-1288714-10827' value='1288714'/> <label for='ays-answer-1288714-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Mở liên kết ở phần trên cùng của khung (frame) cha.</label><label for='ays-answer-1288714-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324450]' id='ays-answer-1288715-10827' value='1288715'/> <label for='ays-answer-1288715-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Mở liên kết trong cửa sổ trình duyệt có tên là "_blank".</label><label for='ays-answer-1288715-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324450]' id='ays-answer-1288716-10827' value='1288716'/> <label for='ays-answer-1288716-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Mở liên kết trong một tab hoặc cửa sổ trình duyệt mới.</label><label for='ays-answer-1288716-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324450'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODcxMyI6IjAiLCIxMjg4NzE0IjoiMCIsIjEyODg3MTUiOiIwIiwiMTI4ODcxNiI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324451' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>23 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 23: Để tạo một bảng trong HTML, bạn cần sử dụng cặp thẻ chính nào để bao bọc toàn bộ nội dung bảng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324451]' id='ays-answer-1288717-10827' value='1288717'/> <label for='ays-answer-1288717-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<table>` và `</table>`</label><label for='ays-answer-1288717-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324451]' id='ays-answer-1288718-10827' value='1288718'/> <label for='ays-answer-1288718-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<tr>` và `</tr>`</label><label for='ays-answer-1288718-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324451]' id='ays-answer-1288719-10827' value='1288719'/> <label for='ays-answer-1288719-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<td>` và `</td>`</label><label for='ays-answer-1288719-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324451]' id='ays-answer-1288720-10827' value='1288720'/> <label for='ays-answer-1288720-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<th>` và `</th>`</label><label for='ays-answer-1288720-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324451'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODcxNyI6IjEiLCIxMjg4NzE4IjoiMCIsIjEyODg3MTkiOiIwIiwiMTI4ODcyMCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324452' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>24 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 24: Trong cấu trúc bảng HTML, cặp thẻ nào được sử dụng để định nghĩa một hàng (một dòng) trong bảng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324452]' id='ays-answer-1288721-10827' value='1288721'/> <label for='ays-answer-1288721-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<table>` và `</table>`</label><label for='ays-answer-1288721-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324452]' id='ays-answer-1288722-10827' value='1288722'/> <label for='ays-answer-1288722-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<td>` và `</td>`</label><label for='ays-answer-1288722-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324452]' id='ays-answer-1288723-10827' value='1288723'/> <label for='ays-answer-1288723-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<tr>` và `</tr>`</label><label for='ays-answer-1288723-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324452]' id='ays-answer-1288724-10827' value='1288724'/> <label for='ays-answer-1288724-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<th>` và `</th>`</label><label for='ays-answer-1288724-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324452'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODcyMSI6IjAiLCIxMjg4NzIyIjoiMCIsIjEyODg3MjMiOiIxIiwiMTI4ODcyNCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324453' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>25 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 25: Trong cấu trúc bảng HTML, cặp thẻ nào được sử dụng để định nghĩa một ô dữ liệu (một cột) trong một hàng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324453]' id='ays-answer-1288725-10827' value='1288725'/> <label for='ays-answer-1288725-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<tr>` và `</tr>`</label><label for='ays-answer-1288725-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324453]' id='ays-answer-1288726-10827' value='1288726'/> <label for='ays-answer-1288726-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<td>` và `</td>`</label><label for='ays-answer-1288726-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324453]' id='ays-answer-1288727-10827' value='1288727'/> <label for='ays-answer-1288727-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<th>` và `</th>`</label><label for='ays-answer-1288727-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324453]' id='ays-answer-1288728-10827' value='1288728'/> <label for='ays-answer-1288728-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<caption>` và `</caption>`</label><label for='ays-answer-1288728-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324453'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODcyNSI6IjAiLCIxMjg4NzI2IjoiMSIsIjEyODg3MjciOiIwIiwiMTI4ODcyOCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324454' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>26 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 26: Đoạn mã HTML sau sẽ tạo ra cấu trúc bảng như thế nào?<br /> ```html</p> <table> <tr> <td>Ô 1A</td> <td>Ô 1B</td> </tr> <tr> <td>Ô 2A</td> <td>Ô 2B</td> </tr> </table> <p>```</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324454]' id='ays-answer-1288729-10827' value='1288729'/> <label for='ays-answer-1288729-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Một bảng gồm 2 hàng và 2 cột.</label><label for='ays-answer-1288729-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324454]' id='ays-answer-1288730-10827' value='1288730'/> <label for='ays-answer-1288730-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Một bảng gồm 4 hàng và 1 cột.</label><label for='ays-answer-1288730-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324454]' id='ays-answer-1288731-10827' value='1288731'/> <label for='ays-answer-1288731-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Một danh sách gồm 4 mục.</label><label for='ays-answer-1288731-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324454]' id='ays-answer-1288732-10827' value='1288732'/> <label for='ays-answer-1288732-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ hiển thị văn bản "Ô 1A Ô 1B Ô 2A Ô 2B".</label><label for='ays-answer-1288732-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324454'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODcyOSI6IjEiLCIxMjg4NzMwIjoiMCIsIjEyODg3MzEiOiIwIiwiMTI4ODczMiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324455' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>27 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 27: Thẻ `<br />` trong HTML có công dụng gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324455]' id='ays-answer-1288733-10827' value='1288733'/> <label for='ays-answer-1288733-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo một đường kẻ ngang.</label><label for='ays-answer-1288733-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324455]' id='ays-answer-1288734-10827' value='1288734'/> <label for='ays-answer-1288734-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Định nghĩa một đoạn văn bản in đậm.</label><label for='ays-answer-1288734-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324455]' id='ays-answer-1288735-10827' value='1288735'/> <label for='ays-answer-1288735-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo một khoảng trắng lớn.</label><label for='ays-answer-1288735-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324455]' id='ays-answer-1288736-10827' value='1288736'/> <label for='ays-answer-1288736-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Chèn một ngắt dòng (xuống dòng) trong văn bản.</label><label for='ays-answer-1288736-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324455'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODczMyI6IjAiLCIxMjg4NzM0IjoiMCIsIjEyODg3MzUiOiIwIiwiMTI4ODczNiI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324456' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>28 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 28: Thẻ `</p> <hr> <p>` trong HTML có công dụng gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324456]' id='ays-answer-1288737-10827' value='1288737'/> <label for='ays-answer-1288737-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo một đường kẻ ngang phân cách nội dung (thường gọi là đường phân cách chủ đề).</label><label for='ays-answer-1288737-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324456]' id='ays-answer-1288738-10827' value='1288738'/> <label for='ays-answer-1288738-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Chèn một khoảng trống theo chiều ngang.</label><label for='ays-answer-1288738-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324456]' id='ays-answer-1288739-10827' value='1288739'/> <label for='ays-answer-1288739-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Định nghĩa một hàng trong bảng.</label><label for='ays-answer-1288739-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324456]' id='ays-answer-1288740-10827' value='1288740'/> <label for='ays-answer-1288740-10827' class=' ays_position_initial ays-quiz-keyboard-label'>Định dạng văn bản thành chữ in nghiêng.</label><label for='ays-answer-1288740-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324456'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODczNyI6IjEiLCIxMjg4NzM4IjoiMCIsIjEyODg3MzkiOiIwIiwiMTI4ODc0MCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324457' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>29 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 29: Cặp thẻ nào sau đây được sử dụng để định dạng văn bản thành chữ in đậm?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324457]' id='ays-answer-1288741-10827' value='1288741'/> <label for='ays-answer-1288741-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<i>` và `</i>`</label><label for='ays-answer-1288741-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324457]' id='ays-answer-1288742-10827' value='1288742'/> <label for='ays-answer-1288742-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<b>` và `</b>` (hoặc `<strong>` và `</strong>`)</label><label for='ays-answer-1288742-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324457]' id='ays-answer-1288743-10827' value='1288743'/> <label for='ays-answer-1288743-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<u>` và `</u>`</label><label for='ays-answer-1288743-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324457]' id='ays-answer-1288744-10827' value='1288744'/> <label for='ays-answer-1288744-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<strike>` và `</strike>`</label><label for='ays-answer-1288744-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324457'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODc0MSI6IjAiLCIxMjg4NzQyIjoiMSIsIjEyODg3NDMiOiIwIiwiMTI4ODc0NCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='324458' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>30 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 4</strong> </p> <div class='ays_quiz_question'> <p>Câu 30: Cặp thẻ nào sau đây được sử dụng để định dạng văn bản thành chữ in nghiêng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324458]' id='ays-answer-1288745-10827' value='1288745'/> <label for='ays-answer-1288745-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<i>` và `</i>` (hoặc `<em>` và `</em>`)</label><label for='ays-answer-1288745-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324458]' id='ays-answer-1288746-10827' value='1288746'/> <label for='ays-answer-1288746-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<b>` và `</b>`</label><label for='ays-answer-1288746-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324458]' id='ays-answer-1288747-10827' value='1288747'/> <label for='ays-answer-1288747-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<u>` và `</u>`</label><label for='ays-answer-1288747-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-324458]' id='ays-answer-1288748-10827' value='1288748'/> <label for='ays-answer-1288748-10827' class=' ays_position_initial ays-quiz-keyboard-label'>`<cite>` và `</cite>`</label><label for='ays-answer-1288748-10827' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_10827 === 'undefined'){ window.quizOptions_10827 = []; } window.quizOptions_10827['324458'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTI4ODc0NSI6IjEiLCIxMjg4NzQ2IjoiMCIsIjEyODg3NDciOiIwIiwiMTI4ODc0OCI6IjAifX0=';</script></div> <style> .validate-quiz { display: flex; align-items: center; justify-content: center; } .validate-quiz a { border-radius: 30px; /* height: 40px; */ background: #5390f5; color: #fff; text-decoration: unset; padding: 10px 20px; } .validate-quiz input { margin: 0 !important; } .form-kw-hub { background: #fff; border: 1px solid #ddd; padding: 16px; border-radius: 12px; text-align:left; margin: 20px auto; box-shadow: 0 2px 10px rgba(0,0,0,0.05); font-family: Arial, sans-serif; } .keyword-hub-guide { margin-bottom: 15px; } .validate-quiz-inner { display: flex; gap: 10px; background: #fff; box-shadow: 0 0 10px #ccc; margin: 10px auto; width: 500px; border-radius: 30px; padding: 5px; justify-content: space-between; align-items:center; overflow:hidden; } .validate-quiz-inner input[type=text] { border: 0 !important; font-size: 16px !important; } .keyword-item span { font-weight: bold; font-size: 16px; } .copy-keyword-btn { color: #000; padding: 6px 12px; border-radius: 6px; text-decoration: none; transition: background 0.3s; text-transform: uppercase; font-weight: bold; font-size: 22px; } .copy-keyword-btn:hover { background: #005f8d; } .validate-quiz { display: flex; gap: 10px; align-items: center; } .validate-quiz input[type="text"] { flex: 1; padding: 8px 12px; border-radius: 6px; border: 1px solid #ccc; } a.get_new_mission { padding: 8px 25px; line-height: 0; border-radius: 30px; background-color: #fff0; text-transform: uppercase; color: #4285f4; border: 1px solid #4285f4; transition: all 0.2s; cursor: pointer; margin-left: 15px; font-size: 16px; text-decoration: unset; } .submit-btn { background: #28a745; color: white; padding: 8px 16px; border-radius: 6px; text-decoration: none; cursor: pointer; transition: background 0.3s; } .submit-btn:hover { background: #218838; } a.copy-keyword-btn:active, a.copy-keyword-btn:hover { color: #fff; } a#submit_kw_hub { cursor: pointer; } @keyframes ld-spin { 0% { animation-timing-function: cubic-bezier(0.5856,0.0703,0.4143,0.9297); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-spin { animation: ld-spin 1s infinite linear } @keyframes ld-cycle { 0% { animation-timing-function: cubic-bezier(0.3333,0.3333,0.6667,0.6667); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-cycle { animation: ld-cycle 1s infinite linear } @media(max-width: 991px){ .form-kw-hub p { margin: 0 !important; } } </style> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/loadingio/ldbutton@latest/dist/index.min.css" /> <a id="view_result_hub" class="action-button ays-quiz-keyboard-active" href="javascript:;">Xem kết quả</a> <div class="form-kw-hub ld-over" id="form-kw-hub" style="display:none" data-id="30"> <div class="ld ld-ring ld-spin" style="font-size:3em;color:#999"></div> <div class="keyword-hub-title keyword-item"> <h3 style="text-align:center;font-weight:bold;color:#c12c31;margin-top:10px;">Bạn ơi!!! Để xem được kết quả<br>bạn vui lòng làm nhiệm vụ nhỏ xíu này nha</h3> <h4 style="text-align:center;font-size:16px;line-height:20px;font-weight:normal;margin-top:10px;margin-bottom:10px;color:#021184">LƯU Ý: Không sử dụng VPN hoặc 1.1.1.1 khi vượt link</h4> </div> <div class="validate-quiz"> <div class="validate-quiz-inner"> <input type="text" value="" placeholder="Nhập mã vừa kiếm được vào đây" id="kw-hub-input" maxlength="10" /> <input type="hidden" value="" id="kw-id" /> <a id="submit_kw_hub">Nhận kết quả</a> </div> <div class="message" style="display: none; color: red; text-align: center;">Xảy ra lỗi</div> </div> <p> <strong style="color: #c12c31;">Bước 1: </strong>Mở tab mới, truy cập <a href="javascript:;" style="color: #1e73be;"><strong>Google.com</strong></a> <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/google.png" width="100px" style="margin-left: 30px; margin-bottom: -10px; display: inline-block;" alt="google" /> </p> <p> <strong style="color: #c12c31;">Bước 2: </strong>Tìm kiếm từ khóa: <strong id="keyword-content" style="font-size: 24px; color: red; cursor: no-drop; -webkit-user-select: none; -webkit-touch-callout: none; -moz-user-select: none; -ms-user-select: none; user-select: none;"> vận chuyển văn phòng giá rẻ </strong> <a href="javascript:;" class="copy-keyword-btn"><span class="fa fa-copy"></span></a> <a href="javascript:;" class="get_new_mission ld-ext-right" id="get_new_mission">Đổi nhiệm vụ <span class="ld ld-ring ld-spin"></span> </a> </p> <p><img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/thanh-tim-kiem.jpg" width="100%" alt="thanh-tim-kiem" /></p> <p><strong style="color: #c12c31;">Bước 3: </strong>Trong kết quả tìm kiếm Google, hãy tìm website giống dưới hình:</p> <p style="border: 1px solid red;"><div class="keyword-hub-guide"> <img decoding="async" id="kw_guide_image" alt="" src="" /> </div> </p> <p>(Nếu trang 1 không có hãy tìm ở trang 2, 3, 4... nhé <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/trang-google.png" width="250px" style="display: inline-block;" alt="trang-google" />)</p> <p><strong style="color: #c12c31;">Bước 4:</strong> Cuộn xuống cuối bài viết rồi bấm vào nút <strong>GIỐNG HÌNH DƯỚI</strong> và chờ 1 lát để lấy mã:</p> <p style="text-align: center;"> <img decoding="async" class="kw_get_pass" style="max-width: 300px; border: 1px dashed red; display: inline-block;" data-src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" alt="getpass" /> </p> </div> <input type="submit" name="ays_finish_quiz" class=" ays_next ays_finish action-button ays-quiz-keyboard-active" value="" style="display:none"> <script> setTimeout(function() { var submitButton = document.querySelector('input[name="ays_finish_quiz"]'); if (submitButton) { submitButton.remove(); } }, 2400000); </script> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ays_thank_you_fs'> <div class='ays-abs-fs ays-end-page'> <div style='text-align:center;'><div data-class='lds-ellipsis' data-role='loader' class='ays-loader'><div></div><div></div><div></div><div></div></div></div><div class='ays_quiz_results_page'><div class='ays_score_message'></div><div class='ays_message'></div><p class='ays_restart_button_p'></p></div></div></div><style> div#ays-quiz-container-10827 * { box-sizing: border-box; } #ays-quiz-container-10827 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } /* Styles for Internet Explorer start */ #ays-quiz-container-10827 #ays_finish_quiz_10827 { } /* Styles for Quiz container */ #ays-quiz-container-10827{ min-height: 450px; width:800px; background-color:#fff; background-position:center center;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} /* Styles for Navigation bar */ #ays-quiz-questions-nav-wrap-10827 { width: 100%; max-width: 100%; margin: auto;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} #ays-quiz-questions-nav-wrap-10827 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question { /* color: #000000; border-color: #000000; background-color: #fff; */ color: #000; border-color: #dddddd; background-color: #ffffff; outline: unset; text-decoration: unset; } #ays-quiz-questions-nav-wrap-10827 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question { /* box-shadow: inset 0 0 5px #000000, 0 0 5px #000000; */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); background: #E5E7ED; outline: unset; border-color: transparent; } #ays-quiz-questions-nav-wrap-10827 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-answered a.ays_questions_nav_question { /* color: #fff; border-color: #fff; background-color: #000000; */ color: #C6C6C6; border-color: transparent; background-color: #F5F5F5; } #ays-quiz-questions-nav-wrap-10827 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_correct_answer { /* color: rgba(39, 174, 96, 1); border-color: rgba(39, 174, 96, 1); */ color: #000; border-color: transparent; background-color: rgba(39, 174, 96, 0.4); } #ays-quiz-questions-nav-wrap-10827 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_wrong_answer { /* color: rgba(243, 134, 129, 1); border-color: rgba(243, 134, 129, 1); */ color: #000; border-color: transparent; background-color: rgba(243, 134, 129, 0.4); } #ays-quiz-questions-nav-wrap-10827 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_correct_answer, #ays-quiz-questions-nav-wrap-10827 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_wrong_answer { /* filter: drop-shadow(0px 3px 5px rgba(143, 143, 143, 0.38)); */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); } #ays-quiz-container-10827.ays-quiz-container .ays-quiz-questions-nav-bookmark-box { position: absolute; top: 40px; right: 40px; z-index: 10; } #ays-quiz-container-10827.ays-quiz-container .ays-quiz-questions-nav-bookmark-box .ays-navbar-bookmark { height: 100%; cursor: pointer; width: 13px; box-shadow: unset; } /* Styles for questions */ #ays-quiz-container-10827 #ays_finish_quiz_10827 div.step { min-height: 450px; } /* Styles for text inside quiz container */ #ays-quiz-container-10827.ays-quiz-container .ays-questions-container .ays-start-page *:not(input), #ays-quiz-container-10827.ays-quiz-container .ays-questions-container label[for^="ays-answer-"], #ays-quiz-container-10827.ays-quiz-container .ays-questions-container .ays-matching-field-choice, #ays-quiz-container-10827.ays-quiz-container .ays-questions-container p, #ays-quiz-container-10827.ays-quiz-container .ays-questions-container form .step:not(.ays_thank_you_fs) p, #ays-quiz-container-10827.ays-quiz-container .ays-questions-container .ays-fs-title, #ays-quiz-container-10827.ays-quiz-container .ays-questions-container .ays-fs-subtitle, #ays-quiz-container-10827.ays-quiz-container .ays-questions-container .logged_in_message, #ays-quiz-container-10827.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers, #ays-quiz-container-10827.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers *, #ays-quiz-container-10827.ays-quiz-container .ays-questions-container .ays_score_message, #ays-quiz-container-10827.ays-quiz-container .ays-questions-container .ays_message{ color: #000000; outline: none; } #ays-quiz-container-10827.ays-quiz-container .ays-questions-container .ays_question_hint { color: #000000; } /* Quiz title / transformation */ #ays-quiz-container-10827 .ays-fs-title{ text-transform: uppercase; font-size: 28px; text-align: center; text-shadow: none; } #ays-quiz-container-10827 .ays-quiz-password-message-box, #ays-quiz-container-10827 .ays-quiz-question-note-message-box, #ays-quiz-container-10827 .ays_quiz_question, #ays-quiz-container-10827 .ays_quiz_question *:not([class^='enlighter']) { color: #000000; } #ays-quiz-container-10827 textarea, #ays-quiz-container-10827 input::first-letter, #ays-quiz-container-10827 select::first-letter, #ays-quiz-container-10827 option::first-letter { color: initial !important; } #ays-quiz-container-10827 p::first-letter:not(.ays_no_questions_message) { color: #000000 !important; background-color: transparent !important; font-size: inherit !important; font-weight: inherit !important; float: none !important; line-height: inherit !important; margin: 0 !important; padding: 0 !important; } #ays-quiz-container-10827 .select2-container, #ays-quiz-container-10827 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } #ays-quiz-container-10827 .ays-fs-subtitle p { text-align: center ; } #ays-quiz-container-10827 .ays_quiz_question p { font-size: 16px; text-align: center; } #ays-quiz-container-10827 .ays_quiz_question { text-align: center ; margin-bottom: 10px; } #ays-quiz-container-10827 .ays_quiz_question pre { max-width: 100%; white-space: break-spaces; } div#ays-quiz-container-10827 .ays-questions-container .ays-field, div#ays-quiz-container-10827 .ays-questions-container .ays-field input~label[for^='ays-answer-'], div#ays-quiz-container-10827 .ays-questions-container .ays-modern-dark-question *, div#ays-quiz-container-10827 .ays-questions-container .ays_quiz_question, div#ays-quiz-container-10827 .ays-questions-container .ays_quiz_question *{ word-break: break-word; } #ays-quiz-container-10827 .ays-quiz-timer p { font-size: 16px; } #ays-quiz-container-10827 section.ays_quiz_redirection_timer_container hr, #ays-quiz-container-10827 section.ays_quiz_timer_container hr { margin: 0; } #ays-quiz-container-10827 section.ays_quiz_timer_container.ays_quiz_timer_red_warning .ays-quiz-timer { color: red; } #ays-quiz-container-10827 .ays_thank_you_fs p { text-align: center; } #ays-quiz-container-10827 .information_form input[type='text'], #ays-quiz-container-10827 .information_form input[type='url'], #ays-quiz-container-10827 .information_form input[type='number'], #ays-quiz-container-10827 .information_form input[type='email'], #ays-quiz-container-10827 .information_form input[type='tel'], #ays-quiz-container-10827 .information_form textarea, #ays-quiz-container-10827 .information_form select, #ays-quiz-container-10827 .information_form option { color: initial !important; outline: none; margin-left: 0; background-image: unset; } #ays-quiz-container-10827 .information_form input[type='checkbox'] { margin: 0 10px; outline: initial; -webkit-appearance: auto; -moz-appearance: auto; position: initial; width: initial; height: initial; border: initial; background: initial; } #ays-quiz-container-10827 .information_form input[type='checkbox']::after { content: none; } #ays-quiz-container-10827 .wrong_answer_text{ color:#ff4d4d; } #ays-quiz-container-10827 .right_answer_text{ color:#33cc33; } #ays-quiz-container-10827 .right_answer_text p { font-size:16px; } #ays-quiz-container-10827 .wrong_answer_text p { font-size:16px; } #ays-quiz-container-10827 .ays_questtion_explanation p { font-size:16px; } #ays-quiz-container-10827 .wrong_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-10827 .ays_questtion_explanation *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-10827 .right_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-10827 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-10827 .ays-quiz-question-note-message-box *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-10827 .ays_cb_and_a, #ays-quiz-container-10827 .ays_cb_and_a * { color: rgb(0,0,0); text-align: center; } #ays-quiz-container-10827 iframe { /*min-height: 450px;*/ } #ays-quiz-container-10827 label.ays_for_checkbox, #ays-quiz-container-10827 span.ays_checkbox_for_span { color: initial !important; display: block; } /* Quiz textarea height */ #ays-quiz-container-10827 textarea { height: 100px; min-height: 100px; } /* Quiz rate and passed users count */ #ays-quiz-container-10827 .ays_quizn_ancnoxneri_qanak, #ays-quiz-container-10827 .ays_quiz_rete_avg{ color:#fff; background-color:#000000; } #ays-quiz-container-10827 .ays-questions-container > .ays_quizn_ancnoxneri_qanak { padding: 5px 20px; } #ays-quiz-container-10827 div.for_quiz_rate.ui.star.rating .icon { color: rgba(0,0,0,0.35); } #ays-quiz-container-10827 .ays_quiz_rete_avg div.for_quiz_rate_avg.ui.star.rating .icon { color: rgba(255,255,255,0.5); } #ays-quiz-container-10827 .ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link { color: #000000; } /* Loaders */ #ays-quiz-container-10827 div.lds-spinner, #ays-quiz-container-10827 div.lds-spinner2 { color: #000000; } #ays-quiz-container-10827 div.lds-spinner div:after, #ays-quiz-container-10827 div.lds-spinner2 div:after { background-color: #000000; } #ays-quiz-container-10827 .lds-circle, #ays-quiz-container-10827 .lds-facebook div, #ays-quiz-container-10827 .lds-ellipsis div{ background: #000000; } #ays-quiz-container-10827 .lds-ripple div{ border-color: #000000; } #ays-quiz-container-10827 .lds-dual-ring::after, #ays-quiz-container-10827 .lds-hourglass::after{ border-color: #000000 transparent #000000 transparent; } /* Stars */ #ays-quiz-container-10827 .ui.rating .icon, #ays-quiz-container-10827 .ui.rating .icon:before { font-family: Rating !important; } /* Progress bars */ #ays-quiz-container-10827 #ays_finish_quiz_10827 .ays-progress { border-color: rgba(0,0,0,0.8); } #ays-quiz-container-10827 #ays_finish_quiz_10827 .ays-progress-bg { background-color: rgba(0,0,0,0.3); } #ays-quiz-container-10827 .ays-progress-value { color: #000000; text-align: center; } #ays-quiz-container-10827 .ays-progress-bar { background-color: #5d6cf9; } #ays-quiz-container-10827 .ays-question-counter .ays-live-bar-wrap { direction:ltr !important; } #ays-quiz-container-10827 .ays-live-bar-fill{ color: #000000; border-bottom: 2px solid rgba(0,0,0,0.8); text-shadow: 0px 0px 5px #fff; } #ays-quiz-container-10827 .ays-live-bar-fill.ays-live-fourth, #ays-quiz-container-10827 .ays-live-bar-fill.ays-live-third, #ays-quiz-container-10827 .ays-live-bar-fill.ays-live-second { text-shadow: unset; } #ays-quiz-container-10827 .ays-live-bar-percent{ display:none; } /* Music, Sound */ #ays-quiz-container-10827 .ays_music_sound { color:rgb(0,0,0); } /* Dropdown questions scroll bar */ #ays-quiz-container-10827 blockquote { border-left-color: #000000 !important; } /* Quiz Password */ #ays-quiz-container-10827 .ays-start-page > input[id^='ays_quiz_password_val_'], #ays-quiz-container-10827 .ays-quiz-password-toggle-visibility-box { width: 100%; margin: 0 auto; } /* Question hint */ #ays-quiz-container-10827 .ays_question_hint_container .ays_question_hint_text { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); max-width: 270px; color: #000000; } #ays-quiz-container-10827 .ays_question_hint_container .ays_question_hint_text p { max-width: unset; } #ays-quiz-container-10827 .ays-quiz-additonal-box { display: flex; justify-content: flex-end; align-items: center; position: relative; } /* Quiz Export PDF */ #ays-quiz-container-10827 .ays-export-quiz-button-container .ays-export-quiz-button-more-box { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); box-shadow: 0.025px 0.025px 1px 1px rgba(201,201,201,0.2), 0px 2px 1px 0px rgba(201,201,201,0.14), 0px 2px 5px 0 rgba(201,201,201,0.12); max-width: 190px; color: #000000; } #ays-quiz-container-10827 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:hover, #ays-quiz-container-10827 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:focus { background-color: rgba(93,108,249,0.3); } #ays-quiz-container-10827 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:active { background-color: rgba(93,108,249,1); } #ays-quiz-container-10827 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item { color: #000000; display: flex; justify-content: space-between; align-items: center; font-size: 14px; background-image: unset; box-shadow: unset; border-radius: unset; } #ays-quiz-container-10827 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item .ays-export-quiz-dropdown-item-icon { margin-left: 10px; } #ays-quiz-container-10827 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg path { stroke: #000000; } #ays-quiz-container-10827 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg circle { fill: rgba(93,108,249,0.3); } #ays-quiz-container-10827 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item-icon svg path { fill: rgba(0,0,0,1); } #ays-quiz-container-10827 .ays-quiz-additonal-box svg { position: revert; } #ays-quiz-container-10827 .ays_questions_hint_max_width_class { max-width: 80%; } /* Information form */ #ays-quiz-container-10827 .ays-form-title{ color:rgb(0,0,0); } /* Quiz timer */ #ays-quiz-container-10827 div.ays-quiz-redirection-timer, #ays-quiz-container-10827 div.ays-quiz-timer{ color: #000000; text-align: center; } #ays-quiz-container-10827 div.ays-quiz-after-timer * , #ays-quiz-container-10827 div.ays-quiz-redirection-timer *, #ays-quiz-container-10827 div.ays-quiz-timer * { text-align: center; } #ays-quiz-container-10827 div.ays-quiz-timer.ays-quiz-message-before-timer:before { display: inline-block; font-weight: 500; text-align: center; width: auto; margin-right: 5px; } /* Quiz buttons */ #ays-quiz-container-10827 input#ays-submit, #ays-quiz-container-10827 #ays_finish_quiz_10827 .action-button, #ays-quiz-container-10827 #ays_finish_quiz_10827 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, #ays-quiz-container-10827 #ays_finish_quiz_10827 .step[data-type='checkbox'] .action-button.ays_check_answer, div#ays-quiz-container-10827 #ays_finish_quiz_10827 .action-button.ays_restart_button, #ays-quiz-container-10827 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-10827 .ays-quiz-category-selective-submit-bttn { background-color: #5d6cf9; color:#ffffff; font-size: 18px; padding: 14px 36px; border-radius: 8px; white-space: nowrap; letter-spacing: 0; box-shadow: unset; white-space: normal; word-break: break-word; background-image: unset; width: auto; } #ays-quiz-container-10827 input#ays-submit, #ays-quiz-container-10827 #ays_finish_quiz_10827 input.action-button, #ays-quiz-container-10827 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-10827 .ays-quiz-category-selective-submit-bttn { } div#ays-quiz-container-10827 #ays_finish_quiz_10827 .action-button.ays_check_answer { padding: 5px 10px; font-size: 18px; } #ays-quiz-container-10827 #ays_finish_quiz_10827 .action-button.ays_download_certificate { white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-10827 #ays_finish_quiz_10827 .action-button.ays_arrow { color:#ffffff!important; white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-10827 input#ays-submit:hover, #ays-quiz-container-10827 input#ays-submit:focus, #ays-quiz-container-10827 #ays_finish_quiz_10827 .action-button:hover, #ays-quiz-container-10827 #ays_finish_quiz_10827 .action-button:focus, #ays-quiz-container-10827 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-10827 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px #ffffff; background-color: #5d6cf9; } #ays-quiz-container-10827 .ays_restart_button { color: #ffffff; } #ays-quiz-container-10827 .ays_restart_button_p { display: flex; justify-content: center; flex-wrap: wrap; } #ays-quiz-container-10827 .ays_buttons_div { justify-content: center; } #ays-quiz-container-10827 .step:first-of-type .ays_buttons_div { justify-content: center !important; } #ays-quiz-container-10827 .ays_quiz_results_page .ays_score span { visibility: visible; } #ays-quiz-container-10827 input[type='button'], #ays-quiz-container-10827 input[type='submit'] { color: #ffffff !important; outline: none; } div#ays-quiz-container-10827 .ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-item .ays_questions_nav_question:focus-visible, div#ays-quiz-container-10827 input[type='button']:focus-visible, div#ays-quiz-container-10827 input[type='submit']:focus-visible { outline: -webkit-focus-ring-color auto 1px; } #ays-quiz-container-10827 #ays_finish_quiz_10827 i.ays_early_finish.action-button[disabled]:hover, #ays-quiz-container-10827 #ays_finish_quiz_10827 i.ays_early_finish.action-button[disabled]:focus, #ays-quiz-container-10827 #ays_finish_quiz_10827 i.ays_early_finish.action-button[disabled], #ays-quiz-container-10827 #ays_finish_quiz_10827 i.ays_arrow.action-button[disabled]:hover, #ays-quiz-container-10827 #ays_finish_quiz_10827 i.ays_arrow.action-button[disabled]:focus, #ays-quiz-container-10827 #ays_finish_quiz_10827 i.ays_arrow.action-button[disabled] { color: #aaa !important; } #ays-quiz-container-10827 .ays_finish.action-button{ margin: 10px 5px; } #ays-quiz-container-10827 .ays-share-btn.ays-share-btn-branded { color: #fff; margin-bottom: 5px; display: inline-block; } #ays-quiz-container-10827 .ays-quiz-question-title-text-to-speech-icon { cursor: pointer; position: absolute; left: 0px; top: 0px; z-index: 1; } div#ays-quiz-container-10827.ays-quiz-container .ays-quiz-question-title-text-to-speech-icon svg path { fill: #000000; } /* Question answers */ #ays-quiz-container-10827 .ays-field { border-color: #dddddd; border-style: solid; border-width: 1px; box-shadow: none;flex-direction: row-reverse; } #ays-quiz-container-10827 .ays-quiz-answers .ays-field:hover{ opacity: 1; } #ays-quiz-container-10827 #ays_finish_quiz_10827 .ays-field label.ays_answer_caption[for^='ays-answer-'] { z-index: 1; position:initial;bottom:0;} #ays-quiz-container-10827 #ays_finish_quiz_10827 .ays-field input~label[for^='ays-answer-'] { padding: 5px; } #ays-quiz-container-10827 #ays_finish_quiz_10827 .ays-field { margin-bottom: 12px; position: relative; } #ays-quiz-container-10827 #ays_finish_quiz_10827 .ays_grid_view_container .ays-field.ays_grid_view_item { /* width: calc(50% - 6px); */ width: calc(100% /2 - 4px); } #ays-quiz-container-10827 #ays_finish_quiz_10827 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-10827 #ays_finish_quiz_10827 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-10827 img.ays-quiz-check-button-right-wrong-icon { position: absolute; right: 15px; bottom: 15px; } #ays-quiz-container-10827 img.ays-quiz-check-button-right-wrong-icon[data-type='style-9'] { width: 20px; } #ays-quiz-container-10827 .ays_quiz_results .step[data-type='fill_in_blank'] img.ays-quiz-check-button-right-wrong-icon { right: 10px; bottom: 40px; } #ays-quiz-container-10827 .ays_quiz_results .step[data-type='fill_in_blank'] .ays_fieldset img.ays-quiz-check-button-right-wrong-icon { right: 15px; bottom: 20px; } #ays-quiz-container-10827 #ays_finish_quiz_10827 .ays-field input:checked+label:before { border-color: #5d6cf9; background: #5d6cf9; background-clip: content-box; } #ays-quiz-container-10827 .ays-quiz-answers div.ays-text-right-answer { color: #000000; } /* Answer maximum length of a text field */ #ays-quiz-container-10827 .ays_quiz_question_text_message{ color: #000000; text-align: left; font-size: 12px; } div#ays-quiz-container-10827 div.ays_quiz_question_text_error_message { color: #ff0000; } /* Questions answer image */ #ays-quiz-container-10827 .ays-answer-image { width:15em; height:150px; object-fit: cover; } /* Questions answer right/wrong icons */ #ays-quiz-container-10827 .ays-field input~label.answered.correct:after{ content: ''; } #ays-quiz-container-10827 .ays-field input~label.answered.wrong:after{ content: ''; } #ays-quiz-container-10827 .ays-quiz-answers .ays-field label.answered[for^='ays-answer-']::after{ content: none!important; } #ays-quiz-container-10827 .ays-field label.answered:last-of-type:after{ height: auto; left: 10px;top: 10px;} /* Dropdown questions */ #ays-quiz-container-10827 .select2-container--default .select2-search--dropdown .select2-search__field:focus, #ays-quiz-container-10827 .select2-container--default .select2-search--dropdown .select2-search__field { outline: unset; padding: 0.75rem; } #ays-quiz-container-10827 #ays_finish_quiz_10827 .ays-field .select2-container--default .select2-selection--single { border-bottom: 2px solid #5d6cf9; background-color: #5d6cf9; } #ays-quiz-container-10827 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-10827 .ays-field .select2-container--default .select2-selection--single .select2-selection__placeholder, #ays-quiz-container-10827 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow { /*color: #a29306;*/ color: #ffffff; line-height: 40px; padding-left: 8px; padding-right: 20px; } #ays-quiz-container-10827 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-10827 .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5d6cf9; } #ays-quiz-container-10827 .ays-field .select2-container--default, #ays-quiz-container-10827 .ays-field .select2-container--default .selection, #ays-quiz-container-10827 .ays-field .select2-container--default .dropdown-wrapper, #ays-quiz-container-10827 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-10827 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, #ays-quiz-container-10827 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow, #ays-quiz-container-10827 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow b[role='presentation'] { font-size: 16px !important; } #ays-quiz-container-10827 .select2-container--default .select2-results__option { padding: 6px; } /* Dropdown questions scroll bar */ #ays-quiz-container-10827 .select2-results__options::-webkit-scrollbar { width: 7px; } #ays-quiz-container-10827 .select2-results__options::-webkit-scrollbar-track { background-color: rgba(93,108,249,0.35); } #ays-quiz-container-10827 .select2-results__options::-webkit-scrollbar-thumb { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.55); } #ays-quiz-container-10827 .select2-results__options::-webkit-scrollbar-thumb:hover { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.85); } .ays-quiz-wrap #ays-quiz-container-10827 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } .ays-quiz-wrap #ays-quiz-container-10827 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } /* WooCommerce product */ #ays-quiz-container-10827 .ays-woo-block { background-color: rgba(93,108,249,0.8); } #ays-quiz-container-10827 .ays-woo-product-block h4.ays-woo-product-price > a, #ays-quiz-container-10827 .ays-woo-product-block h4.ays-woo-product-title > a { color: #000000; } #ays-quiz-container-1 .ays-woo-product-block h4.ays-woo-product-price > a { text-decoration: unset; } /* Audio / Video */ #ays-quiz-container-10827 .mejs-container .mejs-time{ box-sizing: unset; } #ays-quiz-container-10827 .mejs-container .mejs-time-rail { padding-top: 15px; } #ays-quiz-container-10827 .mejs-container .mejs-mediaelement video { margin: 0; } /* Limitation */ #ays-quiz-container-10827 .ays-quiz-limitation-count-of-takers { padding: 50px; } #ays-quiz-container-10827 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show, #ays-quiz-container-10827 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-hide{ color: #000000; } #ays-quiz-container-10827 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-10827 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-10827 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000000; } #ays-quiz-container-10827.ays_quiz_elegant_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after, #ays-quiz-container-10827.ays_quiz_rect_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000; } /* Hestia theme (Version: 3.0.16) | Start */ #ays-quiz-container-10827 .mejs-container .mejs-inner .mejs-controls .mejs-button > button:hover, #ays-quiz-container-10827 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { box-shadow: unset; background-color: transparent; } #ays-quiz-container-10827 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { margin: 10px 6px; } /* Hestia theme (Version: 3.0.16) | End */ /* Go theme (Version: 1.4.3) | Start */ #ays-quiz-container-10827 label[for^='ays-answer']:before, #ays-quiz-container-10827 label[for^='ays-answer']:before { -webkit-mask-image: unset; mask-image: unset; } #ays-quiz-container-10827 .ays_question_report { text-align: right; } div#ays-quiz-container-10827 .ays_question_report .ays-quiz-open-report-window { fill: #000000; } #ays-quiz-container-10827 .ays-export-quiz-button-container { position: relative; right: 100px; top: -5px; right: -5px; margin: 0; z-index: 1000; display: flex; justify-content: flex-end; } #ays-quiz-container-10827.ays_quiz_classic_light .ays-field input:checked+label.answered:before, #ays-quiz-container-10827.ays_quiz_classic_dark .ays-field input:checked+label.answered:before { background-color: #5d6cf9 !important; } #ays-quiz-container-10827.ays_quiz_classic_light .ays-field input:checked+label.answered.correct:before, #ays-quiz-container-10827.ays_quiz_classic_dark .ays-field input:checked+label.answered.correct:before { background-color: #27ae60 !important; } #ays-quiz-container-10827.ays_quiz_classic_light .ays-field input:checked+label.answered.wrong:before, #ays-quiz-container-10827.ays_quiz_classic_dark .ays-field input:checked+label.answered.wrong:before { background-color: #cc3700 !important; } /* Go theme (Version: 1.4.3) | End */ #ays-quiz-container-10827 .ays_quiz_results fieldset.ays_fieldset .ays_quiz_question .wp-video { width: 100% !important; max-width: 100%; } /* Classic Dark / Classic Light */ /* Dropdown questions right/wrong styles */ #ays-quiz-container-10827.ays_quiz_classic_dark .correct_div, #ays-quiz-container-10827.ays_quiz_classic_light .correct_div{ border-color: green !important; opacity: 1 !important; background-color: rgba(39,174,96,0.4) !important; } #ays-quiz-container-10827.ays_quiz_classic_dark .correct_div .selected-field, #ays-quiz-container-10827.ays_quiz_classic_light .correct_div .selected-field { padding: 0px 10px 0px 10px; color: green !important; } #ays-quiz-container-10827.ays_quiz_classic_dark .wrong_div, #ays-quiz-container-10827.ays_quiz_classic_light .wrong_div{ border-color: red !important; opacity: 1 !important; background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-10827.ays_quiz_classic_dark .ays-field.checked_answer_div.wrong_div input:checked~label, #ays-quiz-container-10827.ays_quiz_classic_light .ays-field.checked_answer_div.wrong_div input:checked~label { background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-10827 .ays_question_result .ays-field .ays_quiz_hide_correct_answer:after{ content: '' !important; } #ays-quiz-container-10827 .ays_question_result .ays_quiz_question .ays-quiz-fill-in-blank-input { color: #000000 !important; } #ays-quiz-container-10827 .ays_quiz_results .step.ays_question_result:last-child { padding-bottom: 20px; } #ays-quiz-container-10827 .ays-quiz-close-full-screen { fill: #000000; } #ays-quiz-container-10827 .ays-quiz-open-full-screen { fill: #000000; } #ays-quiz-container-10827 .ays_quiz_login_form p{ color: #000000; } /* Personality Test | Start */ #ays-quiz-container-10827 .ays-quiz-personality-result-box .ays-quiz-personality-result-description p { text-align: left; padding: 0; } #ays-quiz-container-10827 .ays-quiz-personality-result-box { background: white; border-radius: 17px; box-shadow: 0px 0px 20px rgba(98, 85, 165, 0.1); /*padding: 30px 3% 40px;*/ padding: 20px 30px; margin: 30px 0; font-size: 16px; } #ays-quiz-container-10827 .ays-quiz-personality-result-box .ays-quiz-personality-result-title { color: #413A5C; font-size: 23px; margin: 0; text-align: left; font-weight: bold; } div#ays-quiz-container-10827.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description { margin: 0; font-size: 16px; text-align: left; color: #413A5C; } div#ays-quiz-container-10827.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description * { color: #413A5C; } #ays-quiz-container-10827 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress { width: 100%; background-color: rgba(128, 126, 137, 0.1); border-radius: 15px; position: relative; display: flex; /* justify-content: flex-end; */ margin-top: 1rem; margin-bottom: 1rem; } #ays-quiz-container-10827 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress-end { justify-content: flex-end; } #ays-quiz-container-10827 .ays-quiz-personality-result-box .ays-quiz-personality-result-bar { height: 30px; border-radius: 15px; color: white; font-size: 18px; padding: 3px 15px 0; } #ays-quiz-container-10827 .ays-quiz-personality-result-box .ays-quiz-personality-result-percentages { position: absolute; width: 100%; padding: 4px 15px; top: 0; -ms-flex-pack: justify; justify-content: space-between; display: -ms-flexbox; display: flex; } #ays-quiz-container-10827 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box div, #ays-quiz-container-10827 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-dark-purple { color: #413A5C; } #ays-quiz-container-10827 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-white { color: #ffffff; } #ays-quiz-container-10827 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-percentage { font-weight: bolder; } #ays-quiz-container-10827 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; } #ays-quiz-container-10827 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-bar { background-color: #6255A5; } #ays-quiz-container-10827 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-keyword-text-color { color: #6255A5; } #ays-quiz-container-10827 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-bar { background-color: #F2C94C; } #ays-quiz-container-10827 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-keyword-text-color { color: #F2C94C; } #ays-quiz-container-10827 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-bar { background-color: #88D29D; } #ays-quiz-container-10827 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-keyword-text-color { color: #88D29D; } #ays-quiz-container-10827 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-bar { background-color: #E5A69D; } #ays-quiz-container-10827 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-keyword-text-color { color: #E5A69D; } #ays-quiz-container-10827 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-bar { background-color: #03A9F4; } #ays-quiz-container-10827 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-keyword-text-color { color: #03A9F4; } #ays-quiz-container-10827 .ays-quiz-personality-result-box div:before, #ays-quiz-container-10827 .ays-quiz-personality-result-box div:after { content: unset; } /* Personality Test | End */ /* report questions modal start */ .ays-modal-reports { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.4); animation-duration: .5s; background-color: rgba(0, 0, 0, 0.4); } #ays-quiz-question-report-modal-10827 .ays-modal-content-reports { background-color: #fefefe; margin: 10% auto; border: 1px solid #888; max-width: 500px; width: 100%; border-radius: 10px; padding: 20px; box-sizing: border-box; position: relative; } #ays-quiz-question-report-modal-10827 .ays-modal-content-reports label{ display: block; margin-bottom: 10px; font-weight: bold; letter-spacing: normal; } #ays-quiz-question-report-modal-10827 .ays-modal-content-reports textarea { display: block; width: 100%; height: 100px; padding: 5px; box-sizing: border-box; border-radius: 5px; border: 1px solid #ccc; max-width: 100%; max-height: 500px; resize: vertical; transition: unset; } #ays-quiz-question-report-modal-10827 .ays-modal-content-reports input.ays-quiz-submit-question-report { background-color: #0073aa; color: #fff; border: none; border-radius: 5px; padding: 10px 20px; cursor: pointer; margin-top: 20px; line-height: normal; letter-spacing: normal; box-shadow: unset; background-image: unset; } #ays-quiz-question-report-modal-10827 .ays-close-reports-window { color: #aaa; font-weight: bold; position: absolute; top: 1%; right: 1%; } #ays-quiz-question-report-modal-10827 .ays-close-reports-window img { box-shadow: unset; } #ays-quiz-question-report-modal-10827 .ays-close-reports-window img:hover, #ays-quiz-question-report-modal-10827 .ays-close-reports-window img:focus { cursor: pointer; } #ays-quiz-question-report-modal-10827 .ays-quiz-question-report-error { display: none; font-size: 13px; color: #f00; text-align: left; } #ays-quiz-question-report-modal-10827 .ays-quiz-question-report-textarea-label, #ays-quiz-question-report-modal-10827 .ays-quiz-question-report-title { text-align: left; } #ays-quiz-question-report-modal-10827 .ays_quiz_modal_overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; position: absolute; z-index: 1000000000; flex-direction: column; } #ays-quiz-question-report-modal-10827 .ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment { margin: 10px 0; } /* report questions modal end */ @media screen and (max-width: 768px){ #ays-quiz-container-10827{ max-width: 100%; } div#ays-quiz-container-10827 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } div#ays-quiz-container-10827.ays_quiz_modern_light .step, div#ays-quiz-container-10827.ays_quiz_modern_dark .step { padding-right: 0px !important; padding-top: 0px !important; } div#ays-quiz-container-10827.ays_quiz_modern_light div.step[data-question-id], div#ays-quiz-container-10827.ays_quiz_modern_dark div.step[data-question-id] { background-size: cover !important; background-position: center center !important; } div#ays-quiz-container-10827.ays_quiz_modern_light .ays-abs-fs:not(.ays-start-page):not(.ays-end-page), div#ays-quiz-container-10827.ays_quiz_modern_dark .ays-abs-fs:not(.ays-start-page):not(.ays-end-page) { width: 100%; } #ays-quiz-container-10827 .ays_quiz_question p { font-size: 16px; } #ays-quiz-container-10827 .select2-container, div#ays-quiz-container-10827 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } div#ays-quiz-container-10827 input#ays-submit, div#ays-quiz-container-10827 #ays_finish_quiz_10827 .action-button, div#ays-quiz-container-10827 #ays_finish_quiz_10827 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, div#ays-quiz-container-10827 #ays_finish_quiz_10827 .action-button.ays_restart_button, #ays-quiz-container-10827 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-10827 .ays-quiz-category-selective-submit-bttn { font-size: 18px; } div#ays-quiz-container-10827 div.ays-questions-container div.ays-woo-block { width: 100%; } /* Quiz title / mobile font size */ div#ays-quiz-container-10827 .ays-fs-title { font-size: 20px; } /* Question explanation / mobile font size */ #ays-quiz-container-10827 .ays_questtion_explanation p { font-size:16px; } /* Wrong answers / mobile font size */ #ays-quiz-container-10827 .wrong_answer_text p { font-size:16px; } /* Right answers / mobile font size */ #ays-quiz-container-10827 .right_answer_text p { font-size:16px; } /* Note text / mobile font size */ #ays-quiz-container-10827 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-10827 div.ays-quiz-personality-result-box .ays-quiz-personality-result-title { font-size: 18px; } /* Personality Test */ #ays-quiz-container-10827 div.ays-quiz-personality-result-box .ays-quiz-personality-result-bar { font-size: 14px; padding: 6px 10px 0; } } /* Custom css styles */ /* RTL direction styles */ </style> <style> #ays-quiz-container-10827 p { margin: 0.625em; } #ays-quiz-container-10827.ays_quiz_classic_light .enable_correction .ays-field.checked_answer_div input:checked+label, #ays-quiz-container-10827.ays_quiz_classic_dark .enable_correction .ays-field.checked_answer_div input:checked+label { /* background-color: transparent; */ } #ays-quiz-container-10827 .ays-field.checked_answer_div input:checked~label { background-color: rgba(93,108,249,0.6); } #ays-quiz-container-10827.ays-quiz-container.ays_quiz_classic_light .ays-questions-container .ays-field:hover label[for^='ays-answer-'], #ays-quiz-container-10827 .ays-field:hover{ background: rgba(93,108,249,0.8); color: #fff; transition: all .3s; } #ays-quiz-container-10827 #ays_finish_quiz_10827 .action-button:hover, #ays-quiz-container-10827 #ays_finish_quiz_10827 .action-button:focus, #ays-quiz-container-10827 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-10827 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 3px #ffffff; background: #5d6cf9; } </style><script> if(typeof aysQuizOptions === 'undefined'){ var aysQuizOptions = []; } aysQuizOptions['10827'] = 'eyJxdWl6X3ZlcnNpb24iOiIyMS44LjEiLCJjb3JlX3ZlcnNpb24iOiI2LjcuMiIsInBocF92ZXJzaW9uIjoiOC4xLjMxIiwiY29sb3IiOiIjNWQ2Y2Y5IiwiYmdfY29sb3IiOiIjZmZmIiwidGV4dF9jb2xvciI6IiMwMDAwMDAiLCJoZWlnaHQiOjQ1MCwid2lkdGgiOjgwMCwiZW5hYmxlX2xvZ2dlZF91c2VycyI6Im9mZiIsImluZm9ybWF0aW9uX2Zvcm0iOiJkaXNhYmxlIiwiZm9ybV9uYW1lIjoib2ZmIiwiZm9ybV9lbWFpbCI6Im9mZiIsImZvcm1fcGhvbmUiOiJvZmYiLCJpbWFnZV93aWR0aCI6IiIsImltYWdlX2hlaWdodCI6IiIsImVuYWJsZV9jb3JyZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3Byb2dyZXNzX2JhciI6Im9mZiIsImVuYWJsZV9xdWVzdGlvbnNfcmVzdWx0Ijoib24iLCJyYW5kb21pemVfcXVlc3Rpb25zIjoib2ZmIiwicmFuZG9taXplX2Fuc3dlcnMiOiJvZmYiLCJlbmFibGVfcXVlc3Rpb25zX2NvdW50ZXIiOiJvbiIsImVuYWJsZV9yZXN0cmljdGlvbl9wYXNzIjoib2ZmIiwiZW5hYmxlX3Jlc3RyaWN0aW9uX3Bhc3NfdXNlcnMiOiJvZmYiLCJyZXN0cmljdGlvbl9wYXNzX21lc3NhZ2UiOiIiLCJyZXN0cmljdGlvbl9wYXNzX3VzZXJzX21lc3NhZ2UiOiIiLCJ1c2VyX3JvbGUiOltdLCJheXNfdXNlcnNfc2VhcmNoIjpbXSwiY3VzdG9tX2NzcyI6IiIsImxpbWl0X3VzZXJzIjoib2ZmIiwibGltaXRhdGlvbl9tZXNzYWdlIjoiIiwicmVkaXJlY3RfdXJsIjoiIiwicmVkaXJlY3Rpb25fZGVsYXkiOjAsImFuc3dlcnNfdmlldyI6Imxpc3QiLCJlbmFibGVfcnRsX2RpcmVjdGlvbiI6Im9mZiIsImVuYWJsZV9sb2dnZWRfdXNlcnNfbWVzc2FnZSI6IiIsInF1ZXN0aW9uc19jb3VudCI6IiIsImVuYWJsZV9xdWVzdGlvbl9iYW5rIjoib2ZmIiwiZW5hYmxlX2xpdmVfcHJvZ3Jlc3NfYmFyIjoib2ZmIiwiZW5hYmxlX3BlcmNlbnRfdmlldyI6Im9mZiIsImVuYWJsZV9hdmVyYWdlX3N0YXRpc3RpY2FsIjoib24iLCJlbmFibGVfbmV4dF9idXR0b24iOiJvbiIsImVuYWJsZV9wcmV2aW91c19idXR0b24iOiJvbiIsImVuYWJsZV9hcnJvd3MiOiJvZmYiLCJ0aW1lcl90ZXh0IjoiQlx1MWVhMW4gXHUwMTExXHUwMGUzIHNcdTFlYjVuIHNcdTAwZTBuZyBjaFx1MDFiMGE/IDQ1IHBoXHUwMGZhdCBsXHUwMGUwbSBiXHUwMGUwaSBiXHUxZWFmdCBcdTAxMTFcdTFlYTd1ISEhIiwicXVpel90aGVtZSI6ImNsYXNzaWNfbGlnaHQiLCJlbmFibGVfc29jaWFsX2J1dHRvbnMiOiJvZmYiLCJmaW5hbF9yZXN1bHRfdGV4dCI6IjxpbWcgY2xhc3M9XCJzaXplLWZ1bGwgd3AtaW1hZ2UtNDI5IGFsaWduY2VudGVyXCIgc3JjPVwiaHR0cDpcL1wvY2F1aG9pLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDNcL2NvbmdyYXR1bGF0aW9ucy5naWZcIiBhbHQ9XCJcIiB3aWR0aD1cIjQ5OVwiIGhlaWdodD1cIjE4MVwiIFwvPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNoXHUwMGZhYyBtXHUxZWVibmcgYlx1MWVhMW4gXHUwMTExXHUwMGUzIGhvXHUwMGUwbiB0aFx1MDBlMG5oIGJcdTAwZTBpIHRoaSEhITxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkJcdTFlYTFuIFx1MDExMVx1MDBmYW5nIDxzcGFuIHN0eWxlPVwidmVydGljYWwtYWxpZ246IGluaGVyaXQ7XCI+JSV1c2VyX2NvcnJlY3RzX2NvdW50JSVcLyUlcXVlc3Rpb25zX2NvdW50JSU8XC9zcGFuPjxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNcdTAwZjluZyB4ZW0gXHUwMTExXHUwMGUxcCBcdTAwZTFuIFx1MWVkZiBiXHUwMGVhbiBkXHUwMWIwXHUxZWRiaSBcdTAxMTFcdTAwZTJ5IG5oXHUwMGU5ISEhPFwvc3Ryb25nPjxcL3A+IiwiZW5hYmxlX3Bhc3NfY291bnQiOiJvbiIsImhpZGVfc2NvcmUiOiJvbiIsInJhdGVfZm9ybV90aXRsZSI6IiIsImJveF9zaGFkb3dfY29sb3IiOiIjYzljOWM5IiwicXVpel9ib3JkZXJfcmFkaXVzIjoiOCIsInF1aXpfYmdfaW1hZ2UiOiIiLCJxdWl6X2JvcmRlcl93aWR0aCI6IjEiLCJxdWl6X2JvcmRlcl9zdHlsZSI6InNvbGlkIiwicXVpel9ib3JkZXJfY29sb3IiOiIjMDAwIiwicXVpel9sb2FkZXIiOiJkZWZhdWx0IiwicXVlc3RfYW5pbWF0aW9uIjoic2hha2UiLCJlbmFibGVfYmdfbXVzaWMiOiJvZmYiLCJxdWl6X2JnX211c2ljIjoiIiwiYW5zd2Vyc19mb250X3NpemUiOjE1LCJzaG93X2NyZWF0ZV9kYXRlIjoib2ZmIiwic2hvd19hdXRob3IiOiJvZmYiLCJlbmFibGVfZWFybHlfZmluaXNoIjoib2ZmIiwiYW5zd2Vyc19yd190ZXh0cyI6Im9uX3Bhc3NpbmciLCJkaXNhYmxlX3N0b3JlX2RhdGEiOiJvZmYiLCJlbmFibGVfYmFja2dyb3VuZF9ncmFkaWVudCI6Im9mZiIsImJhY2tncm91bmRfZ3JhZGllbnRfY29sb3JfMSI6IiMwMDAiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2NvbG9yXzIiOiIjZmZmIiwicXVpel9ncmFkaWVudF9kaXJlY3Rpb24iOiJ2ZXJ0aWNhbCIsInJlZGlyZWN0X2FmdGVyX3N1Ym1pdCI6Im9mZiIsInN1Ym1pdF9yZWRpcmVjdF91cmwiOiIiLCJzdWJtaXRfcmVkaXJlY3RfZGVsYXkiOiIwIiwicHJvZ3Jlc3NfYmFyX3N0eWxlIjoidGhpcmQiLCJlbmFibGVfZXhpdF9idXR0b24iOiJvZmYiLCJleGl0X3JlZGlyZWN0X3VybCI6IiIsImltYWdlX3NpemluZyI6ImNvdmVyIiwicXVpel9iZ19pbWFnZV9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJjdXN0b21fY2xhc3MiOiIiLCJlbmFibGVfc29jaWFsX2xpbmtzIjoib2ZmIiwic29jaWFsX2xpbmtzIjp7ImxpbmtlZGluX2xpbmsiOiIiLCJmYWNlYm9va19saW5rIjoiIiwidHdpdHRlcl9saW5rIjoiIiwidmtvbnRha3RlX2xpbmsiOiIiLCJpbnN0YWdyYW1fbGluayI6IiIsInlvdXR1YmVfbGluayI6IiIsImJlaGFuY2VfbGluayI6IiJ9LCJzaG93X3F1aXpfdGl0bGUiOiJvbiIsInNob3dfcXVpel9kZXNjIjoib24iLCJzaG93X2xvZ2luX2Zvcm0iOiJvZmYiLCJtb2JpbGVfbWF4X3dpZHRoIjoiIiwibGltaXRfdXNlcnNfYnkiOiJpcCIsImV4cGxhbmF0aW9uX3RpbWUiOiI0IiwiZW5hYmxlX2NsZWFyX2Fuc3dlciI6Im9mZiIsInNob3dfY2F0ZWdvcnkiOiJvbiIsInNob3dfcXVlc3Rpb25fY2F0ZWdvcnkiOiJvbiIsImFuc3dlcnNfcGFkZGluZyI6IjUiLCJhbnN3ZXJzX2JvcmRlciI6Im9uIiwiYW5zd2Vyc19ib3JkZXJfd2lkdGgiOiIxIiwiYW5zd2Vyc19ib3JkZXJfc3R5bGUiOiJzb2xpZCIsImFuc3dlcnNfYm9yZGVyX2NvbG9yIjoiI2RkZGRkZCIsImFuc19pbWdfaGVpZ2h0IjoiMTUwIiwiYW5zX2ltZ19jYXB0aW9uX3N0eWxlIjoib3V0c2lkZSIsImFuc19pbWdfY2FwdGlvbl9wb3NpdGlvbiI6ImJvdHRvbSIsImFuc3dlcnNfYm94X3NoYWRvdyI6Im9mZiIsImFuc3dlcnNfYm94X3NoYWRvd19jb2xvciI6IiMwMDAiLCJzaG93X2Fuc3dlcnNfY2FwdGlvbiI6Im9uIiwiYW5zd2Vyc19tYXJnaW4iOjEyLCJhbnNfcmlnaHRfd3JvbmdfaWNvbiI6Im5vbmUiLCJkaXNwbGF5X3Njb3JlIjoiYnlfcG9pbnRzIiwiZW5hYmxlX3J3X2FzbndlcnNfc291bmRzIjoib2ZmIiwicXVpel9iZ19pbWdfaW5fZmluaXNoX3BhZ2UiOiJvZmYiLCJmaW5pc2hfYWZ0ZXJfd3JvbmdfYW5zd2VyIjoib2ZmIiwiYWZ0ZXJfdGltZXJfdGV4dCI6IkJcdTFlYTFuIFx1MDExMVx1MDBlMyBoXHUxZWJmdCBnaVx1MWVkZCBsXHUwMGUwbSBiXHUwMGUwaSEgWGVtIGtcdTFlYmZ0IHF1XHUxZWEzIGNcdTAwZTFjIGNcdTAwZTJ1IGhcdTFlY2ZpIFx1MDExMVx1MDBlMyBsXHUwMGUwbSBuaFx1MDBlOSEhISIsImVuYWJsZV9lbnRlcl9rZXkiOiJvbiIsInNob3dfcmF0ZV9hZnRlcl9yYXRlIjoib24iLCJidXR0b25zX3RleHRfY29sb3IiOiIjZmZmZmZmIiwiYnV0dG9uc19wb3NpdGlvbiI6ImNlbnRlciIsImJ1dHRvbnNfc2l6ZSI6ImxhcmdlIiwiYnV0dG9uc19mb250X3NpemUiOiIxOCIsImJ1dHRvbnNfd2lkdGgiOiIiLCJidXR0b25zX2xlZnRfcmlnaHRfcGFkZGluZyI6IjM2IiwiYnV0dG9uc190b3BfYm90dG9tX3BhZGRpbmciOiIxNCIsImJ1dHRvbnNfYm9yZGVyX3JhZGl1cyI6IjgiLCJlbmFibGVfYXVkaW9fYXV0b3BsYXkiOiJvZmYiLCJlbmFibGVfbGVhdmVfcGFnZSI6Im9uIiwic2hvd19vbmx5X3dyb25nX2Fuc3dlciI6Im9mZiIsInBhc3Nfc2NvcmUiOjAsInBhc3Nfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DaFx1MDBmYWMgbVx1MWVlYm5nITxcL2g0PlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5CXHUxZWExbiBcdTAxMTFcdTAwZTMgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSE8XC9wPiIsImZhaWxfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cdTAxMTBcdTAwZTFuZyB0aVx1MWViZmMhPFwvaDQ+XHJcbjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkJcdTFlYTFuIGtoXHUwMGY0bmcgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSFcclxuSFx1MDBlM3kgdGhcdTFlZWQgbFx1MWVhMWkgbmhcdTAwZTkhPFwvcD4iLCJhbnN3ZXJzX29iamVjdF9maXQiOiJjb3ZlciIsInF1aXpfbWF4X3Bhc3NfY291bnQiOjEsInF1ZXN0aW9uX2ZvbnRfc2l6ZSI6MTYsInF1aXpfd2lkdGhfYnlfcGVyY2VudGFnZV9weCI6InBpeGVscyIsInF1ZXN0aW9uc19oaW50X2ljb25fb3JfdGV4dCI6ImRlZmF1bHQiLCJxdWVzdGlvbnNfaGludF92YWx1ZSI6IiIsImVuYWJsZV9lYXJseV9maW5zaF9jb21maXJtX2JveCI6Im9uIiwiaGlkZV9jb3JyZWN0X2Fuc3dlcnMiOiJvZmYiLCJxdWl6X2xvYWRlcl90ZXh0X3ZhbHVlIjoiIiwic2hvd19pbmZvcm1hdGlvbl9mb3JtIjoib24iLCJzaG93X3F1ZXN0aW9uc19leHBsYW5hdGlvbiI6Im9uX3Jlc3VsdHNfcGFnZSIsImVuYWJsZV9xdWVzdGlvbnNfb3JkZXJpbmdfYnlfY2F0Ijoib2ZmIiwiZW5hYmxlX3NlbmRfbWFpbF90b191c2VyX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJlbmFibGVfc2VuZF9tYWlsX3RvX2FkbWluX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJzaG93X3F1ZXN0aW9uc19udW1iZXJpbmciOiJub25lIiwic2hvd19hbnN3ZXJzX251bWJlcmluZyI6Im5vbmUiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmIjoiIiwiZGlzYWJsZV9ob3Zlcl9lZmZlY3QiOiJvZmYiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmX3dpZHRoIjoxMDAsInF1aXpfdGl0bGVfdHJhbnNmb3JtYXRpb24iOiJ1cHBlcmNhc2UiLCJxdWl6X2ltYWdlX3dpZHRoX2J5X3BlcmNlbnRhZ2VfcHgiOiJwaXhlbHMiLCJxdWl6X2ltYWdlX2hlaWdodCI6MCwicXVpel9iZ19pbWdfb25fc3RhcnRfcGFnZSI6Im9mZiIsInF1aXpfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9ib3hfc2hhZG93X3lfb2Zmc2V0IjowLCJxdWl6X2JveF9zaGFkb3dfel9vZmZzZXQiOjE1LCJxdWl6X3F1ZXN0aW9uX3RleHRfYWxpZ25tZW50IjoiY2VudGVyIiwicXVpel9hcnJvd190eXBlIjoiZGVmYXVsdCIsInF1aXpfc2hvd193cm9uZ19hbnN3ZXJzX2ZpcnN0Ijoib2ZmIiwicXVpel9kaXNwbGF5X2FsbF9xdWVzdGlvbnMiOiJvbiIsInF1aXpfdGltZXJfcmVkX3dhcm5pbmciOiJvbiIsInF1aXpfc2NoZWR1bGVfdGltZXpvbmUiOiJVVEMrMCIsInF1ZXN0aW9uc19oaW50X2J1dHRvbl92YWx1ZSI6IiIsInF1aXpfdGFja2Vyc19tZXNzYWdlIjoiVGhpcyBxdWl6IGlzIGV4cGlyZWQhIiwicXVpel9lbmFibGVfbGlua2VkaW5fc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV9mYWNlYm9va19zaGFyZV9idXR0b24iOiJvbiIsInF1aXpfZW5hYmxlX3R3aXR0ZXJfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV92a29udGFrdGVfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X21ha2VfcmVzcG9uc2VzX2Fub255bW91cyI6Im9mZiIsInF1aXpfbWFrZV9hbGxfcmV2aWV3X2xpbmsiOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3RpbWVyIjoiVGhcdTFlZGRpIGdpYW4gY1x1MDBmMm4gbFx1MWVhMWkiLCJxdWl6X3Bhc3N3b3JkX21lc3NhZ2UiOiIiLCJlbmFibGVfc2VlX3Jlc3VsdF9jb25maXJtX2JveCI6Im9mZiIsImRpc3BsYXlfZmllbGRzX2xhYmVscyI6Im9mZiIsInF1aXpfZW5hYmxlX3Bhc3N3b3JkX3Zpc2liaWxpdHkiOiJvZmYiLCJxdWVzdGlvbl9tb2JpbGVfZm9udF9zaXplIjoxNiwiYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNSwic29jaWFsX2J1dHRvbnNfaGVhZGluZyI6IiIsInNvY2lhbF9saW5rc19oZWFkaW5nIjoiIiwicXVpel9lbmFibGVfcXVlc3Rpb25fY2F0ZWdvcnlfZGVzY3JpcHRpb24iOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3JlZGlyZWN0X3RpbWVyIjoiIiwiYnV0dG9uc19tb2JpbGVfZm9udF9zaXplIjoxOCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd195X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd196X29mZnNldCI6MTAsInF1aXpfZW5hYmxlX3RpdGxlX3RleHRfc2hhZG93Ijoib2ZmIiwicXVpel90aXRsZV90ZXh0X3NoYWRvd19jb2xvciI6IiMzMzMiLCJyaWdodF9hbnN3ZXJzX2ZvbnRfc2l6ZSI6MTYsIndyb25nX2Fuc3dlcnNfZm9udF9zaXplIjoxNiwicXVlc3RfZXhwbGFuYXRpb25fZm9udF9zaXplIjoxNiwicXVpel93YWl0aW5nX3RpbWUiOiJvZmYiLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3hfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3lfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3pfb2Zmc2V0IjoyLCJxdWl6X3Nob3dfb25seV93cm9uZ19hbnN3ZXJzIjoib2ZmIiwicXVpel90aXRsZV9mb250X3NpemUiOjI4LCJxdWl6X3RpdGxlX21vYmlsZV9mb250X3NpemUiOjIwLCJxdWl6X3Bhc3N3b3JkX3dpZHRoIjoiIiwicXVpel9yZXZpZXdfcGxhY2Vob2xkZXJfdGV4dCI6IiIsInF1aXpfbWFrZV9yZXZpZXdfcmVxdWlyZWQiOiJvZmYiLCJxdWl6X2VuYWJsZV9yZXN1bHRzX3RvZ2dsZSI6Im9mZiIsInF1aXpfcmV2aWV3X3RoYW5rX3lvdV9tZXNzYWdlIjoiIiwicXVpel9yZXZpZXdfZW5hYmxlX2NvbW1lbnRfZmllbGQiOiJvbiIsInF1ZXN0X2V4cGxhbmF0aW9uX21vYmlsZV9mb250X3NpemUiOjE2LCJ3cm9uZ19hbnN3ZXJzX21vYmlsZV9mb250X3NpemUiOjE2LCJxdWl6X2VuYWJsZV9xdWVzdGlvbl9pbWFnZV96b29tIjoib2ZmIiwicmlnaHRfYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNiwicXVpel9kaXNwbGF5X21lc3NhZ2VzX2JlZm9yZV9idXR0b25zIjoib2ZmIiwiZW5hYmxlX3F1ZXN0aW9uc19yZXBvcnRpbmciOiJvZmYiLCJxdWl6X2VuYWJsZV9xdWVzdGlvbnNfcmVwb3J0aW5nX21haWwiOiJvZmYiLCJxdWl6X2VuYWJsZV91c2VyX2NcdTA1NzBvb3NpbmdfYW5vbnltb3VzX2Fzc2Vzc21lbnQiOiJvZmYiLCJub3RlX3RleHRfZm9udF9zaXplIjoxNCwibm90ZV90ZXh0X21vYmlsZV9mb250X3NpemUiOjE0LCJxdWl6X3F1ZXN0aW9uc19udW1iZXJpbmdfYnlfY2F0ZWdvcnkiOiJvZmYiLCJxdWl6X2VuYWJsZV9jdXN0b21fdGV4dHNfZm9yX2J1dHRvbnMiOiJvZmYiLCJxdWl6X2N1c3RvbV90ZXh0c19zdGFydF9idXR0b24iOiJTdGFydCIsInF1aXpfY3VzdG9tX3RleHRzX25leHRfYnV0dG9uIjoiTmV4dCIsInF1aXpfY3VzdG9tX3RleHRzX3ByZXZfYnV0dG9uIjoiUHJldiIsInF1aXpfY3VzdG9tX3RleHRzX2NsZWFyX2J1dHRvbiI6IkNsZWFyIiwicXVpel9jdXN0b21fdGV4dHNfZmluaXNoX2J1dHRvbiI6IkZpbmlzaCIsInF1aXpfY3VzdG9tX3RleHRzX3NlZV9yZXN1bHRzX2J1dHRvbiI6IlNlZSBSZXN1bHQiLCJxdWl6X2N1c3RvbV90ZXh0c19yZXN0YXJ0X3F1aXpfYnV0dG9uIjoiUmVzdGFydCBxdWl6IiwicXVpel9jdXN0b21fdGV4dHNfc2VuZF9mZWVkYmFja19idXR0b24iOiJTZW5kIGZlZWRiYWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9hZF9tb3JlX2J1dHRvbiI6IkxvYWQgbW9yZSIsInF1aXpfY3VzdG9tX3RleHRzX2V4aXRfYnV0dG9uIjoiRXhpdCIsInF1aXpfY3VzdG9tX3RleHRzX2NoZWNrX2J1dHRvbiI6IkNoZWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9naW5fYnV0dG9uIjoiTG9nIEluIiwicXVpel9lbmFibGVfcXVpel9jYXRlZ29yeV9kZXNjcmlwdGlvbiI6Im9mZiIsInF1aXpfYWRtaW5fbm90ZV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJxdWl6X2dyaWRfdmlld19jb3VudCI6IjIiLCJxdWl6X2dyaWRfaW1hZ2VfdmlldyI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9yaWdodF9hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel93cm9uZ19hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3JpZ2h0X2Fuc3dlcnNfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInF1aXpfd3JvbmdfYW5zd2Vyc190ZXh0X2RlY29yYXRpb24iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfYmdfaW1nX2R1cmluZ190aGVfcXVpeiI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fbGV0dGVyX3NwYWNpbmciOiIwIiwicXVpel9yaWdodF9hbnN3ZXJzX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfd3JvbmdfYW5zd2Vyc19sZXR0ZXJfc3BhY2luZyI6IjAiLCJxdWl6X2FkbWluX25vdGVfZm9udF93ZWlnaHQiOiJub3JtYWwiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9yaWdodF9hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel93cm9uZ19hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9jb250ZW50X21heF93aWR0aCI6OTAsInF1aXpfY29udGVudF9tb2JpbGVfbWF4X3dpZHRoIjo5MCwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2UiOm51bGwsInF1ZXN0aW9uX2NvdW50X3Blcl9wYWdlX251bWJlciI6IiIsIm1haWxfbWVzc2FnZSI6IiIsImVuYWJsZV9jZXJ0aWZpY2F0ZSI6Im9mZiIsImVuYWJsZV9jZXJ0aWZpY2F0ZV93aXRob3V0X3NlbmQiOiJvZmYiLCJjZXJ0aWZpY2F0ZV9wYXNzIjoiMCIsImZvcm1fdGl0bGUiOiIiLCJjZXJ0aWZpY2F0ZV90aXRsZSI6IjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiA1MHB4OyBmb250LXdlaWdodDogYm9sZDtcIj5DZXJ0aWZpY2F0ZSBvZiBDb21wbGV0aW9uPFwvc3Bhbj4iLCJjZXJ0aWZpY2F0ZV9ib2R5IjoiPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+VGhpcyBpcyB0byBjZXJ0aWZ5IHRoYXQ8XC9pPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMzBweDtcIj48Yj4lJXVzZXJfbmFtZSUlPFwvYj48XC9zcGFuPlxyXG5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+aGFzIGNvbXBsZXRlZCB0aGUgcXVpejxcL2k+PFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAzMHB4O1wiPlwiJSVxdWl6X25hbWUlJVwiPFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAyMHB4O1wiPndpdGggYSBzY29yZSBvZiA8Yj4lJXNjb3JlJSU8XC9iPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMjVweDtcIj48aT5kYXRlZDxcL2k+PFwvc3Bhbj5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDMwcHg7XCI+JSVjdXJyZW50X2RhdGUlJTxcL3NwYW4+IiwibWFpbGNoaW1wX2xpc3QiOiIiLCJlbmFibGVfbWFpbGNoaW1wIjoib2ZmIiwiZW5hYmxlX2RvdWJsZV9vcHRfaW4iOiJvZmYiLCJhY3RpdmVfZGF0ZV9jaGVjayI6Im9mZiIsImFjdGl2ZUludGVydmFsIjoiMjAyNS0wMy0yOCAxNDo0NjowOCIsImRlYWN0aXZlSW50ZXJ2YWwiOiIyMDI1LTAzLTI4IDE0OjQ2OjA4IiwiYWN0aXZlX2RhdGVfbWVzc2FnZSI6IlRoZSBxdWl6IGhhcyBleHBpcmVkISIsImFjdGl2ZV9kYXRlX3ByZV9zdGFydF9tZXNzYWdlIjoiVGhlIHF1aXogd2lsbCBiZSBhdmFpbGFibGUgc29vbiEiLCJjaGVja2JveF9zY29yZV9ieSI6Im9uIiwiY2FsY3VsYXRlX3Njb3JlIjoiYnlfY29ycmVjdG5lc3MiLCJzZW5kX3Jlc3VsdHNfdXNlciI6Im9mZiIsInNlbmRfaW50ZXJ2YWxfbXNnIjoib2ZmIiwicXVlc3Rpb25fYmFua190eXBlIjoiZ2VuZXJhbCIsInF1ZXN0aW9uc19iYW5rX2NhdF9jb3VudCI6eyIzIjoiIn0sImVuYWJsZV90YWNrZXJzX2NvdW50Ijoib2ZmIiwidGFja2Vyc19jb3VudCI6IiIsInNlbmRfcmVzdWx0c19hZG1pbiI6Im9uIiwic2VuZF9pbnRlcnZhbF9tc2dfdG9fYWRtaW4iOiJvZmYiLCJzaG93X2ludGVydmFsX21lc3NhZ2UiOiJvbiIsImFsbG93X2NvbGxlY3RpbmdfbG9nZ2VkX2luX3VzZXJzX2RhdGEiOiJvZmYiLCJxdWl6X3Bhc3Nfc2NvcmUiOiIwIiwic2VuZF9jZXJ0aWZpY2F0ZV90b19hZG1pbiI6Im9mZiIsImNlcnRpZmljYXRlX2ltYWdlIjoiIiwiY2VydGlmaWNhdGVfZnJhbWUiOiJkZWZhdWx0IiwiY2VydGlmaWNhdGVfb3JpZW50YXRpb24iOiJsIiwibWFrZV9xdWVzdGlvbnNfcmVxdWlyZWQiOiJvZmYiLCJlbmFibGVfcGFzc3dvcmQiOiJvZmYiLCJwYXNzd29yZF9xdWl6IjoiIiwibWFpbF9tZXNzYWdlX2FkbWluIjoiIiwic2VuZF9tYWlsX3RvX3NpdGVfYWRtaW4iOiJvbiIsImdlbmVyYXRlX3Bhc3N3b3JkIjoiZ2VuZXJhbCIsImdlbmVyYXRlZF9wYXNzd29yZHMiOnsiY3JlYXRlZF9wYXNzd29yZHMiOltdLCJhY3RpdmVfcGFzc3dvcmRzIjpbXSwidXNlZF9wYXNzd29yZHMiOltdfSwiZGlzcGxheV9zY29yZV9ieSI6ImJ5X3BlcmNlbnRhZ2UiLCJzaG93X3NjaGVkdWxlX3RpbWVyIjoib2ZmIiwic2hvd190aW1lcl90eXBlIjoiY291bnRkb3duIiwicHJvZ3Jlc3NfbGl2ZV9iYXJfc3R5bGUiOiJkZWZhdWx0IiwiZW5hYmxlX2Z1bGxfc2NyZWVuX21vZGUiOiJvbiIsImVuYWJsZV9uYXZpZ2F0aW9uX2JhciI6Im9mZiIsImhpZGVfbGltaXRfYXR0ZW1wdHNfbm90aWNlIjoib2ZmIiwidHVybl9vbl9leHRyYV9zZWN1cml0eV9jaGVjayI6Im9uIiwiZW5hYmxlX3RvcF9rZXl3b3JkcyI6Im9mZiIsImFzc2lnbl9rZXl3b3JkcyI6W3siYXNzaWduX3RvcF9rZXl3b3JkIjoiQSIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn0seyJhc3NpZ25fdG9wX2tleXdvcmQiOiJCIiwiYXNzaWduX3RvcF9rZXl3b3JkX3RleHQiOiIifSx7ImFzc2lnbl90b3Bfa2V5d29yZCI6IkMiLCJhc3NpZ25fdG9wX2tleXdvcmRfdGV4dCI6IiJ9LHsiYXNzaWduX3RvcF9rZXl3b3JkIjoiRCIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn1dLCJxdWl6X2VuYWJsZV9jb3Vwb24iOiJvZmYiLCJxdWl6X2NvdXBvbnNfYXJyYXkiOnsicXVpel9hY3RpdmVfY291cG9ucyI6W10sInF1aXpfaW5hY3RpdmVfY291cG9ucyI6W119LCJhcHBseV9wb2ludHNfdG9fa2V5d29yZHMiOiJvZmYiLCJsaW1pdF9hdHRlbXB0c19jb3VudF9ieV91c2VyX3JvbGUiOiIiLCJlbmFibGVfYXV0b3N0YXJ0Ijoib2ZmIiwicXVpel9lbmFibGVfa2V5Ym9hcmRfbmF2aWdhdGlvbiI6Im9uIiwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2VfdHlwZSI6ImdlbmVyYWwiLCJxdWVzdGlvbl9jb3VudF9wZXJfcGFnZV9jdXN0b21fb3JkZXIiOiIiLCJxdWl6X3RpbWVyX3R5cGUiOiJxdWl6X3RpbWVyIiwiYXlzX2FsbG93X2V4cG9ydGluZ19xdWl6emVzIjoib2ZmIiwiYXlzX3VzZXJzX3RvX2V4cG9ydF9zZWFyY2giOltdLCJxdWl6X3Bhc3Nfc2NvcmVfdHlwZSI6InBvaW50IiwicXVpel9jZXJ0aWZpY2F0ZV9wYXNzX3Njb3JlX3R5cGUiOiJwZXJjZW50YWdlIiwicXVpel9lcXVhbF9rZXl3b3Jkc190ZXh0IjoiIiwiZW5hYmxlX25hdmlnYXRpb25fYmFyX21hcmtlZF9xdWVzdGlvbnMiOiJvZmYiLCJxdWl6X3F1ZXN0aW9uX3RleHRfdG9fc3BlZWNoIjoib2ZmIiwicXVpel9xdWVzdGlvbl90ZXh0X3RvX3NwZWVjaF92b2ljZSI6Ik1pY3Jvc29mdCBEYXZpZCAtIEVuZ2xpc2ggKFVuaXRlZCBTdGF0ZXMpIiwicXVpel9kaXNhYmxlX2lucHV0X2ZvY3VzaW5nIjoib2ZmIiwicXVpel9wYXNzd29yZF9pbXBvcnRfdHlwZSI6ImRlZmF1bHQiLCJxdWl6X25hdmlnYXRpb25fYmFyX3R5cGUiOiJkZWZhdWx0IiwicXVpel9zaG93X3F1ZXN0aW9uX3RhZ3MiOiJvbiIsInF1aXpfc2hvd19yZXN1bHRzX2Jhc2VkX3Bhc3Nfc2NvcmUiOiJvZmYiLCJxdWl6X3Nob3dfaW50ZXJ2YWxfbWVzc2FnZXNfZm9yX2VxdWFsX2tleXdvcmRzIjoib2ZmIiwicXVpel9oaWRlX2Jhbm5lcl9xdWVzdGlvbnNfb25fcmVzdWx0X3BhZ2UiOiJvZmYiLCJxdWl6X3NlbmRfcmVzdWx0c191c2VyX3dpdGhvdXRfaW1nIjoib2ZmIiwicXVpel9zZW5kX3Jlc3VsdHNfYWRtaW5fd2l0aG91dF9pbWciOiJvZmYiLCJwYXlwYWxfYW1vdW50IjpudWxsLCJwYXlwYWxfY3VycmVuY3kiOm51bGwsInBheXBhbF9tZXNzYWdlIjoiIiwiZW5hYmxlX3N0cmlwZSI6Im9mZiIsInN0cmlwZV9hbW91bnQiOiIiLCJzdHJpcGVfY3VycmVuY3kiOiIiLCJzdHJpcGVfbWVzc2FnZSI6IllvdSBuZWVkIHRvIHBheSB0byBwYXNzIHRoaXMgcXVpei4iLCJwYXltZW50X3R5cGUiOiJwcmVwYXkiLCJlbmFibGVfbW9uaXRvciI6Im9mZiIsIm1vbml0b3JfbGlzdCI6IiIsImFjdGl2ZV9jYW1wX2xpc3QiOiIiLCJlbmFibGVfc2xhY2siOiJvZmYiLCJzbGFja19jb252ZXJzYXRpb24iOiIiLCJhY3RpdmVfY2FtcF9hdXRvbWF0aW9uIjoiIiwiZW5hYmxlX2FjdGl2ZV9jYW1wIjoib2ZmIiwiZW5hYmxlX3phcGllciI6Im9mZiIsImVuYWJsZV9nb29nbGVfc2hlZXRzIjoib2ZmIiwic3ByZWFkc2hlZXRfaWQiOiIiLCJnb29nbGVfc2hlZXRfY3VzdG9tX2ZpZWxkcyI6W10sInF1aXpfY29uZGl0aW9uX3Nob3dfYWxsX3Jlc3VsdHMiOiJvZmYiLCJxdWl6X2NvbmRpdGlvbl9jYWxjdWxhdGlvbl90eXBlIjoiZGVmYXVsdCIsInF1aXpfYXR0cmlidXRlcyI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX2FjdGl2ZV9vcmRlciI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX3Bhc3NpdmVfb3JkZXIiOlsiYXlzX2Zvcm1fbmFtZSIsImF5c19mb3JtX2VtYWlsIiwiYXlzX2Zvcm1fcGhvbmUiXSwicmVxdWlyZWRfZmllbGRzIjpudWxsLCJlbmFibGVfdGltZXIiOiJvbiIsInRpbWVyIjoyNzAwLCJlbmFibGVfcXVpel9yYXRlIjoib2ZmIiwiZW5hYmxlX3JhdGVfYXZnIjoib2ZmIiwiZW5hYmxlX2JveF9zaGFkb3ciOiJvZmYiLCJlbmFibGVfYm9yZGVyIjoib2ZmIiwicXVpel90aW1lcl9pbl90aXRsZSI6Im9uIiwiZW5hYmxlX3JhdGVfY29tbWVudHMiOiJvZmYiLCJlbmFibGVfcmVzdGFydF9idXR0b24iOiJvZmYiLCJhdXRvZmlsbF91c2VyX2RhdGEiOiJvZmYiLCJlbmFibGVfY29weV9wcm90ZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3BheXBhbCI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzcyI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzc191c2VycyI6Im9mZiIsInVzZXJfbWFpbCI6Im9mZiIsImFkbWluX21haWwiOiJvZmYiLCJyZXN1bHRfdGV4dCI6bnVsbCwiZW5hYmxlX3Jlc3VsdCI6Im9mZiIsImVuYWJsZV9tYWRfbWltaSI6Im9mZiIsIm1hZF9taW1pX2xpc3QiOiIiLCJlbmFibGVfY29udmVydEtpdCI6Im9mZiIsImNvbnZlcnRLaXRfZm9ybV9pZCI6IiIsImVuYWJsZV9nZXRSZXNwb25zZSI6Im9mZiIsImdldFJlc3BvbnNlX2xpc3QiOiIiLCJlbmFibGVfcmVjYXB0Y2hhIjoib2ZmIiwiYXR0cmlidXRlcyI6W10sInN1Ym1pdF9yZWRpcmVjdF9hZnRlciI6IiIsInJ3X2Fuc3dlcnNfc291bmRzIjpmYWxzZSwiaWQiOiIxMDgyNyIsImF1dGhvcl9pZCI6IjMiLCJwb3N0X2lkIjpudWxsLCJ0aXRsZSI6IlRyXHUxZWFmYyBuZ2hpXHUxZWM3bSBUaW4gaFx1MWVjZGMgMTIgQ1x1MDBlMW5oIGRpXHUxZWMxdSBCXHUwMGUwaSAxOiBMXHUwMGUwbSBxdWVuIHZcdTFlZGJpIG5nXHUwMGY0biBuZ1x1MWVlZiBcdTAxMTFcdTAwZTFuaCBkXHUxZWE1dSBzaVx1MDBlYXUgdlx1MDEwM24gYlx1MWVhM24gLSBcdTAxMTBcdTAwZWFcdTAzMDAgMDQiLCJkZXNjcmlwdGlvbiI6IjxwPlRyXHUxZWFmYyBuZ2hpXHUxZWM3bSBUaW4gaFx1MWVjZGMgMTIgQ1x1MDBlMW5oIGRpXHUxZWMxdSBCXHUwMGUwaSAxOiBMXHUwMGUwbSBxdWVuIHZcdTFlZGJpIG5nXHUwMGY0biBuZ1x1MWVlZiBcdTAxMTFcdTAwZTFuaCBkXHUxZWE1dSBzaVx1MDBlYXUgdlx1MDEwM24gYlx1MWVhM24gLSBcdTAxMTBcdTAwZWFcdTAzMDAgMDQgYmFvIGdcdTFlZDNtIG5oaVx1MWVjMXUgY1x1MDBlMnUgaFx1MWVjZmkgaGF5LCBiXHUwMGUxbSBzXHUwMGUxdCBjaFx1MDFiMFx1MDFhMW5nIHRyXHUwMGVjbmguIENcdTAwZjluZyBsXHUwMGUwbSBiXHUwMGUwaSB0XHUxZWFkcCB0clx1MWVhZmMgbmdoaVx1MWVjN20gbmdheS48XC9wPlxyXG5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxOiBOZ1x1MDBmNG4gbmdcdTFlZWYgXHUwMTExXHUwMGUxbmggZFx1MWVhNXUgc2lcdTAwZWF1IHZcdTAxMDNuIGJcdTFlYTNuIChIVE1MKSBcdTAxMTFcdTAwZjNuZyB2YWkgdHJcdTAwZjIgY2hcdTAwZWRuaCBuXHUwMGUwbyB0cm9uZyB2aVx1MWVjN2MgeFx1MDBlMnkgZFx1MWVmMW5nIHRyYW5nIHdlYj9cclxuPHVsPlxyXG48bGk+QS4gUXV5IFx1MDExMVx1MWVjYm5oIG1cdTAwZTB1IHNcdTFlYWZjIHZcdTAwZTAgYlx1MWVkMSBjXHUxZWU1YyB0clx1MDBlY25oIGJcdTAwZTB5IGNcdTFlZTdhIHRyYW5nIHdlYi48XC9saT5cclxuPGxpPkIuIFhcdTFlZWQgbFx1MDBmZCBjXHUwMGUxYyB0XHUwMWIwXHUwMWExbmcgdFx1MDBlMWMgdlx1MDBlMCBoXHUwMGUwbmggdmkgXHUwMTExXHUxZWQ5bmcgdHJcdTAwZWFuIHRyYW5nIHdlYi48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gWFx1MDBlMnkgZFx1MWVmMW5nIGNcdTFlYTV1IHRyXHUwMGZhYyB2XHUwMGUwIFx1MDExMVx1MWVjYm5oIG5naFx1MDEyOWEgblx1MWVkOWkgZHVuZyAodlx1MDEwM24gYlx1MWVhM24sIGhcdTAwZWNuaCBcdTFlYTNuaCwgbGlcdTAwZWFuIGtcdTFlYmZ0KSBjXHUxZWU3YSB0cmFuZyB3ZWIuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gUXVcdTFlYTNuIGxcdTAwZmQgY1x1MDFhMSBzXHUxZWRmIGRcdTFlZWYgbGlcdTFlYzd1IHZcdTAwZTAgbFx1MDFiMHUgdHJcdTFlZWYgdGhcdTAwZjRuZyB0aW4gbmdcdTAxYjBcdTFlZGRpIGRcdTAwZjluZy48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyOiBYXHUwMGU5dCBcdTAxMTFvXHUxZWExbiBtXHUwMGUzIEhUTUwgc2F1OlxuYGBgaHRtbFxuPCFET0NUWVBFIGh0bWw+XG48aHRtbD5cbjxoZWFkPlxuIDx0aXRsZT5UaVx1MDBlYXUgXHUwMTExXHUxZWMxIFRyYW5nIFdlYjxcL3RpdGxlPlxuPFwvaGVhZD5cbjxib2R5PlxuIDxoMT5DaFx1MDBlMG8gbVx1MWVlYm5nPFwvaDE+XG4gPHA+XHUwMTEwXHUwMGUyeSBsXHUwMGUwIFx1MDExMW9cdTFlYTFuIHZcdTAxMDNuIGJcdTFlYTNuLjxcL3A+XG48XC9ib2R5PlxuPFwvaHRtbD5cbmBgYFxuUGhcdTFlYTduIHRcdTFlZWQgYDx0aXRsZT5gIGNcdTAwZjMgbVx1MWVlNWMgXHUwMTExXHUwMGVkY2ggZ1x1MDBlYyB2XHUwMGUwIG5cdTFlZDlpIGR1bmcgY1x1MWVlN2Egblx1MDBmMyB0aFx1MDFiMFx1MWVkZG5nIHh1XHUxZWE1dCBoaVx1MWVjN24gXHUxZWRmIFx1MDExMVx1MDBlMnUga2hpIHRyYW5nIHdlYiBcdTAxMTFcdTAxYjBcdTFlZTNjIGhpXHUxZWMzbiB0aFx1MWVjYiB0clx1MDBlYW4gdHJcdTAwZWNuaCBkdXlcdTFlYzd0P1xyXG48dWw+XHJcbjxsaT5BLiBcdTAxMTBcdTFlY2JuaCBuZ2hcdTAxMjlhIG1cdTFlZDl0IHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgbFx1MWVkYm4gaGlcdTFlYzNuIHRoXHUxZWNiIHRyb25nIG5cdTFlZDlpIGR1bmcgdHJhbmcgd2ViLjxcL2xpPlxyXG48bGk+Qi4gQ2hcdTFlZTlhIGNcdTAwZTFjIGNcdTAwZTBpIFx1MDExMVx1MWViN3QgY1x1MWVhNXUgaFx1MDBlY25oIGNobyB0clx1MDBlY25oIGR1eVx1MWVjN3QuPFwvbGk+XHJcbjxsaT5DLiBYXHUwMGUxYyBcdTAxMTFcdTFlY2JuaCBwaFx1MWVhN24gY2hcdTAwZTJuIHRyYW5nIChmb290ZXIpIGNcdTFlZTdhIHRcdTAwZTBpIGxpXHUxZWM3dS48XC9saT5cclxuPGxpPjxzdHJvbmc+RC4gS2hhaSBiXHUwMGUxbyB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGNcdTFlZTdhIHRyYW5nIHdlYiwgdGhcdTAxYjBcdTFlZGRuZyBoaVx1MWVjM24gdGhcdTFlY2IgdHJcdTAwZWFuIHRoYW5oIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgaG9cdTFlYjdjIHRhYiBjXHUxZWU3YSB0clx1MDBlY25oIGR1eVx1MWVjN3QuPFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDM6IFRyb25nIGNcdTFlYTV1IHRyXHUwMGZhYyBjXHUwMWExIGJcdTFlYTNuIGNcdTFlZTdhIG1cdTFlZDl0IHRcdTAwZTBpIGxpXHUxZWM3dSBIVE1MLCBwaFx1MWVhN24gdFx1MWVlZCBgPGJvZHk+YCBjXHUwMGYzIHZhaSB0clx1MDBmMiBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBDaFx1MWVlOWEgdGhcdTAwZjRuZyB0aW4gdlx1MWVjMSB0XHUwMGUxYyBnaVx1MWVhMywgdFx1MWVlYiBraFx1MDBmM2Egdlx1MDBlMCBtXHUwMGY0IHRcdTFlYTMgdHJhbmcgd2ViLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5CLiBDaFx1MWVlOWEgdG9cdTAwZTBuIGJcdTFlZDkgblx1MWVkOWkgZHVuZyAodlx1MDEwM24gYlx1MWVhM24sIGhcdTAwZWNuaCBcdTFlYTNuaCwgYlx1MWVhM25nIGJpXHUxZWMzdSwuLi4pIG1cdTAwZTAgbmdcdTAxYjBcdTFlZGRpIGRcdTAwZjluZyBuaFx1MDBlY24gdGhcdTFlYTV5IHRyXHUwMGVhbiBtXHUwMGUwbiBoXHUwMGVjbmggdHJcdTAwZWNuaCBkdXlcdTFlYzd0LjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIFx1MDExMFx1MWVjYm5oIG5naFx1MDEyOWEgY1x1MDBlMWMgdFx1MWVhZHAgdGluIENTUyB2XHUwMGUwIEphdmFTY3JpcHQgXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZyBiXHUxZWRmaSB0cmFuZyB3ZWIuPFwvbGk+XHJcbjxsaT5ELiBLaGFpIGJcdTAwZTFvIHBoaVx1MDBlYW4gYlx1MWVhM24gSFRNTCBcdTAxMTFhbmcgXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZy48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA0OiBQaFx1MDBlMXQgYmlcdTFlYzN1IG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IHZcdTFlYzEgdGhcdTFlYmIgKHRhZykgdHJvbmcgSFRNTCBsXHUwMGUwIFx1MDExMFx1MDBkYU5HP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIEhcdTFlYTd1IGhcdTFlYmZ0IGNcdTAwZTFjIHRoXHUxZWJiIEhUTUwgXHUwMTExXHUxZWMxdSBsXHUwMGUwIHRoXHUxZWJiIFx1MDExMVx1MDBmNGksIGJhbyBnXHUxZWQzbSB0aFx1MWViYiBtXHUxZWRmIGA8dGFnPmAgdlx1MDBlMCB0aFx1MWViYiBcdTAxMTFcdTAwZjNuZyBgPFwvdGFnPmAuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qi4gVFx1MDBlYW4gdGhcdTFlYmIgSFRNTCBiXHUxZWFmdCBidVx1MWVkOWMgcGhcdTFlYTNpIHZpXHUxZWJmdCBob2EgXHUwMTExXHUxZWMzIHRyXHUwMGVjbmggZHV5XHUxZWM3dCBjXHUwMGYzIHRoXHUxZWMzIG5oXHUxZWFkbiBkaVx1MWVjN24uPFwvbGk+XHJcbjxsaT5DLiBUaFx1MWViYiBcdTAxMTFcdTAwZjNuZyBsdVx1MDBmNG4gblx1MWViMW0gdHJcdTAxYjBcdTFlZGJjIHRoXHUxZWJiIG1cdTFlZGYgdHJvbmcgY1x1MWVhNXUgdHJcdTAwZmFjIEhUTUwuPFwvbGk+XHJcbjxsaT5ELiBEXHUxZWE1dSBnXHUxZWExY2ggY2hcdTAwZTlvIGBcL2AgdHJvbmcgdGhcdTFlYmIgXHUwMTExXHUwMGYzbmcgY2hcdTFlYzkgcmEgclx1MWViMW5nIHRoXHUxZWJiIFx1MDExMVx1MDBmMyBiXHUxZWNiIGxcdTFlZDdpIGNcdTAwZmEgcGhcdTAwZTFwLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDU6IENoXHUxZWM5IGRcdTFlYWJuIGA8IURPQ1RZUEUgaHRtbD5gIFx1MWVkZiBcdTAxMTFcdTFlYTd1IHRcdTAwZTBpIGxpXHUxZWM3dSBIVE1MIGNcdTAwZjMgXHUwMGZkIG5naFx1MDEyOWEgZ1x1MDBlYyBcdTAxMTFcdTFlZDFpIHZcdTFlZGJpIHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWI/XHJcbjx1bD5cclxuPGxpPkEuIFx1MDExMFx1MDBlMnkgbFx1MDBlMCBtXHUxZWQ5dCBkXHUwMGYybmcgY2hcdTAwZmEgdGhcdTAwZWRjaCwga2hcdTAwZjRuZyBjXHUwMGYzIFx1MDBmZCBuZ2hcdTAxMjlhIGtcdTFlZjkgdGh1XHUxZWFkdC48XC9saT5cclxuPGxpPkIuIE5cdTAwZjMgYlx1MDBlMW8gY2hvIHRyXHUwMGVjbmggZHV5XHUxZWM3dCBiaVx1MWViZnQgXHUwMTExXHUwMGUyeSBsXHUwMGUwIG1cdTFlZDl0IHRcdTAwZTBpIGxpXHUxZWM3dSBYTUwuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIE5cdTAwZjMga2hhaSBiXHUwMGUxbyBsb1x1MWVhMWkgdFx1MDBlMGkgbGlcdTFlYzd1IHZcdTAwZTAgcGhpXHUwMGVhbiBiXHUxZWEzbiBIVE1MICh0cm9uZyB0clx1MDFiMFx1MWVkZG5nIGhcdTFlZTNwIG5cdTAwZTB5IGxcdTAwZTAgSFRNTDUpIFx1MDExMVx1MWVjMyB0clx1MDBlY25oIGR1eVx1MWVjN3QgaGlcdTFlYzNuIHRoXHUxZWNiIHRyYW5nIHdlYiBcdTAxMTFcdTAwZmFuZyBjXHUwMGUxY2guPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gTlx1MDBmMyBcdTAxMTFcdTFlY2JuaCBuZ2hcdTAxMjlhIG5nXHUwMGY0biBuZ1x1MWVlZiBjaFx1MDBlZG5oIFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcgdHJvbmcgblx1MWVkOWkgZHVuZyB0cmFuZyB3ZWIuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgNjogS2hpIGJcdTFlYTFuIG11XHUxZWQxbiB0XHUxZWExbyBtXHUxZWQ5dCBcdTAxMTFvXHUxZWExbiB2XHUwMTAzbiBiXHUxZWEzbiBtXHUxZWRiaSB0cm9uZyBIVE1MLCBiXHUxZWExbiBuXHUwMGVhbiBzXHUxZWVkIGRcdTFlZTVuZyBjXHUxZWI3cCB0aFx1MWViYiBuXHUwMGUwbz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBgPHA+YCB2XHUwMGUwIGA8XC9wPmA8XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBgPGgxPmAgdlx1MDBlMCBgPFwvaDE+YDxcL2xpPlxyXG48bGk+Qy4gYDxkaXY+YCB2XHUwMGUwIGA8XC9kaXY+YDxcL2xpPlxyXG48bGk+RC4gYDxzcGFuPmAgdlx1MDBlMCBgPFwvc3Bhbj5gPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgNzogVGhcdTFlYmIgblx1MDBlMG8gc2F1IFx1MDExMVx1MDBlMnkgdGhcdTAxYjBcdTFlZGRuZyBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIFx1MDExMVx1MWVjMyBcdTAxMTFcdTFlY2JuaCBuZ2hcdTAxMjlhIG1cdTFlZDl0IHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgY1x1MWVhNXAgMSAodGlcdTAwZWF1IFx1MDExMVx1MWVjMSBxdWFuIHRyXHUxZWNkbmcgbmhcdTFlYTV0KSB0cm9uZyBuXHUxZWQ5aSBkdW5nIHRyYW5nIHdlYj9cclxuPHVsPlxyXG48bGk+QS4gYDx0aXRsZT5gPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIGA8aDE+YDxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIGA8aGVhZD5gPFwvbGk+XHJcbjxsaT5ELiBgPGhlYWRlcj5gPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgODogXHUwMTEwXHUxZWMzIHRcdTFlYTFvIG1cdTFlZDl0IGxpXHUwMGVhbiBrXHUxZWJmdCAobGluaykgXHUwMTExXHUxZWJmbiBtXHUxZWQ5dCB0cmFuZyB3ZWIga2hcdTAwZTFjIHRyb25nIEhUTUwsIGJcdTFlYTFuIHNcdTFlZWQgZFx1MWVlNW5nIHRoXHUxZWJiIG5cdTAwZTBvIHZcdTAwZTAgdGh1XHUxZWQ5YyB0XHUwMGVkbmggKGF0dHJpYnV0ZSkgblx1MDBlMG8gXHUwMTExXHUxZWMzIGNoXHUxZWM5IFx1MDExMVx1MWVjYm5oIFx1MDExMVx1MWVjYmEgY2hcdTFlYzkgdHJhbmcgXHUwMTExXHUwMGVkY2g/XHJcbjx1bD5cclxuPGxpPkEuIFRoXHUxZWJiIGA8aW1nPmAsIHRodVx1MWVkOWMgdFx1MDBlZG5oIGBzcmNgPFwvbGk+XHJcbjxsaT5CLiBUaFx1MWViYiBgPHA+YCwgdGh1XHUxZWQ5YyB0XHUwMGVkbmggYGhyZWZgPFwvbGk+XHJcbjxsaT5DLiBUaFx1MWViYiBgPGRpdj5gLCB0aHVcdTFlZDljIHRcdTAwZWRuaCBgbGlua2A8XC9saT5cclxuPGxpPjxzdHJvbmc+RC4gVGhcdTFlYmIgYDxhPmAsIHRodVx1MWVkOWMgdFx1MDBlZG5oIGBocmVmYDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA5OiBUaHVcdTFlZDljIHRcdTAwZWRuaCAoYXR0cmlidXRlKSB0cm9uZyBIVE1MIFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcgXHUwMTExXHUxZWMzIGxcdTAwZTBtIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+QS4gQ3VuZyBjXHUxZWE1cCB0aFx1MDBmNG5nIHRpbiBiXHUxZWQ1IHN1bmcgaG9cdTFlYjdjIGNcdTFlYTV1IGhcdTAwZWNuaCBjaG8gY1x1MDBlMWMgcGhcdTFlYTduIHRcdTFlZWQgSFRNTC48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBcdTAxMTBcdTFlY2JuaCBuZ2hcdTAxMjlhIGNcdTFlYTV1IHRyXHUwMGZhYyBsb2dpYyBjXHUxZWU3YSB0XHUwMGUwaSBsaVx1MWVjN3UgSFRNTC48XC9saT5cclxuPGxpPkMuIFhcdTAwZTFjIFx1MDExMVx1MWVjYm5oIGtpXHUxZWMzdSBjaFx1MWVlZiB2XHUwMGUwIG1cdTAwZTB1IHNcdTFlYWZjIGNobyB2XHUwMTAzbiBiXHUxZWEzbi48XC9saT5cclxuPGxpPkQuIFBoXHUwMGUybiBjaGlhIHRcdTAwZTBpIGxpXHUxZWM3dSB0aFx1MDBlMG5oIGNcdTAwZTFjIHBoXHUxZWE3biBcdTAxMTFcdTFlYTd1IHZcdTAwZTAgcGhcdTFlYTduIHRoXHUwMGUybi48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxMDogS2hpIHNvXHUxZWExbiB0aFx1MWVhM28gbVx1MWVkOXQgdFx1MWVjN3AgSFRNTCBiXHUxZWIxbmcgdHJcdTAwZWNuaCBzb1x1MWVhMW4gdGhcdTFlYTNvIHZcdTAxMDNuIGJcdTFlYTNuIG5oXHUwMWIwIFN1YmxpbWUgVGV4dCwgTm90ZXBhZCsrLCBob1x1MWViN2MgVlMgQ29kZSwgYlx1MWVhMW4gY1x1MWVhN24gbFx1MDFiMHUgdFx1MWVjN3Agdlx1MWVkYmkgXHUwMTExdVx1MDBmNGkgbVx1MWVkZiByXHUxZWQ5bmcgblx1MDBlMG8gXHUwMTExXHUxZWMzIHRyXHUwMGVjbmggZHV5XHUxZWM3dCBjXHUwMGYzIHRoXHUxZWMzIG5oXHUxZWFkbiBkaVx1MWVjN24gdlx1MDBlMCBoaVx1MWVjM24gdGhcdTFlY2IgXHUwMTExXHUwMGZhbmcgbFx1MDBlMCBtXHUxZWQ5dCB0cmFuZyB3ZWI/XHJcbjx1bD5cclxuPGxpPkEuIC50eHQ8XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gLmh0bWwgaG9cdTFlYjdjIC5odG08XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiAuY3NzPFwvbGk+XHJcbjxsaT5ELiAuanM8XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxMTogXHUwMTEwXHUxZWMzIHhlbSBrXHUxZWJmdCBxdVx1MWVhMyBoaVx1MWVjM24gdGhcdTFlY2IgY1x1MWVlN2EgbVx1MWVkOXQgdFx1MWVjN3AgSFRNTCBtXHUwMGUwIGJcdTFlYTFuIHZcdTFlZWJhIHRcdTFlYTFvLCBiXHUxZWExbiBjXHUxZWE3biBsXHUwMGUwbSBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBNXHUxZWRmIHRcdTFlYzdwIFx1MDExMVx1MDBmMyBiXHUxZWIxbmcgbVx1MWVkOXQgdHJcdTAwZWNuaCBzb1x1MWVhMW4gdGhcdTFlYTNvIHZcdTAxMDNuIGJcdTFlYTNuIGtoXHUwMGUxYy48XC9saT5cclxuPGxpPkIuIENoXHUxZWExeSB0XHUxZWM3cCBcdTAxMTFcdTAwZjMgdHJcdTAwZWFuIG1cdTAwZTF5IGNoXHUxZWU3IHdlYi48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gTVx1MWVkZiB0XHUxZWM3cCBcdTAxMTFcdTAwZjMgYlx1MWViMW5nIG1cdTFlZDl0IHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWIgKG5oXHUwMWIwIENocm9tZSwgRmlyZWZveCwgRWRnZSkuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gR1x1MWVlZGkgdFx1MWVjN3AgXHUwMTExXHUwMGYzIHF1YSBlbWFpbCB2XHUwMGUwIG1cdTFlZGYgdHJvbmcgXHUxZWU5bmcgZFx1MWVlNW5nIGVtYWlsLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDEyOiBQaFx1MDBlMXQgYmlcdTFlYzN1IG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IG1cdTAwZjQgdFx1MWVhMyBcdTAxMTBcdTAwZGFORyBuaFx1MWVhNXQgbVx1MWVkMWkgcXVhbiBoXHUxZWM3IGdpXHUxZWVmYSBIVE1MIHZcdTAwZTAgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IHdlYj9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBUclx1MDBlY25oIGR1eVx1MWVjN3Qgd2ViIFx1MDExMVx1MWVjZGMgdlx1MDBlMCBkaVx1MWVjNW4gZFx1MWVjYmNoIG1cdTAwZTMgSFRNTCBcdTAxMTFcdTFlYzMgaGlcdTFlYzNuIHRoXHUxZWNiIG5cdTFlZDlpIGR1bmcgdHJhbmcgd2ViIGNobyBuZ1x1MDFiMFx1MWVkZGkgZFx1MDBmOW5nLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkIuIEhUTUwgdFx1MWVhMW8gcmEgY1x1MDBlMWMgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IHdlYi48XC9saT5cclxuPGxpPkMuIFRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWIgY2hcdTFlYzkgXHUwMTExXHUwMWExbiBnaVx1MWVhM24gbFx1MDBlMCBoaVx1MWVjM24gdGhcdTFlY2IgdFx1MWVjN3AgSFRNTCBkXHUwMWIwXHUxZWRiaSBkXHUxZWExbmcgdlx1MDEwM24gYlx1MWVhM24gdGhcdTAwZjQuPFwvbGk+XHJcbjxsaT5ELiBIVE1MIHZcdTAwZTAgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IHdlYiBsXHUwMGUwIGhhaSBraFx1MDBlMWkgbmlcdTFlYzdtIGhvXHUwMGUwbiB0b1x1MDBlMG4ga2hcdTAwZjRuZyBsaVx1MDBlYW4gcXVhbi48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxMzogTlx1MWViZnUgYlx1MWVhMW4gbXVcdTFlZDFuIGNoXHUwMGU4biBtXHUxZWQ5dCBoXHUwMGVjbmggXHUxZWEzbmggdlx1MDBlMG8gdHJhbmcgd2ViIGNcdTFlZTdhIG1cdTAwZWNuaCwgYlx1MWVhMW4gc1x1MWViZCBzXHUxZWVkIGRcdTFlZTVuZyB0aFx1MWViYiBuXHUwMGUwbyB2XHUwMGUwIHRodVx1MWVkOWMgdFx1MDBlZG5oIG5cdTAwZTBvIGxcdTAwZTAgQlx1MWVhZVQgQlVcdTFlZDhDIFx1MDExMVx1MWVjMyB4XHUwMGUxYyBcdTAxMTFcdTFlY2JuaCBuZ3VcdTFlZDNuIChcdTAxMTFcdTAxYjBcdTFlZGRuZyBkXHUxZWFibikgY1x1MWVlN2EgaFx1MDBlY25oIFx1MWVhM25oP1xyXG48dWw+XHJcbjxsaT5BLiBUaFx1MWViYiBgPGE+YCwgdGh1XHUxZWQ5YyB0XHUwMGVkbmggYGhyZWZgPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIFRoXHUxZWJiIGA8aW1nPmAsIHRodVx1MWVkOWMgdFx1MDBlZG5oIGBzcmNgPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gVGhcdTFlYmIgYDxwPmAsIHRodVx1MWVkOWMgdFx1MDBlZG5oIGBzb3VyY2VgPFwvbGk+XHJcbjxsaT5ELiBUaFx1MWViYiBgPGRpdj5gLCB0aHVcdTFlZDljIHRcdTAwZWRuaCBgaW1hZ2UtdXJsYDxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE0OiBcdTAxMTBvXHUxZWExbiBtXHUwMGUzIEhUTUwgc2F1IGNcdTAwZjMgXHUwMGZkIG5naFx1MDEyOWEgZ1x1MDBlYz9cbmBgYGh0bWxcbjxpbWcgc3JjPVxyXG48dWw+XHJcbjxsaT5BLiBUXHUxZWExbyBtXHUxZWQ5dCBsaVx1MDBlYW4ga1x1MWViZnQgXHUwMTExXHUxZWJmbiB0XHUxZWM3cCBgbG9nby5wbmdgLjxcL2xpPlxyXG48bGk+Qi4gQ2hcdTAwZThuIG1cdTFlZDl0IHZpZGVvIGNcdTAwZjMgdFx1MDBlYW4gYGxvZ28ucG5nYC48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gQ2hcdTAwZThuIG1cdTFlZDl0IGhcdTAwZWNuaCBcdTFlYTNuaCB0XHUxZWViIHRcdTFlYzdwIGBsb2dvLnBuZ2Agdlx1MDBlMCBjdW5nIGNcdTFlYTVwIHZcdTAxMDNuIGJcdTFlYTNuIHRoYXkgdGhcdTFlYmYgPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gVFx1MWVhMW8gbVx1MWVkOXQgXHUwMTExb1x1MWVhMW4gdlx1MDEwM24gYlx1MWVhM24gY1x1MDBmMyBuXHUxZWQ5aSBkdW5nIDxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE1OiBHaVx1MWVhMyBzXHUxZWVkIGJcdTFlYTFuIGNcdTAwZjMgbVx1MWVkOXQgdFx1MWVjN3AgSFRNTCB0XHUwMGVhbiBsXHUwMGUwIGBpbmRleC5odG1sYCBuXHUxZWIxbSB0cm9uZyBjXHUwMGY5bmcgbVx1MWVkOXQgdGhcdTAxYjAgbVx1MWVlNWMgdlx1MWVkYmkgbVx1MWVkOXQgdFx1MWVjN3AgaFx1MDBlY25oIFx1MWVhM25oIHRcdTAwZWFuIGxcdTAwZTAgYGJhbm5lci5qcGdgLiBcdTAxMTBvXHUxZWExbiBtXHUwMGUzIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IHNcdTFlYmQgY2hcdTAwZThuIFx1MDExMVx1MDBmYW5nIGhcdTAwZWNuaCBcdTFlYTNuaCBgYmFubmVyLmpwZ2Agdlx1MDBlMG8gdHJhbmcgYGluZGV4Lmh0bWxgP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIGA8aW1nIHNyYz08XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBgPGltZyBocmVmPTxcL2xpPlxyXG48bGk+Qy4gYDxpbWFnZSBzcmM9PFwvbGk+XHJcbjxsaT5ELiBgPGltZyBwYXRoPTxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE2OiBUaHVcdTFlZDljIHRcdTAwZWRuaCBgYWx0YCB0cm9uZyB0aFx1MWViYiBgPGltZz5gIGNcdTAwZjMgY1x1MDBmNG5nIGRcdTFlZTVuZyBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBYXHUwMGUxYyBcdTAxMTFcdTFlY2JuaCBrXHUwMGVkY2ggdGhcdTAxYjBcdTFlZGJjIGNcdTFlZTdhIGhcdTAwZWNuaCBcdTFlYTNuaC48XC9saT5cclxuPGxpPkIuIFRcdTFlYTFvIG1cdTFlZDl0IGxpXHUwMGVhbiBrXHUxZWJmdCBraGkgbmhcdTFlYTVwIHZcdTAwZTBvIGhcdTAwZWNuaCBcdTFlYTNuaC48XC9saT5cclxuPGxpPkMuIENoXHUxZWM5IFx1MDExMVx1MWVjYm5oIHZcdTFlY2IgdHJcdTAwZWQgaGlcdTFlYzNuIHRoXHUxZWNiIGNcdTFlZTdhIGhcdTAwZWNuaCBcdTFlYTNuaC48XC9saT5cclxuPGxpPjxzdHJvbmc+RC4gQ3VuZyBjXHUxZWE1cCB2XHUwMTAzbiBiXHUxZWEzbiB0aGF5IHRoXHUxZWJmIGhpXHUxZWMzbiB0aFx1MWVjYiBraGkgaFx1MDBlY25oIFx1MWVhM25oIGtoXHUwMGY0bmcgdFx1MWVhM2kgXHUwMTExXHUwMWIwXHUxZWUzYyBob1x1MWViN2MgY2hvIGNcdTAwZTFjIHRyXHUwMGVjbmggXHUwMTExXHUxZWNkYyBtXHUwMGUwbiBoXHUwMGVjbmggaFx1MWVkNyB0clx1MWVlMyBuZ1x1MDFiMFx1MWVkZGkga2hpXHUxZWJmbSB0aFx1MWVjYi48XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTc6IFx1MDExMFx1MWVjMyB0XHUxZWExbyBtXHUxZWQ5dCBkYW5oIHNcdTAwZTFjaCBsaVx1MWVjN3Qga1x1MDBlYSBjXHUwMGUxYyBtXHUxZWU1YyBraFx1MDBmNG5nIHRoZW8gdGhcdTFlZTkgdFx1MWVmMSAoZGFuaCBzXHUwMGUxY2ggZ1x1MWVhMWNoIFx1MDExMVx1MWVhN3UgZFx1MDBmMm5nKSwgYlx1MWVhMW4gc1x1MWVlZCBkXHUxZWU1bmcgY1x1MWViN3AgdGhcdTFlYmIgblx1MDBlMG8/XHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+QS4gYDx1bD5gIHZcdTAwZTAgYDxcL3VsPmA8XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBgPG9sPmAgdlx1MDBlMCBgPFwvb2w+YDxcL2xpPlxyXG48bGk+Qy4gYDxsaT5gIHZcdTAwZTAgYDxcL2xpPmA8XC9saT5cclxuPGxpPkQuIGA8ZGw+YCB2XHUwMGUwIGA8XC9kbD5gPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTg6IFRyb25nIG1cdTFlZDl0IGRhbmggc1x1MDBlMWNoIChraFx1MDBmNG5nIHRoZW8gdGhcdTFlZTkgdFx1MWVmMSBob1x1MWViN2MgY1x1MDBmMyB0aFx1MWVlOSB0XHUxZWYxKSwgbVx1MWVkN2kgbVx1MWVlNWMgdHJvbmcgZGFuaCBzXHUwMGUxY2ggXHUwMTExXHUwMWIwXHUxZWUzYyBcdTAxMTFcdTFlY2JuaCBuZ2hcdTAxMjlhIGJcdTFlYjFuZyBjXHUxZWI3cCB0aFx1MWViYiBuXHUwMGUwbz9cclxuPHVsPlxyXG48bGk+QS4gYDx1bD5gIHZcdTAwZTAgYDxcL3VsPmA8XC9saT5cclxuPGxpPkIuIGA8b2w+YCB2XHUwMGUwIGA8XC9vbD5gPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIGA8bGk+YCB2XHUwMGUwIGA8XC9saT5gPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gYDxpdGVtPmAgdlx1MDBlMCBgPFwvaXRlbT5gPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTk6IFx1MDExMG9cdTFlYTFuIG1cdTAwZTMgSFRNTCBzYXUgc1x1MWViZCBoaVx1MWVjM24gdGhcdTFlY2IgbmhcdTAxYjAgdGhcdTFlYmYgblx1MDBlMG8gdHJcdTAwZWFuIHRyXHUwMGVjbmggZHV5XHUxZWM3dD9cbmBgYGh0bWxcbjxwPk1cdTAwZjRuIGhcdTFlY2RjOjxcL3A+XG48dWw+XG4gPGxpPlRvXHUwMGUxbjxcL2xpPlxuIDxsaT5WXHUxZWFkdCBMXHUwMGZkPFwvbGk+XG4gPGxpPkhcdTAwZjNhIEhcdTFlY2RjPFwvbGk+XG48XC91bD5cbmBgYFxyXG48dWw+XHJcbjxsaT5BLiBNXHUxZWQ5dCBcdTAxMTFvXHUxZWExbiB2XHUwMTAzbiBiXHUxZWEzbiA8XC9saT5cclxuPGxpPkIuIENoXHUxZWM5IGhpXHUxZWMzbiB0aFx1MWVjYiBcdTAxMTFvXHUxZWExbiB2XHUwMTAzbiBiXHUxZWEzbiA8XC9saT5cclxuPGxpPkMuIE1cdTFlZDl0IFx1MDExMW9cdTFlYTFuIHZcdTAxMDNuIGJcdTFlYTNuIDxcL2xpPlxyXG48bGk+PHN0cm9uZz5ELiBNXHUxZWQ5dCBcdTAxMTFvXHUxZWExbiB2XHUwMTAzbiBiXHUxZWEzbiA8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjA6IFx1MDExMFx1MWVjMyB0XHUxZWExbyBtXHUxZWQ5dCBkYW5oIHNcdTAwZTFjaCBsaVx1MWVjN3Qga1x1MDBlYSBjXHUwMGUxYyBtXHUxZWU1YyB0aGVvIHRoXHUxZWU5IHRcdTFlZjEgKGRhbmggc1x1MDBlMWNoIFx1MDExMVx1MDBlMW5oIHNcdTFlZDEpLCBiXHUxZWExbiBzXHUxZWVkIGRcdTFlZTVuZyBjXHUxZWI3cCB0aFx1MWViYiBuXHUwMGUwbz9cclxuPHVsPlxyXG48bGk+QS4gYDx1bD5gIHZcdTAwZTAgYDxcL3VsPmA8XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gYDxvbD5gIHZcdTAwZTAgYDxcL29sPmA8XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBgPGxpPmAgdlx1MDBlMCBgPFwvbGk+YDxcL2xpPlxyXG48bGk+RC4gYDxsaXN0PmAgdlx1MDBlMCBgPFwvbGlzdD5gPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjE6IEJcdTFlYTFuIG11XHUxZWQxbiB0XHUxZWExbyBtXHUxZWQ5dCBsaVx1MDBlYW4ga1x1MWViZnQgY1x1MDBmMyBuXHUxZWQ5aSBkdW5nIGxcdTAwZTAgXHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+QS4gYDxhIGhyZWY9PFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qi4gYDxsaW5rIHNyYz08XC9saT5cclxuPGxpPkMuIGA8aHJlZj08XC9saT5cclxuPGxpPkQuIGA8YSB1cmw9PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjI6IFRodVx1MWVkOWMgdFx1MDBlZG5oIGB0YXJnZXQ9XHJcbjx1bD5cclxuPGxpPkEuIE1cdTFlZGYgbGlcdTAwZWFuIGtcdTFlYmZ0IHRyb25nIGNcdTFlZWRhIHNcdTFlZDUgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IGhpXHUxZWM3biB0XHUxZWExaS48XC9saT5cclxuPGxpPkIuIE1cdTFlZGYgbGlcdTAwZWFuIGtcdTFlYmZ0IFx1MWVkZiBwaFx1MWVhN24gdHJcdTAwZWFuIGNcdTAwZjluZyBjXHUxZWU3YSBraHVuZyAoZnJhbWUpIGNoYS48XC9saT5cclxuPGxpPkMuIE1cdTFlZGYgbGlcdTAwZWFuIGtcdTFlYmZ0IHRyb25nIGNcdTFlZWRhIHNcdTFlZDUgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IGNcdTAwZjMgdFx1MDBlYW4gbFx1MDBlMCA8XC9saT5cclxuPGxpPjxzdHJvbmc+RC4gTVx1MWVkZiBsaVx1MDBlYW4ga1x1MWViZnQgdHJvbmcgbVx1MWVkOXQgdGFiIGhvXHUxZWI3YyBjXHUxZWVkYSBzXHUxZWQ1IHRyXHUwMGVjbmggZHV5XHUxZWM3dCBtXHUxZWRiaS48XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjM6IFx1MDExMFx1MWVjMyB0XHUxZWExbyBtXHUxZWQ5dCBiXHUxZWEzbmcgdHJvbmcgSFRNTCwgYlx1MWVhMW4gY1x1MWVhN24gc1x1MWVlZCBkXHUxZWU1bmcgY1x1MWViN3AgdGhcdTFlYmIgY2hcdTAwZWRuaCBuXHUwMGUwbyBcdTAxMTFcdTFlYzMgYmFvIGJcdTFlY2RjIHRvXHUwMGUwbiBiXHUxZWQ5IG5cdTFlZDlpIGR1bmcgYlx1MWVhM25nP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIGA8dGFibGU+YCB2XHUwMGUwIGA8XC90YWJsZT5gPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qi4gYDx0cj5gIHZcdTAwZTAgYDxcL3RyPmA8XC9saT5cclxuPGxpPkMuIGA8dGQ+YCB2XHUwMGUwIGA8XC90ZD5gPFwvbGk+XHJcbjxsaT5ELiBgPHRoPmAgdlx1MDBlMCBgPFwvdGg+YDxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI0OiBUcm9uZyBjXHUxZWE1dSB0clx1MDBmYWMgYlx1MWVhM25nIEhUTUwsIGNcdTFlYjdwIHRoXHUxZWJiIG5cdTAwZTBvIFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcgXHUwMTExXHUxZWMzIFx1MDExMVx1MWVjYm5oIG5naFx1MDEyOWEgbVx1MWVkOXQgaFx1MDBlMG5nIChtXHUxZWQ5dCBkXHUwMGYybmcpIHRyb25nIGJcdTFlYTNuZz9cclxuPHVsPlxyXG48bGk+QS4gYDx0YWJsZT5gIHZcdTAwZTAgYDxcL3RhYmxlPmA8XC9saT5cclxuPGxpPkIuIGA8dGQ+YCB2XHUwMGUwIGA8XC90ZD5gPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIGA8dHI+YCB2XHUwMGUwIGA8XC90cj5gPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gYDx0aD5gIHZcdTAwZTAgYDxcL3RoPmA8XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyNTogVHJvbmcgY1x1MWVhNXUgdHJcdTAwZmFjIGJcdTFlYTNuZyBIVE1MLCBjXHUxZWI3cCB0aFx1MWViYiBuXHUwMGUwbyBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIFx1MDExMVx1MWVjMyBcdTAxMTFcdTFlY2JuaCBuZ2hcdTAxMjlhIG1cdTFlZDl0IFx1MDBmNCBkXHUxZWVmIGxpXHUxZWM3dSAobVx1MWVkOXQgY1x1MWVkOXQpIHRyb25nIG1cdTFlZDl0IGhcdTAwZTBuZz9cclxuPHVsPlxyXG48bGk+QS4gYDx0cj5gIHZcdTAwZTAgYDxcL3RyPmA8XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gYDx0ZD5gIHZcdTAwZTAgYDxcL3RkPmA8XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBgPHRoPmAgdlx1MDBlMCBgPFwvdGg+YDxcL2xpPlxyXG48bGk+RC4gYDxjYXB0aW9uPmAgdlx1MDBlMCBgPFwvY2FwdGlvbj5gPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjY6IFx1MDExMG9cdTFlYTFuIG1cdTAwZTMgSFRNTCBzYXUgc1x1MWViZCB0XHUxZWExbyByYSBjXHUxZWE1dSB0clx1MDBmYWMgYlx1MWVhM25nIG5oXHUwMWIwIHRoXHUxZWJmIG5cdTAwZTBvP1xuYGBgaHRtbFxuPHRhYmxlPlxuIDx0cj5cbiA8dGQ+XHUwMGQ0IDFBPFwvdGQ+XG4gPHRkPlx1MDBkNCAxQjxcL3RkPlxuIDxcL3RyPlxuIDx0cj5cbiA8dGQ+XHUwMGQ0IDJBPFwvdGQ+XG4gPHRkPlx1MDBkNCAyQjxcL3RkPlxuIDxcL3RyPlxuPFwvdGFibGU+XG5gYGBcclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBNXHUxZWQ5dCBiXHUxZWEzbmcgZ1x1MWVkM20gMiBoXHUwMGUwbmcgdlx1MDBlMCAyIGNcdTFlZDl0LjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkIuIE1cdTFlZDl0IGJcdTFlYTNuZyBnXHUxZWQzbSA0IGhcdTAwZTBuZyB2XHUwMGUwIDEgY1x1MWVkOXQuPFwvbGk+XHJcbjxsaT5DLiBNXHUxZWQ5dCBkYW5oIHNcdTAwZTFjaCBnXHUxZWQzbSA0IG1cdTFlZTVjLjxcL2xpPlxyXG48bGk+RC4gQ2hcdTFlYzkgaGlcdTFlYzNuIHRoXHUxZWNiIHZcdTAxMDNuIGJcdTFlYTNuIDxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI3OiBUaFx1MWViYiBgPGJyPmAgdHJvbmcgSFRNTCBjXHUwMGYzIGNcdTAwZjRuZyBkXHUxZWU1bmcgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gVFx1MWVhMW8gbVx1MWVkOXQgXHUwMTExXHUwMWIwXHUxZWRkbmcga1x1MWViYiBuZ2FuZy48XC9saT5cclxuPGxpPkIuIFx1MDExMFx1MWVjYm5oIG5naFx1MDEyOWEgbVx1MWVkOXQgXHUwMTExb1x1MWVhMW4gdlx1MDEwM24gYlx1MWVhM24gaW4gXHUwMTExXHUxZWFkbS48XC9saT5cclxuPGxpPkMuIFRcdTFlYTFvIG1cdTFlZDl0IGtob1x1MWVhM25nIHRyXHUxZWFmbmcgbFx1MWVkYm4uPFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuIENoXHUwMGU4biBtXHUxZWQ5dCBuZ1x1MWVhZnQgZFx1MDBmMm5nICh4dVx1MWVkMW5nIGRcdTAwZjJuZykgdHJvbmcgdlx1MDEwM24gYlx1MWVhM24uPFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI4OiBUaFx1MWViYiBgPGhyPmAgdHJvbmcgSFRNTCBjXHUwMGYzIGNcdTAwZjRuZyBkXHUxZWU1bmcgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBUXHUxZWExbyBtXHUxZWQ5dCBcdTAxMTFcdTAxYjBcdTFlZGRuZyBrXHUxZWJiIG5nYW5nIHBoXHUwMGUybiBjXHUwMGUxY2ggblx1MWVkOWkgZHVuZyAodGhcdTAxYjBcdTFlZGRuZyBnXHUxZWNkaSBsXHUwMGUwIFx1MDExMVx1MDFiMFx1MWVkZG5nIHBoXHUwMGUybiBjXHUwMGUxY2ggY2hcdTFlZTcgXHUwMTExXHUxZWMxKS48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBDaFx1MDBlOG4gbVx1MWVkOXQga2hvXHUxZWEzbmcgdHJcdTFlZDFuZyB0aGVvIGNoaVx1MWVjMXUgbmdhbmcuPFwvbGk+XHJcbjxsaT5DLiBcdTAxMTBcdTFlY2JuaCBuZ2hcdTAxMjlhIG1cdTFlZDl0IGhcdTAwZTBuZyB0cm9uZyBiXHUxZWEzbmcuPFwvbGk+XHJcbjxsaT5ELiBcdTAxMTBcdTFlY2JuaCBkXHUxZWExbmcgdlx1MDEwM24gYlx1MWVhM24gdGhcdTAwZTBuaCBjaFx1MWVlZiBpbiBuZ2hpXHUwMGVhbmcuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjk6IENcdTFlYjdwIHRoXHUxZWJiIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcgXHUwMTExXHUxZWMzIFx1MDExMVx1MWVjYm5oIGRcdTFlYTFuZyB2XHUwMTAzbiBiXHUxZWEzbiB0aFx1MDBlMG5oIGNoXHUxZWVmIGluIFx1MDExMVx1MWVhZG0/XHJcbjx1bD5cclxuPGxpPkEuIGA8aT5gIHZcdTAwZTAgYDxcL2k+YDxcL2xpPlxyXG48bGk+PHN0cm9uZz5CLiBgPGI+YCB2XHUwMGUwIGA8XC9iPmAgKGhvXHUxZWI3YyBgPHN0cm9uZz5gIHZcdTAwZTAgYDxcL3N0cm9uZz5gKTxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIGA8dT5gIHZcdTAwZTAgYDxcL3U+YDxcL2xpPlxyXG48bGk+RC4gYDxzdHJpa2U+YCB2XHUwMGUwIGA8XC9zdHJpa2U+YDxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDMwOiBDXHUxZWI3cCB0aFx1MWViYiBuXHUwMGUwbyBzYXUgXHUwMTExXHUwMGUyeSBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIFx1MDExMVx1MWVjMyBcdTAxMTFcdTFlY2JuaCBkXHUxZWExbmcgdlx1MDEwM24gYlx1MWVhM24gdGhcdTAwZTBuaCBjaFx1MWVlZiBpbiBuZ2hpXHUwMGVhbmc/XHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+QS4gYDxpPmAgdlx1MDBlMCBgPFwvaT5gIChob1x1MWViN2MgYDxlbT5gIHZcdTAwZTAgYDxcL2VtPmApPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qi4gYDxiPmAgdlx1MDBlMCBgPFwvYj5gPFwvbGk+XHJcbjxsaT5DLiBgPHU+YCB2XHUwMGUwIGA8XC91PmA8XC9saT5cclxuPGxpPkQuIGA8Y2l0ZT5gIHZcdTAwZTAgYDxcL2NpdGU+YDxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG4iLCJxdWl6X2ltYWdlIjpudWxsLCJxdWl6X2NhdGVnb3J5X2lkIjoiMTUyNCIsInF1ZXN0aW9uX2lkcyI6IjMyNDQyOSwzMjQ0MzAsMzI0NDMxLDMyNDQzMiwzMjQ0MzMsMzI0NDM0LDMyNDQzNSwzMjQ0MzYsMzI0NDM3LDMyNDQzOCwzMjQ0MzksMzI0NDQwLDMyNDQ0MSwzMjQ0NDIsMzI0NDQzLDMyNDQ0NCwzMjQ0NDUsMzI0NDQ2LDMyNDQ0NywzMjQ0NDgsMzI0NDQ5LDMyNDQ1MCwzMjQ0NTEsMzI0NDUyLDMyNDQ1MywzMjQ0NTQsMzI0NDU1LDMyNDQ1NiwzMjQ0NTcsMzI0NDU4Iiwib3JkZXJpbmciOiIxMDgyNyIsInB1Ymxpc2hlZCI6IjEiLCJjcmVhdGVfZGF0ZSI6bnVsbCwicXVpel91cmwiOm51bGwsImludGVydmFscyI6Ilt7XCJpbnRlcnZhbF9taW5cIjpcIjBcIixcImludGVydmFsX21heFwiOlwiMjVcIixcImludGVydmFsX3RleHRcIjpcIlwiLFwiaW50ZXJ2YWxfaW1hZ2VcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfdXJsXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X2RlbGF5XCI6XCJcIixcImludGVydmFsX2ZpbGVcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9pZFwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX25hbWVcIjpcIlwiLFwiaW50ZXJ2YWxfZ2FtaXByZXNzX3BvaW50XCI6XCJcIixcImludGVydmFsX3dwcm9kdWN0XCI6XCJcIixcImludGVydmFsX2tleXdvcmRcIjpcIkFcIn0se1wiaW50ZXJ2YWxfbWluXCI6XCIyNlwiLFwiaW50ZXJ2YWxfbWF4XCI6XCI1MFwiLFwiaW50ZXJ2YWxfdGV4dFwiOlwiXCIsXCJpbnRlcnZhbF9pbWFnZVwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF91cmxcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfZGVsYXlcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX2lkXCI6XCJcIixcImludGVydmFsX2ZpbGVfbmFtZVwiOlwiXCIsXCJpbnRlcnZhbF9nYW1pcHJlc3NfcG9pbnRcIjpcIlwiLFwiaW50ZXJ2YWxfd3Byb2R1Y3RcIjpcIlwiLFwiaW50ZXJ2YWxfa2V5d29yZFwiOlwiQlwifSx7XCJpbnRlcnZhbF9taW5cIjpcIjUxXCIsXCJpbnRlcnZhbF9tYXhcIjpcIjc1XCIsXCJpbnRlcnZhbF90ZXh0XCI6XCJcIixcImludGVydmFsX2ltYWdlXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X3VybFwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF9kZWxheVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlXCI6XCJcIixcImludGVydmFsX2ZpbGVfaWRcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9uYW1lXCI6XCJcIixcImludGVydmFsX2dhbWlwcmVzc19wb2ludFwiOlwiXCIsXCJpbnRlcnZhbF93cHJvZHVjdFwiOlwiXCIsXCJpbnRlcnZhbF9rZXl3b3JkXCI6XCJDXCJ9LHtcImludGVydmFsX21pblwiOlwiNzZcIixcImludGVydmFsX21heFwiOlwiMTAwXCIsXCJpbnRlcnZhbF90ZXh0XCI6XCJcIixcImludGVydmFsX2ltYWdlXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X3VybFwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF9kZWxheVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlXCI6XCJcIixcImludGVydmFsX2ZpbGVfaWRcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9uYW1lXCI6XCJcIixcImludGVydmFsX2dhbWlwcmVzc19wb2ludFwiOlwiXCIsXCJpbnRlcnZhbF93cHJvZHVjdFwiOlwiXCIsXCJpbnRlcnZhbF9rZXl3b3JkXCI6XCJEXCJ9XSIsImlzX3VzZXJfbG9nZ2VkX2luIjpmYWxzZSwicXVpel9hbmltYXRpb25fdG9wIjoxMDAsInF1aXpfZW5hYmxlX2FuaW1hdGlvbl90b3AiOiJvbiIsInN0b3JlX2FsbF9ub3RfZmluaXNoZWRfcmVzdWx0cyI6ZmFsc2V9'; </script> <input type='hidden' name='quiz_id' value='10827'/> <input type='hidden' name='start_date' class='ays-start-date'/> <input type='hidden' name='ays_end_date' class='ays-quiz-end-date'/> <input type='hidden' name='ays_finish_quiz_nonce_10827' value='460378414c'/> </form></div> </div> <div class="ays-quiz-powered-by-container"><div class="ays-quiz-promote-powered-by-text-row"><span class="ays-quiz-promote-powered-by-text">By <a href="https://ays-pro.com/wordpress/quiz-maker" target="_blank">Wordpress Quiz plugin</a></span></div></div></div></div> <div class="panel blogger"><div class='ays-quiz-wrap'> <div class='ays-quiz-container ays_quiz_classic_light ays-quiz-keyboard-active' data-quest-effect='shake' data-hide-bg-image='false' id='ays-quiz-container-11765'> <div class='ays-questions-container'> <div class='ays-quiz-some-items-icons-wrap'><div class="ays-quiz-full-screen-wrap"> <a class="ays-quiz-full-screen-container"> <svg xmlns="http://www.w3.org/2000/svg" height="24" fill="#fff" viewBox="0 0 24 24" width="24" class="ays-quiz-close-full-screen"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" height="24" fill="#fff" viewBox="0 0 24 24" width="24" class="ays-quiz-open-full-screen"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"/> </svg> </a> </div></div> <span class='ays_quizn_ancnoxneri_qanak'><i class='ays_fa ays_fa_users'></i> 0</span> <form action='' method='post' autocomplete='off' id='ays_finish_quiz_11765' class='ays-quiz-form enable_questions_result ' ><input type='hidden' class='ays_question_count_per_page' value='30'> <input type='hidden' value='list' class='answer_view_class'> <input type='hidden' value='' class='ays_qm_enable_arrows'><section class='ays_quiz_timer_container'> <div class='ays-quiz-timer ays-quiz-message-before-timer' data-timer='2700'><p>Bạn đã sẵn sàng chưa? 45 phút làm bài bắt đầu!!!</p> </div> <div class='ays-quiz-after-timer '><p>Bạn đã hết giờ làm bài! Xem kết quả các câu hỏi đã làm nhé!!!</p> </div> <hr style='height:1px;'> </section> <div class='step active-step'> <div class='ays-abs-fs ays-start-page'> <div class='ays_cb_and_a'><p style='margin:0!important;'><strong>Trắc nghiệm Công nghệ 10 Cánh diều Bài 17: Ứng dụng cơ giới hoá trong trồng trọt</strong></p></div> <p class='ays-fs-title'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 05</p> <div class='ays_buttons_div'> <input type='button' name='next' class='ays_next start_button action-button ays-quiz-keyboard-active' value='BẮT ĐẦU LÀM BÀI TEST' data-enable-leave-page="false" /> </div> <div class='ays-fs-subtitle'><p>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 05 bao gồm nhiều câu hỏi hay, bám sát chương trình. Cùng làm bài tập trắc nghiệm ngay.</p> <div class="question-block"> <p>Câu 1: Ngôn ngữ đánh dấu siêu văn bản (HTML) đóng vai trò chính gì trong quá trình xây dựng một trang web?</p> <ul> <li>A. Kiểm soát giao diện và phong cách trình bày (màu sắc, font chữ, bố cục).</li> <li><strong>B. Định nghĩa cấu trúc và nội dung ngữ nghĩa của trang web.</strong></li> <li>C. Xử lý các thao tác tương tác và logic động trên trang.</li> <li>D. Lưu trữ và quản lý dữ liệu cho trang web.</li> </ul> </div> <div class="question-block"> <p>Câu 2: Khi xem mã nguồn HTML của một trang web, dòng đầu tiên thường là `<!DOCTYPE html>`. Dòng này có mục đích gì?</p> <ul> <li>A. Khai báo tiêu đề của trang web.</li> <li>B. Chỉ định bộ ký tự được sử dụng trong tài liệu.</li> <li><strong>C. Cho trình duyệt biết phiên bản HTML đang được sử dụng để hiển thị trang đúng chuẩn.</strong></li> <li>D. Bắt đầu phần thân chứa nội dung hiển thị.</li> </ul> </div> <div class="question-block"> <p>Câu 3: Phần tử `<head>` trong tài liệu HTML thường chứa loại thông tin nào?</p> <ul> <li><strong>A. Tiêu đề trang, siêu dữ liệu, liên kết đến tệp CSS/JavaScript.</strong></li> <li>B. Toàn bộ nội dung hiển thị chính trên màn hình.</li> <li>C. Các đoạn văn bản và hình ảnh.</li> <li>D. Phần chân trang (footer) chứa thông tin bản quyền.</li> </ul> </div> <div class="question-block"> <p>Câu 4: Nội dung nào của tài liệu HTML sẽ được hiển thị trực tiếp cho người dùng xem trên màn hình trình duyệt?</p> <ul> <li>A. Nội dung bên trong thẻ `<title>`.</li> <li>B. Nội dung bên trong thẻ `<meta>`.</li> <li>C. Nội dung bên trong thẻ `<head>`.</li> <li><strong>D. Nội dung bên trong thẻ `<body>`.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 5: Cho đoạn mã HTML sau: `<html><head><title>Bài 1

Hello World!

`. Khi mở tệp này trong trình duyệt, văn bản

  • A. Trên màn hình chính của trang.
  • B. Ở cuối trang web.
  • C. Trên thanh tiêu đề (tab) của cửa sổ trình duyệt.
  • D. Không hiển thị ở đâu cả.

Câu 6: Trong cấu trúc một phần tử HTML thông thường như `

Nội dung

`, dấu gạch chéo `/` trong thẻ `

` có ý nghĩa gì?

  • A. Đánh dấu phần tử này bị lỗi.
  • B. Chỉ ra đây là thẻ kết thúc của phần tử.
  • C. Bắt đầu một phần tử mới.
  • D. Tạo ra một liên kết.

Câu 7: Tên các thẻ HTML (ví dụ: `html`, `head`, `body`, `p`, `a`) có phân biệt chữ hoa và chữ thường không? (Theo chuẩn HTML5)

  • A. Có phân biệt.
  • B. Không phân biệt, nhưng nên viết chữ thường theo quy ước.
  • C. Chỉ phân biệt khi sử dụng thuộc tính.
  • D. Phụ thuộc vào trình duyệt web cụ thể.

Câu 8: Khi bạn muốn thêm thông tin mô tả về trang web cho các công cụ tìm kiếm (ví dụ:

  • A. Thuộc tính `name` với giá trị

Câu 9: Để đảm bảo rằng các ký tự đặc biệt, ký tự có dấu (như tiếng Việt) được hiển thị chính xác trên mọi trình duyệt, bạn nên khai báo bộ ký tự nào trong phần `` của tài liệu HTML5?

  • A. ASCII
  • D.

Câu 10: Cấu trúc tài liệu HTML cơ bản nhất bao gồm những phần tử cấp cao nào, được đặt bên trong thẻ ``?

  • B.

Câu 11: Khi bạn viết mã HTML bằng một trình soạn thảo văn bản (ví dụ: Notepad, Sublime Text, VS Code), bạn cần lưu tệp với định dạng nào để trình duyệt web có thể nhận diện và mở nó như một trang web?

  • C.

Câu 12: Sau khi lưu tệp HTML, bạn muốn xem kết quả trang web của mình. Thao tác nào sau đây là đúng để thực hiện việc này?

  • A.

Câu 13: Trong HTML, một "phần tử" (element) thường được tạo thành từ những thành phần cơ bản nào?

  • D.

Câu 14: Thẻ nào sau đây là ví dụ về thẻ rỗng (void element), tức là thẻ không có thẻ đóng và không chứa nội dung?

  • B.

Câu 15: Trong thẻ `

  • A.
  • Câu 17: Một trang web có cấu trúc HTML hợp lệ bắt buộc phải có những phần tử cấp cao nào được lồng trực tiếp bên trong thẻ ``?

    • D.

    Câu 18: Bạn vừa tạo một tệp HTML đơn giản nhưng khi mở bằng trình duyệt, bạn chỉ thấy toàn bộ mã nguồn hiển thị dưới dạng văn bản thuần túy, không được định dạng. Nguyên nhân phổ biến nhất dẫn đến tình trạng này là gì?

    • C.

    Câu 19: Mục đích chính của việc sử dụng các thuộc tính (attributes) trong thẻ HTML là gì?

    • B.

    Câu 20: Hãy phân tích đoạn mã sau: `

  • A.
  • Câu 21: Điều gì xảy ra nếu bạn đặt toàn bộ nội dung hiển thị của trang web (văn bản, hình ảnh,...) vào bên trong thẻ `` thay vì ``?

    • C.

    Câu 22: Trình soạn thảo văn bản (như Sublime Text) hỗ trợ soạn thảo HTML như thế nào để giúp người lập trình?

    • D.

    Câu 23: Vai trò của thẻ `` trong cấu trúc tài liệu HTML là gì?

    • A.

    Câu 24: Thẻ nào sau đây được sử dụng để tạo tiêu đề cấp 1 (tiêu đề quan trọng nhất) trên trang web?

    • A.

    Câu 25: Bạn muốn tạo một đoạn văn bản mới trên trang web. Thẻ HTML ngữ nghĩa nào phù hợp nhất cho mục đích này?

    • C.

    Câu 26: Giả sử bạn có đoạn mã `

    Đây là văn bản in đậm.

    `. Phần tử `` nằm bên trong phần tử `

    ` là một ví dụ về khái niệm gì trong cấu trúc HTML?

    • B.

    Câu 27: Việc tuân thủ cấu trúc HTML chuẩn và sử dụng đúng các thẻ ngữ nghĩa (semantic tags) mang lại lợi ích gì?

    • D.

    Câu 28: Trong phần ``, ngoài thẻ ``, bạn có thể sử dụng thẻ nào để liên kết tài liệu HTML với một tệp CSS bên ngoài để định dạng kiểu dáng?</p> <ul> <li><strong>A. </strong></li> </ul> </div> <div class="question-block"> <p>Câu 29: Bạn muốn thêm một hình ảnh vào nội dung trang web của mình. Thẻ HTML nào bạn sẽ sử dụng trong phần `<body>`?</p> <ul> <li><strong>B. </strong></li> </ul> </div> <div class="question-block"> <p>Câu 30: HTML được mô tả là ngôn ngữ đánh dấu, không phải ngôn ngữ lập trình. Điều này có nghĩa là HTML chủ yếu làm gì, chứ không phải làm gì?</p> <ul> <li><strong>D. </strong></li> </ul> </div> </div> <input type='hidden' name='ays_quiz_id' value='11765'/> <input type='hidden' name='ays_quiz_curent_page_link' class='ays-quiz-curent-page-link' value='https://cauhoi.org/15-de-trac-nghiem-tin-hoc-12-canh-dieu-bai-1-lam-quen-voi-ngon-ngu-danh-dau-sieu-van-ban/'/> <input type='hidden' name='ays_quiz_questions' value='352509,352510,352511,352512,352513,352514,352515,352516,352517,352518,352519,352520,352521,352522,352523,352524,352525,352526,352527,352528,352529,352530,352531,352532,352533,352534,352535,352536,352537,352538'> </div> </div><div class='step ' data-question-id='352509' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>1 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 5</strong> </p> <div class='ays_quiz_question'> <p>Câu 1: Ngôn ngữ đánh dấu siêu văn bản (HTML) đóng vai trò chính gì trong quá trình xây dựng một trang web?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352509]' id='ays-answer-1398221-11765' value='1398221'/> <label for='ays-answer-1398221-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Kiểm soát giao diện và phong cách trình bày (màu sắc, font chữ, bố cục).</label><label for='ays-answer-1398221-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352509]' id='ays-answer-1398222-11765' value='1398222'/> <label for='ays-answer-1398222-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Định nghĩa cấu trúc và nội dung ngữ nghĩa của trang web.</label><label for='ays-answer-1398222-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352509]' id='ays-answer-1398223-11765' value='1398223'/> <label for='ays-answer-1398223-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Xử lý các thao tác tương tác và logic động trên trang.</label><label for='ays-answer-1398223-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352509]' id='ays-answer-1398224-11765' value='1398224'/> <label for='ays-answer-1398224-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Lưu trữ và quản lý dữ liệu cho trang web.</label><label for='ays-answer-1398224-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_11765 === 'undefined'){ window.quizOptions_11765 = []; } window.quizOptions_11765['352509'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTM5ODIyMSI6IjAiLCIxMzk4MjIyIjoiMSIsIjEzOTgyMjMiOiIwIiwiMTM5ODIyNCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='352510' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>2 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 5</strong> </p> <div class='ays_quiz_question'> <p>Câu 2: Khi xem mã nguồn HTML của một trang web, dòng đầu tiên thường là `<!DOCTYPE html>`. Dòng này có mục đích gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352510]' id='ays-answer-1398225-11765' value='1398225'/> <label for='ays-answer-1398225-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Khai báo tiêu đề của trang web.</label><label for='ays-answer-1398225-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352510]' id='ays-answer-1398226-11765' value='1398226'/> <label for='ays-answer-1398226-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ định bộ ký tự được sử dụng trong tài liệu.</label><label for='ays-answer-1398226-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352510]' id='ays-answer-1398227-11765' value='1398227'/> <label for='ays-answer-1398227-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Cho trình duyệt biết phiên bản HTML đang được sử dụng để hiển thị trang đúng chuẩn.</label><label for='ays-answer-1398227-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352510]' id='ays-answer-1398228-11765' value='1398228'/> <label for='ays-answer-1398228-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Bắt đầu phần thân chứa nội dung hiển thị.</label><label for='ays-answer-1398228-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_11765 === 'undefined'){ window.quizOptions_11765 = []; } window.quizOptions_11765['352510'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTM5ODIyNSI6IjAiLCIxMzk4MjI2IjoiMCIsIjEzOTgyMjciOiIxIiwiMTM5ODIyOCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='352511' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>3 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 5</strong> </p> <div class='ays_quiz_question'> <p>Câu 3: Phần tử `<head>` trong tài liệu HTML thường chứa loại thông tin nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352511]' id='ays-answer-1398229-11765' value='1398229'/> <label for='ays-answer-1398229-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Tiêu đề trang, siêu dữ liệu, liên kết đến tệp CSS/JavaScript.</label><label for='ays-answer-1398229-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352511]' id='ays-answer-1398230-11765' value='1398230'/> <label for='ays-answer-1398230-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Toàn bộ nội dung hiển thị chính trên màn hình.</label><label for='ays-answer-1398230-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352511]' id='ays-answer-1398231-11765' value='1398231'/> <label for='ays-answer-1398231-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Các đoạn văn bản và hình ảnh.</label><label for='ays-answer-1398231-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352511]' id='ays-answer-1398232-11765' value='1398232'/> <label for='ays-answer-1398232-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Phần chân trang (footer) chứa thông tin bản quyền.</label><label for='ays-answer-1398232-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_11765 === 'undefined'){ window.quizOptions_11765 = []; } window.quizOptions_11765['352511'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTM5ODIyOSI6IjEiLCIxMzk4MjMwIjoiMCIsIjEzOTgyMzEiOiIwIiwiMTM5ODIzMiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='352512' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>4 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 5</strong> </p> <div class='ays_quiz_question'> <p>Câu 4: Nội dung nào của tài liệu HTML sẽ được hiển thị trực tiếp cho người dùng xem trên màn hình trình duyệt?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352512]' id='ays-answer-1398233-11765' value='1398233'/> <label for='ays-answer-1398233-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Nội dung bên trong thẻ `<title>`.</label><label for='ays-answer-1398233-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352512]' id='ays-answer-1398234-11765' value='1398234'/> <label for='ays-answer-1398234-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Nội dung bên trong thẻ `<meta>`.</label><label for='ays-answer-1398234-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352512]' id='ays-answer-1398235-11765' value='1398235'/> <label for='ays-answer-1398235-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Nội dung bên trong thẻ `<head>`.</label><label for='ays-answer-1398235-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-352512]' id='ays-answer-1398236-11765' value='1398236'/> <label for='ays-answer-1398236-11765' class=' ays_position_initial ays-quiz-keyboard-label'>Nội dung bên trong thẻ `<body>`.</label><label for='ays-answer-1398236-11765' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_11765 === 'undefined'){ window.quizOptions_11765 = []; } window.quizOptions_11765['352512'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTM5ODIzMyI6IjAiLCIxMzk4MjM0IjoiMCIsIjEzOTgyMzUiOiIwIiwiMTM5ODIzNiI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='352513' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>5 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 5</strong> </p> <div class='ays_quiz_question'> <p>Câu 5: Cho đoạn mã HTML sau: `<html><head><title>Bài 1

    Hello World!

    `. Khi mở tệp này trong trình duyệt, văn bản "Bài 1" sẽ xuất hiện ở đâu?

    15 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 15: Trong thẻ `Nhấn vào đây`, chuỗi `href` được gọi là gì?

    16 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 16: Vẫn với thẻ `Nhấn vào đây`, chuỗi `"lienket.html"` được gọi là gì?

    17 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 17: Một trang web có cấu trúc HTML hợp lệ *bắt buộc* phải có những phần tử cấp cao nào được lồng trực tiếp bên trong thẻ ``?

    18 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 18: Bạn vừa tạo một tệp HTML đơn giản nhưng khi mở bằng trình duyệt, bạn chỉ thấy toàn bộ mã nguồn hiển thị dưới dạng văn bản thuần túy, không được định dạng. Nguyên nhân phổ biến nhất dẫn đến tình trạng này là gì?

    19 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 19: Mục đích chính của việc sử dụng các thuộc tính (attributes) trong thẻ HTML là gì?

    20 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 20: Hãy phân tích đoạn mã sau: `Trang tiếng Việt

    Xin chào!

    `. Thuộc tính `lang="vi"` được đặt ở thẻ `` có ý nghĩa gì?

    21 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 21: Điều gì xảy ra nếu bạn đặt toàn bộ nội dung hiển thị của trang web (văn bản, hình ảnh,...) vào bên trong thẻ `` thay vì ``?

    22 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 22: Trình soạn thảo văn bản (như Sublime Text) hỗ trợ soạn thảo HTML như thế nào để giúp người lập trình?

    23 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 23: Vai trò của thẻ `` trong cấu trúc tài liệu HTML là gì?

    24 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 24: Thẻ nào sau đây được sử dụng để tạo tiêu đề cấp 1 (tiêu đề quan trọng nhất) trên trang web?

    25 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 25: Bạn muốn tạo một đoạn văn bản mới trên trang web. Thẻ HTML ngữ nghĩa nào phù hợp nhất cho mục đích này?

    26 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 26: Giả sử bạn có đoạn mã `

    Đây là văn bản in đậm.

    `. Phần tử `` nằm bên trong phần tử `

    ` là một ví dụ về khái niệm gì trong cấu trúc HTML?

    27 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 27: Việc tuân thủ cấu trúc HTML chuẩn và sử dụng đúng các thẻ ngữ nghĩa (semantic tags) mang lại lợi ích gì?

    28 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 5

    Câu 28: Trong phần ``, ngoài thẻ ``, bạn có thể sử dụng thẻ nào để liên kết tài liệu HTML với một tệp CSS bên ngoài để định dạng kiểu dáng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '><script> if(typeof window.quizOptions_11765 === 'undefined'){ window.quizOptions_11765 = []; } window.quizOptions_11765['352536'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOltdfQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='352537' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>29 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 5</strong> </p> <div class='ays_quiz_question'> <p>Câu 29: Bạn muốn thêm một hình ảnh vào nội dung trang web của mình. Thẻ HTML nào bạn sẽ sử dụng trong phần `<body>`?</p> </div> <div class='ays-quiz-answers ays_list_view_container '><script> if(typeof window.quizOptions_11765 === 'undefined'){ window.quizOptions_11765 = []; } window.quizOptions_11765['352537'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOltdfQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='352538' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>30 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 5</strong> </p> <div class='ays_quiz_question'> <p>Câu 30: HTML được mô tả là ngôn ngữ đánh dấu, không phải ngôn ngữ lập trình. Điều này có nghĩa là HTML chủ yếu làm gì, chứ không phải làm gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '><script> if(typeof window.quizOptions_11765 === 'undefined'){ window.quizOptions_11765 = []; } window.quizOptions_11765['352538'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOltdfQ==';</script></div> <style> .validate-quiz { display: flex; align-items: center; justify-content: center; } .validate-quiz a { border-radius: 30px; /* height: 40px; */ background: #5390f5; color: #fff; text-decoration: unset; padding: 10px 20px; } .validate-quiz input { margin: 0 !important; } .form-kw-hub { background: #fff; border: 1px solid #ddd; padding: 16px; border-radius: 12px; text-align:left; margin: 20px auto; box-shadow: 0 2px 10px rgba(0,0,0,0.05); font-family: Arial, sans-serif; } .keyword-hub-guide { margin-bottom: 15px; } .validate-quiz-inner { display: flex; gap: 10px; background: #fff; box-shadow: 0 0 10px #ccc; margin: 10px auto; width: 500px; border-radius: 30px; padding: 5px; justify-content: space-between; align-items:center; overflow:hidden; } .validate-quiz-inner input[type=text] { border: 0 !important; font-size: 16px !important; } .keyword-item span { font-weight: bold; font-size: 16px; } .copy-keyword-btn { color: #000; padding: 6px 12px; border-radius: 6px; text-decoration: none; transition: background 0.3s; text-transform: uppercase; font-weight: bold; font-size: 22px; } .copy-keyword-btn:hover { background: #005f8d; } .validate-quiz { display: flex; gap: 10px; align-items: center; } .validate-quiz input[type="text"] { flex: 1; padding: 8px 12px; border-radius: 6px; border: 1px solid #ccc; } a.get_new_mission { padding: 8px 25px; line-height: 0; border-radius: 30px; background-color: #fff0; text-transform: uppercase; color: #4285f4; border: 1px solid #4285f4; transition: all 0.2s; cursor: pointer; margin-left: 15px; font-size: 16px; text-decoration: unset; } .submit-btn { background: #28a745; color: white; padding: 8px 16px; border-radius: 6px; text-decoration: none; cursor: pointer; transition: background 0.3s; } .submit-btn:hover { background: #218838; } a.copy-keyword-btn:active, a.copy-keyword-btn:hover { color: #fff; } a#submit_kw_hub { cursor: pointer; } @keyframes ld-spin { 0% { animation-timing-function: cubic-bezier(0.5856,0.0703,0.4143,0.9297); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-spin { animation: ld-spin 1s infinite linear } @keyframes ld-cycle { 0% { animation-timing-function: cubic-bezier(0.3333,0.3333,0.6667,0.6667); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-cycle { animation: ld-cycle 1s infinite linear } @media(max-width: 991px){ .form-kw-hub p { margin: 0 !important; } } </style> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/loadingio/ldbutton@latest/dist/index.min.css" /> <a id="view_result_hub" class="action-button ays-quiz-keyboard-active" href="javascript:;">Xem kết quả</a> <div class="form-kw-hub ld-over" id="form-kw-hub" style="display:none" data-id="30"> <div class="ld ld-ring ld-spin" style="font-size:3em;color:#999"></div> <div class="keyword-hub-title keyword-item"> <h3 style="text-align:center;font-weight:bold;color:#c12c31;margin-top:10px;">Bạn ơi!!! Để xem được kết quả<br>bạn vui lòng làm nhiệm vụ nhỏ xíu này nha</h3> <h4 style="text-align:center;font-size:16px;line-height:20px;font-weight:normal;margin-top:10px;margin-bottom:10px;color:#021184">LƯU Ý: Không sử dụng VPN hoặc 1.1.1.1 khi vượt link</h4> </div> <div class="validate-quiz"> <div class="validate-quiz-inner"> <input type="text" value="" placeholder="Nhập mã vừa kiếm được vào đây" id="kw-hub-input" maxlength="10" /> <input type="hidden" value="" id="kw-id" /> <a id="submit_kw_hub">Nhận kết quả</a> </div> <div class="message" style="display: none; color: red; text-align: center;">Xảy ra lỗi</div> </div> <p> <strong style="color: #c12c31;">Bước 1: </strong>Mở tab mới, truy cập <a href="javascript:;" style="color: #1e73be;"><strong>Google.com</strong></a> <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/google.png" width="100px" style="margin-left: 30px; margin-bottom: -10px; display: inline-block;" alt="google" /> </p> <p> <strong style="color: #c12c31;">Bước 2: </strong>Tìm kiếm từ khóa: <strong id="keyword-content" style="font-size: 24px; color: red; cursor: no-drop; -webkit-user-select: none; -webkit-touch-callout: none; -moz-user-select: none; -ms-user-select: none; user-select: none;"> vận chuyển văn phòng giá rẻ </strong> <a href="javascript:;" class="copy-keyword-btn"><span class="fa fa-copy"></span></a> <a href="javascript:;" class="get_new_mission ld-ext-right" id="get_new_mission">Đổi nhiệm vụ <span class="ld ld-ring ld-spin"></span> </a> </p> <p><img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/thanh-tim-kiem.jpg" width="100%" alt="thanh-tim-kiem" /></p> <p><strong style="color: #c12c31;">Bước 3: </strong>Trong kết quả tìm kiếm Google, hãy tìm website giống dưới hình:</p> <p style="border: 1px solid red;"><div class="keyword-hub-guide"> <img decoding="async" id="kw_guide_image" alt="" src="" /> </div> </p> <p>(Nếu trang 1 không có hãy tìm ở trang 2, 3, 4... nhé <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/trang-google.png" width="250px" style="display: inline-block;" alt="trang-google" />)</p> <p><strong style="color: #c12c31;">Bước 4:</strong> Cuộn xuống cuối bài viết rồi bấm vào nút <strong>GIỐNG HÌNH DƯỚI</strong> và chờ 1 lát để lấy mã:</p> <p style="text-align: center;"> <img decoding="async" class="kw_get_pass" style="max-width: 300px; border: 1px dashed red; display: inline-block;" data-src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" alt="getpass" /> </p> </div> <input type="submit" name="ays_finish_quiz" class=" ays_next ays_finish action-button ays-quiz-keyboard-active" value="" style="display:none"> <script> setTimeout(function() { var submitButton = document.querySelector('input[name="ays_finish_quiz"]'); if (submitButton) { submitButton.remove(); } }, 2400000); </script> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ays_thank_you_fs'> <div class='ays-abs-fs ays-end-page'> <div style='text-align:center;'><div data-class='lds-ellipsis' data-role='loader' class='ays-loader'><div></div><div></div><div></div><div></div></div></div><div class='ays_quiz_results_page'><div class='ays_score_message'></div><div class='ays_message'></div><p class='ays_restart_button_p'></p></div></div></div><style> div#ays-quiz-container-11765 * { box-sizing: border-box; } #ays-quiz-container-11765 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } /* Styles for Internet Explorer start */ #ays-quiz-container-11765 #ays_finish_quiz_11765 { } /* Styles for Quiz container */ #ays-quiz-container-11765{ min-height: 450px; width:800px; background-color:#fff; background-position:center center;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} /* Styles for Navigation bar */ #ays-quiz-questions-nav-wrap-11765 { width: 100%; max-width: 100%; margin: auto;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} #ays-quiz-questions-nav-wrap-11765 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question { /* color: #000000; border-color: #000000; background-color: #fff; */ color: #000; border-color: #dddddd; background-color: #ffffff; outline: unset; text-decoration: unset; } #ays-quiz-questions-nav-wrap-11765 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question { /* box-shadow: inset 0 0 5px #000000, 0 0 5px #000000; */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); background: #E5E7ED; outline: unset; border-color: transparent; } #ays-quiz-questions-nav-wrap-11765 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-answered a.ays_questions_nav_question { /* color: #fff; border-color: #fff; background-color: #000000; */ color: #C6C6C6; border-color: transparent; background-color: #F5F5F5; } #ays-quiz-questions-nav-wrap-11765 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_correct_answer { /* color: rgba(39, 174, 96, 1); border-color: rgba(39, 174, 96, 1); */ color: #000; border-color: transparent; background-color: rgba(39, 174, 96, 0.4); } #ays-quiz-questions-nav-wrap-11765 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_wrong_answer { /* color: rgba(243, 134, 129, 1); border-color: rgba(243, 134, 129, 1); */ color: #000; border-color: transparent; background-color: rgba(243, 134, 129, 0.4); } #ays-quiz-questions-nav-wrap-11765 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_correct_answer, #ays-quiz-questions-nav-wrap-11765 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_wrong_answer { /* filter: drop-shadow(0px 3px 5px rgba(143, 143, 143, 0.38)); */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); } #ays-quiz-container-11765.ays-quiz-container .ays-quiz-questions-nav-bookmark-box { position: absolute; top: 40px; right: 40px; z-index: 10; } #ays-quiz-container-11765.ays-quiz-container .ays-quiz-questions-nav-bookmark-box .ays-navbar-bookmark { height: 100%; cursor: pointer; width: 13px; box-shadow: unset; } /* Styles for questions */ #ays-quiz-container-11765 #ays_finish_quiz_11765 div.step { min-height: 450px; } /* Styles for text inside quiz container */ #ays-quiz-container-11765.ays-quiz-container .ays-questions-container .ays-start-page *:not(input), #ays-quiz-container-11765.ays-quiz-container .ays-questions-container label[for^="ays-answer-"], #ays-quiz-container-11765.ays-quiz-container .ays-questions-container .ays-matching-field-choice, #ays-quiz-container-11765.ays-quiz-container .ays-questions-container p, #ays-quiz-container-11765.ays-quiz-container .ays-questions-container form .step:not(.ays_thank_you_fs) p, #ays-quiz-container-11765.ays-quiz-container .ays-questions-container .ays-fs-title, #ays-quiz-container-11765.ays-quiz-container .ays-questions-container .ays-fs-subtitle, #ays-quiz-container-11765.ays-quiz-container .ays-questions-container .logged_in_message, #ays-quiz-container-11765.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers, #ays-quiz-container-11765.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers *, #ays-quiz-container-11765.ays-quiz-container .ays-questions-container .ays_score_message, #ays-quiz-container-11765.ays-quiz-container .ays-questions-container .ays_message{ color: #000000; outline: none; } #ays-quiz-container-11765.ays-quiz-container .ays-questions-container .ays_question_hint { color: #000000; } /* Quiz title / transformation */ #ays-quiz-container-11765 .ays-fs-title{ text-transform: uppercase; font-size: 28px; text-align: center; text-shadow: none; } #ays-quiz-container-11765 .ays-quiz-password-message-box, #ays-quiz-container-11765 .ays-quiz-question-note-message-box, #ays-quiz-container-11765 .ays_quiz_question, #ays-quiz-container-11765 .ays_quiz_question *:not([class^='enlighter']) { color: #000000; } #ays-quiz-container-11765 textarea, #ays-quiz-container-11765 input::first-letter, #ays-quiz-container-11765 select::first-letter, #ays-quiz-container-11765 option::first-letter { color: initial !important; } #ays-quiz-container-11765 p::first-letter:not(.ays_no_questions_message) { color: #000000 !important; background-color: transparent !important; font-size: inherit !important; font-weight: inherit !important; float: none !important; line-height: inherit !important; margin: 0 !important; padding: 0 !important; } #ays-quiz-container-11765 .select2-container, #ays-quiz-container-11765 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } #ays-quiz-container-11765 .ays-fs-subtitle p { text-align: center ; } #ays-quiz-container-11765 .ays_quiz_question p { font-size: 16px; text-align: center; } #ays-quiz-container-11765 .ays_quiz_question { text-align: center ; margin-bottom: 10px; } #ays-quiz-container-11765 .ays_quiz_question pre { max-width: 100%; white-space: break-spaces; } div#ays-quiz-container-11765 .ays-questions-container .ays-field, div#ays-quiz-container-11765 .ays-questions-container .ays-field input~label[for^='ays-answer-'], div#ays-quiz-container-11765 .ays-questions-container .ays-modern-dark-question *, div#ays-quiz-container-11765 .ays-questions-container .ays_quiz_question, div#ays-quiz-container-11765 .ays-questions-container .ays_quiz_question *{ word-break: break-word; } #ays-quiz-container-11765 .ays-quiz-timer p { font-size: 16px; } #ays-quiz-container-11765 section.ays_quiz_redirection_timer_container hr, #ays-quiz-container-11765 section.ays_quiz_timer_container hr { margin: 0; } #ays-quiz-container-11765 section.ays_quiz_timer_container.ays_quiz_timer_red_warning .ays-quiz-timer { color: red; } #ays-quiz-container-11765 .ays_thank_you_fs p { text-align: center; } #ays-quiz-container-11765 .information_form input[type='text'], #ays-quiz-container-11765 .information_form input[type='url'], #ays-quiz-container-11765 .information_form input[type='number'], #ays-quiz-container-11765 .information_form input[type='email'], #ays-quiz-container-11765 .information_form input[type='tel'], #ays-quiz-container-11765 .information_form textarea, #ays-quiz-container-11765 .information_form select, #ays-quiz-container-11765 .information_form option { color: initial !important; outline: none; margin-left: 0; background-image: unset; } #ays-quiz-container-11765 .information_form input[type='checkbox'] { margin: 0 10px; outline: initial; -webkit-appearance: auto; -moz-appearance: auto; position: initial; width: initial; height: initial; border: initial; background: initial; } #ays-quiz-container-11765 .information_form input[type='checkbox']::after { content: none; } #ays-quiz-container-11765 .wrong_answer_text{ color:#ff4d4d; } #ays-quiz-container-11765 .right_answer_text{ color:#33cc33; } #ays-quiz-container-11765 .right_answer_text p { font-size:16px; } #ays-quiz-container-11765 .wrong_answer_text p { font-size:16px; } #ays-quiz-container-11765 .ays_questtion_explanation p { font-size:16px; } #ays-quiz-container-11765 .wrong_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-11765 .ays_questtion_explanation *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-11765 .right_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-11765 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-11765 .ays-quiz-question-note-message-box *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-11765 .ays_cb_and_a, #ays-quiz-container-11765 .ays_cb_and_a * { color: rgb(0,0,0); text-align: center; } #ays-quiz-container-11765 iframe { /*min-height: 450px;*/ } #ays-quiz-container-11765 label.ays_for_checkbox, #ays-quiz-container-11765 span.ays_checkbox_for_span { color: initial !important; display: block; } /* Quiz textarea height */ #ays-quiz-container-11765 textarea { height: 100px; min-height: 100px; } /* Quiz rate and passed users count */ #ays-quiz-container-11765 .ays_quizn_ancnoxneri_qanak, #ays-quiz-container-11765 .ays_quiz_rete_avg{ color:#fff; background-color:#000000; } #ays-quiz-container-11765 .ays-questions-container > .ays_quizn_ancnoxneri_qanak { padding: 5px 20px; } #ays-quiz-container-11765 div.for_quiz_rate.ui.star.rating .icon { color: rgba(0,0,0,0.35); } #ays-quiz-container-11765 .ays_quiz_rete_avg div.for_quiz_rate_avg.ui.star.rating .icon { color: rgba(255,255,255,0.5); } #ays-quiz-container-11765 .ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link { color: #000000; } /* Loaders */ #ays-quiz-container-11765 div.lds-spinner, #ays-quiz-container-11765 div.lds-spinner2 { color: #000000; } #ays-quiz-container-11765 div.lds-spinner div:after, #ays-quiz-container-11765 div.lds-spinner2 div:after { background-color: #000000; } #ays-quiz-container-11765 .lds-circle, #ays-quiz-container-11765 .lds-facebook div, #ays-quiz-container-11765 .lds-ellipsis div{ background: #000000; } #ays-quiz-container-11765 .lds-ripple div{ border-color: #000000; } #ays-quiz-container-11765 .lds-dual-ring::after, #ays-quiz-container-11765 .lds-hourglass::after{ border-color: #000000 transparent #000000 transparent; } /* Stars */ #ays-quiz-container-11765 .ui.rating .icon, #ays-quiz-container-11765 .ui.rating .icon:before { font-family: Rating !important; } /* Progress bars */ #ays-quiz-container-11765 #ays_finish_quiz_11765 .ays-progress { border-color: rgba(0,0,0,0.8); } #ays-quiz-container-11765 #ays_finish_quiz_11765 .ays-progress-bg { background-color: rgba(0,0,0,0.3); } #ays-quiz-container-11765 .ays-progress-value { color: #000000; text-align: center; } #ays-quiz-container-11765 .ays-progress-bar { background-color: #5d6cf9; } #ays-quiz-container-11765 .ays-question-counter .ays-live-bar-wrap { direction:ltr !important; } #ays-quiz-container-11765 .ays-live-bar-fill{ color: #000000; border-bottom: 2px solid rgba(0,0,0,0.8); text-shadow: 0px 0px 5px #fff; } #ays-quiz-container-11765 .ays-live-bar-fill.ays-live-fourth, #ays-quiz-container-11765 .ays-live-bar-fill.ays-live-third, #ays-quiz-container-11765 .ays-live-bar-fill.ays-live-second { text-shadow: unset; } #ays-quiz-container-11765 .ays-live-bar-percent{ display:none; } /* Music, Sound */ #ays-quiz-container-11765 .ays_music_sound { color:rgb(0,0,0); } /* Dropdown questions scroll bar */ #ays-quiz-container-11765 blockquote { border-left-color: #000000 !important; } /* Quiz Password */ #ays-quiz-container-11765 .ays-start-page > input[id^='ays_quiz_password_val_'], #ays-quiz-container-11765 .ays-quiz-password-toggle-visibility-box { width: 100%; margin: 0 auto; } /* Question hint */ #ays-quiz-container-11765 .ays_question_hint_container .ays_question_hint_text { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); max-width: 270px; color: #000000; } #ays-quiz-container-11765 .ays_question_hint_container .ays_question_hint_text p { max-width: unset; } #ays-quiz-container-11765 .ays-quiz-additonal-box { display: flex; justify-content: flex-end; align-items: center; position: relative; } /* Quiz Export PDF */ #ays-quiz-container-11765 .ays-export-quiz-button-container .ays-export-quiz-button-more-box { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); box-shadow: 0.025px 0.025px 1px 1px rgba(201,201,201,0.2), 0px 2px 1px 0px rgba(201,201,201,0.14), 0px 2px 5px 0 rgba(201,201,201,0.12); max-width: 190px; color: #000000; } #ays-quiz-container-11765 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:hover, #ays-quiz-container-11765 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:focus { background-color: rgba(93,108,249,0.3); } #ays-quiz-container-11765 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:active { background-color: rgba(93,108,249,1); } #ays-quiz-container-11765 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item { color: #000000; display: flex; justify-content: space-between; align-items: center; font-size: 14px; background-image: unset; box-shadow: unset; border-radius: unset; } #ays-quiz-container-11765 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item .ays-export-quiz-dropdown-item-icon { margin-left: 10px; } #ays-quiz-container-11765 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg path { stroke: #000000; } #ays-quiz-container-11765 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg circle { fill: rgba(93,108,249,0.3); } #ays-quiz-container-11765 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item-icon svg path { fill: rgba(0,0,0,1); } #ays-quiz-container-11765 .ays-quiz-additonal-box svg { position: revert; } #ays-quiz-container-11765 .ays_questions_hint_max_width_class { max-width: 80%; } /* Information form */ #ays-quiz-container-11765 .ays-form-title{ color:rgb(0,0,0); } /* Quiz timer */ #ays-quiz-container-11765 div.ays-quiz-redirection-timer, #ays-quiz-container-11765 div.ays-quiz-timer{ color: #000000; text-align: center; } #ays-quiz-container-11765 div.ays-quiz-after-timer * , #ays-quiz-container-11765 div.ays-quiz-redirection-timer *, #ays-quiz-container-11765 div.ays-quiz-timer * { text-align: center; } #ays-quiz-container-11765 div.ays-quiz-timer.ays-quiz-message-before-timer:before { display: inline-block; font-weight: 500; text-align: center; width: auto; margin-right: 5px; } /* Quiz buttons */ #ays-quiz-container-11765 input#ays-submit, #ays-quiz-container-11765 #ays_finish_quiz_11765 .action-button, #ays-quiz-container-11765 #ays_finish_quiz_11765 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, #ays-quiz-container-11765 #ays_finish_quiz_11765 .step[data-type='checkbox'] .action-button.ays_check_answer, div#ays-quiz-container-11765 #ays_finish_quiz_11765 .action-button.ays_restart_button, #ays-quiz-container-11765 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-11765 .ays-quiz-category-selective-submit-bttn { background-color: #5d6cf9; color:#ffffff; font-size: 18px; padding: 14px 36px; border-radius: 8px; white-space: nowrap; letter-spacing: 0; box-shadow: unset; white-space: normal; word-break: break-word; background-image: unset; width: auto; } #ays-quiz-container-11765 input#ays-submit, #ays-quiz-container-11765 #ays_finish_quiz_11765 input.action-button, #ays-quiz-container-11765 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-11765 .ays-quiz-category-selective-submit-bttn { } div#ays-quiz-container-11765 #ays_finish_quiz_11765 .action-button.ays_check_answer { padding: 5px 10px; font-size: 18px; } #ays-quiz-container-11765 #ays_finish_quiz_11765 .action-button.ays_download_certificate { white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-11765 #ays_finish_quiz_11765 .action-button.ays_arrow { color:#ffffff!important; white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-11765 input#ays-submit:hover, #ays-quiz-container-11765 input#ays-submit:focus, #ays-quiz-container-11765 #ays_finish_quiz_11765 .action-button:hover, #ays-quiz-container-11765 #ays_finish_quiz_11765 .action-button:focus, #ays-quiz-container-11765 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-11765 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px #ffffff; background-color: #5d6cf9; } #ays-quiz-container-11765 .ays_restart_button { color: #ffffff; } #ays-quiz-container-11765 .ays_restart_button_p { display: flex; justify-content: center; flex-wrap: wrap; } #ays-quiz-container-11765 .ays_buttons_div { justify-content: center; } #ays-quiz-container-11765 .step:first-of-type .ays_buttons_div { justify-content: center !important; } #ays-quiz-container-11765 .ays_quiz_results_page .ays_score span { visibility: visible; } #ays-quiz-container-11765 input[type='button'], #ays-quiz-container-11765 input[type='submit'] { color: #ffffff !important; outline: none; } div#ays-quiz-container-11765 .ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-item .ays_questions_nav_question:focus-visible, div#ays-quiz-container-11765 input[type='button']:focus-visible, div#ays-quiz-container-11765 input[type='submit']:focus-visible { outline: -webkit-focus-ring-color auto 1px; } #ays-quiz-container-11765 #ays_finish_quiz_11765 i.ays_early_finish.action-button[disabled]:hover, #ays-quiz-container-11765 #ays_finish_quiz_11765 i.ays_early_finish.action-button[disabled]:focus, #ays-quiz-container-11765 #ays_finish_quiz_11765 i.ays_early_finish.action-button[disabled], #ays-quiz-container-11765 #ays_finish_quiz_11765 i.ays_arrow.action-button[disabled]:hover, #ays-quiz-container-11765 #ays_finish_quiz_11765 i.ays_arrow.action-button[disabled]:focus, #ays-quiz-container-11765 #ays_finish_quiz_11765 i.ays_arrow.action-button[disabled] { color: #aaa !important; } #ays-quiz-container-11765 .ays_finish.action-button{ margin: 10px 5px; } #ays-quiz-container-11765 .ays-share-btn.ays-share-btn-branded { color: #fff; margin-bottom: 5px; display: inline-block; } #ays-quiz-container-11765 .ays-quiz-question-title-text-to-speech-icon { cursor: pointer; position: absolute; left: 0px; top: 0px; z-index: 1; } div#ays-quiz-container-11765.ays-quiz-container .ays-quiz-question-title-text-to-speech-icon svg path { fill: #000000; } /* Question answers */ #ays-quiz-container-11765 .ays-field { border-color: #dddddd; border-style: solid; border-width: 1px; box-shadow: none;flex-direction: row-reverse; } #ays-quiz-container-11765 .ays-quiz-answers .ays-field:hover{ opacity: 1; } #ays-quiz-container-11765 #ays_finish_quiz_11765 .ays-field label.ays_answer_caption[for^='ays-answer-'] { z-index: 1; position:initial;bottom:0;} #ays-quiz-container-11765 #ays_finish_quiz_11765 .ays-field input~label[for^='ays-answer-'] { padding: 5px; } #ays-quiz-container-11765 #ays_finish_quiz_11765 .ays-field { margin-bottom: 12px; position: relative; } #ays-quiz-container-11765 #ays_finish_quiz_11765 .ays_grid_view_container .ays-field.ays_grid_view_item { /* width: calc(50% - 6px); */ width: calc(100% /2 - 4px); } #ays-quiz-container-11765 #ays_finish_quiz_11765 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-11765 #ays_finish_quiz_11765 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-11765 img.ays-quiz-check-button-right-wrong-icon { position: absolute; right: 15px; bottom: 15px; } #ays-quiz-container-11765 img.ays-quiz-check-button-right-wrong-icon[data-type='style-9'] { width: 20px; } #ays-quiz-container-11765 .ays_quiz_results .step[data-type='fill_in_blank'] img.ays-quiz-check-button-right-wrong-icon { right: 10px; bottom: 40px; } #ays-quiz-container-11765 .ays_quiz_results .step[data-type='fill_in_blank'] .ays_fieldset img.ays-quiz-check-button-right-wrong-icon { right: 15px; bottom: 20px; } #ays-quiz-container-11765 #ays_finish_quiz_11765 .ays-field input:checked+label:before { border-color: #5d6cf9; background: #5d6cf9; background-clip: content-box; } #ays-quiz-container-11765 .ays-quiz-answers div.ays-text-right-answer { color: #000000; } /* Answer maximum length of a text field */ #ays-quiz-container-11765 .ays_quiz_question_text_message{ color: #000000; text-align: left; font-size: 12px; } div#ays-quiz-container-11765 div.ays_quiz_question_text_error_message { color: #ff0000; } /* Questions answer image */ #ays-quiz-container-11765 .ays-answer-image { width:15em; height:150px; object-fit: cover; } /* Questions answer right/wrong icons */ #ays-quiz-container-11765 .ays-field input~label.answered.correct:after{ content: ''; } #ays-quiz-container-11765 .ays-field input~label.answered.wrong:after{ content: ''; } #ays-quiz-container-11765 .ays-quiz-answers .ays-field label.answered[for^='ays-answer-']::after{ content: none!important; } #ays-quiz-container-11765 .ays-field label.answered:last-of-type:after{ height: auto; left: 10px;top: 10px;} /* Dropdown questions */ #ays-quiz-container-11765 .select2-container--default .select2-search--dropdown .select2-search__field:focus, #ays-quiz-container-11765 .select2-container--default .select2-search--dropdown .select2-search__field { outline: unset; padding: 0.75rem; } #ays-quiz-container-11765 #ays_finish_quiz_11765 .ays-field .select2-container--default .select2-selection--single { border-bottom: 2px solid #5d6cf9; background-color: #5d6cf9; } #ays-quiz-container-11765 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-11765 .ays-field .select2-container--default .select2-selection--single .select2-selection__placeholder, #ays-quiz-container-11765 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow { /*color: #a29306;*/ color: #ffffff; line-height: 40px; padding-left: 8px; padding-right: 20px; } #ays-quiz-container-11765 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-11765 .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5d6cf9; } #ays-quiz-container-11765 .ays-field .select2-container--default, #ays-quiz-container-11765 .ays-field .select2-container--default .selection, #ays-quiz-container-11765 .ays-field .select2-container--default .dropdown-wrapper, #ays-quiz-container-11765 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-11765 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, #ays-quiz-container-11765 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow, #ays-quiz-container-11765 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow b[role='presentation'] { font-size: 16px !important; } #ays-quiz-container-11765 .select2-container--default .select2-results__option { padding: 6px; } /* Dropdown questions scroll bar */ #ays-quiz-container-11765 .select2-results__options::-webkit-scrollbar { width: 7px; } #ays-quiz-container-11765 .select2-results__options::-webkit-scrollbar-track { background-color: rgba(93,108,249,0.35); } #ays-quiz-container-11765 .select2-results__options::-webkit-scrollbar-thumb { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.55); } #ays-quiz-container-11765 .select2-results__options::-webkit-scrollbar-thumb:hover { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.85); } .ays-quiz-wrap #ays-quiz-container-11765 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } .ays-quiz-wrap #ays-quiz-container-11765 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } /* WooCommerce product */ #ays-quiz-container-11765 .ays-woo-block { background-color: rgba(93,108,249,0.8); } #ays-quiz-container-11765 .ays-woo-product-block h4.ays-woo-product-price > a, #ays-quiz-container-11765 .ays-woo-product-block h4.ays-woo-product-title > a { color: #000000; } #ays-quiz-container-1 .ays-woo-product-block h4.ays-woo-product-price > a { text-decoration: unset; } /* Audio / Video */ #ays-quiz-container-11765 .mejs-container .mejs-time{ box-sizing: unset; } #ays-quiz-container-11765 .mejs-container .mejs-time-rail { padding-top: 15px; } #ays-quiz-container-11765 .mejs-container .mejs-mediaelement video { margin: 0; } /* Limitation */ #ays-quiz-container-11765 .ays-quiz-limitation-count-of-takers { padding: 50px; } #ays-quiz-container-11765 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show, #ays-quiz-container-11765 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-hide{ color: #000000; } #ays-quiz-container-11765 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-11765 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-11765 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000000; } #ays-quiz-container-11765.ays_quiz_elegant_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after, #ays-quiz-container-11765.ays_quiz_rect_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000; } /* Hestia theme (Version: 3.0.16) | Start */ #ays-quiz-container-11765 .mejs-container .mejs-inner .mejs-controls .mejs-button > button:hover, #ays-quiz-container-11765 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { box-shadow: unset; background-color: transparent; } #ays-quiz-container-11765 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { margin: 10px 6px; } /* Hestia theme (Version: 3.0.16) | End */ /* Go theme (Version: 1.4.3) | Start */ #ays-quiz-container-11765 label[for^='ays-answer']:before, #ays-quiz-container-11765 label[for^='ays-answer']:before { -webkit-mask-image: unset; mask-image: unset; } #ays-quiz-container-11765 .ays_question_report { text-align: right; } div#ays-quiz-container-11765 .ays_question_report .ays-quiz-open-report-window { fill: #000000; } #ays-quiz-container-11765 .ays-export-quiz-button-container { position: relative; right: 100px; top: -5px; right: -5px; margin: 0; z-index: 1000; display: flex; justify-content: flex-end; } #ays-quiz-container-11765.ays_quiz_classic_light .ays-field input:checked+label.answered:before, #ays-quiz-container-11765.ays_quiz_classic_dark .ays-field input:checked+label.answered:before { background-color: #5d6cf9 !important; } #ays-quiz-container-11765.ays_quiz_classic_light .ays-field input:checked+label.answered.correct:before, #ays-quiz-container-11765.ays_quiz_classic_dark .ays-field input:checked+label.answered.correct:before { background-color: #27ae60 !important; } #ays-quiz-container-11765.ays_quiz_classic_light .ays-field input:checked+label.answered.wrong:before, #ays-quiz-container-11765.ays_quiz_classic_dark .ays-field input:checked+label.answered.wrong:before { background-color: #cc3700 !important; } /* Go theme (Version: 1.4.3) | End */ #ays-quiz-container-11765 .ays_quiz_results fieldset.ays_fieldset .ays_quiz_question .wp-video { width: 100% !important; max-width: 100%; } /* Classic Dark / Classic Light */ /* Dropdown questions right/wrong styles */ #ays-quiz-container-11765.ays_quiz_classic_dark .correct_div, #ays-quiz-container-11765.ays_quiz_classic_light .correct_div{ border-color: green !important; opacity: 1 !important; background-color: rgba(39,174,96,0.4) !important; } #ays-quiz-container-11765.ays_quiz_classic_dark .correct_div .selected-field, #ays-quiz-container-11765.ays_quiz_classic_light .correct_div .selected-field { padding: 0px 10px 0px 10px; color: green !important; } #ays-quiz-container-11765.ays_quiz_classic_dark .wrong_div, #ays-quiz-container-11765.ays_quiz_classic_light .wrong_div{ border-color: red !important; opacity: 1 !important; background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-11765.ays_quiz_classic_dark .ays-field.checked_answer_div.wrong_div input:checked~label, #ays-quiz-container-11765.ays_quiz_classic_light .ays-field.checked_answer_div.wrong_div input:checked~label { background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-11765 .ays_question_result .ays-field .ays_quiz_hide_correct_answer:after{ content: '' !important; } #ays-quiz-container-11765 .ays_question_result .ays_quiz_question .ays-quiz-fill-in-blank-input { color: #000000 !important; } #ays-quiz-container-11765 .ays_quiz_results .step.ays_question_result:last-child { padding-bottom: 20px; } #ays-quiz-container-11765 .ays-quiz-close-full-screen { fill: #000000; } #ays-quiz-container-11765 .ays-quiz-open-full-screen { fill: #000000; } #ays-quiz-container-11765 .ays_quiz_login_form p{ color: #000000; } /* Personality Test | Start */ #ays-quiz-container-11765 .ays-quiz-personality-result-box .ays-quiz-personality-result-description p { text-align: left; padding: 0; } #ays-quiz-container-11765 .ays-quiz-personality-result-box { background: white; border-radius: 17px; box-shadow: 0px 0px 20px rgba(98, 85, 165, 0.1); /*padding: 30px 3% 40px;*/ padding: 20px 30px; margin: 30px 0; font-size: 16px; } #ays-quiz-container-11765 .ays-quiz-personality-result-box .ays-quiz-personality-result-title { color: #413A5C; font-size: 23px; margin: 0; text-align: left; font-weight: bold; } div#ays-quiz-container-11765.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description { margin: 0; font-size: 16px; text-align: left; color: #413A5C; } div#ays-quiz-container-11765.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description * { color: #413A5C; } #ays-quiz-container-11765 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress { width: 100%; background-color: rgba(128, 126, 137, 0.1); border-radius: 15px; position: relative; display: flex; /* justify-content: flex-end; */ margin-top: 1rem; margin-bottom: 1rem; } #ays-quiz-container-11765 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress-end { justify-content: flex-end; } #ays-quiz-container-11765 .ays-quiz-personality-result-box .ays-quiz-personality-result-bar { height: 30px; border-radius: 15px; color: white; font-size: 18px; padding: 3px 15px 0; } #ays-quiz-container-11765 .ays-quiz-personality-result-box .ays-quiz-personality-result-percentages { position: absolute; width: 100%; padding: 4px 15px; top: 0; -ms-flex-pack: justify; justify-content: space-between; display: -ms-flexbox; display: flex; } #ays-quiz-container-11765 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box div, #ays-quiz-container-11765 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-dark-purple { color: #413A5C; } #ays-quiz-container-11765 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-white { color: #ffffff; } #ays-quiz-container-11765 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-percentage { font-weight: bolder; } #ays-quiz-container-11765 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; } #ays-quiz-container-11765 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-bar { background-color: #6255A5; } #ays-quiz-container-11765 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-keyword-text-color { color: #6255A5; } #ays-quiz-container-11765 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-bar { background-color: #F2C94C; } #ays-quiz-container-11765 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-keyword-text-color { color: #F2C94C; } #ays-quiz-container-11765 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-bar { background-color: #88D29D; } #ays-quiz-container-11765 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-keyword-text-color { color: #88D29D; } #ays-quiz-container-11765 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-bar { background-color: #E5A69D; } #ays-quiz-container-11765 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-keyword-text-color { color: #E5A69D; } #ays-quiz-container-11765 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-bar { background-color: #03A9F4; } #ays-quiz-container-11765 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-keyword-text-color { color: #03A9F4; } #ays-quiz-container-11765 .ays-quiz-personality-result-box div:before, #ays-quiz-container-11765 .ays-quiz-personality-result-box div:after { content: unset; } /* Personality Test | End */ /* report questions modal start */ .ays-modal-reports { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.4); animation-duration: .5s; background-color: rgba(0, 0, 0, 0.4); } #ays-quiz-question-report-modal-11765 .ays-modal-content-reports { background-color: #fefefe; margin: 10% auto; border: 1px solid #888; max-width: 500px; width: 100%; border-radius: 10px; padding: 20px; box-sizing: border-box; position: relative; } #ays-quiz-question-report-modal-11765 .ays-modal-content-reports label{ display: block; margin-bottom: 10px; font-weight: bold; letter-spacing: normal; } #ays-quiz-question-report-modal-11765 .ays-modal-content-reports textarea { display: block; width: 100%; height: 100px; padding: 5px; box-sizing: border-box; border-radius: 5px; border: 1px solid #ccc; max-width: 100%; max-height: 500px; resize: vertical; transition: unset; } #ays-quiz-question-report-modal-11765 .ays-modal-content-reports input.ays-quiz-submit-question-report { background-color: #0073aa; color: #fff; border: none; border-radius: 5px; padding: 10px 20px; cursor: pointer; margin-top: 20px; line-height: normal; letter-spacing: normal; box-shadow: unset; background-image: unset; } #ays-quiz-question-report-modal-11765 .ays-close-reports-window { color: #aaa; font-weight: bold; position: absolute; top: 1%; right: 1%; } #ays-quiz-question-report-modal-11765 .ays-close-reports-window img { box-shadow: unset; } #ays-quiz-question-report-modal-11765 .ays-close-reports-window img:hover, #ays-quiz-question-report-modal-11765 .ays-close-reports-window img:focus { cursor: pointer; } #ays-quiz-question-report-modal-11765 .ays-quiz-question-report-error { display: none; font-size: 13px; color: #f00; text-align: left; } #ays-quiz-question-report-modal-11765 .ays-quiz-question-report-textarea-label, #ays-quiz-question-report-modal-11765 .ays-quiz-question-report-title { text-align: left; } #ays-quiz-question-report-modal-11765 .ays_quiz_modal_overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; position: absolute; z-index: 1000000000; flex-direction: column; } #ays-quiz-question-report-modal-11765 .ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment { margin: 10px 0; } /* report questions modal end */ @media screen and (max-width: 768px){ #ays-quiz-container-11765{ max-width: 100%; } div#ays-quiz-container-11765 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } div#ays-quiz-container-11765.ays_quiz_modern_light .step, div#ays-quiz-container-11765.ays_quiz_modern_dark .step { padding-right: 0px !important; padding-top: 0px !important; } div#ays-quiz-container-11765.ays_quiz_modern_light div.step[data-question-id], div#ays-quiz-container-11765.ays_quiz_modern_dark div.step[data-question-id] { background-size: cover !important; background-position: center center !important; } div#ays-quiz-container-11765.ays_quiz_modern_light .ays-abs-fs:not(.ays-start-page):not(.ays-end-page), div#ays-quiz-container-11765.ays_quiz_modern_dark .ays-abs-fs:not(.ays-start-page):not(.ays-end-page) { width: 100%; } #ays-quiz-container-11765 .ays_quiz_question p { font-size: 16px; } #ays-quiz-container-11765 .select2-container, div#ays-quiz-container-11765 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } div#ays-quiz-container-11765 input#ays-submit, div#ays-quiz-container-11765 #ays_finish_quiz_11765 .action-button, div#ays-quiz-container-11765 #ays_finish_quiz_11765 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, div#ays-quiz-container-11765 #ays_finish_quiz_11765 .action-button.ays_restart_button, #ays-quiz-container-11765 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-11765 .ays-quiz-category-selective-submit-bttn { font-size: 18px; } div#ays-quiz-container-11765 div.ays-questions-container div.ays-woo-block { width: 100%; } /* Quiz title / mobile font size */ div#ays-quiz-container-11765 .ays-fs-title { font-size: 20px; } /* Question explanation / mobile font size */ #ays-quiz-container-11765 .ays_questtion_explanation p { font-size:16px; } /* Wrong answers / mobile font size */ #ays-quiz-container-11765 .wrong_answer_text p { font-size:16px; } /* Right answers / mobile font size */ #ays-quiz-container-11765 .right_answer_text p { font-size:16px; } /* Note text / mobile font size */ #ays-quiz-container-11765 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-11765 div.ays-quiz-personality-result-box .ays-quiz-personality-result-title { font-size: 18px; } /* Personality Test */ #ays-quiz-container-11765 div.ays-quiz-personality-result-box .ays-quiz-personality-result-bar { font-size: 14px; padding: 6px 10px 0; } } /* Custom css styles */ /* RTL direction styles */ </style> <style> #ays-quiz-container-11765 p { margin: 0.625em; } #ays-quiz-container-11765.ays_quiz_classic_light .enable_correction .ays-field.checked_answer_div input:checked+label, #ays-quiz-container-11765.ays_quiz_classic_dark .enable_correction .ays-field.checked_answer_div input:checked+label { /* background-color: transparent; */ } #ays-quiz-container-11765 .ays-field.checked_answer_div input:checked~label { background-color: rgba(93,108,249,0.6); } #ays-quiz-container-11765.ays-quiz-container.ays_quiz_classic_light .ays-questions-container .ays-field:hover label[for^='ays-answer-'], #ays-quiz-container-11765 .ays-field:hover{ background: rgba(93,108,249,0.8); color: #fff; transition: all .3s; } #ays-quiz-container-11765 #ays_finish_quiz_11765 .action-button:hover, #ays-quiz-container-11765 #ays_finish_quiz_11765 .action-button:focus, #ays-quiz-container-11765 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-11765 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 3px #ffffff; background: #5d6cf9; } </style><script> if(typeof aysQuizOptions === 'undefined'){ var aysQuizOptions = []; } aysQuizOptions['11765'] = 'eyJxdWl6X3ZlcnNpb24iOiIyMS44LjEiLCJjb3JlX3ZlcnNpb24iOiI2LjcuMiIsInBocF92ZXJzaW9uIjoiOC4xLjMxIiwiY29sb3IiOiIjNWQ2Y2Y5IiwiYmdfY29sb3IiOiIjZmZmIiwidGV4dF9jb2xvciI6IiMwMDAwMDAiLCJoZWlnaHQiOjQ1MCwid2lkdGgiOjgwMCwiZW5hYmxlX2xvZ2dlZF91c2VycyI6Im9mZiIsImluZm9ybWF0aW9uX2Zvcm0iOiJkaXNhYmxlIiwiZm9ybV9uYW1lIjoib2ZmIiwiZm9ybV9lbWFpbCI6Im9mZiIsImZvcm1fcGhvbmUiOiJvZmYiLCJpbWFnZV93aWR0aCI6IiIsImltYWdlX2hlaWdodCI6IiIsImVuYWJsZV9jb3JyZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3Byb2dyZXNzX2JhciI6Im9mZiIsImVuYWJsZV9xdWVzdGlvbnNfcmVzdWx0Ijoib24iLCJyYW5kb21pemVfcXVlc3Rpb25zIjoib2ZmIiwicmFuZG9taXplX2Fuc3dlcnMiOiJvZmYiLCJlbmFibGVfcXVlc3Rpb25zX2NvdW50ZXIiOiJvbiIsImVuYWJsZV9yZXN0cmljdGlvbl9wYXNzIjoib2ZmIiwiZW5hYmxlX3Jlc3RyaWN0aW9uX3Bhc3NfdXNlcnMiOiJvZmYiLCJyZXN0cmljdGlvbl9wYXNzX21lc3NhZ2UiOiIiLCJyZXN0cmljdGlvbl9wYXNzX3VzZXJzX21lc3NhZ2UiOiIiLCJ1c2VyX3JvbGUiOltdLCJheXNfdXNlcnNfc2VhcmNoIjpbXSwiY3VzdG9tX2NzcyI6IiIsImxpbWl0X3VzZXJzIjoib2ZmIiwibGltaXRhdGlvbl9tZXNzYWdlIjoiIiwicmVkaXJlY3RfdXJsIjoiIiwicmVkaXJlY3Rpb25fZGVsYXkiOjAsImFuc3dlcnNfdmlldyI6Imxpc3QiLCJlbmFibGVfcnRsX2RpcmVjdGlvbiI6Im9mZiIsImVuYWJsZV9sb2dnZWRfdXNlcnNfbWVzc2FnZSI6IiIsInF1ZXN0aW9uc19jb3VudCI6IiIsImVuYWJsZV9xdWVzdGlvbl9iYW5rIjoib2ZmIiwiZW5hYmxlX2xpdmVfcHJvZ3Jlc3NfYmFyIjoib2ZmIiwiZW5hYmxlX3BlcmNlbnRfdmlldyI6Im9mZiIsImVuYWJsZV9hdmVyYWdlX3N0YXRpc3RpY2FsIjoib24iLCJlbmFibGVfbmV4dF9idXR0b24iOiJvbiIsImVuYWJsZV9wcmV2aW91c19idXR0b24iOiJvbiIsImVuYWJsZV9hcnJvd3MiOiJvZmYiLCJ0aW1lcl90ZXh0IjoiQlx1MWVhMW4gXHUwMTExXHUwMGUzIHNcdTFlYjVuIHNcdTAwZTBuZyBjaFx1MDFiMGE/IDQ1IHBoXHUwMGZhdCBsXHUwMGUwbSBiXHUwMGUwaSBiXHUxZWFmdCBcdTAxMTFcdTFlYTd1ISEhIiwicXVpel90aGVtZSI6ImNsYXNzaWNfbGlnaHQiLCJlbmFibGVfc29jaWFsX2J1dHRvbnMiOiJvZmYiLCJmaW5hbF9yZXN1bHRfdGV4dCI6IjxpbWcgY2xhc3M9XCJzaXplLWZ1bGwgd3AtaW1hZ2UtNDI5IGFsaWduY2VudGVyXCIgc3JjPVwiaHR0cDpcL1wvY2F1aG9pLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDNcL2NvbmdyYXR1bGF0aW9ucy5naWZcIiBhbHQ9XCJcIiB3aWR0aD1cIjQ5OVwiIGhlaWdodD1cIjE4MVwiIFwvPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNoXHUwMGZhYyBtXHUxZWVibmcgYlx1MWVhMW4gXHUwMTExXHUwMGUzIGhvXHUwMGUwbiB0aFx1MDBlMG5oIGJcdTAwZTBpIHRoaSEhITxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkJcdTFlYTFuIFx1MDExMVx1MDBmYW5nIDxzcGFuIHN0eWxlPVwidmVydGljYWwtYWxpZ246IGluaGVyaXQ7XCI+JSV1c2VyX2NvcnJlY3RzX2NvdW50JSVcLyUlcXVlc3Rpb25zX2NvdW50JSU8XC9zcGFuPjxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNcdTAwZjluZyB4ZW0gXHUwMTExXHUwMGUxcCBcdTAwZTFuIFx1MWVkZiBiXHUwMGVhbiBkXHUwMWIwXHUxZWRiaSBcdTAxMTFcdTAwZTJ5IG5oXHUwMGU5ISEhPFwvc3Ryb25nPjxcL3A+IiwiZW5hYmxlX3Bhc3NfY291bnQiOiJvbiIsImhpZGVfc2NvcmUiOiJvbiIsInJhdGVfZm9ybV90aXRsZSI6IiIsImJveF9zaGFkb3dfY29sb3IiOiIjYzljOWM5IiwicXVpel9ib3JkZXJfcmFkaXVzIjoiOCIsInF1aXpfYmdfaW1hZ2UiOiIiLCJxdWl6X2JvcmRlcl93aWR0aCI6IjEiLCJxdWl6X2JvcmRlcl9zdHlsZSI6InNvbGlkIiwicXVpel9ib3JkZXJfY29sb3IiOiIjMDAwIiwicXVpel9sb2FkZXIiOiJkZWZhdWx0IiwicXVlc3RfYW5pbWF0aW9uIjoic2hha2UiLCJlbmFibGVfYmdfbXVzaWMiOiJvZmYiLCJxdWl6X2JnX211c2ljIjoiIiwiYW5zd2Vyc19mb250X3NpemUiOjE1LCJzaG93X2NyZWF0ZV9kYXRlIjoib2ZmIiwic2hvd19hdXRob3IiOiJvZmYiLCJlbmFibGVfZWFybHlfZmluaXNoIjoib2ZmIiwiYW5zd2Vyc19yd190ZXh0cyI6Im9uX3Bhc3NpbmciLCJkaXNhYmxlX3N0b3JlX2RhdGEiOiJvZmYiLCJlbmFibGVfYmFja2dyb3VuZF9ncmFkaWVudCI6Im9mZiIsImJhY2tncm91bmRfZ3JhZGllbnRfY29sb3JfMSI6IiMwMDAiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2NvbG9yXzIiOiIjZmZmIiwicXVpel9ncmFkaWVudF9kaXJlY3Rpb24iOiJ2ZXJ0aWNhbCIsInJlZGlyZWN0X2FmdGVyX3N1Ym1pdCI6Im9mZiIsInN1Ym1pdF9yZWRpcmVjdF91cmwiOiIiLCJzdWJtaXRfcmVkaXJlY3RfZGVsYXkiOiIwIiwicHJvZ3Jlc3NfYmFyX3N0eWxlIjoidGhpcmQiLCJlbmFibGVfZXhpdF9idXR0b24iOiJvZmYiLCJleGl0X3JlZGlyZWN0X3VybCI6IiIsImltYWdlX3NpemluZyI6ImNvdmVyIiwicXVpel9iZ19pbWFnZV9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJjdXN0b21fY2xhc3MiOiIiLCJlbmFibGVfc29jaWFsX2xpbmtzIjoib2ZmIiwic29jaWFsX2xpbmtzIjp7ImxpbmtlZGluX2xpbmsiOiIiLCJmYWNlYm9va19saW5rIjoiIiwidHdpdHRlcl9saW5rIjoiIiwidmtvbnRha3RlX2xpbmsiOiIiLCJpbnN0YWdyYW1fbGluayI6IiIsInlvdXR1YmVfbGluayI6IiIsImJlaGFuY2VfbGluayI6IiJ9LCJzaG93X3F1aXpfdGl0bGUiOiJvbiIsInNob3dfcXVpel9kZXNjIjoib24iLCJzaG93X2xvZ2luX2Zvcm0iOiJvZmYiLCJtb2JpbGVfbWF4X3dpZHRoIjoiIiwibGltaXRfdXNlcnNfYnkiOiJpcCIsImV4cGxhbmF0aW9uX3RpbWUiOiI0IiwiZW5hYmxlX2NsZWFyX2Fuc3dlciI6Im9mZiIsInNob3dfY2F0ZWdvcnkiOiJvbiIsInNob3dfcXVlc3Rpb25fY2F0ZWdvcnkiOiJvbiIsImFuc3dlcnNfcGFkZGluZyI6IjUiLCJhbnN3ZXJzX2JvcmRlciI6Im9uIiwiYW5zd2Vyc19ib3JkZXJfd2lkdGgiOiIxIiwiYW5zd2Vyc19ib3JkZXJfc3R5bGUiOiJzb2xpZCIsImFuc3dlcnNfYm9yZGVyX2NvbG9yIjoiI2RkZGRkZCIsImFuc19pbWdfaGVpZ2h0IjoiMTUwIiwiYW5zX2ltZ19jYXB0aW9uX3N0eWxlIjoib3V0c2lkZSIsImFuc19pbWdfY2FwdGlvbl9wb3NpdGlvbiI6ImJvdHRvbSIsImFuc3dlcnNfYm94X3NoYWRvdyI6Im9mZiIsImFuc3dlcnNfYm94X3NoYWRvd19jb2xvciI6IiMwMDAiLCJzaG93X2Fuc3dlcnNfY2FwdGlvbiI6Im9uIiwiYW5zd2Vyc19tYXJnaW4iOjEyLCJhbnNfcmlnaHRfd3JvbmdfaWNvbiI6Im5vbmUiLCJkaXNwbGF5X3Njb3JlIjoiYnlfcG9pbnRzIiwiZW5hYmxlX3J3X2FzbndlcnNfc291bmRzIjoib2ZmIiwicXVpel9iZ19pbWdfaW5fZmluaXNoX3BhZ2UiOiJvZmYiLCJmaW5pc2hfYWZ0ZXJfd3JvbmdfYW5zd2VyIjoib2ZmIiwiYWZ0ZXJfdGltZXJfdGV4dCI6IkJcdTFlYTFuIFx1MDExMVx1MDBlMyBoXHUxZWJmdCBnaVx1MWVkZCBsXHUwMGUwbSBiXHUwMGUwaSEgWGVtIGtcdTFlYmZ0IHF1XHUxZWEzIGNcdTAwZTFjIGNcdTAwZTJ1IGhcdTFlY2ZpIFx1MDExMVx1MDBlMyBsXHUwMGUwbSBuaFx1MDBlOSEhISIsImVuYWJsZV9lbnRlcl9rZXkiOiJvbiIsInNob3dfcmF0ZV9hZnRlcl9yYXRlIjoib24iLCJidXR0b25zX3RleHRfY29sb3IiOiIjZmZmZmZmIiwiYnV0dG9uc19wb3NpdGlvbiI6ImNlbnRlciIsImJ1dHRvbnNfc2l6ZSI6ImxhcmdlIiwiYnV0dG9uc19mb250X3NpemUiOiIxOCIsImJ1dHRvbnNfd2lkdGgiOiIiLCJidXR0b25zX2xlZnRfcmlnaHRfcGFkZGluZyI6IjM2IiwiYnV0dG9uc190b3BfYm90dG9tX3BhZGRpbmciOiIxNCIsImJ1dHRvbnNfYm9yZGVyX3JhZGl1cyI6IjgiLCJlbmFibGVfYXVkaW9fYXV0b3BsYXkiOiJvZmYiLCJlbmFibGVfbGVhdmVfcGFnZSI6Im9uIiwic2hvd19vbmx5X3dyb25nX2Fuc3dlciI6Im9mZiIsInBhc3Nfc2NvcmUiOjAsInBhc3Nfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DaFx1MDBmYWMgbVx1MWVlYm5nITxcL2g0PlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5CXHUxZWExbiBcdTAxMTFcdTAwZTMgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSE8XC9wPiIsImZhaWxfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cdTAxMTBcdTAwZTFuZyB0aVx1MWViZmMhPFwvaDQ+XHJcbjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkJcdTFlYTFuIGtoXHUwMGY0bmcgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSFcclxuSFx1MDBlM3kgdGhcdTFlZWQgbFx1MWVhMWkgbmhcdTAwZTkhPFwvcD4iLCJhbnN3ZXJzX29iamVjdF9maXQiOiJjb3ZlciIsInF1aXpfbWF4X3Bhc3NfY291bnQiOjEsInF1ZXN0aW9uX2ZvbnRfc2l6ZSI6MTYsInF1aXpfd2lkdGhfYnlfcGVyY2VudGFnZV9weCI6InBpeGVscyIsInF1ZXN0aW9uc19oaW50X2ljb25fb3JfdGV4dCI6ImRlZmF1bHQiLCJxdWVzdGlvbnNfaGludF92YWx1ZSI6IiIsImVuYWJsZV9lYXJseV9maW5zaF9jb21maXJtX2JveCI6Im9uIiwiaGlkZV9jb3JyZWN0X2Fuc3dlcnMiOiJvZmYiLCJxdWl6X2xvYWRlcl90ZXh0X3ZhbHVlIjoiIiwic2hvd19pbmZvcm1hdGlvbl9mb3JtIjoib24iLCJzaG93X3F1ZXN0aW9uc19leHBsYW5hdGlvbiI6Im9uX3Jlc3VsdHNfcGFnZSIsImVuYWJsZV9xdWVzdGlvbnNfb3JkZXJpbmdfYnlfY2F0Ijoib2ZmIiwiZW5hYmxlX3NlbmRfbWFpbF90b191c2VyX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJlbmFibGVfc2VuZF9tYWlsX3RvX2FkbWluX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJzaG93X3F1ZXN0aW9uc19udW1iZXJpbmciOiJub25lIiwic2hvd19hbnN3ZXJzX251bWJlcmluZyI6Im5vbmUiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmIjoiIiwiZGlzYWJsZV9ob3Zlcl9lZmZlY3QiOiJvZmYiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmX3dpZHRoIjoxMDAsInF1aXpfdGl0bGVfdHJhbnNmb3JtYXRpb24iOiJ1cHBlcmNhc2UiLCJxdWl6X2ltYWdlX3dpZHRoX2J5X3BlcmNlbnRhZ2VfcHgiOiJwaXhlbHMiLCJxdWl6X2ltYWdlX2hlaWdodCI6MCwicXVpel9iZ19pbWdfb25fc3RhcnRfcGFnZSI6Im9mZiIsInF1aXpfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9ib3hfc2hhZG93X3lfb2Zmc2V0IjowLCJxdWl6X2JveF9zaGFkb3dfel9vZmZzZXQiOjE1LCJxdWl6X3F1ZXN0aW9uX3RleHRfYWxpZ25tZW50IjoiY2VudGVyIiwicXVpel9hcnJvd190eXBlIjoiZGVmYXVsdCIsInF1aXpfc2hvd193cm9uZ19hbnN3ZXJzX2ZpcnN0Ijoib2ZmIiwicXVpel9kaXNwbGF5X2FsbF9xdWVzdGlvbnMiOiJvbiIsInF1aXpfdGltZXJfcmVkX3dhcm5pbmciOiJvbiIsInF1aXpfc2NoZWR1bGVfdGltZXpvbmUiOiJVVEMrMCIsInF1ZXN0aW9uc19oaW50X2J1dHRvbl92YWx1ZSI6IiIsInF1aXpfdGFja2Vyc19tZXNzYWdlIjoiVGhpcyBxdWl6IGlzIGV4cGlyZWQhIiwicXVpel9lbmFibGVfbGlua2VkaW5fc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV9mYWNlYm9va19zaGFyZV9idXR0b24iOiJvbiIsInF1aXpfZW5hYmxlX3R3aXR0ZXJfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV92a29udGFrdGVfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X21ha2VfcmVzcG9uc2VzX2Fub255bW91cyI6Im9mZiIsInF1aXpfbWFrZV9hbGxfcmV2aWV3X2xpbmsiOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3RpbWVyIjoiVGhcdTFlZGRpIGdpYW4gY1x1MDBmMm4gbFx1MWVhMWkiLCJxdWl6X3Bhc3N3b3JkX21lc3NhZ2UiOiIiLCJlbmFibGVfc2VlX3Jlc3VsdF9jb25maXJtX2JveCI6Im9mZiIsImRpc3BsYXlfZmllbGRzX2xhYmVscyI6Im9mZiIsInF1aXpfZW5hYmxlX3Bhc3N3b3JkX3Zpc2liaWxpdHkiOiJvZmYiLCJxdWVzdGlvbl9tb2JpbGVfZm9udF9zaXplIjoxNiwiYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNSwic29jaWFsX2J1dHRvbnNfaGVhZGluZyI6IiIsInNvY2lhbF9saW5rc19oZWFkaW5nIjoiIiwicXVpel9lbmFibGVfcXVlc3Rpb25fY2F0ZWdvcnlfZGVzY3JpcHRpb24iOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3JlZGlyZWN0X3RpbWVyIjoiIiwiYnV0dG9uc19tb2JpbGVfZm9udF9zaXplIjoxOCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd195X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd196X29mZnNldCI6MTAsInF1aXpfZW5hYmxlX3RpdGxlX3RleHRfc2hhZG93Ijoib2ZmIiwicXVpel90aXRsZV90ZXh0X3NoYWRvd19jb2xvciI6IiMzMzMiLCJyaWdodF9hbnN3ZXJzX2ZvbnRfc2l6ZSI6MTYsIndyb25nX2Fuc3dlcnNfZm9udF9zaXplIjoxNiwicXVlc3RfZXhwbGFuYXRpb25fZm9udF9zaXplIjoxNiwicXVpel93YWl0aW5nX3RpbWUiOiJvZmYiLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3hfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3lfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3pfb2Zmc2V0IjoyLCJxdWl6X3Nob3dfb25seV93cm9uZ19hbnN3ZXJzIjoib2ZmIiwicXVpel90aXRsZV9mb250X3NpemUiOjI4LCJxdWl6X3RpdGxlX21vYmlsZV9mb250X3NpemUiOjIwLCJxdWl6X3Bhc3N3b3JkX3dpZHRoIjoiIiwicXVpel9yZXZpZXdfcGxhY2Vob2xkZXJfdGV4dCI6IiIsInF1aXpfbWFrZV9yZXZpZXdfcmVxdWlyZWQiOiJvZmYiLCJxdWl6X2VuYWJsZV9yZXN1bHRzX3RvZ2dsZSI6Im9mZiIsInF1aXpfcmV2aWV3X3RoYW5rX3lvdV9tZXNzYWdlIjoiIiwicXVpel9yZXZpZXdfZW5hYmxlX2NvbW1lbnRfZmllbGQiOiJvbiIsInF1ZXN0X2V4cGxhbmF0aW9uX21vYmlsZV9mb250X3NpemUiOjE2LCJ3cm9uZ19hbnN3ZXJzX21vYmlsZV9mb250X3NpemUiOjE2LCJxdWl6X2VuYWJsZV9xdWVzdGlvbl9pbWFnZV96b29tIjoib2ZmIiwicmlnaHRfYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNiwicXVpel9kaXNwbGF5X21lc3NhZ2VzX2JlZm9yZV9idXR0b25zIjoib2ZmIiwiZW5hYmxlX3F1ZXN0aW9uc19yZXBvcnRpbmciOiJvZmYiLCJxdWl6X2VuYWJsZV9xdWVzdGlvbnNfcmVwb3J0aW5nX21haWwiOiJvZmYiLCJxdWl6X2VuYWJsZV91c2VyX2NcdTA1NzBvb3NpbmdfYW5vbnltb3VzX2Fzc2Vzc21lbnQiOiJvZmYiLCJub3RlX3RleHRfZm9udF9zaXplIjoxNCwibm90ZV90ZXh0X21vYmlsZV9mb250X3NpemUiOjE0LCJxdWl6X3F1ZXN0aW9uc19udW1iZXJpbmdfYnlfY2F0ZWdvcnkiOiJvZmYiLCJxdWl6X2VuYWJsZV9jdXN0b21fdGV4dHNfZm9yX2J1dHRvbnMiOiJvZmYiLCJxdWl6X2N1c3RvbV90ZXh0c19zdGFydF9idXR0b24iOiJTdGFydCIsInF1aXpfY3VzdG9tX3RleHRzX25leHRfYnV0dG9uIjoiTmV4dCIsInF1aXpfY3VzdG9tX3RleHRzX3ByZXZfYnV0dG9uIjoiUHJldiIsInF1aXpfY3VzdG9tX3RleHRzX2NsZWFyX2J1dHRvbiI6IkNsZWFyIiwicXVpel9jdXN0b21fdGV4dHNfZmluaXNoX2J1dHRvbiI6IkZpbmlzaCIsInF1aXpfY3VzdG9tX3RleHRzX3NlZV9yZXN1bHRzX2J1dHRvbiI6IlNlZSBSZXN1bHQiLCJxdWl6X2N1c3RvbV90ZXh0c19yZXN0YXJ0X3F1aXpfYnV0dG9uIjoiUmVzdGFydCBxdWl6IiwicXVpel9jdXN0b21fdGV4dHNfc2VuZF9mZWVkYmFja19idXR0b24iOiJTZW5kIGZlZWRiYWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9hZF9tb3JlX2J1dHRvbiI6IkxvYWQgbW9yZSIsInF1aXpfY3VzdG9tX3RleHRzX2V4aXRfYnV0dG9uIjoiRXhpdCIsInF1aXpfY3VzdG9tX3RleHRzX2NoZWNrX2J1dHRvbiI6IkNoZWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9naW5fYnV0dG9uIjoiTG9nIEluIiwicXVpel9lbmFibGVfcXVpel9jYXRlZ29yeV9kZXNjcmlwdGlvbiI6Im9mZiIsInF1aXpfYWRtaW5fbm90ZV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJxdWl6X2dyaWRfdmlld19jb3VudCI6IjIiLCJxdWl6X2dyaWRfaW1hZ2VfdmlldyI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9yaWdodF9hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel93cm9uZ19hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3JpZ2h0X2Fuc3dlcnNfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInF1aXpfd3JvbmdfYW5zd2Vyc190ZXh0X2RlY29yYXRpb24iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfYmdfaW1nX2R1cmluZ190aGVfcXVpeiI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fbGV0dGVyX3NwYWNpbmciOiIwIiwicXVpel9yaWdodF9hbnN3ZXJzX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfd3JvbmdfYW5zd2Vyc19sZXR0ZXJfc3BhY2luZyI6IjAiLCJxdWl6X2FkbWluX25vdGVfZm9udF93ZWlnaHQiOiJub3JtYWwiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9yaWdodF9hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel93cm9uZ19hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9jb250ZW50X21heF93aWR0aCI6OTAsInF1aXpfY29udGVudF9tb2JpbGVfbWF4X3dpZHRoIjo5MCwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2UiOm51bGwsInF1ZXN0aW9uX2NvdW50X3Blcl9wYWdlX251bWJlciI6IiIsIm1haWxfbWVzc2FnZSI6IiIsImVuYWJsZV9jZXJ0aWZpY2F0ZSI6Im9mZiIsImVuYWJsZV9jZXJ0aWZpY2F0ZV93aXRob3V0X3NlbmQiOiJvZmYiLCJjZXJ0aWZpY2F0ZV9wYXNzIjoiMCIsImZvcm1fdGl0bGUiOiIiLCJjZXJ0aWZpY2F0ZV90aXRsZSI6IjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiA1MHB4OyBmb250LXdlaWdodDogYm9sZDtcIj5DZXJ0aWZpY2F0ZSBvZiBDb21wbGV0aW9uPFwvc3Bhbj4iLCJjZXJ0aWZpY2F0ZV9ib2R5IjoiPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+VGhpcyBpcyB0byBjZXJ0aWZ5IHRoYXQ8XC9pPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMzBweDtcIj48Yj4lJXVzZXJfbmFtZSUlPFwvYj48XC9zcGFuPlxyXG5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+aGFzIGNvbXBsZXRlZCB0aGUgcXVpejxcL2k+PFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAzMHB4O1wiPlwiJSVxdWl6X25hbWUlJVwiPFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAyMHB4O1wiPndpdGggYSBzY29yZSBvZiA8Yj4lJXNjb3JlJSU8XC9iPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMjVweDtcIj48aT5kYXRlZDxcL2k+PFwvc3Bhbj5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDMwcHg7XCI+JSVjdXJyZW50X2RhdGUlJTxcL3NwYW4+IiwibWFpbGNoaW1wX2xpc3QiOiIiLCJlbmFibGVfbWFpbGNoaW1wIjoib2ZmIiwiZW5hYmxlX2RvdWJsZV9vcHRfaW4iOiJvZmYiLCJhY3RpdmVfZGF0ZV9jaGVjayI6Im9mZiIsImFjdGl2ZUludGVydmFsIjoiMjAyNS0wMy0yOCAxNDo0NjowOCIsImRlYWN0aXZlSW50ZXJ2YWwiOiIyMDI1LTAzLTI4IDE0OjQ2OjA4IiwiYWN0aXZlX2RhdGVfbWVzc2FnZSI6IlRoZSBxdWl6IGhhcyBleHBpcmVkISIsImFjdGl2ZV9kYXRlX3ByZV9zdGFydF9tZXNzYWdlIjoiVGhlIHF1aXogd2lsbCBiZSBhdmFpbGFibGUgc29vbiEiLCJjaGVja2JveF9zY29yZV9ieSI6Im9uIiwiY2FsY3VsYXRlX3Njb3JlIjoiYnlfY29ycmVjdG5lc3MiLCJzZW5kX3Jlc3VsdHNfdXNlciI6Im9mZiIsInNlbmRfaW50ZXJ2YWxfbXNnIjoib2ZmIiwicXVlc3Rpb25fYmFua190eXBlIjoiZ2VuZXJhbCIsInF1ZXN0aW9uc19iYW5rX2NhdF9jb3VudCI6eyIzIjoiIn0sImVuYWJsZV90YWNrZXJzX2NvdW50Ijoib2ZmIiwidGFja2Vyc19jb3VudCI6IiIsInNlbmRfcmVzdWx0c19hZG1pbiI6Im9uIiwic2VuZF9pbnRlcnZhbF9tc2dfdG9fYWRtaW4iOiJvZmYiLCJzaG93X2ludGVydmFsX21lc3NhZ2UiOiJvbiIsImFsbG93X2NvbGxlY3RpbmdfbG9nZ2VkX2luX3VzZXJzX2RhdGEiOiJvZmYiLCJxdWl6X3Bhc3Nfc2NvcmUiOiIwIiwic2VuZF9jZXJ0aWZpY2F0ZV90b19hZG1pbiI6Im9mZiIsImNlcnRpZmljYXRlX2ltYWdlIjoiIiwiY2VydGlmaWNhdGVfZnJhbWUiOiJkZWZhdWx0IiwiY2VydGlmaWNhdGVfb3JpZW50YXRpb24iOiJsIiwibWFrZV9xdWVzdGlvbnNfcmVxdWlyZWQiOiJvZmYiLCJlbmFibGVfcGFzc3dvcmQiOiJvZmYiLCJwYXNzd29yZF9xdWl6IjoiIiwibWFpbF9tZXNzYWdlX2FkbWluIjoiIiwic2VuZF9tYWlsX3RvX3NpdGVfYWRtaW4iOiJvbiIsImdlbmVyYXRlX3Bhc3N3b3JkIjoiZ2VuZXJhbCIsImdlbmVyYXRlZF9wYXNzd29yZHMiOnsiY3JlYXRlZF9wYXNzd29yZHMiOltdLCJhY3RpdmVfcGFzc3dvcmRzIjpbXSwidXNlZF9wYXNzd29yZHMiOltdfSwiZGlzcGxheV9zY29yZV9ieSI6ImJ5X3BlcmNlbnRhZ2UiLCJzaG93X3NjaGVkdWxlX3RpbWVyIjoib2ZmIiwic2hvd190aW1lcl90eXBlIjoiY291bnRkb3duIiwicHJvZ3Jlc3NfbGl2ZV9iYXJfc3R5bGUiOiJkZWZhdWx0IiwiZW5hYmxlX2Z1bGxfc2NyZWVuX21vZGUiOiJvbiIsImVuYWJsZV9uYXZpZ2F0aW9uX2JhciI6Im9mZiIsImhpZGVfbGltaXRfYXR0ZW1wdHNfbm90aWNlIjoib2ZmIiwidHVybl9vbl9leHRyYV9zZWN1cml0eV9jaGVjayI6Im9uIiwiZW5hYmxlX3RvcF9rZXl3b3JkcyI6Im9mZiIsImFzc2lnbl9rZXl3b3JkcyI6W3siYXNzaWduX3RvcF9rZXl3b3JkIjoiQSIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn0seyJhc3NpZ25fdG9wX2tleXdvcmQiOiJCIiwiYXNzaWduX3RvcF9rZXl3b3JkX3RleHQiOiIifSx7ImFzc2lnbl90b3Bfa2V5d29yZCI6IkMiLCJhc3NpZ25fdG9wX2tleXdvcmRfdGV4dCI6IiJ9LHsiYXNzaWduX3RvcF9rZXl3b3JkIjoiRCIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn1dLCJxdWl6X2VuYWJsZV9jb3Vwb24iOiJvZmYiLCJxdWl6X2NvdXBvbnNfYXJyYXkiOnsicXVpel9hY3RpdmVfY291cG9ucyI6W10sInF1aXpfaW5hY3RpdmVfY291cG9ucyI6W119LCJhcHBseV9wb2ludHNfdG9fa2V5d29yZHMiOiJvZmYiLCJsaW1pdF9hdHRlbXB0c19jb3VudF9ieV91c2VyX3JvbGUiOiIiLCJlbmFibGVfYXV0b3N0YXJ0Ijoib2ZmIiwicXVpel9lbmFibGVfa2V5Ym9hcmRfbmF2aWdhdGlvbiI6Im9uIiwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2VfdHlwZSI6ImdlbmVyYWwiLCJxdWVzdGlvbl9jb3VudF9wZXJfcGFnZV9jdXN0b21fb3JkZXIiOiIiLCJxdWl6X3RpbWVyX3R5cGUiOiJxdWl6X3RpbWVyIiwiYXlzX2FsbG93X2V4cG9ydGluZ19xdWl6emVzIjoib2ZmIiwiYXlzX3VzZXJzX3RvX2V4cG9ydF9zZWFyY2giOltdLCJxdWl6X3Bhc3Nfc2NvcmVfdHlwZSI6InBvaW50IiwicXVpel9jZXJ0aWZpY2F0ZV9wYXNzX3Njb3JlX3R5cGUiOiJwZXJjZW50YWdlIiwicXVpel9lcXVhbF9rZXl3b3Jkc190ZXh0IjoiIiwiZW5hYmxlX25hdmlnYXRpb25fYmFyX21hcmtlZF9xdWVzdGlvbnMiOiJvZmYiLCJxdWl6X3F1ZXN0aW9uX3RleHRfdG9fc3BlZWNoIjoib2ZmIiwicXVpel9xdWVzdGlvbl90ZXh0X3RvX3NwZWVjaF92b2ljZSI6Ik1pY3Jvc29mdCBEYXZpZCAtIEVuZ2xpc2ggKFVuaXRlZCBTdGF0ZXMpIiwicXVpel9kaXNhYmxlX2lucHV0X2ZvY3VzaW5nIjoib2ZmIiwicXVpel9wYXNzd29yZF9pbXBvcnRfdHlwZSI6ImRlZmF1bHQiLCJxdWl6X25hdmlnYXRpb25fYmFyX3R5cGUiOiJkZWZhdWx0IiwicXVpel9zaG93X3F1ZXN0aW9uX3RhZ3MiOiJvbiIsInF1aXpfc2hvd19yZXN1bHRzX2Jhc2VkX3Bhc3Nfc2NvcmUiOiJvZmYiLCJxdWl6X3Nob3dfaW50ZXJ2YWxfbWVzc2FnZXNfZm9yX2VxdWFsX2tleXdvcmRzIjoib2ZmIiwicXVpel9oaWRlX2Jhbm5lcl9xdWVzdGlvbnNfb25fcmVzdWx0X3BhZ2UiOiJvZmYiLCJxdWl6X3NlbmRfcmVzdWx0c191c2VyX3dpdGhvdXRfaW1nIjoib2ZmIiwicXVpel9zZW5kX3Jlc3VsdHNfYWRtaW5fd2l0aG91dF9pbWciOiJvZmYiLCJwYXlwYWxfYW1vdW50IjpudWxsLCJwYXlwYWxfY3VycmVuY3kiOm51bGwsInBheXBhbF9tZXNzYWdlIjoiIiwiZW5hYmxlX3N0cmlwZSI6Im9mZiIsInN0cmlwZV9hbW91bnQiOiIiLCJzdHJpcGVfY3VycmVuY3kiOiIiLCJzdHJpcGVfbWVzc2FnZSI6IllvdSBuZWVkIHRvIHBheSB0byBwYXNzIHRoaXMgcXVpei4iLCJwYXltZW50X3R5cGUiOiJwcmVwYXkiLCJlbmFibGVfbW9uaXRvciI6Im9mZiIsIm1vbml0b3JfbGlzdCI6IiIsImFjdGl2ZV9jYW1wX2xpc3QiOiIiLCJlbmFibGVfc2xhY2siOiJvZmYiLCJzbGFja19jb252ZXJzYXRpb24iOiIiLCJhY3RpdmVfY2FtcF9hdXRvbWF0aW9uIjoiIiwiZW5hYmxlX2FjdGl2ZV9jYW1wIjoib2ZmIiwiZW5hYmxlX3phcGllciI6Im9mZiIsImVuYWJsZV9nb29nbGVfc2hlZXRzIjoib2ZmIiwic3ByZWFkc2hlZXRfaWQiOiIiLCJnb29nbGVfc2hlZXRfY3VzdG9tX2ZpZWxkcyI6W10sInF1aXpfY29uZGl0aW9uX3Nob3dfYWxsX3Jlc3VsdHMiOiJvZmYiLCJxdWl6X2NvbmRpdGlvbl9jYWxjdWxhdGlvbl90eXBlIjoiZGVmYXVsdCIsInF1aXpfYXR0cmlidXRlcyI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX2FjdGl2ZV9vcmRlciI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX3Bhc3NpdmVfb3JkZXIiOlsiYXlzX2Zvcm1fbmFtZSIsImF5c19mb3JtX2VtYWlsIiwiYXlzX2Zvcm1fcGhvbmUiXSwicmVxdWlyZWRfZmllbGRzIjpudWxsLCJlbmFibGVfdGltZXIiOiJvbiIsInRpbWVyIjoyNzAwLCJlbmFibGVfcXVpel9yYXRlIjoib2ZmIiwiZW5hYmxlX3JhdGVfYXZnIjoib2ZmIiwiZW5hYmxlX2JveF9zaGFkb3ciOiJvZmYiLCJlbmFibGVfYm9yZGVyIjoib2ZmIiwicXVpel90aW1lcl9pbl90aXRsZSI6Im9uIiwiZW5hYmxlX3JhdGVfY29tbWVudHMiOiJvZmYiLCJlbmFibGVfcmVzdGFydF9idXR0b24iOiJvZmYiLCJhdXRvZmlsbF91c2VyX2RhdGEiOiJvZmYiLCJlbmFibGVfY29weV9wcm90ZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3BheXBhbCI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzcyI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzc191c2VycyI6Im9mZiIsInVzZXJfbWFpbCI6Im9mZiIsImFkbWluX21haWwiOiJvZmYiLCJyZXN1bHRfdGV4dCI6bnVsbCwiZW5hYmxlX3Jlc3VsdCI6Im9mZiIsImVuYWJsZV9tYWRfbWltaSI6Im9mZiIsIm1hZF9taW1pX2xpc3QiOiIiLCJlbmFibGVfY29udmVydEtpdCI6Im9mZiIsImNvbnZlcnRLaXRfZm9ybV9pZCI6IiIsImVuYWJsZV9nZXRSZXNwb25zZSI6Im9mZiIsImdldFJlc3BvbnNlX2xpc3QiOiIiLCJlbmFibGVfcmVjYXB0Y2hhIjoib2ZmIiwiYXR0cmlidXRlcyI6W10sInN1Ym1pdF9yZWRpcmVjdF9hZnRlciI6IiIsInJ3X2Fuc3dlcnNfc291bmRzIjpmYWxzZSwiaWQiOiIxMTc2NSIsImF1dGhvcl9pZCI6IjMiLCJwb3N0X2lkIjpudWxsLCJ0aXRsZSI6IlRyXHUxZWFmYyBuZ2hpXHUxZWM3bSBUaW4gaFx1MWVjZGMgMTIgQ1x1MDBlMW5oIGRpXHUxZWMxdSBCXHUwMGUwaSAxOiBMXHUwMGUwbSBxdWVuIHZcdTFlZGJpIG5nXHUwMGY0biBuZ1x1MWVlZiBcdTAxMTFcdTAwZTFuaCBkXHUxZWE1dSBzaVx1MDBlYXUgdlx1MDEwM24gYlx1MWVhM24gLSBcdTAxMTBcdTAwZWFcdTAzMDAgMDUiLCJkZXNjcmlwdGlvbiI6IjxwPlRyXHUxZWFmYyBuZ2hpXHUxZWM3bSBUaW4gaFx1MWVjZGMgMTIgQ1x1MDBlMW5oIGRpXHUxZWMxdSBCXHUwMGUwaSAxOiBMXHUwMGUwbSBxdWVuIHZcdTFlZGJpIG5nXHUwMGY0biBuZ1x1MWVlZiBcdTAxMTFcdTAwZTFuaCBkXHUxZWE1dSBzaVx1MDBlYXUgdlx1MDEwM24gYlx1MWVhM24gLSBcdTAxMTBcdTAwZWFcdTAzMDAgMDUgYmFvIGdcdTFlZDNtIG5oaVx1MWVjMXUgY1x1MDBlMnUgaFx1MWVjZmkgaGF5LCBiXHUwMGUxbSBzXHUwMGUxdCBjaFx1MDFiMFx1MDFhMW5nIHRyXHUwMGVjbmguIENcdTAwZjluZyBsXHUwMGUwbSBiXHUwMGUwaSB0XHUxZWFkcCB0clx1MWVhZmMgbmdoaVx1MWVjN20gbmdheS48XC9wPlxyXG5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxOiBOZ1x1MDBmNG4gbmdcdTFlZWYgXHUwMTExXHUwMGUxbmggZFx1MWVhNXUgc2lcdTAwZWF1IHZcdTAxMDNuIGJcdTFlYTNuIChIVE1MKSBcdTAxMTFcdTAwZjNuZyB2YWkgdHJcdTAwZjIgY2hcdTAwZWRuaCBnXHUwMGVjIHRyb25nIHF1XHUwMGUxIHRyXHUwMGVjbmggeFx1MDBlMnkgZFx1MWVmMW5nIG1cdTFlZDl0IHRyYW5nIHdlYj9cclxuPHVsPlxyXG48bGk+QS4gS2lcdTFlYzNtIHNvXHUwMGUxdCBnaWFvIGRpXHUxZWM3biB2XHUwMGUwIHBob25nIGNcdTAwZTFjaCB0clx1MDBlY25oIGJcdTAwZTB5IChtXHUwMGUwdSBzXHUxZWFmYywgZm9udCBjaFx1MWVlZiwgYlx1MWVkMSBjXHUxZWU1YykuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIFx1MDExMFx1MWVjYm5oIG5naFx1MDEyOWEgY1x1MWVhNXUgdHJcdTAwZmFjIHZcdTAwZTAgblx1MWVkOWkgZHVuZyBuZ1x1MWVlZiBuZ2hcdTAxMjlhIGNcdTFlZTdhIHRyYW5nIHdlYi48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBYXHUxZWVkIGxcdTAwZmQgY1x1MDBlMWMgdGhhbyB0XHUwMGUxYyB0XHUwMWIwXHUwMWExbmcgdFx1MDBlMWMgdlx1MDBlMCBsb2dpYyBcdTAxMTFcdTFlZDluZyB0clx1MDBlYW4gdHJhbmcuPFwvbGk+XHJcbjxsaT5ELiBMXHUwMWIwdSB0clx1MWVlZiB2XHUwMGUwIHF1XHUxZWEzbiBsXHUwMGZkIGRcdTFlZWYgbGlcdTFlYzd1IGNobyB0cmFuZyB3ZWIuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjogS2hpIHhlbSBtXHUwMGUzIG5ndVx1MWVkM24gSFRNTCBjXHUxZWU3YSBtXHUxZWQ5dCB0cmFuZyB3ZWIsIGRcdTAwZjJuZyBcdTAxMTFcdTFlYTd1IHRpXHUwMGVhbiB0aFx1MDFiMFx1MWVkZG5nIGxcdTAwZTAgYDwhRE9DVFlQRSBodG1sPmAuIERcdTAwZjJuZyBuXHUwMGUweSBjXHUwMGYzIG1cdTFlZTVjIFx1MDExMVx1MDBlZGNoIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPkEuIEtoYWkgYlx1MDBlMW8gdGlcdTAwZWF1IFx1MDExMVx1MWVjMSBjXHUxZWU3YSB0cmFuZyB3ZWIuPFwvbGk+XHJcbjxsaT5CLiBDaFx1MWVjOSBcdTAxMTFcdTFlY2JuaCBiXHUxZWQ5IGtcdTAwZmQgdFx1MWVmMSBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIHRyb25nIHRcdTAwZTBpIGxpXHUxZWM3dS48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gQ2hvIHRyXHUwMGVjbmggZHV5XHUxZWM3dCBiaVx1MWViZnQgcGhpXHUwMGVhbiBiXHUxZWEzbiBIVE1MIFx1MDExMWFuZyBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIFx1MDExMVx1MWVjMyBoaVx1MWVjM24gdGhcdTFlY2IgdHJhbmcgXHUwMTExXHUwMGZhbmcgY2h1XHUxZWE5bi48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiBCXHUxZWFmdCBcdTAxMTFcdTFlYTd1IHBoXHUxZWE3biB0aFx1MDBlMm4gY2hcdTFlZTlhIG5cdTFlZDlpIGR1bmcgaGlcdTFlYzNuIHRoXHUxZWNiLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDM6IFBoXHUxZWE3biB0XHUxZWVkIGA8aGVhZD5gIHRyb25nIHRcdTAwZTBpIGxpXHUxZWM3dSBIVE1MIHRoXHUwMWIwXHUxZWRkbmcgY2hcdTFlZTlhIGxvXHUxZWExaSB0aFx1MDBmNG5nIHRpbiBuXHUwMGUwbz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBUaVx1MDBlYXUgXHUwMTExXHUxZWMxIHRyYW5nLCBzaVx1MDBlYXUgZFx1MWVlZiBsaVx1MWVjN3UsIGxpXHUwMGVhbiBrXHUxZWJmdCBcdTAxMTFcdTFlYmZuIHRcdTFlYzdwIENTU1wvSmF2YVNjcmlwdC48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBUb1x1MDBlMG4gYlx1MWVkOSBuXHUxZWQ5aSBkdW5nIGhpXHUxZWMzbiB0aFx1MWVjYiBjaFx1MDBlZG5oIHRyXHUwMGVhbiBtXHUwMGUwbiBoXHUwMGVjbmguPFwvbGk+XHJcbjxsaT5DLiBDXHUwMGUxYyBcdTAxMTFvXHUxZWExbiB2XHUwMTAzbiBiXHUxZWEzbiB2XHUwMGUwIGhcdTAwZWNuaCBcdTFlYTNuaC48XC9saT5cclxuPGxpPkQuIFBoXHUxZWE3biBjaFx1MDBlMm4gdHJhbmcgKGZvb3RlcikgY2hcdTFlZTlhIHRoXHUwMGY0bmcgdGluIGJcdTFlYTNuIHF1eVx1MWVjMW4uPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgNDogTlx1MWVkOWkgZHVuZyBuXHUwMGUwbyBjXHUxZWU3YSB0XHUwMGUwaSBsaVx1MWVjN3UgSFRNTCBzXHUxZWJkIFx1MDExMVx1MDFiMFx1MWVlM2MgaGlcdTFlYzNuIHRoXHUxZWNiIHRyXHUxZWYxYyB0aVx1MWViZnAgY2hvIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcgeGVtIHRyXHUwMGVhbiBtXHUwMGUwbiBoXHUwMGVjbmggdHJcdTAwZWNuaCBkdXlcdTFlYzd0P1xyXG48dWw+XHJcbjxsaT5BLiBOXHUxZWQ5aSBkdW5nIGJcdTAwZWFuIHRyb25nIHRoXHUxZWJiIGA8dGl0bGU+YC48XC9saT5cclxuPGxpPkIuIE5cdTFlZDlpIGR1bmcgYlx1MDBlYW4gdHJvbmcgdGhcdTFlYmIgYDxtZXRhPmAuPFwvbGk+XHJcbjxsaT5DLiBOXHUxZWQ5aSBkdW5nIGJcdTAwZWFuIHRyb25nIHRoXHUxZWJiIGA8aGVhZD5gLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5ELiBOXHUxZWQ5aSBkdW5nIGJcdTAwZWFuIHRyb25nIHRoXHUxZWJiIGA8Ym9keT5gLjxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA1OiBDaG8gXHUwMTExb1x1MWVhMW4gbVx1MDBlMyBIVE1MIHNhdTogYDxodG1sPjxoZWFkPjx0aXRsZT5CXHUwMGUwaSAxPFwvdGl0bGU+PFwvaGVhZD48Ym9keT48cD5IZWxsbyBXb3JsZCE8XC9wPjxcL2JvZHk+PFwvaHRtbD5gLiBLaGkgbVx1MWVkZiB0XHUxZWM3cCBuXHUwMGUweSB0cm9uZyB0clx1MDBlY25oIGR1eVx1MWVjN3QsIHZcdTAxMDNuIGJcdTFlYTNuIFxyXG48dWw+XHJcbjxsaT5BLiBUclx1MDBlYW4gbVx1MDBlMG4gaFx1MDBlY25oIGNoXHUwMGVkbmggY1x1MWVlN2EgdHJhbmcuPFwvbGk+XHJcbjxsaT5CLiBcdTFlZGUgY3VcdTFlZDFpIHRyYW5nIHdlYi48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gVHJcdTAwZWFuIHRoYW5oIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgKHRhYikgY1x1MWVlN2EgY1x1MWVlZGEgc1x1MWVkNSB0clx1MDBlY25oIGR1eVx1MWVjN3QuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gS2hcdTAwZjRuZyBoaVx1MWVjM24gdGhcdTFlY2IgXHUxZWRmIFx1MDExMVx1MDBlMnUgY1x1MWVhMy48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA2OiBUcm9uZyBjXHUxZWE1dSB0clx1MDBmYWMgbVx1MWVkOXQgcGhcdTFlYTduIHRcdTFlZWQgSFRNTCB0aFx1MDBmNG5nIHRoXHUwMWIwXHUxZWRkbmcgbmhcdTAxYjAgYDxwPk5cdTFlZDlpIGR1bmc8XC9wPmAsIGRcdTFlYTV1IGdcdTFlYTFjaCBjaFx1MDBlOW8gYFwvYCB0cm9uZyB0aFx1MWViYiBgPFwvcD5gIGNcdTAwZjMgXHUwMGZkIG5naFx1MDEyOWEgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gXHUwMTEwXHUwMGUxbmggZFx1MWVhNXUgcGhcdTFlYTduIHRcdTFlZWQgblx1MDBlMHkgYlx1MWVjYiBsXHUxZWQ3aS48XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gQ2hcdTFlYzkgcmEgXHUwMTExXHUwMGUyeSBsXHUwMGUwIHRoXHUxZWJiIGtcdTFlYmZ0IHRoXHUwMGZhYyBjXHUxZWU3YSBwaFx1MWVhN24gdFx1MWVlZC48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBCXHUxZWFmdCBcdTAxMTFcdTFlYTd1IG1cdTFlZDl0IHBoXHUxZWE3biB0XHUxZWVkIG1cdTFlZGJpLjxcL2xpPlxyXG48bGk+RC4gVFx1MWVhMW8gcmEgbVx1MWVkOXQgbGlcdTAwZWFuIGtcdTFlYmZ0LjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDc6IFRcdTAwZWFuIGNcdTAwZTFjIHRoXHUxZWJiIEhUTUwgKHZcdTAwZWQgZFx1MWVlNTogYGh0bWxgLCBgaGVhZGAsIGBib2R5YCwgYHBgLCBgYWApIGNcdTAwZjMgcGhcdTAwZTJuIGJpXHUxZWM3dCBjaFx1MWVlZiBob2Egdlx1MDBlMCBjaFx1MWVlZiB0aFx1MDFiMFx1MWVkZG5nIGtoXHUwMGY0bmc/IChUaGVvIGNodVx1MWVhOW4gSFRNTDUpXHJcbjx1bD5cclxuPGxpPkEuIENcdTAwZjMgcGhcdTAwZTJuIGJpXHUxZWM3dC48XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gS2hcdTAwZjRuZyBwaFx1MDBlMm4gYmlcdTFlYzd0LCBuaFx1MDFiMG5nIG5cdTAwZWFuIHZpXHUxZWJmdCBjaFx1MWVlZiB0aFx1MDFiMFx1MWVkZG5nIHRoZW8gcXV5IFx1MDFiMFx1MWVkYmMuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gQ2hcdTFlYzkgcGhcdTAwZTJuIGJpXHUxZWM3dCBraGkgc1x1MWVlZCBkXHUxZWU1bmcgdGh1XHUxZWQ5YyB0XHUwMGVkbmguPFwvbGk+XHJcbjxsaT5ELiBQaFx1MWVlNSB0aHVcdTFlZDljIHZcdTAwZTBvIHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWIgY1x1MWVlNSB0aFx1MWVjMy48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA4OiBLaGkgYlx1MWVhMW4gbXVcdTFlZDFuIHRoXHUwMGVhbSB0aFx1MDBmNG5nIHRpbiBtXHUwMGY0IHRcdTFlYTMgdlx1MWVjMSB0cmFuZyB3ZWIgY2hvIGNcdTAwZTFjIGNcdTAwZjRuZyBjXHUxZWU1IHRcdTAwZWNtIGtpXHUxZWJmbSAodlx1MDBlZCBkXHUxZWU1OiBcclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBUaHVcdTFlZDljIHRcdTAwZWRuaCBgbmFtZWAgdlx1MWVkYmkgZ2lcdTAwZTEgdHJcdTFlY2IgPFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDk6IFx1MDExMFx1MWVjMyBcdTAxMTFcdTFlYTNtIGJcdTFlYTNvIHJcdTFlYjFuZyBjXHUwMGUxYyBrXHUwMGZkIHRcdTFlZjEgXHUwMTExXHUxZWI3YyBiaVx1MWVjN3QsIGtcdTAwZmQgdFx1MWVmMSBjXHUwMGYzIGRcdTFlYTV1IChuaFx1MDFiMCB0aVx1MWViZm5nIFZpXHUxZWM3dCkgXHUwMTExXHUwMWIwXHUxZWUzYyBoaVx1MWVjM24gdGhcdTFlY2IgY2hcdTAwZWRuaCB4XHUwMGUxYyB0clx1MDBlYW4gbVx1MWVjZGkgdHJcdTAwZWNuaCBkdXlcdTFlYzd0LCBiXHUxZWExbiBuXHUwMGVhbiBraGFpIGJcdTAwZTFvIGJcdTFlZDkga1x1MDBmZCB0XHUxZWYxIG5cdTAwZTBvIHRyb25nIHBoXHUxZWE3biBgPGhlYWQ+YCBjXHUxZWU3YSB0XHUwMGUwaSBsaVx1MWVjN3UgSFRNTDU/XHJcbjx1bD5cclxuPGxpPkEuIEFTQ0lJPFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuIDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxMDogQ1x1MWVhNXUgdHJcdTAwZmFjIHRcdTAwZTBpIGxpXHUxZWM3dSBIVE1MIGNcdTAxYTEgYlx1MWVhM24gbmhcdTFlYTV0IGJhbyBnXHUxZWQzbSBuaFx1MWVlZm5nIHBoXHUxZWE3biB0XHUxZWVkIGNcdTFlYTVwIGNhbyBuXHUwMGUwbywgXHUwMTExXHUwMWIwXHUxZWUzYyBcdTAxMTFcdTFlYjd0IGJcdTAwZWFuIHRyb25nIHRoXHUxZWJiIGA8aHRtbD5gP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkIuIDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxMTogS2hpIGJcdTFlYTFuIHZpXHUxZWJmdCBtXHUwMGUzIEhUTUwgYlx1MWViMW5nIG1cdTFlZDl0IHRyXHUwMGVjbmggc29cdTFlYTFuIHRoXHUxZWEzbyB2XHUwMTAzbiBiXHUxZWEzbiAodlx1MDBlZCBkXHUxZWU1OiBOb3RlcGFkLCBTdWJsaW1lIFRleHQsIFZTIENvZGUpLCBiXHUxZWExbiBjXHUxZWE3biBsXHUwMWIwdSB0XHUxZWM3cCB2XHUxZWRiaSBcdTAxMTFcdTFlY2JuaCBkXHUxZWExbmcgblx1MDBlMG8gXHUwMTExXHUxZWMzIHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWIgY1x1MDBmMyB0aFx1MWVjMyBuaFx1MWVhZG4gZGlcdTFlYzduIHZcdTAwZTAgbVx1MWVkZiBuXHUwMGYzIG5oXHUwMWIwIG1cdTFlZDl0IHRyYW5nIHdlYj9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5DLiA8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTI6IFNhdSBraGkgbFx1MDFiMHUgdFx1MWVjN3AgSFRNTCwgYlx1MWVhMW4gbXVcdTFlZDFuIHhlbSBrXHUxZWJmdCBxdVx1MWVhMyB0cmFuZyB3ZWIgY1x1MWVlN2EgbVx1MDBlY25oLiBUaGFvIHRcdTAwZTFjIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IGxcdTAwZTAgXHUwMTExXHUwMGZhbmcgXHUwMTExXHUxZWMzIHRoXHUxZWYxYyBoaVx1MWVjN24gdmlcdTFlYzdjIG5cdTAwZTB5P1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxMzogVHJvbmcgSFRNTCwgbVx1MWVkOXQgXCJwaFx1MWVhN24gdFx1MWVlZFwiIChlbGVtZW50KSB0aFx1MDFiMFx1MWVkZG5nIFx1MDExMVx1MDFiMFx1MWVlM2MgdFx1MWVhMW8gdGhcdTAwZTBuaCB0XHUxZWViIG5oXHUxZWVmbmcgdGhcdTAwZTBuaCBwaFx1MWVhN24gY1x1MDFhMSBiXHUxZWEzbiBuXHUwMGUwbz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5ELiA8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTQ6IFRoXHUxZWJiIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IGxcdTAwZTAgdlx1MDBlZCBkXHUxZWU1IHZcdTFlYzEgdGhcdTFlYmIgclx1MWVkN25nICh2b2lkIGVsZW1lbnQpLCB0XHUxZWU5YyBsXHUwMGUwIHRoXHUxZWJiIGtoXHUwMGY0bmcgY1x1MDBmMyB0aFx1MWViYiBcdTAxMTFcdTAwZjNuZyB2XHUwMGUwIGtoXHUwMGY0bmcgY2hcdTFlZTlhIG5cdTFlZDlpIGR1bmc/XHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+Qi4gPFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE1OiBUcm9uZyB0aFx1MWViYiBgPGEgaHJlZj1cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiA8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTY6IFZcdTFlYWJuIHZcdTFlZGJpIHRoXHUxZWJiIGA8YSBocmVmPVxyXG48dWw+XHJcbjxsaT48c3Ryb25nPkIuIDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxNzogTVx1MWVkOXQgdHJhbmcgd2ViIGNcdTAwZjMgY1x1MWVhNXUgdHJcdTAwZmFjIEhUTUwgaFx1MWVlM3AgbFx1MWVjNyA8aT5iXHUxZWFmdCBidVx1MWVkOWM8XC9pPiBwaFx1MWVhM2kgY1x1MDBmMyBuaFx1MWVlZm5nIHBoXHUxZWE3biB0XHUxZWVkIGNcdTFlYTVwIGNhbyBuXHUwMGUwbyBcdTAxMTFcdTAxYjBcdTFlZTNjIGxcdTFlZDNuZyB0clx1MWVmMWMgdGlcdTFlYmZwIGJcdTAwZWFuIHRyb25nIHRoXHUxZWJiIGA8aHRtbD5gP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkQuIDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxODogQlx1MWVhMW4gdlx1MWVlYmEgdFx1MWVhMW8gbVx1MWVkOXQgdFx1MWVjN3AgSFRNTCBcdTAxMTFcdTAxYTFuIGdpXHUxZWEzbiBuaFx1MDFiMG5nIGtoaSBtXHUxZWRmIGJcdTFlYjFuZyB0clx1MDBlY25oIGR1eVx1MWVjN3QsIGJcdTFlYTFuIGNoXHUxZWM5IHRoXHUxZWE1eSB0b1x1MDBlMG4gYlx1MWVkOSBtXHUwMGUzIG5ndVx1MWVkM24gaGlcdTFlYzNuIHRoXHUxZWNiIGRcdTAxYjBcdTFlZGJpIGRcdTFlYTFuZyB2XHUwMTAzbiBiXHUxZWEzbiB0aHVcdTFlYTduIHRcdTAwZmF5LCBraFx1MDBmNG5nIFx1MDExMVx1MDFiMFx1MWVlM2MgXHUwMTExXHUxZWNibmggZFx1MWVhMW5nLiBOZ3V5XHUwMGVhbiBuaFx1MDBlMm4gcGhcdTFlZDUgYmlcdTFlYmZuIG5oXHUxZWE1dCBkXHUxZWFibiBcdTAxMTFcdTFlYmZuIHRcdTAwZWNuaCB0clx1MWVhMW5nIG5cdTAwZTB5IGxcdTAwZTAgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5DLiA8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTk6IE1cdTFlZTVjIFx1MDExMVx1MDBlZGNoIGNoXHUwMGVkbmggY1x1MWVlN2EgdmlcdTFlYzdjIHNcdTFlZWQgZFx1MWVlNW5nIGNcdTAwZTFjIHRodVx1MWVkOWMgdFx1MDBlZG5oIChhdHRyaWJ1dGVzKSB0cm9uZyB0aFx1MWViYiBIVE1MIGxcdTAwZTAgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5CLiA8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjA6IEhcdTAwZTN5IHBoXHUwMGUybiB0XHUwMGVkY2ggXHUwMTExb1x1MWVhMW4gbVx1MDBlMyBzYXU6IGA8aHRtbCBsYW5nPVxyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyMTogXHUwMTEwaVx1MWVjMXUgZ1x1MDBlYyB4XHUxZWEzeSByYSBuXHUxZWJmdSBiXHUxZWExbiBcdTAxMTFcdTFlYjd0IHRvXHUwMGUwbiBiXHUxZWQ5IG5cdTFlZDlpIGR1bmcgaGlcdTFlYzNuIHRoXHUxZWNiIGNcdTFlZTdhIHRyYW5nIHdlYiAodlx1MDEwM24gYlx1MWVhM24sIGhcdTAwZWNuaCBcdTFlYTNuaCwuLi4pIHZcdTAwZTBvIGJcdTAwZWFuIHRyb25nIHRoXHUxZWJiIGA8aGVhZD5gIHRoYXkgdlx1MDBlYyBgPGJvZHk+YD9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5DLiA8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjI6IFRyXHUwMGVjbmggc29cdTFlYTFuIHRoXHUxZWEzbyB2XHUwMTAzbiBiXHUxZWEzbiAobmhcdTAxYjAgU3VibGltZSBUZXh0KSBoXHUxZWQ3IHRyXHUxZWUzIHNvXHUxZWExbiB0aFx1MWVhM28gSFRNTCBuaFx1MDFiMCB0aFx1MWViZiBuXHUwMGUwbyBcdTAxMTFcdTFlYzMgZ2lcdTAwZmFwIG5nXHUwMWIwXHUxZWRkaSBsXHUxZWFkcCB0clx1MDBlY25oP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkQuIDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyMzogVmFpIHRyXHUwMGYyIGNcdTFlZTdhIHRoXHUxZWJiIGA8aHRtbD5gIHRyb25nIGNcdTFlYTV1IHRyXHUwMGZhYyB0XHUwMGUwaSBsaVx1MWVjN3UgSFRNTCBsXHUwMGUwIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+QS4gPFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI0OiBUaFx1MWViYiBuXHUwMGUwbyBzYXUgXHUwMTExXHUwMGUyeSBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIFx1MDExMVx1MWVjMyB0XHUxZWExbyB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGNcdTFlYTVwIDEgKHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgcXVhbiB0clx1MWVjZG5nIG5oXHUxZWE1dCkgdHJcdTAwZWFuIHRyYW5nIHdlYj9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiA8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjU6IEJcdTFlYTFuIG11XHUxZWQxbiB0XHUxZWExbyBtXHUxZWQ5dCBcdTAxMTFvXHUxZWExbiB2XHUwMTAzbiBiXHUxZWEzbiBtXHUxZWRiaSB0clx1MDBlYW4gdHJhbmcgd2ViLiBUaFx1MWViYiBIVE1MIG5nXHUxZWVmIG5naFx1MDEyOWEgblx1MDBlMG8gcGhcdTAwZjkgaFx1MWVlM3AgbmhcdTFlYTV0IGNobyBtXHUxZWU1YyBcdTAxMTFcdTAwZWRjaCBuXHUwMGUweT9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5DLiA8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjY6IEdpXHUxZWEzIHNcdTFlZWQgYlx1MWVhMW4gY1x1MDBmMyBcdTAxMTFvXHUxZWExbiBtXHUwMGUzIGA8cD5cdTAxMTBcdTAwZTJ5IGxcdTAwZTAgPHN0cm9uZz52XHUwMTAzbiBiXHUxZWEzbiBpbiBcdTAxMTFcdTFlYWRtPFwvc3Ryb25nPi48XC9wPmAuIFBoXHUxZWE3biB0XHUxZWVkIGA8c3Ryb25nPmAgblx1MWViMW0gYlx1MDBlYW4gdHJvbmcgcGhcdTFlYTduIHRcdTFlZWQgYDxwPmAgbFx1MDBlMCBtXHUxZWQ5dCB2XHUwMGVkIGRcdTFlZTUgdlx1MWVjMSBraFx1MDBlMWkgbmlcdTFlYzdtIGdcdTAwZWMgdHJvbmcgY1x1MWVhNXUgdHJcdTAwZmFjIEhUTUw/XHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+Qi4gPFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI3OiBWaVx1MWVjN2MgdHVcdTAwZTJuIHRoXHUxZWU3IGNcdTFlYTV1IHRyXHUwMGZhYyBIVE1MIGNodVx1MWVhOW4gdlx1MDBlMCBzXHUxZWVkIGRcdTFlZTVuZyBcdTAxMTFcdTAwZmFuZyBjXHUwMGUxYyB0aFx1MWViYiBuZ1x1MWVlZiBuZ2hcdTAxMjlhIChzZW1hbnRpYyB0YWdzKSBtYW5nIGxcdTFlYTFpIGxcdTFlZTNpIFx1MDBlZGNoIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+RC4gPFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI4OiBUcm9uZyBwaFx1MWVhN24gYDxoZWFkPmAsIG5nb1x1MDBlMGkgdGhcdTFlYmIgYDx0aXRsZT5gLCBiXHUxZWExbiBjXHUwMGYzIHRoXHUxZWMzIHNcdTFlZWQgZFx1MWVlNW5nIHRoXHUxZWJiIG5cdTAwZTBvIFx1MDExMVx1MWVjMyBsaVx1MDBlYW4ga1x1MWViZnQgdFx1MDBlMGkgbGlcdTFlYzd1IEhUTUwgdlx1MWVkYmkgbVx1MWVkOXQgdFx1MWVjN3AgQ1NTIGJcdTAwZWFuIG5nb1x1MDBlMGkgXHUwMTExXHUxZWMzIFx1MDExMVx1MWVjYm5oIGRcdTFlYTFuZyBraVx1MWVjM3UgZFx1MDBlMW5nP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyOTogQlx1MWVhMW4gbXVcdTFlZDFuIHRoXHUwMGVhbSBtXHUxZWQ5dCBoXHUwMGVjbmggXHUxZWEzbmggdlx1MDBlMG8gblx1MWVkOWkgZHVuZyB0cmFuZyB3ZWIgY1x1MWVlN2EgbVx1MDBlY25oLiBUaFx1MWViYiBIVE1MIG5cdTAwZTBvIGJcdTFlYTFuIHNcdTFlYmQgc1x1MWVlZCBkXHUxZWU1bmcgdHJvbmcgcGhcdTFlYTduIGA8Ym9keT5gP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkIuIDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAzMDogSFRNTCBcdTAxMTFcdTAxYjBcdTFlZTNjIG1cdTAwZjQgdFx1MWVhMyBsXHUwMGUwIG5nXHUwMGY0biBuZ1x1MWVlZiBcdTAxMTFcdTAwZTFuaCBkXHUxZWE1dSwga2hcdTAwZjRuZyBwaFx1MWVhM2kgbmdcdTAwZjRuIG5nXHUxZWVmIGxcdTFlYWRwIHRyXHUwMGVjbmguIFx1MDExMGlcdTFlYzF1IG5cdTAwZTB5IGNcdTAwZjMgbmdoXHUwMTI5YSBsXHUwMGUwIEhUTUwgY2hcdTFlZTcgeVx1MWViZnUgbFx1MDBlMG0gZ1x1MDBlYywgY2hcdTFlZTkga2hcdTAwZjRuZyBwaFx1MWVhM2kgbFx1MDBlMG0gZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5ELiA8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbiIsInF1aXpfaW1hZ2UiOm51bGwsInF1aXpfY2F0ZWdvcnlfaWQiOiIyNDYyIiwicXVlc3Rpb25faWRzIjoiMzUyNTA5LDM1MjUxMCwzNTI1MTEsMzUyNTEyLDM1MjUxMywzNTI1MTQsMzUyNTE1LDM1MjUxNiwzNTI1MTcsMzUyNTE4LDM1MjUxOSwzNTI1MjAsMzUyNTIxLDM1MjUyMiwzNTI1MjMsMzUyNTI0LDM1MjUyNSwzNTI1MjYsMzUyNTI3LDM1MjUyOCwzNTI1MjksMzUyNTMwLDM1MjUzMSwzNTI1MzIsMzUyNTMzLDM1MjUzNCwzNTI1MzUsMzUyNTM2LDM1MjUzNywzNTI1MzgiLCJvcmRlcmluZyI6IjExNzY1IiwicHVibGlzaGVkIjoiMSIsImNyZWF0ZV9kYXRlIjpudWxsLCJxdWl6X3VybCI6bnVsbCwiaW50ZXJ2YWxzIjoiW3tcImludGVydmFsX21pblwiOlwiMFwiLFwiaW50ZXJ2YWxfbWF4XCI6XCIyNVwiLFwiaW50ZXJ2YWxfdGV4dFwiOlwiXCIsXCJpbnRlcnZhbF9pbWFnZVwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF91cmxcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfZGVsYXlcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX2lkXCI6XCJcIixcImludGVydmFsX2ZpbGVfbmFtZVwiOlwiXCIsXCJpbnRlcnZhbF9nYW1pcHJlc3NfcG9pbnRcIjpcIlwiLFwiaW50ZXJ2YWxfd3Byb2R1Y3RcIjpcIlwiLFwiaW50ZXJ2YWxfa2V5d29yZFwiOlwiQVwifSx7XCJpbnRlcnZhbF9taW5cIjpcIjI2XCIsXCJpbnRlcnZhbF9tYXhcIjpcIjUwXCIsXCJpbnRlcnZhbF90ZXh0XCI6XCJcIixcImludGVydmFsX2ltYWdlXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X3VybFwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF9kZWxheVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlXCI6XCJcIixcImludGVydmFsX2ZpbGVfaWRcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9uYW1lXCI6XCJcIixcImludGVydmFsX2dhbWlwcmVzc19wb2ludFwiOlwiXCIsXCJpbnRlcnZhbF93cHJvZHVjdFwiOlwiXCIsXCJpbnRlcnZhbF9rZXl3b3JkXCI6XCJCXCJ9LHtcImludGVydmFsX21pblwiOlwiNTFcIixcImludGVydmFsX21heFwiOlwiNzVcIixcImludGVydmFsX3RleHRcIjpcIlwiLFwiaW50ZXJ2YWxfaW1hZ2VcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfdXJsXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X2RlbGF5XCI6XCJcIixcImludGVydmFsX2ZpbGVcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9pZFwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX25hbWVcIjpcIlwiLFwiaW50ZXJ2YWxfZ2FtaXByZXNzX3BvaW50XCI6XCJcIixcImludGVydmFsX3dwcm9kdWN0XCI6XCJcIixcImludGVydmFsX2tleXdvcmRcIjpcIkNcIn0se1wiaW50ZXJ2YWxfbWluXCI6XCI3NlwiLFwiaW50ZXJ2YWxfbWF4XCI6XCIxMDBcIixcImludGVydmFsX3RleHRcIjpcIlwiLFwiaW50ZXJ2YWxfaW1hZ2VcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfdXJsXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X2RlbGF5XCI6XCJcIixcImludGVydmFsX2ZpbGVcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9pZFwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX25hbWVcIjpcIlwiLFwiaW50ZXJ2YWxfZ2FtaXByZXNzX3BvaW50XCI6XCJcIixcImludGVydmFsX3dwcm9kdWN0XCI6XCJcIixcImludGVydmFsX2tleXdvcmRcIjpcIkRcIn1dIiwiaXNfdXNlcl9sb2dnZWRfaW4iOmZhbHNlLCJxdWl6X2FuaW1hdGlvbl90b3AiOjEwMCwicXVpel9lbmFibGVfYW5pbWF0aW9uX3RvcCI6Im9uIiwic3RvcmVfYWxsX25vdF9maW5pc2hlZF9yZXN1bHRzIjpmYWxzZX0='; </script> <input type='hidden' name='quiz_id' value='11765'/> <input type='hidden' name='start_date' class='ays-start-date'/> <input type='hidden' name='ays_end_date' class='ays-quiz-end-date'/> <input type='hidden' name='ays_finish_quiz_nonce_11765' value='460378414c'/> </form></div> </div> <div class="ays-quiz-powered-by-container"><div class="ays-quiz-promote-powered-by-text-row"><span class="ays-quiz-promote-powered-by-text">By <a href="https://ays-pro.com/wordpress/quiz-maker" target="_blank">Wordpress Quiz plugin</a></span></div></div></div></div> <div class="panel blogger"><div class='ays-quiz-wrap'> <div class='ays-quiz-container ays_quiz_classic_light ays-quiz-keyboard-active' data-quest-effect='shake' data-hide-bg-image='false' id='ays-quiz-container-12703'> <div class='ays-questions-container'> <div class='ays-quiz-some-items-icons-wrap'><div class="ays-quiz-full-screen-wrap"> <a class="ays-quiz-full-screen-container"> <svg xmlns="http://www.w3.org/2000/svg" height="24" fill="#fff" viewBox="0 0 24 24" width="24" class="ays-quiz-close-full-screen"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" height="24" fill="#fff" viewBox="0 0 24 24" width="24" class="ays-quiz-open-full-screen"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"/> </svg> </a> </div></div> <span class='ays_quizn_ancnoxneri_qanak'><i class='ays_fa ays_fa_users'></i> 0</span> <form action='' method='post' autocomplete='off' id='ays_finish_quiz_12703' class='ays-quiz-form enable_questions_result ' ><input type='hidden' class='ays_question_count_per_page' value='30'> <input type='hidden' value='list' class='answer_view_class'> <input type='hidden' value='' class='ays_qm_enable_arrows'><section class='ays_quiz_timer_container'> <div class='ays-quiz-timer ays-quiz-message-before-timer' data-timer='2700'><p>Bạn đã sẵn sàng chưa? 45 phút làm bài bắt đầu!!!</p> </div> <div class='ays-quiz-after-timer '><p>Bạn đã hết giờ làm bài! Xem kết quả các câu hỏi đã làm nhé!!!</p> </div> <hr style='height:1px;'> </section> <div class='step active-step'> <div class='ays-abs-fs ays-start-page'> <div class='ays_cb_and_a'><p style='margin:0!important;'><strong>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong></p></div> <p class='ays-fs-title'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 06</p> <div class='ays_buttons_div'> <input type='button' name='next' class='ays_next start_button action-button ays-quiz-keyboard-active' value='BẮT ĐẦU LÀM BÀI TEST' data-enable-leave-page="false" /> </div> <div class='ays-fs-subtitle'><p>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 06 bao gồm nhiều câu hỏi hay, bám sát chương trình. Cùng làm bài tập trắc nghiệm ngay.</p> <div class="question-block"> <p>Câu 1: Ngôn ngữ đánh dấu siêu văn bản HTML (HyperText Markup Language) được thiết kế với mục đích chính là gì?</p> <ul> <li>A. Tạo ra các hiệu ứng động phức tạp trên trang web.</li> <li>B. Xử lý dữ liệu và tương tác với cơ sở dữ liệu trên máy chủ.</li> <li><strong>C. Định nghĩa cấu trúc và nội dung của các trang web.</strong></li> <li>D. Thiết kế giao diện người dùng cho ứng dụng di động.</li> </ul> </div> <div class="question-block"> <p>Câu 2: Một tài liệu HTML cơ bản luôn bắt đầu bằng chỉ dẫn nào để trình duyệt web biết phiên bản HTML đang được sử dụng?</p> <ul> <li><strong>A. <!DOCTYPE html></strong></li> <li>B. <meta charset=</li> <li>C. <html></li> <li>D. <title>Tiêu đề trang

    Câu 3: Phần tử nào sau đây là phần tử gốc (root element) của mọi tài liệu HTML hợp lệ, bao bọc toàn bộ nội dung còn lại?

    • A.
    • B.
    • C. </li> <li><strong>D. <html></strong></li> </ul> </div> <div class="question-block"> <p>Câu 4: Trong cấu trúc cơ bản của một tệp HTML, phần nào chứa các thông tin về tài liệu như tiêu đề hiển thị trên tab trình duyệt, bộ mã ký tự, mô tả trang, nhưng <i>không</i> chứa nội dung hiển thị trực tiếp trên trang web?</p> <ul> <li>A. <body></li> <li><strong>B. <head></strong></li> <li>C.<br /> <footer></li> <li>D.<br /> <header></li> </ul> </div> <div class="question-block"> <p>Câu 5: Nếu bạn muốn thêm một đoạn văn bản, hình ảnh, hoặc các phần tử hiển thị khác trên trang web mà người dùng có thể nhìn thấy và tương tác, bạn sẽ đặt mã HTML tương ứng vào phần nào của tài liệu?</p> <ul> <li><strong>A. <body></strong></li> <li>B. <head></li> <li>C. <title></li> <li>D. <!DOCTYPE html></li> </ul> </div> <div class="question-block"> <p>Câu 6: Thẻ HTML nào được sử dụng để xác định tiêu đề của trang web, thường xuất hiện trên thanh tiêu đề của cửa sổ trình duyệt hoặc trên tab của trình duyệt?</p> <ul> <li>A.<br /> <h1></li> <li>B.<br /> <header></li> <li><strong>C. <title></strong></li> <li>D. <meta></li> </ul> </div> <div class="question-block"> <p>Câu 7: Quan sát đoạn mã sau: `</p> <p>Đây là một đoạn văn bản.</p> <p>`. Phần tử `</p> <p>` ở đầu và `</p> <p>` ở cuối được gọi là gì trong HTML?</p> <ul> <li>A. Thuộc tính (Attribute)</li> <li><strong>B. Thẻ (Tag)</strong></li> <li>C. Nội dung (Content)</li> <li>D. Chỉ dẫn (Directive)</li> </ul> </div> <div class="question-block"> <p>Câu 8: Trong cặp thẻ HTML như `</p> <p>...</p> <p>`, dấu gạch chéo ("/") trong thẻ `</p> <p>` có ý nghĩa gì?</p> <ul> <li>A. Đánh dấu đây là thẻ bị lỗi cú pháp.</li> <li>B. Chỉ định một thuộc tính cho thẻ.</li> <li>C. Bắt đầu một đoạn mã đặc biệt.</li> <li><strong>D. Đánh dấu sự kết thúc của thẻ.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 9: Tên thẻ HTML có phân biệt chữ hoa và chữ thường không? Ví dụ: `<BODY>` và `<body>`.</p> <ul> <li>A. Có, HTML phân biệt chữ hoa chữ thường rất nghiêm ngặt.</li> <li><strong>B. Không, HTML không phân biệt chữ hoa chữ thường đối với tên thẻ (mặc dù nên viết thường theo quy ước).</strong></li> <li>C. Chỉ phân biệt trên một số trình duyệt cũ.</li> <li>D. Phân biệt khi sử dụng các thuộc tính (attributes).</li> </ul> </div> <div class="question-block"> <p>Câu 10: Khi bạn tạo một tệp tin chứa mã HTML, bạn nên lưu tệp đó với phần mở rộng (đuôi tệp) nào để trình duyệt web có thể nhận diện và hiển thị đúng?</p> <ul> <li><strong>A. .html hoặc .htm</strong></li> <li>B. .txt</li> <li>C. .css</li> <li>D. .js</li> </ul> </div> <div class="question-block"> <p>Câu 11: Sau khi viết và lưu tệp HTML (ví dụ: `index.html`), để xem trang web đó hiển thị như thế nào, bạn cần làm gì?</p> <ul> <li>A. Chạy tệp đó bằng trình soạn thảo văn bản.</li> <li>B. Biên dịch tệp đó bằng trình biên dịch HTML.</li> <li>C. Tải tệp đó lên máy chủ web.</li> <li><strong>D. Mở tệp đó bằng một trình duyệt web (như Chrome, Firefox, Edge...).</strong></li> </ul> </div> <div class="question-block"> <p>Câu 12: Cặp thẻ `<head>` và `</head>` thường được đặt ở đâu trong cấu trúc cơ bản của một tài liệu HTML?</p> <ul> <li>A. Bên trong phần `<body>`.</li> <li><strong>B. Bên trong phần `<html>`, ngay sau chỉ dẫn `<!DOCTYPE>`.</strong></li> <li>C. Ở cuối tệp, sau phần `<body>`.</li> <li>D. Ngay sau thẻ `<title>`.</li> </ul> </div> <div class="question-block"> <p>Câu 13: Cặp thẻ `<body>` và `</body>` thường được đặt ở đâu trong cấu trúc cơ bản của một tài liệu HTML?</p> <ul> <li>A. Bên trong phần `<head>`.</li> <li>B. Trước chỉ dẫn `<!DOCTYPE>`.</li> <li><strong>C. Bên trong phần `<html>`, ngay sau phần `<head>`.</strong></li> <li>D. Trước thẻ `<title>`.</li> </ul> </div> <div class="question-block"> <p>Câu 14: Trong HTML, các thẻ có thể chứa các thông tin bổ sung để tùy chỉnh hành vi hoặc giao diện của phần tử. Các thông tin bổ sung này được gọi là gì?</p> <ul> <li><strong>A. Thuộc tính (Attribute)</strong></li> <li>B. Tham số (Parameter)</li> <li>C. Biến (Variable)</li> <li>D. Chỉ mục (Index)</li> </ul> </div> <div class="question-block"> <p>Câu 15: Bạn đang xem mã nguồn của một trang web và thấy dòng code sau: `<meta charset= <ul> <li>A. Trong phần `<body>`, để khai báo thông tin tác giả.</li> <li>B. Trong phần `<body>`, để nhúng âm thanh vào trang.</li> <li>C. Trong phần `<head>`, để định nghĩa kiểu dáng (CSS).</li> <li><strong>D. Trong phần `<head>`, để khai báo bộ mã ký tự cho tài liệu.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 16: Xem đoạn mã HTML sau: `<html><head><title>Trang demo

      Xin chào!

      `. Khi mở tệp này bằng trình duyệt, nội dung nào sẽ hiển thị trên cửa sổ (phần thân) của trình duyệt?

      • A. Trang demo
      • B. Xin chào!
      • C. `

        Xin chào!

        `

      • D. ...

    Câu 17: Xem đoạn mã HTML sau: `Tiêu đề

    Nội dung.

    `. Đoạn mã này bị thiếu thẻ gì để hoàn chỉnh cấu trúc cơ bản?

    • C.

    Câu 18: Khi sử dụng các trình soạn thảo văn bản chuyên nghiệp như Sublime Text, VS Code để viết mã HTML, lợi ích chính mà các công cụ này mang lại so với Notepad thông thường là gì?

    • A. Hỗ trợ tô sáng cú pháp (syntax highlighting) và gợi ý mã.
    • B. Tự động kiểm tra ngữ pháp tiếng Việt.
    • C. Tích hợp sẵn máy chủ web để chạy trang.
    • D. Chỉ cho phép lưu tệp dưới định dạng .html.

    Câu 19: Điều gì xảy ra với khoảng trắng (dấu cách, tab, xuống dòng) trong mã nguồn HTML khi trình duyệt hiển thị trang web?

    • A. Tất cả khoảng trắng được giữ nguyên và hiển thị chính xác như trong mã nguồn.
    • B. Khoảng trắng được chuyển thành dấu gạch dưới.
    • C. Khoảng trắng bị xóa bỏ hoàn toàn.
    • D. Trình duyệt thường thu gọn nhiều khoảng trắng liên tiếp thành một khoảng trắng duy nhất (trừ các thẻ đặc biệt).

    Câu 20: Trong HTML, các thẻ có thể được lồng vào nhau (nested). Ví dụ: `

    Nội dung

    `. Trong cấu trúc này, mối quan hệ giữa thẻ `

    ` và thẻ `

    ` là gì?

    • A. `
      ` là thẻ cha (parent), `

      ` là thẻ con (child).

    • B. `

      ` là thẻ cha, `

      ` là thẻ con.
    • C. Đây là hai thẻ độc lập, không có quan hệ.
    • D. Cả hai đều là thẻ ngang hàng (sibling).

    Câu 21: Bạn muốn đặt thông tin mô tả về trang web (ví dụ: "Trang web giới thiệu về HTML") để các công cụ tìm kiếm có thể hiểu nội dung trang tốt hơn. Bạn sẽ sử dụng thẻ nào và đặt nó ở đâu?

    • A. Thẻ `

      ` trong phần ``.

    • B. Thẻ `` với thuộc tính `name=
    • C. Thẻ `

      ` trong phần ``.

    • D. Thẻ `` trong phần `<head>`.</li> </ul> </div> <div class="question-block"> <p>Câu 22: Ngôn ngữ HTML chủ yếu tập trung vào việc gì khi xây dựng trang web?</p> <ul> <li><strong>A. Xác định cấu trúc và ý nghĩa ngữ nghĩa của nội dung (headings, paragraphs, lists, etc.).</strong></li> <li>B. Định dạng và trình bày giao diện (màu sắc, font chữ, bố cục).</li> <li>C. Xử lý tương tác người dùng và logic ứng dụng.</li> <li>D. Quản lý dữ liệu trên máy chủ.</li> </ul> </div> <div class="question-block"> <p>Câu 23: Điều gì <i>không</i> phải là chức năng chính của trình duyệt web khi xử lý tệp HTML?</p> <ul> <li>A. Đọc mã nguồn HTML.</li> <li>B. Phân tích cú pháp (parse) mã HTML.</li> <li><strong>C. Biên dịch mã HTML thành mã máy.</strong></li> <li>D. Hiển thị nội dung trang web dựa trên cấu trúc HTML.</li> </ul> </div> <div class="question-block"> <p>Câu 24: Bạn thấy trên một trang web có dòng chữ "Liên hệ chúng tôi" được định dạng đậm. Trong mã HTML, dòng chữ "Liên hệ chúng tôi" này có khả năng cao được đặt ở đâu?</p> <ul> <li><strong>A. Trong phần `<body>`.</strong></li> <li>B. Trong phần `<head>`.</li> <li>C. Trong chỉ dẫn `<!DOCTYPE>`.</li> <li>D. Trong thuộc tính của thẻ `<html>`.</li> </ul> </div> <div class="question-block"> <p>Câu 25: Mục đích của việc sử dụng chỉ dẫn `<!DOCTYPE html>` ở đầu tài liệu HTML là gì?</p> <ul> <li>A. Đặt tiêu đề cho trang web.</li> <li>B. Khai báo bộ mã ký tự.</li> <li>C. Đánh dấu phần đầu của tài liệu.</li> <li><strong>D. Thông báo cho trình duyệt biết phiên bản HTML nào đang được sử dụng để kết xuất trang đúng cách.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 26: Nếu bạn tạo một tệp HTML đơn giản chỉ chứa nội dung văn bản thuần (ví dụ: "Chào thế giới!") mà không có bất kỳ thẻ HTML nào khác (như `<html>`, `<head>`, `<body>`), trình duyệt web hiện đại có khả năng hiển thị nội dung đó không và tại sao?</p> <ul> <li><strong>A. Có, trình duyệt sẽ cố gắng hiển thị văn bản như nội dung của phần `<body>` theo mặc định.</strong></li> <li>B. Không, tệp sẽ báo lỗi vì thiếu cấu trúc HTML cơ bản.</li> <li>C. Chỉ hiển thị nếu tệp được lưu với phần mở rộng .txt.</li> <li>D. Trình duyệt sẽ hiển thị mã nguồn thay vì nội dung.</li> </ul> </div> <div class="question-block"> <p>Câu 27: Thẻ nào sau đây là một ví dụ về thẻ rỗng (empty tag) hoặc thẻ tự đóng (self-closing tag), không có thẻ đóng tương ứng và thường không chứa nội dung?</p> <ul> <li><strong>C. </strong></li> </ul> </div> <div class="question-block"> <p>Câu 28: Trong cụm từ "HyperText Markup Language", "HyperText" (Siêu văn bản) đề cập đến khía cạnh nào của HTML?</p> <ul> <li>A. Khả năng định dạng văn bản với nhiều kiểu chữ và màu sắc.</li> <li><strong>B. Khả năng liên kết các tài liệu với nhau thông qua các siêu liên kết (hyperlinks).</strong></li> <li>C. Khả năng nhúng hình ảnh và video vào văn bản.</li> <li>D. Khả năng tạo ra các bảng biểu và danh sách phức tạp.</li> </ul> </div> <div class="question-block"> <p>Câu 29: Bạn muốn tạo một trang web đơn giản hiển thị dòng chữ "Xin chào" trên trình duyệt. Cấu trúc HTML tối thiểu nào sau đây là hợp lệ và sẽ hiển thị được nội dung đó?</p> <ul> <li><strong>A. `<!DOCTYPE html><html><body>Xin chào</body></html>`</strong></li> <li>B. `<head>Xin chào</head>`</li> <li>C. `<body><head>Xin chào</head></body>`</li> <li>D. `<html><title>Xin chào`

    Câu 30: Thuộc tính của thẻ HTML luôn được viết dưới dạng `ten_thuoc_tinh=

    • A. Sau thẻ đóng.
    • B. Giữa thẻ mở và thẻ đóng.
    • C. Trước thẻ mở.
    • D. Bên trong thẻ mở, sau tên thẻ và cách tên thẻ bằng dấu cách.

    1 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 1: Ngôn ngữ đánh dấu siêu văn bản HTML (HyperText Markup Language) được thiết kế với mục đích chính là gì?

    2 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 2: Một tài liệu HTML cơ bản luôn bắt đầu bằng chỉ dẫn nào để trình duyệt web biết phiên bản HTML đang được sử dụng?

    3 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 3: Phần tử nào sau đây là phần tử gốc (root element) của mọi tài liệu HTML hợp lệ, bao bọc toàn bộ nội dung còn lại?

    4 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 4: Trong cấu trúc cơ bản của một tệp HTML, phần nào chứa các thông tin về tài liệu như tiêu đề hiển thị trên tab trình duyệt, bộ mã ký tự, mô tả trang, nhưng *không* chứa nội dung hiển thị trực tiếp trên trang web?

    5 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 5: Nếu bạn muốn thêm một đoạn văn bản, hình ảnh, hoặc các phần tử hiển thị khác trên trang web mà người dùng có thể nhìn thấy và tương tác, bạn sẽ đặt mã HTML tương ứng vào phần nào của tài liệu?

    6 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 6: Thẻ HTML nào được sử dụng để xác định tiêu đề của trang web, thường xuất hiện trên thanh tiêu đề của cửa sổ trình duyệt hoặc trên tab của trình duyệt?

    7 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 7: Quan sát đoạn mã sau: `

    Đây là một đoạn văn bản.

    `. Phần tử `

    ` ở đầu và `

    ` ở cuối được gọi là gì trong HTML?

    8 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 8: Trong cặp thẻ HTML như `

    ...

    `, dấu gạch chéo ('/') trong thẻ `

    ` có ý nghĩa gì?

    9 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 9: Tên thẻ HTML có phân biệt chữ hoa và chữ thường không? Ví dụ: `` và ``.

    10 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 10: Khi bạn tạo một tệp tin chứa mã HTML, bạn nên lưu tệp đó với phần mở rộng (đuôi tệp) nào để trình duyệt web có thể nhận diện và hiển thị đúng?

    11 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 11: Sau khi viết và lưu tệp HTML (ví dụ: `index.html`), để xem trang web đó hiển thị như thế nào, bạn cần làm gì?

    12 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 12: Cặp thẻ `` và `` thường được đặt ở đâu trong cấu trúc cơ bản của một tài liệu HTML?

    13 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 13: Cặp thẻ `` và `` thường được đặt ở đâu trong cấu trúc cơ bản của một tài liệu HTML?

    14 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 14: Trong HTML, các thẻ có thể chứa các thông tin bổ sung để tùy chỉnh hành vi hoặc giao diện của phần tử. Các thông tin bổ sung này được gọi là gì?

    15 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 15: Bạn đang xem mã nguồn của một trang web và thấy dòng code sau: ``. Thẻ `` này thường được đặt ở đâu và có mục đích gì?

    16 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 16: Xem đoạn mã HTML sau: `Trang demo

    Xin chào!

    `. Khi mở tệp này bằng trình duyệt, nội dung nào sẽ hiển thị trên cửa sổ (phần thân) của trình duyệt?

    17 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 17: Xem đoạn mã HTML sau: `Tiêu đề

    Nội dung.

    `. Đoạn mã này bị thiếu thẻ gì để hoàn chỉnh cấu trúc cơ bản?

    18 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 18: Khi sử dụng các trình soạn thảo văn bản chuyên nghiệp như Sublime Text, VS Code để viết mã HTML, lợi ích chính mà các công cụ này mang lại so với Notepad thông thường là gì?

    19 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 19: Điều gì xảy ra với khoảng trắng (dấu cách, tab, xuống dòng) trong mã nguồn HTML khi trình duyệt hiển thị trang web?

    20 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 20: Trong HTML, các thẻ có thể được lồng vào nhau (nested). Ví dụ: `

    Nội dung

    `. Trong cấu trúc này, mối quan hệ giữa thẻ `

    ` và thẻ `

    ` là gì?

    21 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 21: Bạn muốn đặt thông tin mô tả về trang web (ví dụ: 'Trang web giới thiệu về HTML') để các công cụ tìm kiếm có thể hiểu nội dung trang tốt hơn. Bạn sẽ sử dụng thẻ nào và đặt nó ở đâu?

    22 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 22: Ngôn ngữ HTML chủ yếu tập trung vào việc gì khi xây dựng trang web?

    23 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 23: Điều gì *không* phải là chức năng chính của trình duyệt web khi xử lý tệp HTML?

    24 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 24: Bạn thấy trên một trang web có dòng chữ 'Liên hệ chúng tôi' được định dạng đậm. Trong mã HTML, dòng chữ 'Liên hệ chúng tôi' này có khả năng cao được đặt ở đâu?

    25 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 25: Mục đích của việc sử dụng chỉ dẫn `` ở đầu tài liệu HTML là gì?

    26 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 26: Nếu bạn tạo một tệp HTML đơn giản chỉ chứa nội dung văn bản thuần (ví dụ: 'Chào thế giới!') mà không có bất kỳ thẻ HTML nào khác (như ``, ``, ``), trình duyệt web hiện đại có khả năng hiển thị nội dung đó không và tại sao?

    27 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 27: Thẻ nào sau đây là một ví dụ về thẻ rỗng (empty tag) hoặc thẻ tự đóng (self-closing tag), không có thẻ đóng tương ứng và thường không chứa nội dung?

    28 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 28: Trong cụm từ 'HyperText Markup Language', 'HyperText' (Siêu văn bản) đề cập đến khía cạnh nào của HTML?

    29 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 29: Bạn muốn tạo một trang web đơn giản hiển thị dòng chữ 'Xin chào' trên trình duyệt. Cấu trúc HTML tối thiểu nào sau đây là hợp lệ và sẽ hiển thị được nội dung đó?

    30 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 6

    Câu 30: Thuộc tính của thẻ HTML luôn được viết dưới dạng `ten_thuoc_tinh="gia_tri"` và được đặt ở đâu?

    Xem kết quả

    0

    Bạn đã sẵn sàng chưa? 45 phút làm bài bắt đầu!!!

    Bạn đã hết giờ làm bài! Xem kết quả các câu hỏi đã làm nhé!!!


    Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 07

    Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 07 bao gồm nhiều câu hỏi hay, bám sát chương trình. Cùng làm bài tập trắc nghiệm ngay.

    Câu 1: Ngôn ngữ đánh dấu siêu văn bản (HTML) được sử dụng chủ yếu để làm gì trong phát triển web?

    • A. Xử lý các phép tính toán phức tạp.
    • B. Tạo cấu trúc và nội dung cho trang web.
    • C. Thiết kế giao diện đồ họa cho ứng dụng di động.
    • D. Quản lý cơ sở dữ liệu người dùng.

    Câu 2: Trong cấu trúc cơ bản của một tài liệu HTML, thẻ nào được sử dụng để bao bọc toàn bộ nội dung của trang, bao gồm cả phần đầu và phần thân?

    • A.
    • B.
    • C.
    • D. </li> </ul> </div> <div class="question-block"> <p>Câu 3: Chỉ thị `<!DOCTYPE html>` ở đầu tài liệu HTML có vai trò gì?</p> <ul> <li>A. Khai báo tiêu đề của trang web.</li> <li>B. Định nghĩa bộ ký tự cho trang.</li> <li><strong>C. Báo cho trình duyệt biết phiên bản HTML đang được sử dụng.</strong></li> <li>D. Liên kết đến tệp tin CSS.</li> </ul> </div> <div class="question-block"> <p>Câu 4: Phần tử `<head>` trong cấu trúc HTML chứa thông tin gì?</p> <ul> <li>A. Nội dung chính hiển thị trên trang web.</li> <li>B. Các liên kết điều hướng và footer.</li> <li><strong>C. Siêu dữ liệu, tiêu đề trang, và các liên kết đến tài nguyên bên ngoài (CSS, JS).</strong></li> <li>D. Các đoạn văn bản và hình ảnh.</li> </ul> </div> <div class="question-block"> <p>Câu 5: Nội dung nào của tài liệu HTML được đặt bên trong cặp thẻ `<body>` và `</body>`?</p> <ul> <li>A. Tên tác giả và từ khóa tìm kiếm.</li> <li>B. Các thông tin cấu hình máy chủ.</li> <li><strong>C. Nội dung hiển thị trực tiếp cho người dùng xem trên trình duyệt.</strong></li> <li>D. Phiên bản HTML được sử dụng.</li> </ul> </div> <div class="question-block"> <p>Câu 6: Ký tự đặc biệt nào được sử dụng để đánh dấu thẻ kết thúc trong HTML?</p> <ul> <li>A. #</li> <li>B. !</li> <li><strong>C. /</strong></li> <li>D. </li> </ul> </div> <div class="question-block"> <p>Câu 7: Tên thẻ HTML có phân biệt chữ hoa và chữ thường không?</p> <ul> <li>A. Có, luôn luôn phân biệt.</li> <li><strong>B. Không phân biệt, nhưng khuyến khích viết thường.</strong></li> <li>C. Chỉ phân biệt khi sử dụng thuộc tính.</li> <li>D. Phân biệt tùy thuộc vào trình duyệt.</li> </ul> </div> <div class="question-block"> <p>Câu 8: Để đặt tên cho tab trình duyệt hoặc cửa sổ khi mở trang web, bạn sử dụng thẻ nào bên trong phần `<head>`?</p> <ul> <li>A.<br /> <header></li> <li>B. <label></li> <li><strong>C. <title></strong></li> <li>D.<figcaption></li> </ul> </div> <div class="question-block"> <p>Câu 9: Thuộc tính (attributes) trong thẻ HTML được sử dụng để làm gì?</p> <ul> <li>A. Định nghĩa loại tài liệu HTML.</li> <li><strong>B. Cung cấp thông tin bổ sung hoặc cấu hình cho phần tử HTML.</strong></li> <li>C. Đánh dấu phần tử là tiêu đề chính.</li> <li>D. Kết thúc một đoạn mã HTML.</li> </ul> </div> <div class="question-block"> <p>Câu 10: Khi lưu một tệp tin chứa mã HTML, bạn nên sử dụng đuôi tệp nào để trình duyệt web nhận diện đúng?</p> <ul> <li>A. .txt</li> <li>B. .docx</li> <li><strong>C. .html hoặc .htm</strong></li> <li>D. .css</li> </ul> </div> <div class="question-block"> <p>Câu 11: Sau khi soạn thảo và lưu tệp HTML, cách thông thường để xem kết quả hiển thị trên trang web là gì?</p> <ul> <li>A. Mở tệp bằng trình soạn thảo văn bản.</li> <li>B. Chạy tệp tin như một chương trình ứng dụng.</li> <li><strong>C. Mở tệp tin đó bằng một trình duyệt web.</strong></li> <li>D. Tải tệp tin lên một máy chủ web.</li> </ul> </div> <div class="question-block"> <p>Câu 12: Vai trò chính của trình duyệt web đối với tệp HTML là gì?</p> <ul> <li>A. Soạn thảo và chỉnh sửa mã HTML.</li> <li>B. Biên dịch mã HTML thành ngôn ngữ máy.</li> <li><strong>C. Đọc và hiển thị nội dung của tệp HTML dưới dạng trang web trực quan.</strong></li> <li>D. Lưu trữ tệp HTML trên đám mây.</li> </ul> </div> <div class="question-block"> <p>Câu 13: HTML chủ yếu được dùng để tạo cấu trúc và nội dung. Công nghệ nào sau đây <i>không</i> phải là chức năng chính của HTML mà thường được xử lý bởi các công nghệ khác như CSS?</p> <ul> <li>A. Tạo các đoạn văn bản và tiêu đề.</li> <li>B. Chèn hình ảnh và liên kết.</li> <li><strong>C. Định dạng màu sắc, phông chữ và bố cục trang.</strong></li> <li>D. Tổ chức nội dung thành các phần.</li> </ul> </div> <div class="question-block"> <p>Câu 14: Xem xét cấu trúc HTML cơ bản: `<!DOCTYPE html> <html> <head>...</head> <body>...</body> </html>`. Phần nào của cấu trúc này chứa nội dung mà người dùng nhìn thấy trên màn hình?</p> <ul> <li>A. <!DOCTYPE html></li> <li>B. <html></li> <li>C. <head></li> <li><strong>D. <body></strong></li> </ul> </div> <div class="question-block"> <p>Câu 15: Nếu thẻ `<title>` bị bỏ sót trong phần `<head>` của tài liệu HTML, điều gì có khả năng xảy ra nhất khi trang được hiển thị trong trình duyệt?</p> <ul> <li>A. Trang web sẽ không hiển thị bất kỳ nội dung nào.</li> <li><strong>B. Trình duyệt sẽ hiển thị đường dẫn tệp tin hoặc "Untitled" trên thanh tiêu đề.</strong></li> <li>C. Nội dung của thẻ `<body>` sẽ hiển thị trên thanh tiêu đề.</li> <li>D. Trang web sẽ gặp lỗi và không thể mở được.</li> </ul> </div> <div class="question-block"> <p>Câu 16: Bạn muốn hiển thị một đoạn văn bản thông thường trên trang web của mình. Cặp thẻ HTML nào phù hợp nhất để bao quanh đoạn văn bản đó?</p> <ul> <li>A.<br /> <h1>...</h1> </li> <li>B. <br />...</br></li> <li><strong>C. <p>...</p> <p></strong></li> <li>D. <div>...</div> </li> </ul> </div> <div class="question-block"> <p>Câu 17: Để tạo tiêu đề có kích thước lớn nhất và quan trọng nhất trên trang, bạn nên sử dụng thẻ HTML nào?</p> <ul> <li>A.<br /> <h2></li> <li>B.<br /> <h6></li> <li><strong>C.<br /> <h1></strong></li> <li>D. <title></li> </ul> </div> <div class="question-block"> <p>Câu 18: Xem xét đoạn mã HTML sau: `<BODY></p> <p>This is a paragraph.</P></BODY>`. Đoạn mã này có đúng cú pháp theo quy ước viết thẻ HTML (về phân biệt chữ hoa/thường) không?</p> <ul> <li>A. Đúng, HTML luôn phân biệt chữ hoa và chữ thường.</li> <li>B. Sai, thẻ kết thúc phải luôn viết thường (</body>, </p> <p>).</li> <li><strong>C. Đúng, HTML không phân biệt chữ hoa và chữ thường trong tên thẻ.</strong></li> <li>D. Sai, chỉ thẻ `<body>` được phép viết hoa.</li> </ul> </div> <div class="question-block"> <p>Câu 19: Xem đoạn mã: `<head><meta charset= <ul> <li>A. Thẻ `<br /> <h1>`.</li> <li>B. Thẻ `<body>`.</li> <li><strong>C. Thuộc tính `charset=</strong></li> <li>D. Chỉ thị `<!DOCTYPE html>` (giả định nó có ở đầu).</li> </ul> </div> <div class="question-block"> <p>Câu 20: Điểm khác biệt cơ bản về mục đích giữa phần `<head>` và phần `<body>` trong tài liệu HTML là gì?</p> <ul> <li>A. <head> chứa nội dung chính, <body> chứa thông tin cấu hình.</li> <li>B. <head> chứa nội dung hiển thị, <body> chứa siêu dữ liệu.</li> <li><strong>C. <head> chứa thông tin về tài liệu (không hiển thị trực tiếp), <body> chứa nội dung hiển thị cho người dùng.</strong></li> <li>D. <head> chỉ dùng cho CSS, <body> chỉ dùng cho HTML.</li> </ul> </div> <div class="question-block"> <p>Câu 21: Thẻ `<meta>` thường được đặt trong phần `<head>` và có nhiều mục đích. Mục đích chung của thẻ `<meta>` là gì?</p> <ul> <li>A. Định nghĩa cấu trúc bảng.</li> <li><strong>B. Cung cấp siêu dữ liệu (thông tin về tài liệu HTML).</strong></li> <li>C. Chèn hình ảnh vào trang.</li> <li>D. Tạo danh sách các mục.</li> </ul> </div> <div class="question-block"> <p>Câu 22: Thứ tự lồng nhau đúng của các thẻ cấu trúc cơ bản trong một tài liệu HTML là gì?</p> <ul> <li><strong>A. <html> -> <head> -> <body></strong></li> <li>B. <head> -> <body> -> <html></li> <li>C. <body> -> <head> -> <html></li> <li>D. <html> -> <body> -> <head></li> </ul> </div> <div class="question-block"> <p>Câu 23: Khi sử dụng trình soạn thảo văn bản chuyên dụng như Sublime Text để viết mã HTML, ưu điểm chính mà nó cung cấp so với Notepad đơn giản là gì?</p> <ul> <li>A. Tự động kiểm tra lỗi ngữ pháp tiếng Việt.</li> <li>B. Khả năng chạy trực tiếp trang web mà không cần trình duyệt.</li> <li><strong>C. Tô sáng cú pháp, tự động hoàn thành mã, và quản lý dự án.</strong></li> <li>D. Tự động thiết kế bố cục trang web đẹp mắt.</li> </ul> </div> <div class="question-block"> <p>Câu 24: Bạn muốn thay đổi màu sắc của một đoạn văn bản hoặc kích thước của một tiêu đề trên trang web. Công nghệ nào sau đây phù hợp nhất để thực hiện việc này?</p> <ul> <li>A. HTML</li> <li><strong>B. CSS</strong></li> <li>C. JavaScript</li> <li>D. XML</li> </ul> </div> <div class="question-block"> <p>Câu 25: Để thêm các chức năng tương tác vào trang web, ví dụ như một nút bấm hiển thị thông báo khi được nhấp vào, bạn sẽ sử dụng công nghệ nào?</p> <ul> <li>A. HTML</li> <li>B. CSS</li> <li><strong>C. JavaScript</strong></li> <li>D. SQL</li> </ul> </div> <div class="question-block"> <p>Câu 26: Một người dùng muốn dòng chữ </p> <ul> <li>A. Cả hai đều dùng thẻ `<title>`.</li> <li>B. Cả hai đều dùng thẻ `<br /> <h1>`.</li> <li><strong>C. Thẻ `<title>` cho thanh tiêu đề và thẻ `<br /> <h1>` cho tiêu đề nội dung.</strong></li> <li>D. Thẻ `<head>` cho thanh tiêu đề và thẻ `<body>` cho tiêu đề nội dung.</li> </ul> </div> <div class="question-block"> <p>Câu 27: Cấu trúc HTML cơ bản nào sau đây là <i>sai</i> về mặt lồng ghép các thẻ chính?</p> <ul> <li>A. <html><head>...</head><body>...</body></html></li> <li>B. <!DOCTYPE html><html><head>...</head><body>...</body></html></li> <li><strong>C. <html><body>...</body><head>...</head></html></strong></li> <li>D. <html><head><title>...

      ...

    Câu 28: Trong thẻ `

  • A. Đặt màu nền cho trang web.
  • B. Quy định bộ mã hóa ký tự được sử dụng trong tài liệu.
  • C. Xác định ngôn ngữ chính của nội dung.
  • D. Đặt tiêu đề cho trang web.
  • Câu 29: Để tạo một liên kết (hyperlink) đến một trang khác bằng thẻ ``, thuộc tính nào là bắt buộc để chỉ định địa chỉ (URL) của trang đích?

    • A. src
    • B. alt
    • C. href
    • D. title

    15 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 7

    Câu 15: Nếu thẻ `` bị bỏ sót trong phần `<head>` của tài liệu HTML, điều gì có khả năng xảy ra nhất khi trang được hiển thị trong trình duyệt?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408629]' id='ays-answer-1616729-13641' value='1616729'/> <label for='ays-answer-1616729-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Trang web sẽ không hiển thị bất kỳ nội dung nào.</label><label for='ays-answer-1616729-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408629]' id='ays-answer-1616730-13641' value='1616730'/> <label for='ays-answer-1616730-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Trình duyệt sẽ hiển thị đường dẫn tệp tin hoặc 'Untitled' trên thanh tiêu đề.</label><label for='ays-answer-1616730-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408629]' id='ays-answer-1616731-13641' value='1616731'/> <label for='ays-answer-1616731-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Nội dung của thẻ `<body>` sẽ hiển thị trên thanh tiêu đề.</label><label for='ays-answer-1616731-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408629]' id='ays-answer-1616732-13641' value='1616732'/> <label for='ays-answer-1616732-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Trang web sẽ gặp lỗi và không thể mở được.</label><label for='ays-answer-1616732-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408629'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjcyOSI6IjAiLCIxNjE2NzMwIjoiMSIsIjE2MTY3MzEiOiIwIiwiMTYxNjczMiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408630' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>16 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 16: Bạn muốn hiển thị một đoạn văn bản thông thường trên trang web của mình. Cặp thẻ HTML nào phù hợp nhất để bao quanh đoạn văn bản đó?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408630]' id='ays-answer-1616733-13641' value='1616733'/> <label for='ays-answer-1616733-13641' class=' ays_position_initial ays-quiz-keyboard-label'><h1>...</h1></label><label for='ays-answer-1616733-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408630]' id='ays-answer-1616734-13641' value='1616734'/> <label for='ays-answer-1616734-13641' class=' ays_position_initial ays-quiz-keyboard-label'><br>...</br></label><label for='ays-answer-1616734-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408630]' id='ays-answer-1616735-13641' value='1616735'/> <label for='ays-answer-1616735-13641' class=' ays_position_initial ays-quiz-keyboard-label'><p>...</p></label><label for='ays-answer-1616735-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408630]' id='ays-answer-1616736-13641' value='1616736'/> <label for='ays-answer-1616736-13641' class=' ays_position_initial ays-quiz-keyboard-label'><div>...</div></label><label for='ays-answer-1616736-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408630'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjczMyI6IjAiLCIxNjE2NzM0IjoiMCIsIjE2MTY3MzUiOiIxIiwiMTYxNjczNiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408631' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>17 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 17: Để tạo tiêu đề có kích thước lớn nhất và quan trọng nhất trên trang, bạn nên sử dụng thẻ HTML nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408631]' id='ays-answer-1616737-13641' value='1616737'/> <label for='ays-answer-1616737-13641' class=' ays_position_initial ays-quiz-keyboard-label'><h2></label><label for='ays-answer-1616737-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408631]' id='ays-answer-1616738-13641' value='1616738'/> <label for='ays-answer-1616738-13641' class=' ays_position_initial ays-quiz-keyboard-label'><h6></label><label for='ays-answer-1616738-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408631]' id='ays-answer-1616739-13641' value='1616739'/> <label for='ays-answer-1616739-13641' class=' ays_position_initial ays-quiz-keyboard-label'><h1></label><label for='ays-answer-1616739-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408631]' id='ays-answer-1616740-13641' value='1616740'/> <label for='ays-answer-1616740-13641' class=' ays_position_initial ays-quiz-keyboard-label'><title></label><label for='ays-answer-1616740-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408631'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjczNyI6IjAiLCIxNjE2NzM4IjoiMCIsIjE2MTY3MzkiOiIxIiwiMTYxNjc0MCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408632' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>18 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 18: Xem xét đoạn mã HTML sau: `<BODY></p> <p>This is a paragraph.</P></BODY>`. Đoạn mã này có đúng cú pháp theo quy ước viết thẻ HTML (về phân biệt chữ hoa/thường) không?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408632]' id='ays-answer-1616741-13641' value='1616741'/> <label for='ays-answer-1616741-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Đúng, HTML luôn phân biệt chữ hoa và chữ thường.</label><label for='ays-answer-1616741-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408632]' id='ays-answer-1616742-13641' value='1616742'/> <label for='ays-answer-1616742-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Sai, thẻ kết thúc phải luôn viết thường (</body>, </p>).</label><label for='ays-answer-1616742-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408632]' id='ays-answer-1616743-13641' value='1616743'/> <label for='ays-answer-1616743-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Đúng, HTML không phân biệt chữ hoa và chữ thường trong tên thẻ.</label><label for='ays-answer-1616743-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408632]' id='ays-answer-1616744-13641' value='1616744'/> <label for='ays-answer-1616744-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Sai, chỉ thẻ `<body>` được phép viết hoa.</label><label for='ays-answer-1616744-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408632'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc0MSI6IjAiLCIxNjE2NzQyIjoiMCIsIjE2MTY3NDMiOiIxIiwiMTYxNjc0NCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408633' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>19 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 19: Xem đoạn mã: `<head><meta charset="UTF-8"></head><body></p> <h1>Xin chào</h1> <p></body>`. Phần nào trong đoạn mã này giúp trình duyệt hiển thị chính xác các ký tự đặc biệt như tiếng Việt có dấu?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408633]' id='ays-answer-1616745-13641' value='1616745'/> <label for='ays-answer-1616745-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<h1>`.</label><label for='ays-answer-1616745-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408633]' id='ays-answer-1616746-13641' value='1616746'/> <label for='ays-answer-1616746-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<body>`.</label><label for='ays-answer-1616746-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408633]' id='ays-answer-1616747-13641' value='1616747'/> <label for='ays-answer-1616747-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Thuộc tính `charset="UTF-8"` trong thẻ `<meta>`.</label><label for='ays-answer-1616747-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408633]' id='ays-answer-1616748-13641' value='1616748'/> <label for='ays-answer-1616748-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ thị `<!DOCTYPE html>` (giả định nó có ở đầu).</label><label for='ays-answer-1616748-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408633'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc0NSI6IjAiLCIxNjE2NzQ2IjoiMCIsIjE2MTY3NDciOiIxIiwiMTYxNjc0OCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408634' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>20 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 20: Điểm khác biệt cơ bản về mục đích giữa phần `<head>` và phần `<body>` trong tài liệu HTML là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408634]' id='ays-answer-1616749-13641' value='1616749'/> <label for='ays-answer-1616749-13641' class=' ays_position_initial ays-quiz-keyboard-label'><head> chứa nội dung chính, <body> chứa thông tin cấu hình.</label><label for='ays-answer-1616749-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408634]' id='ays-answer-1616750-13641' value='1616750'/> <label for='ays-answer-1616750-13641' class=' ays_position_initial ays-quiz-keyboard-label'><head> chứa nội dung hiển thị, <body> chứa siêu dữ liệu.</label><label for='ays-answer-1616750-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408634]' id='ays-answer-1616751-13641' value='1616751'/> <label for='ays-answer-1616751-13641' class=' ays_position_initial ays-quiz-keyboard-label'><head> chứa thông tin về tài liệu (không hiển thị trực tiếp), <body> chứa nội dung hiển thị cho người dùng.</label><label for='ays-answer-1616751-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408634]' id='ays-answer-1616752-13641' value='1616752'/> <label for='ays-answer-1616752-13641' class=' ays_position_initial ays-quiz-keyboard-label'><head> chỉ dùng cho CSS, <body> chỉ dùng cho HTML.</label><label for='ays-answer-1616752-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408634'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc0OSI6IjAiLCIxNjE2NzUwIjoiMCIsIjE2MTY3NTEiOiIxIiwiMTYxNjc1MiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408635' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>21 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 21: Thẻ `<meta>` thường được đặt trong phần `<head>` và có nhiều mục đích. Mục đích chung của thẻ `<meta>` là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408635]' id='ays-answer-1616753-13641' value='1616753'/> <label for='ays-answer-1616753-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Định nghĩa cấu trúc bảng.</label><label for='ays-answer-1616753-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408635]' id='ays-answer-1616754-13641' value='1616754'/> <label for='ays-answer-1616754-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Cung cấp siêu dữ liệu (thông tin về tài liệu HTML).</label><label for='ays-answer-1616754-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408635]' id='ays-answer-1616755-13641' value='1616755'/> <label for='ays-answer-1616755-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Chèn hình ảnh vào trang.</label><label for='ays-answer-1616755-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408635]' id='ays-answer-1616756-13641' value='1616756'/> <label for='ays-answer-1616756-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Tạo danh sách các mục.</label><label for='ays-answer-1616756-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408635'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc1MyI6IjAiLCIxNjE2NzU0IjoiMSIsIjE2MTY3NTUiOiIwIiwiMTYxNjc1NiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408636' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>22 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 22: Thứ tự lồng nhau đúng của các thẻ cấu trúc cơ bản trong một tài liệu HTML là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408636]' id='ays-answer-1616757-13641' value='1616757'/> <label for='ays-answer-1616757-13641' class=' ays_position_initial ays-quiz-keyboard-label'><html> -> <head> -> <body></label><label for='ays-answer-1616757-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408636]' id='ays-answer-1616758-13641' value='1616758'/> <label for='ays-answer-1616758-13641' class=' ays_position_initial ays-quiz-keyboard-label'><head> -> <body> -> <html></label><label for='ays-answer-1616758-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408636]' id='ays-answer-1616759-13641' value='1616759'/> <label for='ays-answer-1616759-13641' class=' ays_position_initial ays-quiz-keyboard-label'><body> -> <head> -> <html></label><label for='ays-answer-1616759-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408636]' id='ays-answer-1616760-13641' value='1616760'/> <label for='ays-answer-1616760-13641' class=' ays_position_initial ays-quiz-keyboard-label'><html> -> <body> -> <head></label><label for='ays-answer-1616760-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408636'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc1NyI6IjEiLCIxNjE2NzU4IjoiMCIsIjE2MTY3NTkiOiIwIiwiMTYxNjc2MCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408637' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>23 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 23: Khi sử dụng trình soạn thảo văn bản chuyên dụng như Sublime Text để viết mã HTML, ưu điểm chính mà nó cung cấp so với Notepad đơn giản là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408637]' id='ays-answer-1616761-13641' value='1616761'/> <label for='ays-answer-1616761-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Tự động kiểm tra lỗi ngữ pháp tiếng Việt.</label><label for='ays-answer-1616761-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408637]' id='ays-answer-1616762-13641' value='1616762'/> <label for='ays-answer-1616762-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Khả năng chạy trực tiếp trang web mà không cần trình duyệt.</label><label for='ays-answer-1616762-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408637]' id='ays-answer-1616763-13641' value='1616763'/> <label for='ays-answer-1616763-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Tô sáng cú pháp, tự động hoàn thành mã, và quản lý dự án.</label><label for='ays-answer-1616763-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408637]' id='ays-answer-1616764-13641' value='1616764'/> <label for='ays-answer-1616764-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Tự động thiết kế bố cục trang web đẹp mắt.</label><label for='ays-answer-1616764-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408637'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc2MSI6IjAiLCIxNjE2NzYyIjoiMCIsIjE2MTY3NjMiOiIxIiwiMTYxNjc2NCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408638' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>24 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 24: Bạn muốn thay đổi màu sắc của một đoạn văn bản hoặc kích thước của một tiêu đề trên trang web. Công nghệ nào sau đây phù hợp nhất để thực hiện việc này?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408638]' id='ays-answer-1616765-13641' value='1616765'/> <label for='ays-answer-1616765-13641' class=' ays_position_initial ays-quiz-keyboard-label'>HTML</label><label for='ays-answer-1616765-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408638]' id='ays-answer-1616766-13641' value='1616766'/> <label for='ays-answer-1616766-13641' class=' ays_position_initial ays-quiz-keyboard-label'>CSS</label><label for='ays-answer-1616766-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408638]' id='ays-answer-1616767-13641' value='1616767'/> <label for='ays-answer-1616767-13641' class=' ays_position_initial ays-quiz-keyboard-label'>JavaScript</label><label for='ays-answer-1616767-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408638]' id='ays-answer-1616768-13641' value='1616768'/> <label for='ays-answer-1616768-13641' class=' ays_position_initial ays-quiz-keyboard-label'>XML</label><label for='ays-answer-1616768-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408638'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc2NSI6IjAiLCIxNjE2NzY2IjoiMSIsIjE2MTY3NjciOiIwIiwiMTYxNjc2OCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408639' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>25 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 25: Để thêm các chức năng tương tác vào trang web, ví dụ như một nút bấm hiển thị thông báo khi được nhấp vào, bạn sẽ sử dụng công nghệ nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408639]' id='ays-answer-1616769-13641' value='1616769'/> <label for='ays-answer-1616769-13641' class=' ays_position_initial ays-quiz-keyboard-label'>HTML</label><label for='ays-answer-1616769-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408639]' id='ays-answer-1616770-13641' value='1616770'/> <label for='ays-answer-1616770-13641' class=' ays_position_initial ays-quiz-keyboard-label'>CSS</label><label for='ays-answer-1616770-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408639]' id='ays-answer-1616771-13641' value='1616771'/> <label for='ays-answer-1616771-13641' class=' ays_position_initial ays-quiz-keyboard-label'>JavaScript</label><label for='ays-answer-1616771-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408639]' id='ays-answer-1616772-13641' value='1616772'/> <label for='ays-answer-1616772-13641' class=' ays_position_initial ays-quiz-keyboard-label'>SQL</label><label for='ays-answer-1616772-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408639'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc2OSI6IjAiLCIxNjE2NzcwIjoiMCIsIjE2MTY3NzEiOiIxIiwiMTYxNjc3MiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408640' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>26 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 26: Một người dùng muốn dòng chữ "Trang chủ của tôi" xuất hiện cả trên thanh tiêu đề của trình duyệt và là tiêu đề lớn nhất ngay đầu nội dung trang web. Họ cần sử dụng những cặp thẻ HTML nào cho hai mục đích này?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408640]' id='ays-answer-1616773-13641' value='1616773'/> <label for='ays-answer-1616773-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Cả hai đều dùng thẻ `<title>`.</label><label for='ays-answer-1616773-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408640]' id='ays-answer-1616774-13641' value='1616774'/> <label for='ays-answer-1616774-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Cả hai đều dùng thẻ `<h1>`.</label><label for='ays-answer-1616774-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408640]' id='ays-answer-1616775-13641' value='1616775'/> <label for='ays-answer-1616775-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<title>` cho thanh tiêu đề và thẻ `<h1>` cho tiêu đề nội dung.</label><label for='ays-answer-1616775-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408640]' id='ays-answer-1616776-13641' value='1616776'/> <label for='ays-answer-1616776-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Thẻ `<head>` cho thanh tiêu đề và thẻ `<body>` cho tiêu đề nội dung.</label><label for='ays-answer-1616776-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408640'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc3MyI6IjAiLCIxNjE2Nzc0IjoiMCIsIjE2MTY3NzUiOiIxIiwiMTYxNjc3NiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408641' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>27 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 27: Cấu trúc HTML cơ bản nào sau đây là *sai* về mặt lồng ghép các thẻ chính?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408641]' id='ays-answer-1616777-13641' value='1616777'/> <label for='ays-answer-1616777-13641' class=' ays_position_initial ays-quiz-keyboard-label'><html><head>...</head><body>...</body></html></label><label for='ays-answer-1616777-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408641]' id='ays-answer-1616778-13641' value='1616778'/> <label for='ays-answer-1616778-13641' class=' ays_position_initial ays-quiz-keyboard-label'><!DOCTYPE html><html><head>...</head><body>...</body></html></label><label for='ays-answer-1616778-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408641]' id='ays-answer-1616779-13641' value='1616779'/> <label for='ays-answer-1616779-13641' class=' ays_position_initial ays-quiz-keyboard-label'><html><body>...</body><head>...</head></html></label><label for='ays-answer-1616779-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408641]' id='ays-answer-1616780-13641' value='1616780'/> <label for='ays-answer-1616780-13641' class=' ays_position_initial ays-quiz-keyboard-label'><html><head><title>...</title></head><body><p>...</p></body></html></label><label for='ays-answer-1616780-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408641'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc3NyI6IjAiLCIxNjE2Nzc4IjoiMCIsIjE2MTY3NzkiOiIxIiwiMTYxNjc4MCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408642' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>28 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 28: Trong thẻ `<meta charset="UTF-8">`, thuộc tính `charset="UTF-8"` có ý nghĩa gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408642]' id='ays-answer-1616781-13641' value='1616781'/> <label for='ays-answer-1616781-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Đặt màu nền cho trang web.</label><label for='ays-answer-1616781-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408642]' id='ays-answer-1616782-13641' value='1616782'/> <label for='ays-answer-1616782-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Quy định bộ mã hóa ký tự được sử dụng trong tài liệu.</label><label for='ays-answer-1616782-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408642]' id='ays-answer-1616783-13641' value='1616783'/> <label for='ays-answer-1616783-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định ngôn ngữ chính của nội dung.</label><label for='ays-answer-1616783-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408642]' id='ays-answer-1616784-13641' value='1616784'/> <label for='ays-answer-1616784-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Đặt tiêu đề cho trang web.</label><label for='ays-answer-1616784-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408642'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc4MSI6IjAiLCIxNjE2NzgyIjoiMSIsIjE2MTY3ODMiOiIwIiwiMTYxNjc4NCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408643' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>29 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 29: Để tạo một liên kết (hyperlink) đến một trang khác bằng thẻ `<a>`, thuộc tính nào là *bắt buộc* để chỉ định địa chỉ (URL) của trang đích?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408643]' id='ays-answer-1616785-13641' value='1616785'/> <label for='ays-answer-1616785-13641' class=' ays_position_initial ays-quiz-keyboard-label'>src</label><label for='ays-answer-1616785-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408643]' id='ays-answer-1616786-13641' value='1616786'/> <label for='ays-answer-1616786-13641' class=' ays_position_initial ays-quiz-keyboard-label'>alt</label><label for='ays-answer-1616786-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408643]' id='ays-answer-1616787-13641' value='1616787'/> <label for='ays-answer-1616787-13641' class=' ays_position_initial ays-quiz-keyboard-label'>href</label><label for='ays-answer-1616787-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408643]' id='ays-answer-1616788-13641' value='1616788'/> <label for='ays-answer-1616788-13641' class=' ays_position_initial ays-quiz-keyboard-label'>title</label><label for='ays-answer-1616788-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408643'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc4NSI6IjAiLCIxNjE2Nzg2IjoiMCIsIjE2MTY3ODciOiIxIiwiMTYxNjc4OCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='408644' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>30 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 7</strong> </p> <div class='ays_quiz_question'> <p>Câu 30: Xem xét đoạn mã HTML sau: `<a href="lienhe.html">Liên hệ với chúng tôi</a>`. Khi hiển thị trên trình duyệt, người dùng sẽ nhìn thấy văn bản gì, và điều gì xảy ra khi họ nhấp vào văn bản đó?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408644]' id='ays-answer-1616789-13641' value='1616789'/> <label for='ays-answer-1616789-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Nhìn thấy "lienhe.html", nhấp vào sẽ chuyển đến trang đó.</label><label for='ays-answer-1616789-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408644]' id='ays-answer-1616790-13641' value='1616790'/> <label for='ays-answer-1616790-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Nhìn thấy "Liên hệ với chúng tôi", nhấp vào sẽ chuyển đến trang "lienhe.html".</label><label for='ays-answer-1616790-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408644]' id='ays-answer-1616791-13641' value='1616791'/> <label for='ays-answer-1616791-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Nhìn thấy "Liên hệ với chúng tôi", nhấp vào sẽ tải về tệp "lienhe.html".</label><label for='ays-answer-1616791-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-408644]' id='ays-answer-1616792-13641' value='1616792'/> <label for='ays-answer-1616792-13641' class=' ays_position_initial ays-quiz-keyboard-label'>Nhìn thấy "lienhe.html", nhấp vào sẽ hiển thị mã nguồn của trang đó.</label><label for='ays-answer-1616792-13641' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_13641 === 'undefined'){ window.quizOptions_13641 = []; } window.quizOptions_13641['408644'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTYxNjc4OSI6IjAiLCIxNjE2NzkwIjoiMSIsIjE2MTY3OTEiOiIwIiwiMTYxNjc5MiI6IjAifX0=';</script></div> <style> .validate-quiz { display: flex; align-items: center; justify-content: center; } .validate-quiz a { border-radius: 30px; /* height: 40px; */ background: #5390f5; color: #fff; text-decoration: unset; padding: 10px 20px; } .validate-quiz input { margin: 0 !important; } .form-kw-hub { background: #fff; border: 1px solid #ddd; padding: 16px; border-radius: 12px; text-align:left; margin: 20px auto; box-shadow: 0 2px 10px rgba(0,0,0,0.05); font-family: Arial, sans-serif; } .keyword-hub-guide { margin-bottom: 15px; } .validate-quiz-inner { display: flex; gap: 10px; background: #fff; box-shadow: 0 0 10px #ccc; margin: 10px auto; width: 500px; border-radius: 30px; padding: 5px; justify-content: space-between; align-items:center; overflow:hidden; } .validate-quiz-inner input[type=text] { border: 0 !important; font-size: 16px !important; } .keyword-item span { font-weight: bold; font-size: 16px; } .copy-keyword-btn { color: #000; padding: 6px 12px; border-radius: 6px; text-decoration: none; transition: background 0.3s; text-transform: uppercase; font-weight: bold; font-size: 22px; } .copy-keyword-btn:hover { background: #005f8d; } .validate-quiz { display: flex; gap: 10px; align-items: center; } .validate-quiz input[type="text"] { flex: 1; padding: 8px 12px; border-radius: 6px; border: 1px solid #ccc; } a.get_new_mission { padding: 8px 25px; line-height: 0; border-radius: 30px; background-color: #fff0; text-transform: uppercase; color: #4285f4; border: 1px solid #4285f4; transition: all 0.2s; cursor: pointer; margin-left: 15px; font-size: 16px; text-decoration: unset; } .submit-btn { background: #28a745; color: white; padding: 8px 16px; border-radius: 6px; text-decoration: none; cursor: pointer; transition: background 0.3s; } .submit-btn:hover { background: #218838; } a.copy-keyword-btn:active, a.copy-keyword-btn:hover { color: #fff; } a#submit_kw_hub { cursor: pointer; } @keyframes ld-spin { 0% { animation-timing-function: cubic-bezier(0.5856,0.0703,0.4143,0.9297); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-spin { animation: ld-spin 1s infinite linear } @keyframes ld-cycle { 0% { animation-timing-function: cubic-bezier(0.3333,0.3333,0.6667,0.6667); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-cycle { animation: ld-cycle 1s infinite linear } @media(max-width: 991px){ .form-kw-hub p { margin: 0 !important; } } </style> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/loadingio/ldbutton@latest/dist/index.min.css" /> <a id="view_result_hub" class="action-button ays-quiz-keyboard-active" href="javascript:;">Xem kết quả</a> <div class="form-kw-hub ld-over" id="form-kw-hub" style="display:none" data-id="30"> <div class="ld ld-ring ld-spin" style="font-size:3em;color:#999"></div> <div class="keyword-hub-title keyword-item"> <h3 style="text-align:center;font-weight:bold;color:#c12c31;margin-top:10px;">Bạn ơi!!! Để xem được kết quả<br>bạn vui lòng làm nhiệm vụ nhỏ xíu này nha</h3> <h4 style="text-align:center;font-size:16px;line-height:20px;font-weight:normal;margin-top:10px;margin-bottom:10px;color:#021184">LƯU Ý: Không sử dụng VPN hoặc 1.1.1.1 khi vượt link</h4> </div> <div class="validate-quiz"> <div class="validate-quiz-inner"> <input type="text" value="" placeholder="Nhập mã vừa kiếm được vào đây" id="kw-hub-input" maxlength="10" /> <input type="hidden" value="" id="kw-id" /> <a id="submit_kw_hub">Nhận kết quả</a> </div> <div class="message" style="display: none; color: red; text-align: center;">Xảy ra lỗi</div> </div> <p> <strong style="color: #c12c31;">Bước 1: </strong>Mở tab mới, truy cập <a href="javascript:;" style="color: #1e73be;"><strong>Google.com</strong></a> <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/google.png" width="100px" style="margin-left: 30px; margin-bottom: -10px; display: inline-block;" alt="google" /> </p> <p> <strong style="color: #c12c31;">Bước 2: </strong>Tìm kiếm từ khóa: <strong id="keyword-content" style="font-size: 24px; color: red; cursor: no-drop; -webkit-user-select: none; -webkit-touch-callout: none; -moz-user-select: none; -ms-user-select: none; user-select: none;"> vận chuyển văn phòng giá rẻ </strong> <a href="javascript:;" class="copy-keyword-btn"><span class="fa fa-copy"></span></a> <a href="javascript:;" class="get_new_mission ld-ext-right" id="get_new_mission">Đổi nhiệm vụ <span class="ld ld-ring ld-spin"></span> </a> </p> <p><img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/thanh-tim-kiem.jpg" width="100%" alt="thanh-tim-kiem" /></p> <p><strong style="color: #c12c31;">Bước 3: </strong>Trong kết quả tìm kiếm Google, hãy tìm website giống dưới hình:</p> <p style="border: 1px solid red;"><div class="keyword-hub-guide"> <img decoding="async" id="kw_guide_image" alt="" src="" /> </div> </p> <p>(Nếu trang 1 không có hãy tìm ở trang 2, 3, 4... nhé <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/trang-google.png" width="250px" style="display: inline-block;" alt="trang-google" />)</p> <p><strong style="color: #c12c31;">Bước 4:</strong> Cuộn xuống cuối bài viết rồi bấm vào nút <strong>GIỐNG HÌNH DƯỚI</strong> và chờ 1 lát để lấy mã:</p> <p style="text-align: center;"> <img decoding="async" class="kw_get_pass" style="max-width: 300px; border: 1px dashed red; display: inline-block;" data-src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" alt="getpass" /> </p> </div> <input type="submit" name="ays_finish_quiz" class=" ays_next ays_finish action-button ays-quiz-keyboard-active" value="" style="display:none"> <script> setTimeout(function() { var submitButton = document.querySelector('input[name="ays_finish_quiz"]'); if (submitButton) { submitButton.remove(); } }, 2400000); </script> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ays_thank_you_fs'> <div class='ays-abs-fs ays-end-page'> <div style='text-align:center;'><div data-class='lds-ellipsis' data-role='loader' class='ays-loader'><div></div><div></div><div></div><div></div></div></div><div class='ays_quiz_results_page'><div class='ays_score_message'></div><div class='ays_message'></div><p class='ays_restart_button_p'></p></div></div></div><style> div#ays-quiz-container-13641 * { box-sizing: border-box; } #ays-quiz-container-13641 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } /* Styles for Internet Explorer start */ #ays-quiz-container-13641 #ays_finish_quiz_13641 { } /* Styles for Quiz container */ #ays-quiz-container-13641{ min-height: 450px; width:800px; background-color:#fff; background-position:center center;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} /* Styles for Navigation bar */ #ays-quiz-questions-nav-wrap-13641 { width: 100%; max-width: 100%; margin: auto;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} #ays-quiz-questions-nav-wrap-13641 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question { /* color: #000000; border-color: #000000; background-color: #fff; */ color: #000; border-color: #dddddd; background-color: #ffffff; outline: unset; text-decoration: unset; } #ays-quiz-questions-nav-wrap-13641 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question { /* box-shadow: inset 0 0 5px #000000, 0 0 5px #000000; */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); background: #E5E7ED; outline: unset; border-color: transparent; } #ays-quiz-questions-nav-wrap-13641 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-answered a.ays_questions_nav_question { /* color: #fff; border-color: #fff; background-color: #000000; */ color: #C6C6C6; border-color: transparent; background-color: #F5F5F5; } #ays-quiz-questions-nav-wrap-13641 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_correct_answer { /* color: rgba(39, 174, 96, 1); border-color: rgba(39, 174, 96, 1); */ color: #000; border-color: transparent; background-color: rgba(39, 174, 96, 0.4); } #ays-quiz-questions-nav-wrap-13641 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_wrong_answer { /* color: rgba(243, 134, 129, 1); border-color: rgba(243, 134, 129, 1); */ color: #000; border-color: transparent; background-color: rgba(243, 134, 129, 0.4); } #ays-quiz-questions-nav-wrap-13641 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_correct_answer, #ays-quiz-questions-nav-wrap-13641 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_wrong_answer { /* filter: drop-shadow(0px 3px 5px rgba(143, 143, 143, 0.38)); */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); } #ays-quiz-container-13641.ays-quiz-container .ays-quiz-questions-nav-bookmark-box { position: absolute; top: 40px; right: 40px; z-index: 10; } #ays-quiz-container-13641.ays-quiz-container .ays-quiz-questions-nav-bookmark-box .ays-navbar-bookmark { height: 100%; cursor: pointer; width: 13px; box-shadow: unset; } /* Styles for questions */ #ays-quiz-container-13641 #ays_finish_quiz_13641 div.step { min-height: 450px; } /* Styles for text inside quiz container */ #ays-quiz-container-13641.ays-quiz-container .ays-questions-container .ays-start-page *:not(input), #ays-quiz-container-13641.ays-quiz-container .ays-questions-container label[for^="ays-answer-"], #ays-quiz-container-13641.ays-quiz-container .ays-questions-container .ays-matching-field-choice, #ays-quiz-container-13641.ays-quiz-container .ays-questions-container p, #ays-quiz-container-13641.ays-quiz-container .ays-questions-container form .step:not(.ays_thank_you_fs) p, #ays-quiz-container-13641.ays-quiz-container .ays-questions-container .ays-fs-title, #ays-quiz-container-13641.ays-quiz-container .ays-questions-container .ays-fs-subtitle, #ays-quiz-container-13641.ays-quiz-container .ays-questions-container .logged_in_message, #ays-quiz-container-13641.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers, #ays-quiz-container-13641.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers *, #ays-quiz-container-13641.ays-quiz-container .ays-questions-container .ays_score_message, #ays-quiz-container-13641.ays-quiz-container .ays-questions-container .ays_message{ color: #000000; outline: none; } #ays-quiz-container-13641.ays-quiz-container .ays-questions-container .ays_question_hint { color: #000000; } /* Quiz title / transformation */ #ays-quiz-container-13641 .ays-fs-title{ text-transform: uppercase; font-size: 28px; text-align: center; text-shadow: none; } #ays-quiz-container-13641 .ays-quiz-password-message-box, #ays-quiz-container-13641 .ays-quiz-question-note-message-box, #ays-quiz-container-13641 .ays_quiz_question, #ays-quiz-container-13641 .ays_quiz_question *:not([class^='enlighter']) { color: #000000; } #ays-quiz-container-13641 textarea, #ays-quiz-container-13641 input::first-letter, #ays-quiz-container-13641 select::first-letter, #ays-quiz-container-13641 option::first-letter { color: initial !important; } #ays-quiz-container-13641 p::first-letter:not(.ays_no_questions_message) { color: #000000 !important; background-color: transparent !important; font-size: inherit !important; font-weight: inherit !important; float: none !important; line-height: inherit !important; margin: 0 !important; padding: 0 !important; } #ays-quiz-container-13641 .select2-container, #ays-quiz-container-13641 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } #ays-quiz-container-13641 .ays-fs-subtitle p { text-align: center ; } #ays-quiz-container-13641 .ays_quiz_question p { font-size: 16px; text-align: center; } #ays-quiz-container-13641 .ays_quiz_question { text-align: center ; margin-bottom: 10px; } #ays-quiz-container-13641 .ays_quiz_question pre { max-width: 100%; white-space: break-spaces; } div#ays-quiz-container-13641 .ays-questions-container .ays-field, div#ays-quiz-container-13641 .ays-questions-container .ays-field input~label[for^='ays-answer-'], div#ays-quiz-container-13641 .ays-questions-container .ays-modern-dark-question *, div#ays-quiz-container-13641 .ays-questions-container .ays_quiz_question, div#ays-quiz-container-13641 .ays-questions-container .ays_quiz_question *{ word-break: break-word; } #ays-quiz-container-13641 .ays-quiz-timer p { font-size: 16px; } #ays-quiz-container-13641 section.ays_quiz_redirection_timer_container hr, #ays-quiz-container-13641 section.ays_quiz_timer_container hr { margin: 0; } #ays-quiz-container-13641 section.ays_quiz_timer_container.ays_quiz_timer_red_warning .ays-quiz-timer { color: red; } #ays-quiz-container-13641 .ays_thank_you_fs p { text-align: center; } #ays-quiz-container-13641 .information_form input[type='text'], #ays-quiz-container-13641 .information_form input[type='url'], #ays-quiz-container-13641 .information_form input[type='number'], #ays-quiz-container-13641 .information_form input[type='email'], #ays-quiz-container-13641 .information_form input[type='tel'], #ays-quiz-container-13641 .information_form textarea, #ays-quiz-container-13641 .information_form select, #ays-quiz-container-13641 .information_form option { color: initial !important; outline: none; margin-left: 0; background-image: unset; } #ays-quiz-container-13641 .information_form input[type='checkbox'] { margin: 0 10px; outline: initial; -webkit-appearance: auto; -moz-appearance: auto; position: initial; width: initial; height: initial; border: initial; background: initial; } #ays-quiz-container-13641 .information_form input[type='checkbox']::after { content: none; } #ays-quiz-container-13641 .wrong_answer_text{ color:#ff4d4d; } #ays-quiz-container-13641 .right_answer_text{ color:#33cc33; } #ays-quiz-container-13641 .right_answer_text p { font-size:16px; } #ays-quiz-container-13641 .wrong_answer_text p { font-size:16px; } #ays-quiz-container-13641 .ays_questtion_explanation p { font-size:16px; } #ays-quiz-container-13641 .wrong_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-13641 .ays_questtion_explanation *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-13641 .right_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-13641 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-13641 .ays-quiz-question-note-message-box *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-13641 .ays_cb_and_a, #ays-quiz-container-13641 .ays_cb_and_a * { color: rgb(0,0,0); text-align: center; } #ays-quiz-container-13641 iframe { /*min-height: 450px;*/ } #ays-quiz-container-13641 label.ays_for_checkbox, #ays-quiz-container-13641 span.ays_checkbox_for_span { color: initial !important; display: block; } /* Quiz textarea height */ #ays-quiz-container-13641 textarea { height: 100px; min-height: 100px; } /* Quiz rate and passed users count */ #ays-quiz-container-13641 .ays_quizn_ancnoxneri_qanak, #ays-quiz-container-13641 .ays_quiz_rete_avg{ color:#fff; background-color:#000000; } #ays-quiz-container-13641 .ays-questions-container > .ays_quizn_ancnoxneri_qanak { padding: 5px 20px; } #ays-quiz-container-13641 div.for_quiz_rate.ui.star.rating .icon { color: rgba(0,0,0,0.35); } #ays-quiz-container-13641 .ays_quiz_rete_avg div.for_quiz_rate_avg.ui.star.rating .icon { color: rgba(255,255,255,0.5); } #ays-quiz-container-13641 .ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link { color: #000000; } /* Loaders */ #ays-quiz-container-13641 div.lds-spinner, #ays-quiz-container-13641 div.lds-spinner2 { color: #000000; } #ays-quiz-container-13641 div.lds-spinner div:after, #ays-quiz-container-13641 div.lds-spinner2 div:after { background-color: #000000; } #ays-quiz-container-13641 .lds-circle, #ays-quiz-container-13641 .lds-facebook div, #ays-quiz-container-13641 .lds-ellipsis div{ background: #000000; } #ays-quiz-container-13641 .lds-ripple div{ border-color: #000000; } #ays-quiz-container-13641 .lds-dual-ring::after, #ays-quiz-container-13641 .lds-hourglass::after{ border-color: #000000 transparent #000000 transparent; } /* Stars */ #ays-quiz-container-13641 .ui.rating .icon, #ays-quiz-container-13641 .ui.rating .icon:before { font-family: Rating !important; } /* Progress bars */ #ays-quiz-container-13641 #ays_finish_quiz_13641 .ays-progress { border-color: rgba(0,0,0,0.8); } #ays-quiz-container-13641 #ays_finish_quiz_13641 .ays-progress-bg { background-color: rgba(0,0,0,0.3); } #ays-quiz-container-13641 .ays-progress-value { color: #000000; text-align: center; } #ays-quiz-container-13641 .ays-progress-bar { background-color: #5d6cf9; } #ays-quiz-container-13641 .ays-question-counter .ays-live-bar-wrap { direction:ltr !important; } #ays-quiz-container-13641 .ays-live-bar-fill{ color: #000000; border-bottom: 2px solid rgba(0,0,0,0.8); text-shadow: 0px 0px 5px #fff; } #ays-quiz-container-13641 .ays-live-bar-fill.ays-live-fourth, #ays-quiz-container-13641 .ays-live-bar-fill.ays-live-third, #ays-quiz-container-13641 .ays-live-bar-fill.ays-live-second { text-shadow: unset; } #ays-quiz-container-13641 .ays-live-bar-percent{ display:none; } /* Music, Sound */ #ays-quiz-container-13641 .ays_music_sound { color:rgb(0,0,0); } /* Dropdown questions scroll bar */ #ays-quiz-container-13641 blockquote { border-left-color: #000000 !important; } /* Quiz Password */ #ays-quiz-container-13641 .ays-start-page > input[id^='ays_quiz_password_val_'], #ays-quiz-container-13641 .ays-quiz-password-toggle-visibility-box { width: 100%; margin: 0 auto; } /* Question hint */ #ays-quiz-container-13641 .ays_question_hint_container .ays_question_hint_text { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); max-width: 270px; color: #000000; } #ays-quiz-container-13641 .ays_question_hint_container .ays_question_hint_text p { max-width: unset; } #ays-quiz-container-13641 .ays-quiz-additonal-box { display: flex; justify-content: flex-end; align-items: center; position: relative; } /* Quiz Export PDF */ #ays-quiz-container-13641 .ays-export-quiz-button-container .ays-export-quiz-button-more-box { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); box-shadow: 0.025px 0.025px 1px 1px rgba(201,201,201,0.2), 0px 2px 1px 0px rgba(201,201,201,0.14), 0px 2px 5px 0 rgba(201,201,201,0.12); max-width: 190px; color: #000000; } #ays-quiz-container-13641 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:hover, #ays-quiz-container-13641 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:focus { background-color: rgba(93,108,249,0.3); } #ays-quiz-container-13641 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:active { background-color: rgba(93,108,249,1); } #ays-quiz-container-13641 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item { color: #000000; display: flex; justify-content: space-between; align-items: center; font-size: 14px; background-image: unset; box-shadow: unset; border-radius: unset; } #ays-quiz-container-13641 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item .ays-export-quiz-dropdown-item-icon { margin-left: 10px; } #ays-quiz-container-13641 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg path { stroke: #000000; } #ays-quiz-container-13641 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg circle { fill: rgba(93,108,249,0.3); } #ays-quiz-container-13641 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item-icon svg path { fill: rgba(0,0,0,1); } #ays-quiz-container-13641 .ays-quiz-additonal-box svg { position: revert; } #ays-quiz-container-13641 .ays_questions_hint_max_width_class { max-width: 80%; } /* Information form */ #ays-quiz-container-13641 .ays-form-title{ color:rgb(0,0,0); } /* Quiz timer */ #ays-quiz-container-13641 div.ays-quiz-redirection-timer, #ays-quiz-container-13641 div.ays-quiz-timer{ color: #000000; text-align: center; } #ays-quiz-container-13641 div.ays-quiz-after-timer * , #ays-quiz-container-13641 div.ays-quiz-redirection-timer *, #ays-quiz-container-13641 div.ays-quiz-timer * { text-align: center; } #ays-quiz-container-13641 div.ays-quiz-timer.ays-quiz-message-before-timer:before { display: inline-block; font-weight: 500; text-align: center; width: auto; margin-right: 5px; } /* Quiz buttons */ #ays-quiz-container-13641 input#ays-submit, #ays-quiz-container-13641 #ays_finish_quiz_13641 .action-button, #ays-quiz-container-13641 #ays_finish_quiz_13641 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, #ays-quiz-container-13641 #ays_finish_quiz_13641 .step[data-type='checkbox'] .action-button.ays_check_answer, div#ays-quiz-container-13641 #ays_finish_quiz_13641 .action-button.ays_restart_button, #ays-quiz-container-13641 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-13641 .ays-quiz-category-selective-submit-bttn { background-color: #5d6cf9; color:#ffffff; font-size: 18px; padding: 14px 36px; border-radius: 8px; white-space: nowrap; letter-spacing: 0; box-shadow: unset; white-space: normal; word-break: break-word; background-image: unset; width: auto; } #ays-quiz-container-13641 input#ays-submit, #ays-quiz-container-13641 #ays_finish_quiz_13641 input.action-button, #ays-quiz-container-13641 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-13641 .ays-quiz-category-selective-submit-bttn { } div#ays-quiz-container-13641 #ays_finish_quiz_13641 .action-button.ays_check_answer { padding: 5px 10px; font-size: 18px; } #ays-quiz-container-13641 #ays_finish_quiz_13641 .action-button.ays_download_certificate { white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-13641 #ays_finish_quiz_13641 .action-button.ays_arrow { color:#ffffff!important; white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-13641 input#ays-submit:hover, #ays-quiz-container-13641 input#ays-submit:focus, #ays-quiz-container-13641 #ays_finish_quiz_13641 .action-button:hover, #ays-quiz-container-13641 #ays_finish_quiz_13641 .action-button:focus, #ays-quiz-container-13641 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-13641 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px #ffffff; background-color: #5d6cf9; } #ays-quiz-container-13641 .ays_restart_button { color: #ffffff; } #ays-quiz-container-13641 .ays_restart_button_p { display: flex; justify-content: center; flex-wrap: wrap; } #ays-quiz-container-13641 .ays_buttons_div { justify-content: center; } #ays-quiz-container-13641 .step:first-of-type .ays_buttons_div { justify-content: center !important; } #ays-quiz-container-13641 .ays_quiz_results_page .ays_score span { visibility: visible; } #ays-quiz-container-13641 input[type='button'], #ays-quiz-container-13641 input[type='submit'] { color: #ffffff !important; outline: none; } div#ays-quiz-container-13641 .ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-item .ays_questions_nav_question:focus-visible, div#ays-quiz-container-13641 input[type='button']:focus-visible, div#ays-quiz-container-13641 input[type='submit']:focus-visible { outline: -webkit-focus-ring-color auto 1px; } #ays-quiz-container-13641 #ays_finish_quiz_13641 i.ays_early_finish.action-button[disabled]:hover, #ays-quiz-container-13641 #ays_finish_quiz_13641 i.ays_early_finish.action-button[disabled]:focus, #ays-quiz-container-13641 #ays_finish_quiz_13641 i.ays_early_finish.action-button[disabled], #ays-quiz-container-13641 #ays_finish_quiz_13641 i.ays_arrow.action-button[disabled]:hover, #ays-quiz-container-13641 #ays_finish_quiz_13641 i.ays_arrow.action-button[disabled]:focus, #ays-quiz-container-13641 #ays_finish_quiz_13641 i.ays_arrow.action-button[disabled] { color: #aaa !important; } #ays-quiz-container-13641 .ays_finish.action-button{ margin: 10px 5px; } #ays-quiz-container-13641 .ays-share-btn.ays-share-btn-branded { color: #fff; margin-bottom: 5px; display: inline-block; } #ays-quiz-container-13641 .ays-quiz-question-title-text-to-speech-icon { cursor: pointer; position: absolute; left: 0px; top: 0px; z-index: 1; } div#ays-quiz-container-13641.ays-quiz-container .ays-quiz-question-title-text-to-speech-icon svg path { fill: #000000; } /* Question answers */ #ays-quiz-container-13641 .ays-field { border-color: #dddddd; border-style: solid; border-width: 1px; box-shadow: none;flex-direction: row-reverse; } #ays-quiz-container-13641 .ays-quiz-answers .ays-field:hover{ opacity: 1; } #ays-quiz-container-13641 #ays_finish_quiz_13641 .ays-field label.ays_answer_caption[for^='ays-answer-'] { z-index: 1; position:initial;bottom:0;} #ays-quiz-container-13641 #ays_finish_quiz_13641 .ays-field input~label[for^='ays-answer-'] { padding: 5px; } #ays-quiz-container-13641 #ays_finish_quiz_13641 .ays-field { margin-bottom: 12px; position: relative; } #ays-quiz-container-13641 #ays_finish_quiz_13641 .ays_grid_view_container .ays-field.ays_grid_view_item { /* width: calc(50% - 6px); */ width: calc(100% /2 - 4px); } #ays-quiz-container-13641 #ays_finish_quiz_13641 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-13641 #ays_finish_quiz_13641 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-13641 img.ays-quiz-check-button-right-wrong-icon { position: absolute; right: 15px; bottom: 15px; } #ays-quiz-container-13641 img.ays-quiz-check-button-right-wrong-icon[data-type='style-9'] { width: 20px; } #ays-quiz-container-13641 .ays_quiz_results .step[data-type='fill_in_blank'] img.ays-quiz-check-button-right-wrong-icon { right: 10px; bottom: 40px; } #ays-quiz-container-13641 .ays_quiz_results .step[data-type='fill_in_blank'] .ays_fieldset img.ays-quiz-check-button-right-wrong-icon { right: 15px; bottom: 20px; } #ays-quiz-container-13641 #ays_finish_quiz_13641 .ays-field input:checked+label:before { border-color: #5d6cf9; background: #5d6cf9; background-clip: content-box; } #ays-quiz-container-13641 .ays-quiz-answers div.ays-text-right-answer { color: #000000; } /* Answer maximum length of a text field */ #ays-quiz-container-13641 .ays_quiz_question_text_message{ color: #000000; text-align: left; font-size: 12px; } div#ays-quiz-container-13641 div.ays_quiz_question_text_error_message { color: #ff0000; } /* Questions answer image */ #ays-quiz-container-13641 .ays-answer-image { width:15em; height:150px; object-fit: cover; } /* Questions answer right/wrong icons */ #ays-quiz-container-13641 .ays-field input~label.answered.correct:after{ content: ''; } #ays-quiz-container-13641 .ays-field input~label.answered.wrong:after{ content: ''; } #ays-quiz-container-13641 .ays-quiz-answers .ays-field label.answered[for^='ays-answer-']::after{ content: none!important; } #ays-quiz-container-13641 .ays-field label.answered:last-of-type:after{ height: auto; left: 10px;top: 10px;} /* Dropdown questions */ #ays-quiz-container-13641 .select2-container--default .select2-search--dropdown .select2-search__field:focus, #ays-quiz-container-13641 .select2-container--default .select2-search--dropdown .select2-search__field { outline: unset; padding: 0.75rem; } #ays-quiz-container-13641 #ays_finish_quiz_13641 .ays-field .select2-container--default .select2-selection--single { border-bottom: 2px solid #5d6cf9; background-color: #5d6cf9; } #ays-quiz-container-13641 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-13641 .ays-field .select2-container--default .select2-selection--single .select2-selection__placeholder, #ays-quiz-container-13641 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow { /*color: #a29306;*/ color: #ffffff; line-height: 40px; padding-left: 8px; padding-right: 20px; } #ays-quiz-container-13641 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-13641 .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5d6cf9; } #ays-quiz-container-13641 .ays-field .select2-container--default, #ays-quiz-container-13641 .ays-field .select2-container--default .selection, #ays-quiz-container-13641 .ays-field .select2-container--default .dropdown-wrapper, #ays-quiz-container-13641 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-13641 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, #ays-quiz-container-13641 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow, #ays-quiz-container-13641 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow b[role='presentation'] { font-size: 16px !important; } #ays-quiz-container-13641 .select2-container--default .select2-results__option { padding: 6px; } /* Dropdown questions scroll bar */ #ays-quiz-container-13641 .select2-results__options::-webkit-scrollbar { width: 7px; } #ays-quiz-container-13641 .select2-results__options::-webkit-scrollbar-track { background-color: rgba(93,108,249,0.35); } #ays-quiz-container-13641 .select2-results__options::-webkit-scrollbar-thumb { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.55); } #ays-quiz-container-13641 .select2-results__options::-webkit-scrollbar-thumb:hover { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.85); } .ays-quiz-wrap #ays-quiz-container-13641 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } .ays-quiz-wrap #ays-quiz-container-13641 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } /* WooCommerce product */ #ays-quiz-container-13641 .ays-woo-block { background-color: rgba(93,108,249,0.8); } #ays-quiz-container-13641 .ays-woo-product-block h4.ays-woo-product-price > a, #ays-quiz-container-13641 .ays-woo-product-block h4.ays-woo-product-title > a { color: #000000; } #ays-quiz-container-1 .ays-woo-product-block h4.ays-woo-product-price > a { text-decoration: unset; } /* Audio / Video */ #ays-quiz-container-13641 .mejs-container .mejs-time{ box-sizing: unset; } #ays-quiz-container-13641 .mejs-container .mejs-time-rail { padding-top: 15px; } #ays-quiz-container-13641 .mejs-container .mejs-mediaelement video { margin: 0; } /* Limitation */ #ays-quiz-container-13641 .ays-quiz-limitation-count-of-takers { padding: 50px; } #ays-quiz-container-13641 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show, #ays-quiz-container-13641 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-hide{ color: #000000; } #ays-quiz-container-13641 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-13641 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-13641 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000000; } #ays-quiz-container-13641.ays_quiz_elegant_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after, #ays-quiz-container-13641.ays_quiz_rect_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000; } /* Hestia theme (Version: 3.0.16) | Start */ #ays-quiz-container-13641 .mejs-container .mejs-inner .mejs-controls .mejs-button > button:hover, #ays-quiz-container-13641 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { box-shadow: unset; background-color: transparent; } #ays-quiz-container-13641 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { margin: 10px 6px; } /* Hestia theme (Version: 3.0.16) | End */ /* Go theme (Version: 1.4.3) | Start */ #ays-quiz-container-13641 label[for^='ays-answer']:before, #ays-quiz-container-13641 label[for^='ays-answer']:before { -webkit-mask-image: unset; mask-image: unset; } #ays-quiz-container-13641 .ays_question_report { text-align: right; } div#ays-quiz-container-13641 .ays_question_report .ays-quiz-open-report-window { fill: #000000; } #ays-quiz-container-13641 .ays-export-quiz-button-container { position: relative; right: 100px; top: -5px; right: -5px; margin: 0; z-index: 1000; display: flex; justify-content: flex-end; } #ays-quiz-container-13641.ays_quiz_classic_light .ays-field input:checked+label.answered:before, #ays-quiz-container-13641.ays_quiz_classic_dark .ays-field input:checked+label.answered:before { background-color: #5d6cf9 !important; } #ays-quiz-container-13641.ays_quiz_classic_light .ays-field input:checked+label.answered.correct:before, #ays-quiz-container-13641.ays_quiz_classic_dark .ays-field input:checked+label.answered.correct:before { background-color: #27ae60 !important; } #ays-quiz-container-13641.ays_quiz_classic_light .ays-field input:checked+label.answered.wrong:before, #ays-quiz-container-13641.ays_quiz_classic_dark .ays-field input:checked+label.answered.wrong:before { background-color: #cc3700 !important; } /* Go theme (Version: 1.4.3) | End */ #ays-quiz-container-13641 .ays_quiz_results fieldset.ays_fieldset .ays_quiz_question .wp-video { width: 100% !important; max-width: 100%; } /* Classic Dark / Classic Light */ /* Dropdown questions right/wrong styles */ #ays-quiz-container-13641.ays_quiz_classic_dark .correct_div, #ays-quiz-container-13641.ays_quiz_classic_light .correct_div{ border-color: green !important; opacity: 1 !important; background-color: rgba(39,174,96,0.4) !important; } #ays-quiz-container-13641.ays_quiz_classic_dark .correct_div .selected-field, #ays-quiz-container-13641.ays_quiz_classic_light .correct_div .selected-field { padding: 0px 10px 0px 10px; color: green !important; } #ays-quiz-container-13641.ays_quiz_classic_dark .wrong_div, #ays-quiz-container-13641.ays_quiz_classic_light .wrong_div{ border-color: red !important; opacity: 1 !important; background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-13641.ays_quiz_classic_dark .ays-field.checked_answer_div.wrong_div input:checked~label, #ays-quiz-container-13641.ays_quiz_classic_light .ays-field.checked_answer_div.wrong_div input:checked~label { background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-13641 .ays_question_result .ays-field .ays_quiz_hide_correct_answer:after{ content: '' !important; } #ays-quiz-container-13641 .ays_question_result .ays_quiz_question .ays-quiz-fill-in-blank-input { color: #000000 !important; } #ays-quiz-container-13641 .ays_quiz_results .step.ays_question_result:last-child { padding-bottom: 20px; } #ays-quiz-container-13641 .ays-quiz-close-full-screen { fill: #000000; } #ays-quiz-container-13641 .ays-quiz-open-full-screen { fill: #000000; } #ays-quiz-container-13641 .ays_quiz_login_form p{ color: #000000; } /* Personality Test | Start */ #ays-quiz-container-13641 .ays-quiz-personality-result-box .ays-quiz-personality-result-description p { text-align: left; padding: 0; } #ays-quiz-container-13641 .ays-quiz-personality-result-box { background: white; border-radius: 17px; box-shadow: 0px 0px 20px rgba(98, 85, 165, 0.1); /*padding: 30px 3% 40px;*/ padding: 20px 30px; margin: 30px 0; font-size: 16px; } #ays-quiz-container-13641 .ays-quiz-personality-result-box .ays-quiz-personality-result-title { color: #413A5C; font-size: 23px; margin: 0; text-align: left; font-weight: bold; } div#ays-quiz-container-13641.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description { margin: 0; font-size: 16px; text-align: left; color: #413A5C; } div#ays-quiz-container-13641.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description * { color: #413A5C; } #ays-quiz-container-13641 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress { width: 100%; background-color: rgba(128, 126, 137, 0.1); border-radius: 15px; position: relative; display: flex; /* justify-content: flex-end; */ margin-top: 1rem; margin-bottom: 1rem; } #ays-quiz-container-13641 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress-end { justify-content: flex-end; } #ays-quiz-container-13641 .ays-quiz-personality-result-box .ays-quiz-personality-result-bar { height: 30px; border-radius: 15px; color: white; font-size: 18px; padding: 3px 15px 0; } #ays-quiz-container-13641 .ays-quiz-personality-result-box .ays-quiz-personality-result-percentages { position: absolute; width: 100%; padding: 4px 15px; top: 0; -ms-flex-pack: justify; justify-content: space-between; display: -ms-flexbox; display: flex; } #ays-quiz-container-13641 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box div, #ays-quiz-container-13641 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-dark-purple { color: #413A5C; } #ays-quiz-container-13641 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-white { color: #ffffff; } #ays-quiz-container-13641 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-percentage { font-weight: bolder; } #ays-quiz-container-13641 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; } #ays-quiz-container-13641 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-bar { background-color: #6255A5; } #ays-quiz-container-13641 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-keyword-text-color { color: #6255A5; } #ays-quiz-container-13641 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-bar { background-color: #F2C94C; } #ays-quiz-container-13641 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-keyword-text-color { color: #F2C94C; } #ays-quiz-container-13641 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-bar { background-color: #88D29D; } #ays-quiz-container-13641 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-keyword-text-color { color: #88D29D; } #ays-quiz-container-13641 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-bar { background-color: #E5A69D; } #ays-quiz-container-13641 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-keyword-text-color { color: #E5A69D; } #ays-quiz-container-13641 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-bar { background-color: #03A9F4; } #ays-quiz-container-13641 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-keyword-text-color { color: #03A9F4; } #ays-quiz-container-13641 .ays-quiz-personality-result-box div:before, #ays-quiz-container-13641 .ays-quiz-personality-result-box div:after { content: unset; } /* Personality Test | End */ /* report questions modal start */ .ays-modal-reports { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.4); animation-duration: .5s; background-color: rgba(0, 0, 0, 0.4); } #ays-quiz-question-report-modal-13641 .ays-modal-content-reports { background-color: #fefefe; margin: 10% auto; border: 1px solid #888; max-width: 500px; width: 100%; border-radius: 10px; padding: 20px; box-sizing: border-box; position: relative; } #ays-quiz-question-report-modal-13641 .ays-modal-content-reports label{ display: block; margin-bottom: 10px; font-weight: bold; letter-spacing: normal; } #ays-quiz-question-report-modal-13641 .ays-modal-content-reports textarea { display: block; width: 100%; height: 100px; padding: 5px; box-sizing: border-box; border-radius: 5px; border: 1px solid #ccc; max-width: 100%; max-height: 500px; resize: vertical; transition: unset; } #ays-quiz-question-report-modal-13641 .ays-modal-content-reports input.ays-quiz-submit-question-report { background-color: #0073aa; color: #fff; border: none; border-radius: 5px; padding: 10px 20px; cursor: pointer; margin-top: 20px; line-height: normal; letter-spacing: normal; box-shadow: unset; background-image: unset; } #ays-quiz-question-report-modal-13641 .ays-close-reports-window { color: #aaa; font-weight: bold; position: absolute; top: 1%; right: 1%; } #ays-quiz-question-report-modal-13641 .ays-close-reports-window img { box-shadow: unset; } #ays-quiz-question-report-modal-13641 .ays-close-reports-window img:hover, #ays-quiz-question-report-modal-13641 .ays-close-reports-window img:focus { cursor: pointer; } #ays-quiz-question-report-modal-13641 .ays-quiz-question-report-error { display: none; font-size: 13px; color: #f00; text-align: left; } #ays-quiz-question-report-modal-13641 .ays-quiz-question-report-textarea-label, #ays-quiz-question-report-modal-13641 .ays-quiz-question-report-title { text-align: left; } #ays-quiz-question-report-modal-13641 .ays_quiz_modal_overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; position: absolute; z-index: 1000000000; flex-direction: column; } #ays-quiz-question-report-modal-13641 .ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment { margin: 10px 0; } /* report questions modal end */ @media screen and (max-width: 768px){ #ays-quiz-container-13641{ max-width: 100%; } div#ays-quiz-container-13641 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } div#ays-quiz-container-13641.ays_quiz_modern_light .step, div#ays-quiz-container-13641.ays_quiz_modern_dark .step { padding-right: 0px !important; padding-top: 0px !important; } div#ays-quiz-container-13641.ays_quiz_modern_light div.step[data-question-id], div#ays-quiz-container-13641.ays_quiz_modern_dark div.step[data-question-id] { background-size: cover !important; background-position: center center !important; } div#ays-quiz-container-13641.ays_quiz_modern_light .ays-abs-fs:not(.ays-start-page):not(.ays-end-page), div#ays-quiz-container-13641.ays_quiz_modern_dark .ays-abs-fs:not(.ays-start-page):not(.ays-end-page) { width: 100%; } #ays-quiz-container-13641 .ays_quiz_question p { font-size: 16px; } #ays-quiz-container-13641 .select2-container, div#ays-quiz-container-13641 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } div#ays-quiz-container-13641 input#ays-submit, div#ays-quiz-container-13641 #ays_finish_quiz_13641 .action-button, div#ays-quiz-container-13641 #ays_finish_quiz_13641 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, div#ays-quiz-container-13641 #ays_finish_quiz_13641 .action-button.ays_restart_button, #ays-quiz-container-13641 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-13641 .ays-quiz-category-selective-submit-bttn { font-size: 18px; } div#ays-quiz-container-13641 div.ays-questions-container div.ays-woo-block { width: 100%; } /* Quiz title / mobile font size */ div#ays-quiz-container-13641 .ays-fs-title { font-size: 20px; } /* Question explanation / mobile font size */ #ays-quiz-container-13641 .ays_questtion_explanation p { font-size:16px; } /* Wrong answers / mobile font size */ #ays-quiz-container-13641 .wrong_answer_text p { font-size:16px; } /* Right answers / mobile font size */ #ays-quiz-container-13641 .right_answer_text p { font-size:16px; } /* Note text / mobile font size */ #ays-quiz-container-13641 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-13641 div.ays-quiz-personality-result-box .ays-quiz-personality-result-title { font-size: 18px; } /* Personality Test */ #ays-quiz-container-13641 div.ays-quiz-personality-result-box .ays-quiz-personality-result-bar { font-size: 14px; padding: 6px 10px 0; } } /* Custom css styles */ /* RTL direction styles */ </style> <style> #ays-quiz-container-13641 p { margin: 0.625em; } #ays-quiz-container-13641.ays_quiz_classic_light .enable_correction .ays-field.checked_answer_div input:checked+label, #ays-quiz-container-13641.ays_quiz_classic_dark .enable_correction .ays-field.checked_answer_div input:checked+label { /* background-color: transparent; */ } #ays-quiz-container-13641 .ays-field.checked_answer_div input:checked~label { background-color: rgba(93,108,249,0.6); } #ays-quiz-container-13641.ays-quiz-container.ays_quiz_classic_light .ays-questions-container .ays-field:hover label[for^='ays-answer-'], #ays-quiz-container-13641 .ays-field:hover{ background: rgba(93,108,249,0.8); color: #fff; transition: all .3s; } #ays-quiz-container-13641 #ays_finish_quiz_13641 .action-button:hover, #ays-quiz-container-13641 #ays_finish_quiz_13641 .action-button:focus, #ays-quiz-container-13641 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-13641 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 3px #ffffff; background: #5d6cf9; } </style><script> if(typeof aysQuizOptions === 'undefined'){ var aysQuizOptions = []; } aysQuizOptions['13641'] = 'eyJxdWl6X3ZlcnNpb24iOiIyMS44LjEiLCJjb3JlX3ZlcnNpb24iOiI2LjcuMiIsInBocF92ZXJzaW9uIjoiOC4xLjMxIiwiY29sb3IiOiIjNWQ2Y2Y5IiwiYmdfY29sb3IiOiIjZmZmIiwidGV4dF9jb2xvciI6IiMwMDAwMDAiLCJoZWlnaHQiOjQ1MCwid2lkdGgiOjgwMCwiZW5hYmxlX2xvZ2dlZF91c2VycyI6Im9mZiIsImluZm9ybWF0aW9uX2Zvcm0iOiJkaXNhYmxlIiwiZm9ybV9uYW1lIjoib2ZmIiwiZm9ybV9lbWFpbCI6Im9mZiIsImZvcm1fcGhvbmUiOiJvZmYiLCJpbWFnZV93aWR0aCI6IiIsImltYWdlX2hlaWdodCI6IiIsImVuYWJsZV9jb3JyZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3Byb2dyZXNzX2JhciI6Im9mZiIsImVuYWJsZV9xdWVzdGlvbnNfcmVzdWx0Ijoib24iLCJyYW5kb21pemVfcXVlc3Rpb25zIjoib2ZmIiwicmFuZG9taXplX2Fuc3dlcnMiOiJvZmYiLCJlbmFibGVfcXVlc3Rpb25zX2NvdW50ZXIiOiJvbiIsImVuYWJsZV9yZXN0cmljdGlvbl9wYXNzIjoib2ZmIiwiZW5hYmxlX3Jlc3RyaWN0aW9uX3Bhc3NfdXNlcnMiOiJvZmYiLCJyZXN0cmljdGlvbl9wYXNzX21lc3NhZ2UiOiIiLCJyZXN0cmljdGlvbl9wYXNzX3VzZXJzX21lc3NhZ2UiOiIiLCJ1c2VyX3JvbGUiOltdLCJheXNfdXNlcnNfc2VhcmNoIjpbXSwiY3VzdG9tX2NzcyI6IiIsImxpbWl0X3VzZXJzIjoib2ZmIiwibGltaXRhdGlvbl9tZXNzYWdlIjoiIiwicmVkaXJlY3RfdXJsIjoiIiwicmVkaXJlY3Rpb25fZGVsYXkiOjAsImFuc3dlcnNfdmlldyI6Imxpc3QiLCJlbmFibGVfcnRsX2RpcmVjdGlvbiI6Im9mZiIsImVuYWJsZV9sb2dnZWRfdXNlcnNfbWVzc2FnZSI6IiIsInF1ZXN0aW9uc19jb3VudCI6IiIsImVuYWJsZV9xdWVzdGlvbl9iYW5rIjoib2ZmIiwiZW5hYmxlX2xpdmVfcHJvZ3Jlc3NfYmFyIjoib2ZmIiwiZW5hYmxlX3BlcmNlbnRfdmlldyI6Im9mZiIsImVuYWJsZV9hdmVyYWdlX3N0YXRpc3RpY2FsIjoib24iLCJlbmFibGVfbmV4dF9idXR0b24iOiJvbiIsImVuYWJsZV9wcmV2aW91c19idXR0b24iOiJvbiIsImVuYWJsZV9hcnJvd3MiOiJvZmYiLCJ0aW1lcl90ZXh0IjoiQlx1MWVhMW4gXHUwMTExXHUwMGUzIHNcdTFlYjVuIHNcdTAwZTBuZyBjaFx1MDFiMGE/IDQ1IHBoXHUwMGZhdCBsXHUwMGUwbSBiXHUwMGUwaSBiXHUxZWFmdCBcdTAxMTFcdTFlYTd1ISEhIiwicXVpel90aGVtZSI6ImNsYXNzaWNfbGlnaHQiLCJlbmFibGVfc29jaWFsX2J1dHRvbnMiOiJvZmYiLCJmaW5hbF9yZXN1bHRfdGV4dCI6IjxpbWcgY2xhc3M9XCJzaXplLWZ1bGwgd3AtaW1hZ2UtNDI5IGFsaWduY2VudGVyXCIgc3JjPVwiaHR0cDpcL1wvY2F1aG9pLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDNcL2NvbmdyYXR1bGF0aW9ucy5naWZcIiBhbHQ9XCJcIiB3aWR0aD1cIjQ5OVwiIGhlaWdodD1cIjE4MVwiIFwvPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNoXHUwMGZhYyBtXHUxZWVibmcgYlx1MWVhMW4gXHUwMTExXHUwMGUzIGhvXHUwMGUwbiB0aFx1MDBlMG5oIGJcdTAwZTBpIHRoaSEhITxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkJcdTFlYTFuIFx1MDExMVx1MDBmYW5nIDxzcGFuIHN0eWxlPVwidmVydGljYWwtYWxpZ246IGluaGVyaXQ7XCI+JSV1c2VyX2NvcnJlY3RzX2NvdW50JSVcLyUlcXVlc3Rpb25zX2NvdW50JSU8XC9zcGFuPjxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNcdTAwZjluZyB4ZW0gXHUwMTExXHUwMGUxcCBcdTAwZTFuIFx1MWVkZiBiXHUwMGVhbiBkXHUwMWIwXHUxZWRiaSBcdTAxMTFcdTAwZTJ5IG5oXHUwMGU5ISEhPFwvc3Ryb25nPjxcL3A+IiwiZW5hYmxlX3Bhc3NfY291bnQiOiJvbiIsImhpZGVfc2NvcmUiOiJvbiIsInJhdGVfZm9ybV90aXRsZSI6IiIsImJveF9zaGFkb3dfY29sb3IiOiIjYzljOWM5IiwicXVpel9ib3JkZXJfcmFkaXVzIjoiOCIsInF1aXpfYmdfaW1hZ2UiOiIiLCJxdWl6X2JvcmRlcl93aWR0aCI6IjEiLCJxdWl6X2JvcmRlcl9zdHlsZSI6InNvbGlkIiwicXVpel9ib3JkZXJfY29sb3IiOiIjMDAwIiwicXVpel9sb2FkZXIiOiJkZWZhdWx0IiwicXVlc3RfYW5pbWF0aW9uIjoic2hha2UiLCJlbmFibGVfYmdfbXVzaWMiOiJvZmYiLCJxdWl6X2JnX211c2ljIjoiIiwiYW5zd2Vyc19mb250X3NpemUiOjE1LCJzaG93X2NyZWF0ZV9kYXRlIjoib2ZmIiwic2hvd19hdXRob3IiOiJvZmYiLCJlbmFibGVfZWFybHlfZmluaXNoIjoib2ZmIiwiYW5zd2Vyc19yd190ZXh0cyI6Im9uX3Bhc3NpbmciLCJkaXNhYmxlX3N0b3JlX2RhdGEiOiJvZmYiLCJlbmFibGVfYmFja2dyb3VuZF9ncmFkaWVudCI6Im9mZiIsImJhY2tncm91bmRfZ3JhZGllbnRfY29sb3JfMSI6IiMwMDAiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2NvbG9yXzIiOiIjZmZmIiwicXVpel9ncmFkaWVudF9kaXJlY3Rpb24iOiJ2ZXJ0aWNhbCIsInJlZGlyZWN0X2FmdGVyX3N1Ym1pdCI6Im9mZiIsInN1Ym1pdF9yZWRpcmVjdF91cmwiOiIiLCJzdWJtaXRfcmVkaXJlY3RfZGVsYXkiOiIwIiwicHJvZ3Jlc3NfYmFyX3N0eWxlIjoidGhpcmQiLCJlbmFibGVfZXhpdF9idXR0b24iOiJvZmYiLCJleGl0X3JlZGlyZWN0X3VybCI6IiIsImltYWdlX3NpemluZyI6ImNvdmVyIiwicXVpel9iZ19pbWFnZV9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJjdXN0b21fY2xhc3MiOiIiLCJlbmFibGVfc29jaWFsX2xpbmtzIjoib2ZmIiwic29jaWFsX2xpbmtzIjp7ImxpbmtlZGluX2xpbmsiOiIiLCJmYWNlYm9va19saW5rIjoiIiwidHdpdHRlcl9saW5rIjoiIiwidmtvbnRha3RlX2xpbmsiOiIiLCJpbnN0YWdyYW1fbGluayI6IiIsInlvdXR1YmVfbGluayI6IiIsImJlaGFuY2VfbGluayI6IiJ9LCJzaG93X3F1aXpfdGl0bGUiOiJvbiIsInNob3dfcXVpel9kZXNjIjoib24iLCJzaG93X2xvZ2luX2Zvcm0iOiJvZmYiLCJtb2JpbGVfbWF4X3dpZHRoIjoiIiwibGltaXRfdXNlcnNfYnkiOiJpcCIsImV4cGxhbmF0aW9uX3RpbWUiOiI0IiwiZW5hYmxlX2NsZWFyX2Fuc3dlciI6Im9mZiIsInNob3dfY2F0ZWdvcnkiOiJvbiIsInNob3dfcXVlc3Rpb25fY2F0ZWdvcnkiOiJvbiIsImFuc3dlcnNfcGFkZGluZyI6IjUiLCJhbnN3ZXJzX2JvcmRlciI6Im9uIiwiYW5zd2Vyc19ib3JkZXJfd2lkdGgiOiIxIiwiYW5zd2Vyc19ib3JkZXJfc3R5bGUiOiJzb2xpZCIsImFuc3dlcnNfYm9yZGVyX2NvbG9yIjoiI2RkZGRkZCIsImFuc19pbWdfaGVpZ2h0IjoiMTUwIiwiYW5zX2ltZ19jYXB0aW9uX3N0eWxlIjoib3V0c2lkZSIsImFuc19pbWdfY2FwdGlvbl9wb3NpdGlvbiI6ImJvdHRvbSIsImFuc3dlcnNfYm94X3NoYWRvdyI6Im9mZiIsImFuc3dlcnNfYm94X3NoYWRvd19jb2xvciI6IiMwMDAiLCJzaG93X2Fuc3dlcnNfY2FwdGlvbiI6Im9uIiwiYW5zd2Vyc19tYXJnaW4iOjEyLCJhbnNfcmlnaHRfd3JvbmdfaWNvbiI6Im5vbmUiLCJkaXNwbGF5X3Njb3JlIjoiYnlfcG9pbnRzIiwiZW5hYmxlX3J3X2FzbndlcnNfc291bmRzIjoib2ZmIiwicXVpel9iZ19pbWdfaW5fZmluaXNoX3BhZ2UiOiJvZmYiLCJmaW5pc2hfYWZ0ZXJfd3JvbmdfYW5zd2VyIjoib2ZmIiwiYWZ0ZXJfdGltZXJfdGV4dCI6IkJcdTFlYTFuIFx1MDExMVx1MDBlMyBoXHUxZWJmdCBnaVx1MWVkZCBsXHUwMGUwbSBiXHUwMGUwaSEgWGVtIGtcdTFlYmZ0IHF1XHUxZWEzIGNcdTAwZTFjIGNcdTAwZTJ1IGhcdTFlY2ZpIFx1MDExMVx1MDBlMyBsXHUwMGUwbSBuaFx1MDBlOSEhISIsImVuYWJsZV9lbnRlcl9rZXkiOiJvbiIsInNob3dfcmF0ZV9hZnRlcl9yYXRlIjoib24iLCJidXR0b25zX3RleHRfY29sb3IiOiIjZmZmZmZmIiwiYnV0dG9uc19wb3NpdGlvbiI6ImNlbnRlciIsImJ1dHRvbnNfc2l6ZSI6ImxhcmdlIiwiYnV0dG9uc19mb250X3NpemUiOiIxOCIsImJ1dHRvbnNfd2lkdGgiOiIiLCJidXR0b25zX2xlZnRfcmlnaHRfcGFkZGluZyI6IjM2IiwiYnV0dG9uc190b3BfYm90dG9tX3BhZGRpbmciOiIxNCIsImJ1dHRvbnNfYm9yZGVyX3JhZGl1cyI6IjgiLCJlbmFibGVfYXVkaW9fYXV0b3BsYXkiOiJvZmYiLCJlbmFibGVfbGVhdmVfcGFnZSI6Im9uIiwic2hvd19vbmx5X3dyb25nX2Fuc3dlciI6Im9mZiIsInBhc3Nfc2NvcmUiOjAsInBhc3Nfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DaFx1MDBmYWMgbVx1MWVlYm5nITxcL2g0PlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5CXHUxZWExbiBcdTAxMTFcdTAwZTMgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSE8XC9wPiIsImZhaWxfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cdTAxMTBcdTAwZTFuZyB0aVx1MWViZmMhPFwvaDQ+XHJcbjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkJcdTFlYTFuIGtoXHUwMGY0bmcgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSFcclxuSFx1MDBlM3kgdGhcdTFlZWQgbFx1MWVhMWkgbmhcdTAwZTkhPFwvcD4iLCJhbnN3ZXJzX29iamVjdF9maXQiOiJjb3ZlciIsInF1aXpfbWF4X3Bhc3NfY291bnQiOjEsInF1ZXN0aW9uX2ZvbnRfc2l6ZSI6MTYsInF1aXpfd2lkdGhfYnlfcGVyY2VudGFnZV9weCI6InBpeGVscyIsInF1ZXN0aW9uc19oaW50X2ljb25fb3JfdGV4dCI6ImRlZmF1bHQiLCJxdWVzdGlvbnNfaGludF92YWx1ZSI6IiIsImVuYWJsZV9lYXJseV9maW5zaF9jb21maXJtX2JveCI6Im9uIiwiaGlkZV9jb3JyZWN0X2Fuc3dlcnMiOiJvZmYiLCJxdWl6X2xvYWRlcl90ZXh0X3ZhbHVlIjoiIiwic2hvd19pbmZvcm1hdGlvbl9mb3JtIjoib24iLCJzaG93X3F1ZXN0aW9uc19leHBsYW5hdGlvbiI6Im9uX3Jlc3VsdHNfcGFnZSIsImVuYWJsZV9xdWVzdGlvbnNfb3JkZXJpbmdfYnlfY2F0Ijoib2ZmIiwiZW5hYmxlX3NlbmRfbWFpbF90b191c2VyX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJlbmFibGVfc2VuZF9tYWlsX3RvX2FkbWluX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJzaG93X3F1ZXN0aW9uc19udW1iZXJpbmciOiJub25lIiwic2hvd19hbnN3ZXJzX251bWJlcmluZyI6Im5vbmUiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmIjoiIiwiZGlzYWJsZV9ob3Zlcl9lZmZlY3QiOiJvZmYiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmX3dpZHRoIjoxMDAsInF1aXpfdGl0bGVfdHJhbnNmb3JtYXRpb24iOiJ1cHBlcmNhc2UiLCJxdWl6X2ltYWdlX3dpZHRoX2J5X3BlcmNlbnRhZ2VfcHgiOiJwaXhlbHMiLCJxdWl6X2ltYWdlX2hlaWdodCI6MCwicXVpel9iZ19pbWdfb25fc3RhcnRfcGFnZSI6Im9mZiIsInF1aXpfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9ib3hfc2hhZG93X3lfb2Zmc2V0IjowLCJxdWl6X2JveF9zaGFkb3dfel9vZmZzZXQiOjE1LCJxdWl6X3F1ZXN0aW9uX3RleHRfYWxpZ25tZW50IjoiY2VudGVyIiwicXVpel9hcnJvd190eXBlIjoiZGVmYXVsdCIsInF1aXpfc2hvd193cm9uZ19hbnN3ZXJzX2ZpcnN0Ijoib2ZmIiwicXVpel9kaXNwbGF5X2FsbF9xdWVzdGlvbnMiOiJvbiIsInF1aXpfdGltZXJfcmVkX3dhcm5pbmciOiJvbiIsInF1aXpfc2NoZWR1bGVfdGltZXpvbmUiOiJVVEMrMCIsInF1ZXN0aW9uc19oaW50X2J1dHRvbl92YWx1ZSI6IiIsInF1aXpfdGFja2Vyc19tZXNzYWdlIjoiVGhpcyBxdWl6IGlzIGV4cGlyZWQhIiwicXVpel9lbmFibGVfbGlua2VkaW5fc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV9mYWNlYm9va19zaGFyZV9idXR0b24iOiJvbiIsInF1aXpfZW5hYmxlX3R3aXR0ZXJfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV92a29udGFrdGVfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X21ha2VfcmVzcG9uc2VzX2Fub255bW91cyI6Im9mZiIsInF1aXpfbWFrZV9hbGxfcmV2aWV3X2xpbmsiOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3RpbWVyIjoiVGhcdTFlZGRpIGdpYW4gY1x1MDBmMm4gbFx1MWVhMWkiLCJxdWl6X3Bhc3N3b3JkX21lc3NhZ2UiOiIiLCJlbmFibGVfc2VlX3Jlc3VsdF9jb25maXJtX2JveCI6Im9mZiIsImRpc3BsYXlfZmllbGRzX2xhYmVscyI6Im9mZiIsInF1aXpfZW5hYmxlX3Bhc3N3b3JkX3Zpc2liaWxpdHkiOiJvZmYiLCJxdWVzdGlvbl9tb2JpbGVfZm9udF9zaXplIjoxNiwiYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNSwic29jaWFsX2J1dHRvbnNfaGVhZGluZyI6IiIsInNvY2lhbF9saW5rc19oZWFkaW5nIjoiIiwicXVpel9lbmFibGVfcXVlc3Rpb25fY2F0ZWdvcnlfZGVzY3JpcHRpb24iOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3JlZGlyZWN0X3RpbWVyIjoiIiwiYnV0dG9uc19tb2JpbGVfZm9udF9zaXplIjoxOCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd195X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd196X29mZnNldCI6MTAsInF1aXpfZW5hYmxlX3RpdGxlX3RleHRfc2hhZG93Ijoib2ZmIiwicXVpel90aXRsZV90ZXh0X3NoYWRvd19jb2xvciI6IiMzMzMiLCJyaWdodF9hbnN3ZXJzX2ZvbnRfc2l6ZSI6MTYsIndyb25nX2Fuc3dlcnNfZm9udF9zaXplIjoxNiwicXVlc3RfZXhwbGFuYXRpb25fZm9udF9zaXplIjoxNiwicXVpel93YWl0aW5nX3RpbWUiOiJvZmYiLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3hfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3lfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3pfb2Zmc2V0IjoyLCJxdWl6X3Nob3dfb25seV93cm9uZ19hbnN3ZXJzIjoib2ZmIiwicXVpel90aXRsZV9mb250X3NpemUiOjI4LCJxdWl6X3RpdGxlX21vYmlsZV9mb250X3NpemUiOjIwLCJxdWl6X3Bhc3N3b3JkX3dpZHRoIjoiIiwicXVpel9yZXZpZXdfcGxhY2Vob2xkZXJfdGV4dCI6IiIsInF1aXpfbWFrZV9yZXZpZXdfcmVxdWlyZWQiOiJvZmYiLCJxdWl6X2VuYWJsZV9yZXN1bHRzX3RvZ2dsZSI6Im9mZiIsInF1aXpfcmV2aWV3X3RoYW5rX3lvdV9tZXNzYWdlIjoiIiwicXVpel9yZXZpZXdfZW5hYmxlX2NvbW1lbnRfZmllbGQiOiJvbiIsInF1ZXN0X2V4cGxhbmF0aW9uX21vYmlsZV9mb250X3NpemUiOjE2LCJ3cm9uZ19hbnN3ZXJzX21vYmlsZV9mb250X3NpemUiOjE2LCJxdWl6X2VuYWJsZV9xdWVzdGlvbl9pbWFnZV96b29tIjoib2ZmIiwicmlnaHRfYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNiwicXVpel9kaXNwbGF5X21lc3NhZ2VzX2JlZm9yZV9idXR0b25zIjoib2ZmIiwiZW5hYmxlX3F1ZXN0aW9uc19yZXBvcnRpbmciOiJvZmYiLCJxdWl6X2VuYWJsZV9xdWVzdGlvbnNfcmVwb3J0aW5nX21haWwiOiJvZmYiLCJxdWl6X2VuYWJsZV91c2VyX2NcdTA1NzBvb3NpbmdfYW5vbnltb3VzX2Fzc2Vzc21lbnQiOiJvZmYiLCJub3RlX3RleHRfZm9udF9zaXplIjoxNCwibm90ZV90ZXh0X21vYmlsZV9mb250X3NpemUiOjE0LCJxdWl6X3F1ZXN0aW9uc19udW1iZXJpbmdfYnlfY2F0ZWdvcnkiOiJvZmYiLCJxdWl6X2VuYWJsZV9jdXN0b21fdGV4dHNfZm9yX2J1dHRvbnMiOiJvZmYiLCJxdWl6X2N1c3RvbV90ZXh0c19zdGFydF9idXR0b24iOiJTdGFydCIsInF1aXpfY3VzdG9tX3RleHRzX25leHRfYnV0dG9uIjoiTmV4dCIsInF1aXpfY3VzdG9tX3RleHRzX3ByZXZfYnV0dG9uIjoiUHJldiIsInF1aXpfY3VzdG9tX3RleHRzX2NsZWFyX2J1dHRvbiI6IkNsZWFyIiwicXVpel9jdXN0b21fdGV4dHNfZmluaXNoX2J1dHRvbiI6IkZpbmlzaCIsInF1aXpfY3VzdG9tX3RleHRzX3NlZV9yZXN1bHRzX2J1dHRvbiI6IlNlZSBSZXN1bHQiLCJxdWl6X2N1c3RvbV90ZXh0c19yZXN0YXJ0X3F1aXpfYnV0dG9uIjoiUmVzdGFydCBxdWl6IiwicXVpel9jdXN0b21fdGV4dHNfc2VuZF9mZWVkYmFja19idXR0b24iOiJTZW5kIGZlZWRiYWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9hZF9tb3JlX2J1dHRvbiI6IkxvYWQgbW9yZSIsInF1aXpfY3VzdG9tX3RleHRzX2V4aXRfYnV0dG9uIjoiRXhpdCIsInF1aXpfY3VzdG9tX3RleHRzX2NoZWNrX2J1dHRvbiI6IkNoZWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9naW5fYnV0dG9uIjoiTG9nIEluIiwicXVpel9lbmFibGVfcXVpel9jYXRlZ29yeV9kZXNjcmlwdGlvbiI6Im9mZiIsInF1aXpfYWRtaW5fbm90ZV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJxdWl6X2dyaWRfdmlld19jb3VudCI6IjIiLCJxdWl6X2dyaWRfaW1hZ2VfdmlldyI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9yaWdodF9hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel93cm9uZ19hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3JpZ2h0X2Fuc3dlcnNfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInF1aXpfd3JvbmdfYW5zd2Vyc190ZXh0X2RlY29yYXRpb24iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfYmdfaW1nX2R1cmluZ190aGVfcXVpeiI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fbGV0dGVyX3NwYWNpbmciOiIwIiwicXVpel9yaWdodF9hbnN3ZXJzX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfd3JvbmdfYW5zd2Vyc19sZXR0ZXJfc3BhY2luZyI6IjAiLCJxdWl6X2FkbWluX25vdGVfZm9udF93ZWlnaHQiOiJub3JtYWwiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9yaWdodF9hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel93cm9uZ19hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9jb250ZW50X21heF93aWR0aCI6OTAsInF1aXpfY29udGVudF9tb2JpbGVfbWF4X3dpZHRoIjo5MCwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2UiOm51bGwsInF1ZXN0aW9uX2NvdW50X3Blcl9wYWdlX251bWJlciI6IiIsIm1haWxfbWVzc2FnZSI6IiIsImVuYWJsZV9jZXJ0aWZpY2F0ZSI6Im9mZiIsImVuYWJsZV9jZXJ0aWZpY2F0ZV93aXRob3V0X3NlbmQiOiJvZmYiLCJjZXJ0aWZpY2F0ZV9wYXNzIjoiMCIsImZvcm1fdGl0bGUiOiIiLCJjZXJ0aWZpY2F0ZV90aXRsZSI6IjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiA1MHB4OyBmb250LXdlaWdodDogYm9sZDtcIj5DZXJ0aWZpY2F0ZSBvZiBDb21wbGV0aW9uPFwvc3Bhbj4iLCJjZXJ0aWZpY2F0ZV9ib2R5IjoiPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+VGhpcyBpcyB0byBjZXJ0aWZ5IHRoYXQ8XC9pPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMzBweDtcIj48Yj4lJXVzZXJfbmFtZSUlPFwvYj48XC9zcGFuPlxyXG5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+aGFzIGNvbXBsZXRlZCB0aGUgcXVpejxcL2k+PFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAzMHB4O1wiPlwiJSVxdWl6X25hbWUlJVwiPFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAyMHB4O1wiPndpdGggYSBzY29yZSBvZiA8Yj4lJXNjb3JlJSU8XC9iPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMjVweDtcIj48aT5kYXRlZDxcL2k+PFwvc3Bhbj5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDMwcHg7XCI+JSVjdXJyZW50X2RhdGUlJTxcL3NwYW4+IiwibWFpbGNoaW1wX2xpc3QiOiIiLCJlbmFibGVfbWFpbGNoaW1wIjoib2ZmIiwiZW5hYmxlX2RvdWJsZV9vcHRfaW4iOiJvZmYiLCJhY3RpdmVfZGF0ZV9jaGVjayI6Im9mZiIsImFjdGl2ZUludGVydmFsIjoiMjAyNS0wMy0yOCAxNDo0NjowOCIsImRlYWN0aXZlSW50ZXJ2YWwiOiIyMDI1LTAzLTI4IDE0OjQ2OjA4IiwiYWN0aXZlX2RhdGVfbWVzc2FnZSI6IlRoZSBxdWl6IGhhcyBleHBpcmVkISIsImFjdGl2ZV9kYXRlX3ByZV9zdGFydF9tZXNzYWdlIjoiVGhlIHF1aXogd2lsbCBiZSBhdmFpbGFibGUgc29vbiEiLCJjaGVja2JveF9zY29yZV9ieSI6Im9uIiwiY2FsY3VsYXRlX3Njb3JlIjoiYnlfY29ycmVjdG5lc3MiLCJzZW5kX3Jlc3VsdHNfdXNlciI6Im9mZiIsInNlbmRfaW50ZXJ2YWxfbXNnIjoib2ZmIiwicXVlc3Rpb25fYmFua190eXBlIjoiZ2VuZXJhbCIsInF1ZXN0aW9uc19iYW5rX2NhdF9jb3VudCI6eyIzIjoiIn0sImVuYWJsZV90YWNrZXJzX2NvdW50Ijoib2ZmIiwidGFja2Vyc19jb3VudCI6IiIsInNlbmRfcmVzdWx0c19hZG1pbiI6Im9uIiwic2VuZF9pbnRlcnZhbF9tc2dfdG9fYWRtaW4iOiJvZmYiLCJzaG93X2ludGVydmFsX21lc3NhZ2UiOiJvbiIsImFsbG93X2NvbGxlY3RpbmdfbG9nZ2VkX2luX3VzZXJzX2RhdGEiOiJvZmYiLCJxdWl6X3Bhc3Nfc2NvcmUiOiIwIiwic2VuZF9jZXJ0aWZpY2F0ZV90b19hZG1pbiI6Im9mZiIsImNlcnRpZmljYXRlX2ltYWdlIjoiIiwiY2VydGlmaWNhdGVfZnJhbWUiOiJkZWZhdWx0IiwiY2VydGlmaWNhdGVfb3JpZW50YXRpb24iOiJsIiwibWFrZV9xdWVzdGlvbnNfcmVxdWlyZWQiOiJvZmYiLCJlbmFibGVfcGFzc3dvcmQiOiJvZmYiLCJwYXNzd29yZF9xdWl6IjoiIiwibWFpbF9tZXNzYWdlX2FkbWluIjoiIiwic2VuZF9tYWlsX3RvX3NpdGVfYWRtaW4iOiJvbiIsImdlbmVyYXRlX3Bhc3N3b3JkIjoiZ2VuZXJhbCIsImdlbmVyYXRlZF9wYXNzd29yZHMiOnsiY3JlYXRlZF9wYXNzd29yZHMiOltdLCJhY3RpdmVfcGFzc3dvcmRzIjpbXSwidXNlZF9wYXNzd29yZHMiOltdfSwiZGlzcGxheV9zY29yZV9ieSI6ImJ5X3BlcmNlbnRhZ2UiLCJzaG93X3NjaGVkdWxlX3RpbWVyIjoib2ZmIiwic2hvd190aW1lcl90eXBlIjoiY291bnRkb3duIiwicHJvZ3Jlc3NfbGl2ZV9iYXJfc3R5bGUiOiJkZWZhdWx0IiwiZW5hYmxlX2Z1bGxfc2NyZWVuX21vZGUiOiJvbiIsImVuYWJsZV9uYXZpZ2F0aW9uX2JhciI6Im9mZiIsImhpZGVfbGltaXRfYXR0ZW1wdHNfbm90aWNlIjoib2ZmIiwidHVybl9vbl9leHRyYV9zZWN1cml0eV9jaGVjayI6Im9uIiwiZW5hYmxlX3RvcF9rZXl3b3JkcyI6Im9mZiIsImFzc2lnbl9rZXl3b3JkcyI6W3siYXNzaWduX3RvcF9rZXl3b3JkIjoiQSIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn0seyJhc3NpZ25fdG9wX2tleXdvcmQiOiJCIiwiYXNzaWduX3RvcF9rZXl3b3JkX3RleHQiOiIifSx7ImFzc2lnbl90b3Bfa2V5d29yZCI6IkMiLCJhc3NpZ25fdG9wX2tleXdvcmRfdGV4dCI6IiJ9LHsiYXNzaWduX3RvcF9rZXl3b3JkIjoiRCIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn1dLCJxdWl6X2VuYWJsZV9jb3Vwb24iOiJvZmYiLCJxdWl6X2NvdXBvbnNfYXJyYXkiOnsicXVpel9hY3RpdmVfY291cG9ucyI6W10sInF1aXpfaW5hY3RpdmVfY291cG9ucyI6W119LCJhcHBseV9wb2ludHNfdG9fa2V5d29yZHMiOiJvZmYiLCJsaW1pdF9hdHRlbXB0c19jb3VudF9ieV91c2VyX3JvbGUiOiIiLCJlbmFibGVfYXV0b3N0YXJ0Ijoib2ZmIiwicXVpel9lbmFibGVfa2V5Ym9hcmRfbmF2aWdhdGlvbiI6Im9uIiwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2VfdHlwZSI6ImdlbmVyYWwiLCJxdWVzdGlvbl9jb3VudF9wZXJfcGFnZV9jdXN0b21fb3JkZXIiOiIiLCJxdWl6X3RpbWVyX3R5cGUiOiJxdWl6X3RpbWVyIiwiYXlzX2FsbG93X2V4cG9ydGluZ19xdWl6emVzIjoib2ZmIiwiYXlzX3VzZXJzX3RvX2V4cG9ydF9zZWFyY2giOltdLCJxdWl6X3Bhc3Nfc2NvcmVfdHlwZSI6InBvaW50IiwicXVpel9jZXJ0aWZpY2F0ZV9wYXNzX3Njb3JlX3R5cGUiOiJwZXJjZW50YWdlIiwicXVpel9lcXVhbF9rZXl3b3Jkc190ZXh0IjoiIiwiZW5hYmxlX25hdmlnYXRpb25fYmFyX21hcmtlZF9xdWVzdGlvbnMiOiJvZmYiLCJxdWl6X3F1ZXN0aW9uX3RleHRfdG9fc3BlZWNoIjoib2ZmIiwicXVpel9xdWVzdGlvbl90ZXh0X3RvX3NwZWVjaF92b2ljZSI6Ik1pY3Jvc29mdCBEYXZpZCAtIEVuZ2xpc2ggKFVuaXRlZCBTdGF0ZXMpIiwicXVpel9kaXNhYmxlX2lucHV0X2ZvY3VzaW5nIjoib2ZmIiwicXVpel9wYXNzd29yZF9pbXBvcnRfdHlwZSI6ImRlZmF1bHQiLCJxdWl6X25hdmlnYXRpb25fYmFyX3R5cGUiOiJkZWZhdWx0IiwicXVpel9zaG93X3F1ZXN0aW9uX3RhZ3MiOiJvbiIsInF1aXpfc2hvd19yZXN1bHRzX2Jhc2VkX3Bhc3Nfc2NvcmUiOiJvZmYiLCJxdWl6X3Nob3dfaW50ZXJ2YWxfbWVzc2FnZXNfZm9yX2VxdWFsX2tleXdvcmRzIjoib2ZmIiwicXVpel9oaWRlX2Jhbm5lcl9xdWVzdGlvbnNfb25fcmVzdWx0X3BhZ2UiOiJvZmYiLCJxdWl6X3NlbmRfcmVzdWx0c191c2VyX3dpdGhvdXRfaW1nIjoib2ZmIiwicXVpel9zZW5kX3Jlc3VsdHNfYWRtaW5fd2l0aG91dF9pbWciOiJvZmYiLCJwYXlwYWxfYW1vdW50IjpudWxsLCJwYXlwYWxfY3VycmVuY3kiOm51bGwsInBheXBhbF9tZXNzYWdlIjoiIiwiZW5hYmxlX3N0cmlwZSI6Im9mZiIsInN0cmlwZV9hbW91bnQiOiIiLCJzdHJpcGVfY3VycmVuY3kiOiIiLCJzdHJpcGVfbWVzc2FnZSI6IllvdSBuZWVkIHRvIHBheSB0byBwYXNzIHRoaXMgcXVpei4iLCJwYXltZW50X3R5cGUiOiJwcmVwYXkiLCJlbmFibGVfbW9uaXRvciI6Im9mZiIsIm1vbml0b3JfbGlzdCI6IiIsImFjdGl2ZV9jYW1wX2xpc3QiOiIiLCJlbmFibGVfc2xhY2siOiJvZmYiLCJzbGFja19jb252ZXJzYXRpb24iOiIiLCJhY3RpdmVfY2FtcF9hdXRvbWF0aW9uIjoiIiwiZW5hYmxlX2FjdGl2ZV9jYW1wIjoib2ZmIiwiZW5hYmxlX3phcGllciI6Im9mZiIsImVuYWJsZV9nb29nbGVfc2hlZXRzIjoib2ZmIiwic3ByZWFkc2hlZXRfaWQiOiIiLCJnb29nbGVfc2hlZXRfY3VzdG9tX2ZpZWxkcyI6W10sInF1aXpfY29uZGl0aW9uX3Nob3dfYWxsX3Jlc3VsdHMiOiJvZmYiLCJxdWl6X2NvbmRpdGlvbl9jYWxjdWxhdGlvbl90eXBlIjoiZGVmYXVsdCIsInF1aXpfYXR0cmlidXRlcyI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX2FjdGl2ZV9vcmRlciI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX3Bhc3NpdmVfb3JkZXIiOlsiYXlzX2Zvcm1fbmFtZSIsImF5c19mb3JtX2VtYWlsIiwiYXlzX2Zvcm1fcGhvbmUiXSwicmVxdWlyZWRfZmllbGRzIjpudWxsLCJlbmFibGVfdGltZXIiOiJvbiIsInRpbWVyIjoyNzAwLCJlbmFibGVfcXVpel9yYXRlIjoib2ZmIiwiZW5hYmxlX3JhdGVfYXZnIjoib2ZmIiwiZW5hYmxlX2JveF9zaGFkb3ciOiJvZmYiLCJlbmFibGVfYm9yZGVyIjoib2ZmIiwicXVpel90aW1lcl9pbl90aXRsZSI6Im9uIiwiZW5hYmxlX3JhdGVfY29tbWVudHMiOiJvZmYiLCJlbmFibGVfcmVzdGFydF9idXR0b24iOiJvZmYiLCJhdXRvZmlsbF91c2VyX2RhdGEiOiJvZmYiLCJlbmFibGVfY29weV9wcm90ZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3BheXBhbCI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzcyI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzc191c2VycyI6Im9mZiIsInVzZXJfbWFpbCI6Im9mZiIsImFkbWluX21haWwiOiJvZmYiLCJyZXN1bHRfdGV4dCI6bnVsbCwiZW5hYmxlX3Jlc3VsdCI6Im9mZiIsImVuYWJsZV9tYWRfbWltaSI6Im9mZiIsIm1hZF9taW1pX2xpc3QiOiIiLCJlbmFibGVfY29udmVydEtpdCI6Im9mZiIsImNvbnZlcnRLaXRfZm9ybV9pZCI6IiIsImVuYWJsZV9nZXRSZXNwb25zZSI6Im9mZiIsImdldFJlc3BvbnNlX2xpc3QiOiIiLCJlbmFibGVfcmVjYXB0Y2hhIjoib2ZmIiwiYXR0cmlidXRlcyI6W10sInN1Ym1pdF9yZWRpcmVjdF9hZnRlciI6IiIsInJ3X2Fuc3dlcnNfc291bmRzIjpmYWxzZSwiaWQiOiIxMzY0MSIsImF1dGhvcl9pZCI6IjMiLCJwb3N0X2lkIjpudWxsLCJ0aXRsZSI6IlRyXHUxZWFmYyBuZ2hpXHUxZWM3bSBUaW4gaFx1MWVjZGMgMTIgQ1x1MDBlMW5oIGRpXHUxZWMxdSBCXHUwMGUwaSAxOiBMXHUwMGUwbSBxdWVuIHZcdTFlZGJpIG5nXHUwMGY0biBuZ1x1MWVlZiBcdTAxMTFcdTAwZTFuaCBkXHUxZWE1dSBzaVx1MDBlYXUgdlx1MDEwM24gYlx1MWVhM24gLSBcdTAxMTBcdTAwZWFcdTAzMDAgMDciLCJkZXNjcmlwdGlvbiI6IjxwPlRyXHUxZWFmYyBuZ2hpXHUxZWM3bSBUaW4gaFx1MWVjZGMgMTIgQ1x1MDBlMW5oIGRpXHUxZWMxdSBCXHUwMGUwaSAxOiBMXHUwMGUwbSBxdWVuIHZcdTFlZGJpIG5nXHUwMGY0biBuZ1x1MWVlZiBcdTAxMTFcdTAwZTFuaCBkXHUxZWE1dSBzaVx1MDBlYXUgdlx1MDEwM24gYlx1MWVhM24gLSBcdTAxMTBcdTAwZWFcdTAzMDAgMDcgYmFvIGdcdTFlZDNtIG5oaVx1MWVjMXUgY1x1MDBlMnUgaFx1MWVjZmkgaGF5LCBiXHUwMGUxbSBzXHUwMGUxdCBjaFx1MDFiMFx1MDFhMW5nIHRyXHUwMGVjbmguIENcdTAwZjluZyBsXHUwMGUwbSBiXHUwMGUwaSB0XHUxZWFkcCB0clx1MWVhZmMgbmdoaVx1MWVjN20gbmdheS48XC9wPlxyXG5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxOiBOZ1x1MDBmNG4gbmdcdTFlZWYgXHUwMTExXHUwMGUxbmggZFx1MWVhNXUgc2lcdTAwZWF1IHZcdTAxMDNuIGJcdTFlYTNuIChIVE1MKSBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIGNoXHUxZWU3IHlcdTFlYmZ1IFx1MDExMVx1MWVjMyBsXHUwMGUwbSBnXHUwMGVjIHRyb25nIHBoXHUwMGUxdCB0cmlcdTFlYzNuIHdlYj9cclxuPHVsPlxyXG48bGk+QS4gWFx1MWVlZCBsXHUwMGZkIGNcdTAwZTFjIHBoXHUwMGU5cCB0XHUwMGVkbmggdG9cdTAwZTFuIHBoXHUxZWU5YyB0XHUxZWExcC48XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gVFx1MWVhMW8gY1x1MWVhNXUgdHJcdTAwZmFjIHZcdTAwZTAgblx1MWVkOWkgZHVuZyBjaG8gdHJhbmcgd2ViLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIFRoaVx1MWViZnQga1x1MWViZiBnaWFvIGRpXHUxZWM3biBcdTAxMTFcdTFlZDMgaFx1MWVjZGEgY2hvIFx1MWVlOW5nIGRcdTFlZTVuZyBkaSBcdTAxMTFcdTFlZDluZy48XC9saT5cclxuPGxpPkQuIFF1XHUxZWEzbiBsXHUwMGZkIGNcdTAxYTEgc1x1MWVkZiBkXHUxZWVmIGxpXHUxZWM3dSBuZ1x1MDFiMFx1MWVkZGkgZFx1MDBmOW5nLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI6IFRyb25nIGNcdTFlYTV1IHRyXHUwMGZhYyBjXHUwMWExIGJcdTFlYTNuIGNcdTFlZTdhIG1cdTFlZDl0IHRcdTAwZTBpIGxpXHUxZWM3dSBIVE1MLCB0aFx1MWViYiBuXHUwMGUwbyBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIFx1MDExMVx1MWVjMyBiYW8gYlx1MWVjZGMgdG9cdTAwZTBuIGJcdTFlZDkgblx1MWVkOWkgZHVuZyBjXHUxZWU3YSB0cmFuZywgYmFvIGdcdTFlZDNtIGNcdTFlYTMgcGhcdTFlYTduIFx1MDExMVx1MWVhN3Ugdlx1MDBlMCBwaFx1MWVhN24gdGhcdTAwZTJuP1xyXG48dWw+XHJcbjxsaT5BLiA8aGVhZD48XC9saT5cclxuPGxpPkIuIDxib2R5PjxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiA8aHRtbD48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiA8dGl0bGU+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMzogQ2hcdTFlYzkgdGhcdTFlY2IgYDwhRE9DVFlQRSBodG1sPmAgXHUxZWRmIFx1MDExMVx1MWVhN3UgdFx1MDBlMGkgbGlcdTFlYzd1IEhUTUwgY1x1MDBmMyB2YWkgdHJcdTAwZjIgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gS2hhaSBiXHUwMGUxbyB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGNcdTFlZTdhIHRyYW5nIHdlYi48XC9saT5cclxuPGxpPkIuIFx1MDExMFx1MWVjYm5oIG5naFx1MDEyOWEgYlx1MWVkOSBrXHUwMGZkIHRcdTFlZjEgY2hvIHRyYW5nLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBCXHUwMGUxbyBjaG8gdHJcdTAwZWNuaCBkdXlcdTFlYzd0IGJpXHUxZWJmdCBwaGlcdTAwZWFuIGJcdTFlYTNuIEhUTUwgXHUwMTExYW5nIFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gTGlcdTAwZWFuIGtcdTFlYmZ0IFx1MDExMVx1MWViZm4gdFx1MWVjN3AgdGluIENTUy48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA0OiBQaFx1MWVhN24gdFx1MWVlZCBgPGhlYWQ+YCB0cm9uZyBjXHUxZWE1dSB0clx1MDBmYWMgSFRNTCBjaFx1MWVlOWEgdGhcdTAwZjRuZyB0aW4gZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gTlx1MWVkOWkgZHVuZyBjaFx1MDBlZG5oIGhpXHUxZWMzbiB0aFx1MWVjYiB0clx1MDBlYW4gdHJhbmcgd2ViLjxcL2xpPlxyXG48bGk+Qi4gQ1x1MDBlMWMgbGlcdTAwZWFuIGtcdTFlYmZ0IFx1MDExMWlcdTFlYzF1IGhcdTAxYjBcdTFlZGJuZyB2XHUwMGUwIGZvb3Rlci48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gU2lcdTAwZWF1IGRcdTFlZWYgbGlcdTFlYzd1LCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIHRyYW5nLCB2XHUwMGUwIGNcdTAwZTFjIGxpXHUwMGVhbiBrXHUxZWJmdCBcdTAxMTFcdTFlYmZuIHRcdTAwZTBpIG5ndXlcdTAwZWFuIGJcdTAwZWFuIG5nb1x1MDBlMGkgKENTUywgSlMpLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIENcdTAwZTFjIFx1MDExMW9cdTFlYTFuIHZcdTAxMDNuIGJcdTFlYTNuIHZcdTAwZTAgaFx1MDBlY25oIFx1MWVhM25oLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDU6IE5cdTFlZDlpIGR1bmcgblx1MDBlMG8gY1x1MWVlN2EgdFx1MDBlMGkgbGlcdTFlYzd1IEhUTUwgXHUwMTExXHUwMWIwXHUxZWUzYyBcdTAxMTFcdTFlYjd0IGJcdTAwZWFuIHRyb25nIGNcdTFlYjdwIHRoXHUxZWJiIGA8Ym9keT5gIHZcdTAwZTAgYDxcL2JvZHk+YD9cclxuPHVsPlxyXG48bGk+QS4gVFx1MDBlYW4gdFx1MDBlMWMgZ2lcdTFlYTMgdlx1MDBlMCB0XHUxZWViIGtoXHUwMGYzYSB0XHUwMGVjbSBraVx1MWViZm0uPFwvbGk+XHJcbjxsaT5CLiBDXHUwMGUxYyB0aFx1MDBmNG5nIHRpbiBjXHUxZWE1dSBoXHUwMGVjbmggbVx1MDBlMXkgY2hcdTFlZTcuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIE5cdTFlZDlpIGR1bmcgaGlcdTFlYzNuIHRoXHUxZWNiIHRyXHUxZWYxYyB0aVx1MWViZnAgY2hvIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcgeGVtIHRyXHUwMGVhbiB0clx1MDBlY25oIGR1eVx1MWVjN3QuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gUGhpXHUwMGVhbiBiXHUxZWEzbiBIVE1MIFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgNjogS1x1MDBmZCB0XHUxZWYxIFx1MDExMVx1MWViN2MgYmlcdTFlYzd0IG5cdTAwZTBvIFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcgXHUwMTExXHUxZWMzIFx1MDExMVx1MDBlMW5oIGRcdTFlYTV1IHRoXHUxZWJiIGtcdTFlYmZ0IHRoXHUwMGZhYyB0cm9uZyBIVE1MP1xyXG48dWw+XHJcbjxsaT5BLiAjPFwvbGk+XHJcbjxsaT5CLiAhPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIFwvPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gXFw8XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA3OiBUXHUwMGVhbiB0aFx1MWViYiBIVE1MIGNcdTAwZjMgcGhcdTAwZTJuIGJpXHUxZWM3dCBjaFx1MWVlZiBob2Egdlx1MDBlMCBjaFx1MWVlZiB0aFx1MDFiMFx1MWVkZG5nIGtoXHUwMGY0bmc/XHJcbjx1bD5cclxuPGxpPkEuIENcdTAwZjMsIGx1XHUwMGY0biBsdVx1MDBmNG4gcGhcdTAwZTJuIGJpXHUxZWM3dC48XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gS2hcdTAwZjRuZyBwaFx1MDBlMm4gYmlcdTFlYzd0LCBuaFx1MDFiMG5nIGtodXlcdTFlYmZuIGtoXHUwMGVkY2ggdmlcdTFlYmZ0IHRoXHUwMWIwXHUxZWRkbmcuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gQ2hcdTFlYzkgcGhcdTAwZTJuIGJpXHUxZWM3dCBraGkgc1x1MWVlZCBkXHUxZWU1bmcgdGh1XHUxZWQ5YyB0XHUwMGVkbmguPFwvbGk+XHJcbjxsaT5ELiBQaFx1MDBlMm4gYmlcdTFlYzd0IHRcdTAwZjl5IHRodVx1MWVkOWMgdlx1MDBlMG8gdHJcdTAwZWNuaCBkdXlcdTFlYzd0LjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDg6IFx1MDExMFx1MWVjMyBcdTAxMTFcdTFlYjd0IHRcdTAwZWFuIGNobyB0YWIgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IGhvXHUxZWI3YyBjXHUxZWVkYSBzXHUxZWQ1IGtoaSBtXHUxZWRmIHRyYW5nIHdlYiwgYlx1MWVhMW4gc1x1MWVlZCBkXHUxZWU1bmcgdGhcdTFlYmIgblx1MDBlMG8gYlx1MDBlYW4gdHJvbmcgcGhcdTFlYTduIGA8aGVhZD5gP1xyXG48dWw+XHJcbjxsaT5BLiA8aGVhZGVyPjxcL2xpPlxyXG48bGk+Qi4gPGxhYmVsPjxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiA8dGl0bGU+PFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gPGZpZ2NhcHRpb24+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgOTogVGh1XHUxZWQ5YyB0XHUwMGVkbmggKGF0dHJpYnV0ZXMpIHRyb25nIHRoXHUxZWJiIEhUTUwgXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZyBcdTAxMTFcdTFlYzMgbFx1MDBlMG0gZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gXHUwMTEwXHUxZWNibmggbmdoXHUwMTI5YSBsb1x1MWVhMWkgdFx1MDBlMGkgbGlcdTFlYzd1IEhUTUwuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIEN1bmcgY1x1MWVhNXAgdGhcdTAwZjRuZyB0aW4gYlx1MWVkNSBzdW5nIGhvXHUxZWI3YyBjXHUxZWE1dSBoXHUwMGVjbmggY2hvIHBoXHUxZWE3biB0XHUxZWVkIEhUTUwuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gXHUwMTEwXHUwMGUxbmggZFx1MWVhNXUgcGhcdTFlYTduIHRcdTFlZWQgbFx1MDBlMCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGNoXHUwMGVkbmguPFwvbGk+XHJcbjxsaT5ELiBLXHUxZWJmdCB0aFx1MDBmYWMgbVx1MWVkOXQgXHUwMTExb1x1MWVhMW4gbVx1MDBlMyBIVE1MLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDEwOiBLaGkgbFx1MDFiMHUgbVx1MWVkOXQgdFx1MWVjN3AgdGluIGNoXHUxZWU5YSBtXHUwMGUzIEhUTUwsIGJcdTFlYTFuIG5cdTAwZWFuIHNcdTFlZWQgZFx1MWVlNW5nIFx1MDExMXVcdTAwZjRpIHRcdTFlYzdwIG5cdTAwZTBvIFx1MDExMVx1MWVjMyB0clx1MDBlY25oIGR1eVx1MWVjN3Qgd2ViIG5oXHUxZWFkbiBkaVx1MWVjN24gXHUwMTExXHUwMGZhbmc/XHJcbjx1bD5cclxuPGxpPkEuIC50eHQ8XC9saT5cclxuPGxpPkIuIC5kb2N4PFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIC5odG1sIGhvXHUxZWI3YyAuaHRtPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gLmNzczxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDExOiBTYXUga2hpIHNvXHUxZWExbiB0aFx1MWVhM28gdlx1MDBlMCBsXHUwMWIwdSB0XHUxZWM3cCBIVE1MLCBjXHUwMGUxY2ggdGhcdTAwZjRuZyB0aFx1MDFiMFx1MWVkZG5nIFx1MDExMVx1MWVjMyB4ZW0ga1x1MWViZnQgcXVcdTFlYTMgaGlcdTFlYzNuIHRoXHUxZWNiIHRyXHUwMGVhbiB0cmFuZyB3ZWIgbFx1MDBlMCBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBNXHUxZWRmIHRcdTFlYzdwIGJcdTFlYjFuZyB0clx1MDBlY25oIHNvXHUxZWExbiB0aFx1MWVhM28gdlx1MDEwM24gYlx1MWVhM24uPFwvbGk+XHJcbjxsaT5CLiBDaFx1MWVhMXkgdFx1MWVjN3AgdGluIG5oXHUwMWIwIG1cdTFlZDl0IGNoXHUwMWIwXHUwMWExbmcgdHJcdTAwZWNuaCBcdTFlZTluZyBkXHUxZWU1bmcuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIE1cdTFlZGYgdFx1MWVjN3AgdGluIFx1MDExMVx1MDBmMyBiXHUxZWIxbmcgbVx1MWVkOXQgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IHdlYi48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiBUXHUxZWEzaSB0XHUxZWM3cCB0aW4gbFx1MDBlYW4gbVx1MWVkOXQgbVx1MDBlMXkgY2hcdTFlZTcgd2ViLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDEyOiBWYWkgdHJcdTAwZjIgY2hcdTAwZWRuaCBjXHUxZWU3YSB0clx1MDBlY25oIGR1eVx1MWVjN3Qgd2ViIFx1MDExMVx1MWVkMWkgdlx1MWVkYmkgdFx1MWVjN3AgSFRNTCBsXHUwMGUwIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPkEuIFNvXHUxZWExbiB0aFx1MWVhM28gdlx1MDBlMCBjaFx1MWVjOW5oIHNcdTFlZWRhIG1cdTAwZTMgSFRNTC48XC9saT5cclxuPGxpPkIuIEJpXHUwMGVhbiBkXHUxZWNiY2ggbVx1MDBlMyBIVE1MIHRoXHUwMGUwbmggbmdcdTAwZjRuIG5nXHUxZWVmIG1cdTAwZTF5LjxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBcdTAxMTBcdTFlY2RjIHZcdTAwZTAgaGlcdTFlYzNuIHRoXHUxZWNiIG5cdTFlZDlpIGR1bmcgY1x1MWVlN2EgdFx1MWVjN3AgSFRNTCBkXHUwMWIwXHUxZWRiaSBkXHUxZWExbmcgdHJhbmcgd2ViIHRyXHUxZWYxYyBxdWFuLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIExcdTAxYjB1IHRyXHUxZWVmIHRcdTFlYzdwIEhUTUwgdHJcdTAwZWFuIFx1MDExMVx1MDBlMW0gbVx1MDBlMnkuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTM6IEhUTUwgY2hcdTFlZTcgeVx1MWViZnUgXHUwMTExXHUwMWIwXHUxZWUzYyBkXHUwMGY5bmcgXHUwMTExXHUxZWMzIHRcdTFlYTFvIGNcdTFlYTV1IHRyXHUwMGZhYyB2XHUwMGUwIG5cdTFlZDlpIGR1bmcuIENcdTAwZjRuZyBuZ2hcdTFlYzcgblx1MDBlMG8gc2F1IFx1MDExMVx1MDBlMnkgPGk+a2hcdTAwZjRuZzxcL2k+IHBoXHUxZWEzaSBsXHUwMGUwIGNoXHUxZWU5YyBuXHUwMTAzbmcgY2hcdTAwZWRuaCBjXHUxZWU3YSBIVE1MIG1cdTAwZTAgdGhcdTAxYjBcdTFlZGRuZyBcdTAxMTFcdTAxYjBcdTFlZTNjIHhcdTFlZWQgbFx1MDBmZCBiXHUxZWRmaSBjXHUwMGUxYyBjXHUwMGY0bmcgbmdoXHUxZWM3IGtoXHUwMGUxYyBuaFx1MDFiMCBDU1M/XHJcbjx1bD5cclxuPGxpPkEuIFRcdTFlYTFvIGNcdTAwZTFjIFx1MDExMW9cdTFlYTFuIHZcdTAxMDNuIGJcdTFlYTNuIHZcdTAwZTAgdGlcdTAwZWF1IFx1MDExMVx1MWVjMS48XC9saT5cclxuPGxpPkIuIENoXHUwMGU4biBoXHUwMGVjbmggXHUxZWEzbmggdlx1MDBlMCBsaVx1MDBlYW4ga1x1MWViZnQuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIFx1MDExMFx1MWVjYm5oIGRcdTFlYTFuZyBtXHUwMGUwdSBzXHUxZWFmYywgcGhcdTAwZjRuZyBjaFx1MWVlZiB2XHUwMGUwIGJcdTFlZDEgY1x1MWVlNWMgdHJhbmcuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gVFx1MWVkNSBjaFx1MWVlOWMgblx1MWVkOWkgZHVuZyB0aFx1MDBlMG5oIGNcdTAwZTFjIHBoXHUxZWE3bi48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxNDogWGVtIHhcdTAwZTl0IGNcdTFlYTV1IHRyXHUwMGZhYyBIVE1MIGNcdTAxYTEgYlx1MWVhM246IGA8IURPQ1RZUEUgaHRtbD4gPGh0bWw+IDxoZWFkPi4uLjxcL2hlYWQ+IDxib2R5Pi4uLjxcL2JvZHk+IDxcL2h0bWw+YC4gUGhcdTFlYTduIG5cdTAwZTBvIGNcdTFlZTdhIGNcdTFlYTV1IHRyXHUwMGZhYyBuXHUwMGUweSBjaFx1MWVlOWEgblx1MWVkOWkgZHVuZyBtXHUwMGUwIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcgbmhcdTAwZWNuIHRoXHUxZWE1eSB0clx1MDBlYW4gbVx1MDBlMG4gaFx1MDBlY25oP1xyXG48dWw+XHJcbjxsaT5BLiA8IURPQ1RZUEUgaHRtbD48XC9saT5cclxuPGxpPkIuIDxodG1sPjxcL2xpPlxyXG48bGk+Qy4gPGhlYWQ+PFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuIDxib2R5PjxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxNTogTlx1MWViZnUgdGhcdTFlYmIgYDx0aXRsZT5gIGJcdTFlY2IgYlx1MWVjZiBzXHUwMGYzdCB0cm9uZyBwaFx1MWVhN24gYDxoZWFkPmAgY1x1MWVlN2EgdFx1MDBlMGkgbGlcdTFlYzd1IEhUTUwsIFx1MDExMWlcdTFlYzF1IGdcdTAwZWMgY1x1MDBmMyBraFx1MWVhMyBuXHUwMTAzbmcgeFx1MWVhM3kgcmEgbmhcdTFlYTV0IGtoaSB0cmFuZyBcdTAxMTFcdTAxYjBcdTFlZTNjIGhpXHUxZWMzbiB0aFx1MWVjYiB0cm9uZyB0clx1MDBlY25oIGR1eVx1MWVjN3Q/XHJcbjx1bD5cclxuPGxpPkEuIFRyYW5nIHdlYiBzXHUxZWJkIGtoXHUwMGY0bmcgaGlcdTFlYzNuIHRoXHUxZWNiIGJcdTFlYTV0IGtcdTFlZjMgblx1MWVkOWkgZHVuZyBuXHUwMGUwby48XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gVHJcdTAwZWNuaCBkdXlcdTFlYzd0IHNcdTFlYmQgaGlcdTFlYzNuIHRoXHUxZWNiIFx1MDExMVx1MDFiMFx1MWVkZG5nIGRcdTFlYWJuIHRcdTFlYzdwIHRpbiBob1x1MWViN2MgXCJVbnRpdGxlZFwiIHRyXHUwMGVhbiB0aGFuaCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIE5cdTFlZDlpIGR1bmcgY1x1MWVlN2EgdGhcdTFlYmIgYDxib2R5PmAgc1x1MWViZCBoaVx1MWVjM24gdGhcdTFlY2IgdHJcdTAwZWFuIHRoYW5oIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEuPFwvbGk+XHJcbjxsaT5ELiBUcmFuZyB3ZWIgc1x1MWViZCBnXHUxZWI3cCBsXHUxZWQ3aSB2XHUwMGUwIGtoXHUwMGY0bmcgdGhcdTFlYzMgbVx1MWVkZiBcdTAxMTFcdTAxYjBcdTFlZTNjLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE2OiBCXHUxZWExbiBtdVx1MWVkMW4gaGlcdTFlYzNuIHRoXHUxZWNiIG1cdTFlZDl0IFx1MDExMW9cdTFlYTFuIHZcdTAxMDNuIGJcdTFlYTNuIHRoXHUwMGY0bmcgdGhcdTAxYjBcdTFlZGRuZyB0clx1MDBlYW4gdHJhbmcgd2ViIGNcdTFlZTdhIG1cdTAwZWNuaC4gQ1x1MWViN3AgdGhcdTFlYmIgSFRNTCBuXHUwMGUwbyBwaFx1MDBmOSBoXHUxZWUzcCBuaFx1MWVhNXQgXHUwMTExXHUxZWMzIGJhbyBxdWFuaCBcdTAxMTFvXHUxZWExbiB2XHUwMTAzbiBiXHUxZWEzbiBcdTAxMTFcdTAwZjM/XHJcbjx1bD5cclxuPGxpPkEuIDxoMT4uLi48XC9oMT48XC9saT5cclxuPGxpPkIuIDxicj4uLi48XC9icj48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gPHA+Li4uPFwvcD48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiA8ZGl2Pi4uLjxcL2Rpdj48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxNzogXHUwMTEwXHUxZWMzIHRcdTFlYTFvIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgY1x1MDBmMyBrXHUwMGVkY2ggdGhcdTAxYjBcdTFlZGJjIGxcdTFlZGJuIG5oXHUxZWE1dCB2XHUwMGUwIHF1YW4gdHJcdTFlY2RuZyBuaFx1MWVhNXQgdHJcdTAwZWFuIHRyYW5nLCBiXHUxZWExbiBuXHUwMGVhbiBzXHUxZWVkIGRcdTFlZTVuZyB0aFx1MWViYiBIVE1MIG5cdTAwZTBvP1xyXG48dWw+XHJcbjxsaT5BLiA8aDI+PFwvbGk+XHJcbjxsaT5CLiA8aDY+PFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIDxoMT48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiA8dGl0bGU+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTg6IFhlbSB4XHUwMGU5dCBcdTAxMTFvXHUxZWExbiBtXHUwMGUzIEhUTUwgc2F1OiBgPEJPRFk+PHA+VGhpcyBpcyBhIHBhcmFncmFwaC48XC9QPjxcL0JPRFk+YC4gXHUwMTEwb1x1MWVhMW4gbVx1MDBlMyBuXHUwMGUweSBjXHUwMGYzIFx1MDExMVx1MDBmYW5nIGNcdTAwZmEgcGhcdTAwZTFwIHRoZW8gcXV5IFx1MDFiMFx1MWVkYmMgdmlcdTFlYmZ0IHRoXHUxZWJiIEhUTUwgKHZcdTFlYzEgcGhcdTAwZTJuIGJpXHUxZWM3dCBjaFx1MWVlZiBob2FcL3RoXHUwMWIwXHUxZWRkbmcpIGtoXHUwMGY0bmc/XHJcbjx1bD5cclxuPGxpPkEuIFx1MDExMFx1MDBmYW5nLCBIVE1MIGx1XHUwMGY0biBwaFx1MDBlMm4gYmlcdTFlYzd0IGNoXHUxZWVmIGhvYSB2XHUwMGUwIGNoXHUxZWVmIHRoXHUwMWIwXHUxZWRkbmcuPFwvbGk+XHJcbjxsaT5CLiBTYWksIHRoXHUxZWJiIGtcdTFlYmZ0IHRoXHUwMGZhYyBwaFx1MWVhM2kgbHVcdTAwZjRuIHZpXHUxZWJmdCB0aFx1MDFiMFx1MWVkZG5nICg8XC9ib2R5PiwgPFwvcD4pLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBcdTAxMTBcdTAwZmFuZywgSFRNTCBraFx1MDBmNG5nIHBoXHUwMGUybiBiaVx1MWVjN3QgY2hcdTFlZWYgaG9hIHZcdTAwZTAgY2hcdTFlZWYgdGhcdTAxYjBcdTFlZGRuZyB0cm9uZyB0XHUwMGVhbiB0aFx1MWViYi48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiBTYWksIGNoXHUxZWM5IHRoXHUxZWJiIGA8Ym9keT5gIFx1MDExMVx1MDFiMFx1MWVlM2MgcGhcdTAwZTlwIHZpXHUxZWJmdCBob2EuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTk6IFhlbSBcdTAxMTFvXHUxZWExbiBtXHUwMGUzOiBgPGhlYWQ+PG1ldGEgY2hhcnNldD1cclxuPHVsPlxyXG48bGk+QS4gVGhcdTFlYmIgYDxoMT5gLjxcL2xpPlxyXG48bGk+Qi4gVGhcdTFlYmIgYDxib2R5PmAuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIFRodVx1MWVkOWMgdFx1MDBlZG5oIGBjaGFyc2V0PTxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIENoXHUxZWM5IHRoXHUxZWNiIGA8IURPQ1RZUEUgaHRtbD5gIChnaVx1MWVhMyBcdTAxMTFcdTFlY2JuaCBuXHUwMGYzIGNcdTAwZjMgXHUxZWRmIFx1MDExMVx1MWVhN3UpLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDIwOiBcdTAxMTBpXHUxZWMzbSBraFx1MDBlMWMgYmlcdTFlYzd0IGNcdTAxYTEgYlx1MWVhM24gdlx1MWVjMSBtXHUxZWU1YyBcdTAxMTFcdTAwZWRjaCBnaVx1MWVlZmEgcGhcdTFlYTduIGA8aGVhZD5gIHZcdTAwZTAgcGhcdTFlYTduIGA8Ym9keT5gIHRyb25nIHRcdTAwZTBpIGxpXHUxZWM3dSBIVE1MIGxcdTAwZTAgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gPGhlYWQ+IGNoXHUxZWU5YSBuXHUxZWQ5aSBkdW5nIGNoXHUwMGVkbmgsIDxib2R5PiBjaFx1MWVlOWEgdGhcdTAwZjRuZyB0aW4gY1x1MWVhNXUgaFx1MDBlY25oLjxcL2xpPlxyXG48bGk+Qi4gPGhlYWQ+IGNoXHUxZWU5YSBuXHUxZWQ5aSBkdW5nIGhpXHUxZWMzbiB0aFx1MWVjYiwgPGJvZHk+IGNoXHUxZWU5YSBzaVx1MDBlYXUgZFx1MWVlZiBsaVx1MWVjN3UuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIDxoZWFkPiBjaFx1MWVlOWEgdGhcdTAwZjRuZyB0aW4gdlx1MWVjMSB0XHUwMGUwaSBsaVx1MWVjN3UgKGtoXHUwMGY0bmcgaGlcdTFlYzNuIHRoXHUxZWNiIHRyXHUxZWYxYyB0aVx1MWViZnApLCA8Ym9keT4gY2hcdTFlZTlhIG5cdTFlZDlpIGR1bmcgaGlcdTFlYzNuIHRoXHUxZWNiIGNobyBuZ1x1MDFiMFx1MWVkZGkgZFx1MDBmOW5nLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIDxoZWFkPiBjaFx1MWVjOSBkXHUwMGY5bmcgY2hvIENTUywgPGJvZHk+IGNoXHUxZWM5IGRcdTAwZjluZyBjaG8gSFRNTC48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyMTogVGhcdTFlYmIgYDxtZXRhPmAgdGhcdTAxYjBcdTFlZGRuZyBcdTAxMTFcdTAxYjBcdTFlZTNjIFx1MDExMVx1MWViN3QgdHJvbmcgcGhcdTFlYTduIGA8aGVhZD5gIHZcdTAwZTAgY1x1MDBmMyBuaGlcdTFlYzF1IG1cdTFlZTVjIFx1MDExMVx1MDBlZGNoLiBNXHUxZWU1YyBcdTAxMTFcdTAwZWRjaCBjaHVuZyBjXHUxZWU3YSB0aFx1MWViYiBgPG1ldGE+YCBsXHUwMGUwIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPkEuIFx1MDExMFx1MWVjYm5oIG5naFx1MDEyOWEgY1x1MWVhNXUgdHJcdTAwZmFjIGJcdTFlYTNuZy48XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gQ3VuZyBjXHUxZWE1cCBzaVx1MDBlYXUgZFx1MWVlZiBsaVx1MWVjN3UgKHRoXHUwMGY0bmcgdGluIHZcdTFlYzEgdFx1MDBlMGkgbGlcdTFlYzd1IEhUTUwpLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIENoXHUwMGU4biBoXHUwMGVjbmggXHUxZWEzbmggdlx1MDBlMG8gdHJhbmcuPFwvbGk+XHJcbjxsaT5ELiBUXHUxZWExbyBkYW5oIHNcdTAwZTFjaCBjXHUwMGUxYyBtXHUxZWU1Yy48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyMjogVGhcdTFlZTkgdFx1MWVmMSBsXHUxZWQzbmcgbmhhdSBcdTAxMTFcdTAwZmFuZyBjXHUxZWU3YSBjXHUwMGUxYyB0aFx1MWViYiBjXHUxZWE1dSB0clx1MDBmYWMgY1x1MDFhMSBiXHUxZWEzbiB0cm9uZyBtXHUxZWQ5dCB0XHUwMGUwaSBsaVx1MWVjN3UgSFRNTCBsXHUwMGUwIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+QS4gPGh0bWw+IC0+IDxoZWFkPiAtPiA8Ym9keT48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiA8aGVhZD4gLT4gPGJvZHk+IC0+IDxodG1sPjxcL2xpPlxyXG48bGk+Qy4gPGJvZHk+IC0+IDxoZWFkPiAtPiA8aHRtbD48XC9saT5cclxuPGxpPkQuIDxodG1sPiAtPiA8Ym9keT4gLT4gPGhlYWQ+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjM6IEtoaSBzXHUxZWVkIGRcdTFlZTVuZyB0clx1MDBlY25oIHNvXHUxZWExbiB0aFx1MWVhM28gdlx1MDEwM24gYlx1MWVhM24gY2h1eVx1MDBlYW4gZFx1MWVlNW5nIG5oXHUwMWIwIFN1YmxpbWUgVGV4dCBcdTAxMTFcdTFlYzMgdmlcdTFlYmZ0IG1cdTAwZTMgSFRNTCwgXHUwMWIwdSBcdTAxMTFpXHUxZWMzbSBjaFx1MDBlZG5oIG1cdTAwZTAgblx1MDBmMyBjdW5nIGNcdTFlYTVwIHNvIHZcdTFlZGJpIE5vdGVwYWQgXHUwMTExXHUwMWExbiBnaVx1MWVhM24gbFx1MDBlMCBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBUXHUxZWYxIFx1MDExMVx1MWVkOW5nIGtpXHUxZWMzbSB0cmEgbFx1MWVkN2kgbmdcdTFlZWYgcGhcdTAwZTFwIHRpXHUxZWJmbmcgVmlcdTFlYzd0LjxcL2xpPlxyXG48bGk+Qi4gS2hcdTFlYTMgblx1MDEwM25nIGNoXHUxZWExeSB0clx1MWVmMWMgdGlcdTFlYmZwIHRyYW5nIHdlYiBtXHUwMGUwIGtoXHUwMGY0bmcgY1x1MWVhN24gdHJcdTAwZWNuaCBkdXlcdTFlYzd0LjxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBUXHUwMGY0IHNcdTAwZTFuZyBjXHUwMGZhIHBoXHUwMGUxcCwgdFx1MWVmMSBcdTAxMTFcdTFlZDluZyBob1x1MDBlMG4gdGhcdTAwZTBuaCBtXHUwMGUzLCB2XHUwMGUwIHF1XHUxZWEzbiBsXHUwMGZkIGRcdTFlZjEgXHUwMGUxbi48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiBUXHUxZWYxIFx1MDExMVx1MWVkOW5nIHRoaVx1MWViZnQga1x1MWViZiBiXHUxZWQxIGNcdTFlZTVjIHRyYW5nIHdlYiBcdTAxMTFcdTFlYjlwIG1cdTFlYWZ0LjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI0OiBCXHUxZWExbiBtdVx1MWVkMW4gdGhheSBcdTAxMTFcdTFlZDVpIG1cdTAwZTB1IHNcdTFlYWZjIGNcdTFlZTdhIG1cdTFlZDl0IFx1MDExMW9cdTFlYTFuIHZcdTAxMDNuIGJcdTFlYTNuIGhvXHUxZWI3YyBrXHUwMGVkY2ggdGhcdTAxYjBcdTFlZGJjIGNcdTFlZTdhIG1cdTFlZDl0IHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgdHJcdTAwZWFuIHRyYW5nIHdlYi4gQ1x1MDBmNG5nIG5naFx1MWVjNyBuXHUwMGUwbyBzYXUgXHUwMTExXHUwMGUyeSBwaFx1MDBmOSBoXHUxZWUzcCBuaFx1MWVhNXQgXHUwMTExXHUxZWMzIHRoXHUxZWYxYyBoaVx1MWVjN24gdmlcdTFlYzdjIG5cdTAwZTB5P1xyXG48dWw+XHJcbjxsaT5BLiBIVE1MPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIENTUzxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIEphdmFTY3JpcHQ8XC9saT5cclxuPGxpPkQuIFhNTDxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI1OiBcdTAxMTBcdTFlYzMgdGhcdTAwZWFtIGNcdTAwZTFjIGNoXHUxZWU5YyBuXHUwMTAzbmcgdFx1MDFiMFx1MDFhMW5nIHRcdTAwZTFjIHZcdTAwZTBvIHRyYW5nIHdlYiwgdlx1MDBlZCBkXHUxZWU1IG5oXHUwMWIwIG1cdTFlZDl0IG5cdTAwZmF0IGJcdTFlYTVtIGhpXHUxZWMzbiB0aFx1MWVjYiB0aFx1MDBmNG5nIGJcdTAwZTFvIGtoaSBcdTAxMTFcdTAxYjBcdTFlZTNjIG5oXHUxZWE1cCB2XHUwMGUwbywgYlx1MWVhMW4gc1x1MWViZCBzXHUxZWVkIGRcdTFlZTVuZyBjXHUwMGY0bmcgbmdoXHUxZWM3IG5cdTAwZTBvP1xyXG48dWw+XHJcbjxsaT5BLiBIVE1MPFwvbGk+XHJcbjxsaT5CLiBDU1M8XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gSmF2YVNjcmlwdDxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIFNRTDxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI2OiBNXHUxZWQ5dCBuZ1x1MDFiMFx1MWVkZGkgZFx1MDBmOW5nIG11XHUxZWQxbiBkXHUwMGYybmcgY2hcdTFlZWYgXHJcbjx1bD5cclxuPGxpPkEuIENcdTFlYTMgaGFpIFx1MDExMVx1MWVjMXUgZFx1MDBmOW5nIHRoXHUxZWJiIGA8dGl0bGU+YC48XC9saT5cclxuPGxpPkIuIENcdTFlYTMgaGFpIFx1MDExMVx1MWVjMXUgZFx1MDBmOW5nIHRoXHUxZWJiIGA8aDE+YC48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gVGhcdTFlYmIgYDx0aXRsZT5gIGNobyB0aGFuaCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIHZcdTAwZTAgdGhcdTFlYmIgYDxoMT5gIGNobyB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIG5cdTFlZDlpIGR1bmcuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gVGhcdTFlYmIgYDxoZWFkPmAgY2hvIHRoYW5oIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgdlx1MDBlMCB0aFx1MWViYiBgPGJvZHk+YCBjaG8gdGlcdTAwZWF1IFx1MDExMVx1MWVjMSBuXHUxZWQ5aSBkdW5nLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI3OiBDXHUxZWE1dSB0clx1MDBmYWMgSFRNTCBjXHUwMWExIGJcdTFlYTNuIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IGxcdTAwZTAgPGk+c2FpPFwvaT4gdlx1MWVjMSBtXHUxZWI3dCBsXHUxZWQzbmcgZ2hcdTAwZTlwIGNcdTAwZTFjIHRoXHUxZWJiIGNoXHUwMGVkbmg/XHJcbjx1bD5cclxuPGxpPkEuIDxodG1sPjxoZWFkPi4uLjxcL2hlYWQ+PGJvZHk+Li4uPFwvYm9keT48XC9odG1sPjxcL2xpPlxyXG48bGk+Qi4gPCFET0NUWVBFIGh0bWw+PGh0bWw+PGhlYWQ+Li4uPFwvaGVhZD48Ym9keT4uLi48XC9ib2R5PjxcL2h0bWw+PFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIDxodG1sPjxib2R5Pi4uLjxcL2JvZHk+PGhlYWQ+Li4uPFwvaGVhZD48XC9odG1sPjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIDxodG1sPjxoZWFkPjx0aXRsZT4uLi48XC90aXRsZT48XC9oZWFkPjxib2R5PjxwPi4uLjxcL3A+PFwvYm9keT48XC9odG1sPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI4OiBUcm9uZyB0aFx1MWViYiBgPG1ldGEgY2hhcnNldD1cclxuPHVsPlxyXG48bGk+QS4gXHUwMTEwXHUxZWI3dCBtXHUwMGUwdSBuXHUxZWMxbiBjaG8gdHJhbmcgd2ViLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5CLiBRdXkgXHUwMTExXHUxZWNibmggYlx1MWVkOSBtXHUwMGUzIGhcdTAwZjNhIGtcdTAwZmQgdFx1MWVmMSBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIHRyb25nIHRcdTAwZTBpIGxpXHUxZWM3dS48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBYXHUwMGUxYyBcdTAxMTFcdTFlY2JuaCBuZ1x1MDBmNG4gbmdcdTFlZWYgY2hcdTAwZWRuaCBjXHUxZWU3YSBuXHUxZWQ5aSBkdW5nLjxcL2xpPlxyXG48bGk+RC4gXHUwMTEwXHUxZWI3dCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGNobyB0cmFuZyB3ZWIuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjk6IFx1MDExMFx1MWVjMyB0XHUxZWExbyBtXHUxZWQ5dCBsaVx1MDBlYW4ga1x1MWViZnQgKGh5cGVybGluaykgXHUwMTExXHUxZWJmbiBtXHUxZWQ5dCB0cmFuZyBraFx1MDBlMWMgYlx1MWViMW5nIHRoXHUxZWJiIGA8YT5gLCB0aHVcdTFlZDljIHRcdTAwZWRuaCBuXHUwMGUwbyBsXHUwMGUwIDxpPmJcdTFlYWZ0IGJ1XHUxZWQ5YzxcL2k+IFx1MDExMVx1MWVjMyBjaFx1MWVjOSBcdTAxMTFcdTFlY2JuaCBcdTAxMTFcdTFlY2JhIGNoXHUxZWM5IChVUkwpIGNcdTFlZTdhIHRyYW5nIFx1MDExMVx1MDBlZGNoP1xyXG48dWw+XHJcbjxsaT5BLiBzcmM8XC9saT5cclxuPGxpPkIuIGFsdDxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBocmVmPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gdGl0bGU8XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAzMDogWGVtIHhcdTAwZTl0IFx1MDExMW9cdTFlYTFuIG1cdTAwZTMgSFRNTCBzYXU6IGA8YSBocmVmPVxyXG48dWw+XHJcbjxsaT5BLiBOaFx1MDBlY24gdGhcdTFlYTV5IDxcL2xpPlxyXG48bGk+PHN0cm9uZz5CLiBOaFx1MDBlY24gdGhcdTFlYTV5IDxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIE5oXHUwMGVjbiB0aFx1MWVhNXkgPFwvbGk+XHJcbjxsaT5ELiBOaFx1MDBlY24gdGhcdTFlYTV5IDxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG4iLCJxdWl6X2ltYWdlIjpudWxsLCJxdWl6X2NhdGVnb3J5X2lkIjoiMTUyNCIsInF1ZXN0aW9uX2lkcyI6IjQwODYxNSw0MDg2MTYsNDA4NjE3LDQwODYxOCw0MDg2MTksNDA4NjIwLDQwODYyMSw0MDg2MjIsNDA4NjIzLDQwODYyNCw0MDg2MjUsNDA4NjI2LDQwODYyNyw0MDg2MjgsNDA4NjI5LDQwODYzMCw0MDg2MzEsNDA4NjMyLDQwODYzMyw0MDg2MzQsNDA4NjM1LDQwODYzNiw0MDg2MzcsNDA4NjM4LDQwODYzOSw0MDg2NDAsNDA4NjQxLDQwODY0Miw0MDg2NDMsNDA4NjQ0Iiwib3JkZXJpbmciOiIxMzY0MSIsInB1Ymxpc2hlZCI6IjEiLCJjcmVhdGVfZGF0ZSI6bnVsbCwicXVpel91cmwiOm51bGwsImludGVydmFscyI6Ilt7XCJpbnRlcnZhbF9taW5cIjpcIjBcIixcImludGVydmFsX21heFwiOlwiMjVcIixcImludGVydmFsX3RleHRcIjpcIlwiLFwiaW50ZXJ2YWxfaW1hZ2VcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfdXJsXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X2RlbGF5XCI6XCJcIixcImludGVydmFsX2ZpbGVcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9pZFwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX25hbWVcIjpcIlwiLFwiaW50ZXJ2YWxfZ2FtaXByZXNzX3BvaW50XCI6XCJcIixcImludGVydmFsX3dwcm9kdWN0XCI6XCJcIixcImludGVydmFsX2tleXdvcmRcIjpcIkFcIn0se1wiaW50ZXJ2YWxfbWluXCI6XCIyNlwiLFwiaW50ZXJ2YWxfbWF4XCI6XCI1MFwiLFwiaW50ZXJ2YWxfdGV4dFwiOlwiXCIsXCJpbnRlcnZhbF9pbWFnZVwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF91cmxcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfZGVsYXlcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX2lkXCI6XCJcIixcImludGVydmFsX2ZpbGVfbmFtZVwiOlwiXCIsXCJpbnRlcnZhbF9nYW1pcHJlc3NfcG9pbnRcIjpcIlwiLFwiaW50ZXJ2YWxfd3Byb2R1Y3RcIjpcIlwiLFwiaW50ZXJ2YWxfa2V5d29yZFwiOlwiQlwifSx7XCJpbnRlcnZhbF9taW5cIjpcIjUxXCIsXCJpbnRlcnZhbF9tYXhcIjpcIjc1XCIsXCJpbnRlcnZhbF90ZXh0XCI6XCJcIixcImludGVydmFsX2ltYWdlXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X3VybFwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF9kZWxheVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlXCI6XCJcIixcImludGVydmFsX2ZpbGVfaWRcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9uYW1lXCI6XCJcIixcImludGVydmFsX2dhbWlwcmVzc19wb2ludFwiOlwiXCIsXCJpbnRlcnZhbF93cHJvZHVjdFwiOlwiXCIsXCJpbnRlcnZhbF9rZXl3b3JkXCI6XCJDXCJ9LHtcImludGVydmFsX21pblwiOlwiNzZcIixcImludGVydmFsX21heFwiOlwiMTAwXCIsXCJpbnRlcnZhbF90ZXh0XCI6XCJcIixcImludGVydmFsX2ltYWdlXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X3VybFwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF9kZWxheVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlXCI6XCJcIixcImludGVydmFsX2ZpbGVfaWRcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9uYW1lXCI6XCJcIixcImludGVydmFsX2dhbWlwcmVzc19wb2ludFwiOlwiXCIsXCJpbnRlcnZhbF93cHJvZHVjdFwiOlwiXCIsXCJpbnRlcnZhbF9rZXl3b3JkXCI6XCJEXCJ9XSIsImlzX3VzZXJfbG9nZ2VkX2luIjpmYWxzZSwicXVpel9hbmltYXRpb25fdG9wIjoxMDAsInF1aXpfZW5hYmxlX2FuaW1hdGlvbl90b3AiOiJvbiIsInN0b3JlX2FsbF9ub3RfZmluaXNoZWRfcmVzdWx0cyI6ZmFsc2V9'; </script> <input type='hidden' name='quiz_id' value='13641'/> <input type='hidden' name='start_date' class='ays-start-date'/> <input type='hidden' name='ays_end_date' class='ays-quiz-end-date'/> <input type='hidden' name='ays_finish_quiz_nonce_13641' value='460378414c'/> </form></div> </div> <div class="ays-quiz-powered-by-container"><div class="ays-quiz-promote-powered-by-text-row"><span class="ays-quiz-promote-powered-by-text">By <a href="https://ays-pro.com/wordpress/quiz-maker" target="_blank">Wordpress Quiz plugin</a></span></div></div></div></div> <div class="panel blogger"><div class='ays-quiz-wrap'> <div class='ays-quiz-container ays_quiz_classic_light ays-quiz-keyboard-active' data-quest-effect='shake' data-hide-bg-image='false' id='ays-quiz-container-14579'> <div class='ays-questions-container'> <div class='ays-quiz-some-items-icons-wrap'><div class="ays-quiz-full-screen-wrap"> <a class="ays-quiz-full-screen-container"> <svg xmlns="http://www.w3.org/2000/svg" height="24" fill="#fff" viewBox="0 0 24 24" width="24" class="ays-quiz-close-full-screen"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" height="24" fill="#fff" viewBox="0 0 24 24" width="24" class="ays-quiz-open-full-screen"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"/> </svg> </a> </div></div> <span class='ays_quizn_ancnoxneri_qanak'><i class='ays_fa ays_fa_users'></i> 0</span> <form action='' method='post' autocomplete='off' id='ays_finish_quiz_14579' class='ays-quiz-form enable_questions_result ' ><input type='hidden' class='ays_question_count_per_page' value='30'> <input type='hidden' value='list' class='answer_view_class'> <input type='hidden' value='' class='ays_qm_enable_arrows'><section class='ays_quiz_timer_container'> <div class='ays-quiz-timer ays-quiz-message-before-timer' data-timer='2700'><p>Bạn đã sẵn sàng chưa? 45 phút làm bài bắt đầu!!!</p> </div> <div class='ays-quiz-after-timer '><p>Bạn đã hết giờ làm bài! Xem kết quả các câu hỏi đã làm nhé!!!</p> </div> <hr style='height:1px;'> </section> <div class='step active-step'> <div class='ays-abs-fs ays-start-page'> <div class='ays_cb_and_a'><p style='margin:0!important;'><strong>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong></p></div> <p class='ays-fs-title'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 08</p> <div class='ays_buttons_div'> <input type='button' name='next' class='ays_next start_button action-button ays-quiz-keyboard-active' value='BẮT ĐẦU LÀM BÀI TEST' data-enable-leave-page="false" /> </div> <div class='ays-fs-subtitle'><p>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 08 bao gồm nhiều câu hỏi hay, bám sát chương trình. Cùng làm bài tập trắc nghiệm ngay.</p> <div class="question-block"> <p>Câu 1: Ngôn ngữ đánh dấu siêu văn bản (HTML) đóng vai trò gì trong việc xây dựng trang web?</p> <ul> <li>A. Xác định giao diện người dùng và các hiệu ứng động.</li> <li>B. Quản lý cơ sở dữ liệu và xử lý yêu cầu từ người dùng.</li> <li><strong>C. Xây dựng cấu trúc và nội dung cơ bản của trang web.</strong></li> <li>D. Thực hiện các phép tính phức tạp và xử lý dữ liệu trên máy chủ.</li> </ul> </div> <div class="question-block"> <p>Câu 2: Xét đoạn mã HTML sau:<br />```html<br /><!DOCTYPE html><br /><html><br /><head><br /> <meta charset=</p> <ul> <li>A. Thẻ <html>.</li> <li>B. Thẻ <head>.</li> <li>C. Chỉ thị <!DOCTYPE html>.</li> <li><strong>D. Nội dung bên trong thẻ <body>.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 3: Khi bạn lưu một tệp chứa mã HTML, định dạng tệp <i>phù hợp nhất</i> để trình duyệt web có thể nhận diện và hiển thị nội dung là gì?</p> <ul> <li>A. .txt</li> <li><strong>B. .html hoặc .htm</strong></li> <li>C. .css</li> <li>D. .js</li> </ul> </div> <div class="question-block"> <p>Câu 4: Trong cấu trúc cơ bản của một tệp HTML, thẻ <title> thường được đặt ở đâu và có mục đích gì?</p> <ul> <li><strong>A. Trong phần <head>, để hiển thị tiêu đề trên thanh tiêu đề của cửa sổ trình duyệt.</strong></li> <li>B. Trong phần <body>, để hiển thị tiêu đề lớn nhất trong nội dung trang.</li> <li>C. Trong phần <footer>, để hiển thị thông tin cuối trang.</li> <li>D. Ở dòng đầu tiên của tệp, để khai báo loại tài liệu.</li> </ul> </div> <div class="question-block"> <p>Câu 5: Dấu gạch chéo "/" trong thẻ HTML (ví dụ: </p>) có ý nghĩa gì?</p> <ul> <li>A. Đánh dấu thuộc tính của thẻ.</li> <li>B. Bắt đầu một đoạn mã bình luận.</li> <li><strong>C. Đánh dấu điểm kết thúc của một thẻ HTML.</strong></li> <li>D. Phân cách giữa tên thẻ và giá trị.</li> </ul> </div> <div class="question-block"> <p>Câu 6: Khi bạn mở một tệp HTML bằng trình duyệt web, trình duyệt sẽ làm gì với mã nguồn HTML đó?</p> <ul> <li>A. Lưu trữ mã nguồn vào bộ nhớ cache.</li> <li><strong>B. Phân tích mã nguồn và hiển thị nội dung trang web dựa trên cấu trúc và các thẻ HTML.</strong></li> <li>C. Biên dịch mã nguồn HTML thành một chương trình thực thi.</li> <li>D. Gửi mã nguồn đến máy chủ web để xử lý.</li> </ul> </div> <div class="question-block"> <p>Câu 7: Chỉ dẫn <!DOCTYPE html> ở đầu tệp HTML có vai trò gì?</p> <ul> <li><strong>A. Khai báo loại tài liệu và phiên bản HTML được sử dụng, giúp trình duyệt hiển thị trang đúng cách.</strong></li> <li>B. Xác định tiêu đề của trang web trên thanh tab.</li> <li>C. Chứa các siêu dữ liệu về trang web.</li> <li>D. Bao bọc toàn bộ nội dung hiển thị của trang.</li> </ul> </div> <div class="question-block"> <p>Câu 8: Bạn muốn tạo một đoạn văn bản mới trong trang web của mình. Thẻ HTML <i>phù hợp nhất</i> để thực hiện điều này là gì?</p> <ul> <li>A. <h1></li> <li>B. <title></li> <li>C. <body></li> <li><strong>D. <p></strong></li> </ul> </div> <div class="question-block"> <p>Câu 9: Tên thẻ HTML, ví dụ như `body`, `head`, `title`, có phân biệt chữ hoa và chữ thường khi trình duyệt xử lý không? Tại sao?</p> <ul> <li>A. Có, vì HTML là ngôn ngữ có phân biệt chữ hoa chữ thường giống như các ngôn ngữ lập trình khác.</li> <li><strong>B. Không, trình duyệt coi `<body>` và `<BODY>` là giống nhau, mặc dù viết thường là quy ước tốt.</strong></li> <li>C. Chỉ phân biệt khi sử dụng các thuộc tính (attributes) trong thẻ.</li> <li>D. Tùy thuộc vào trình duyệt web cụ thể mà có phân biệt hay không.</li> </ul> </div> <div class="question-block"> <p>Câu 10: Thẻ <html> trong cấu trúc HTML có vai trò gì?</p> <ul> <li><strong>A. Là phần tử gốc bao bọc toàn bộ nội dung của một trang HTML.</strong></li> <li>B. Chứa thông tin về tiêu đề và siêu dữ liệu của trang.</li> <li>C. Xác định phần nội dung chính sẽ hiển thị trên trình duyệt.</li> <li>D. Khai báo phiên bản HTML được sử dụng.</li> </ul> </div> <div class="question-block"> <p>Câu 11: Bạn đang soạn thảo một trang HTML đơn giản. Bạn muốn thêm một tiêu đề cấp 1 (heading level 1) có nội dung là "Bài Tập Tin Học". Đoạn mã HTML nào sau đây thực hiện đúng yêu cầu này?</p> <ul> <li>A. <p>Bài Tập Tin Học</p></li> <li>B. <title>Bài Tập Tin Học</title></li> <li><strong>C. <h1>Bài Tập Tin Học</h1></strong></li> <li>D. <heading1>Bài Tập Tin Học</heading1></li> </ul> </div> <div class="question-block"> <p>Câu 12: Để xem kết quả hiển thị của tệp HTML mà bạn vừa tạo bằng trình soạn thảo văn bản, bạn cần thực hiện thao tác nào?</p> <ul> <li>A. Mở tệp đó bằng một trình soạn thảo văn bản khác.</li> <li><strong>B. Mở tệp đó bằng một trình duyệt web (ví dụ: Chrome, Firefox, Edge).</strong></li> <li>C. Chạy tệp đó như một chương trình ứng dụng.</li> <li>D. Tải tệp đó lên một máy chủ web.</li> </ul> </div> <div class="question-block"> <p>Câu 13: Khi sử dụng trình soạn thảo văn bản như Sublime Text để viết mã HTML, tính năng tô màu cú pháp (syntax highlighting) có lợi ích gì?</p> <ul> <li>A. Tự động sửa lỗi cú pháp HTML.</li> <li>B. Giảm dung lượng tệp HTML.</li> <li>C. Chỉ định kiểu dáng (font, màu sắc) cho văn bản trên trang web.</li> <li><strong>D. Giúp dễ dàng nhận biết các thành phần khác nhau của mã (thẻ, thuộc tính) và phát hiện lỗi cú pháp bằng mắt.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 14: Bạn đang kiểm tra một tệp HTML và nhận thấy dòng đầu tiên thiếu chỉ dẫn `<!DOCTYPE html>`. Điều này có thể gây ra vấn đề gì khi trình duyệt hiển thị trang?</p> <ul> <li><strong>A. Trình duyệt có thể chuyển sang chế độ hiển thị "quirks mode", dẫn đến việc hiển thị không nhất quán hoặc không đúng chuẩn.</strong></li> <li>B. Trình duyệt sẽ từ chối mở tệp HTML đó.</li> <li>C. Nội dung trong thẻ <body> sẽ không được hiển thị.</li> <li>D. Tiêu đề trang web sẽ không xuất hiện trên thanh tab.</li> </ul> </div> <div class="question-block"> <p>Câu 15: So sánh mục đích sử dụng chính của thẻ <head> và thẻ <body> trong một tài liệu HTML.</p> <ul> <li>A. <head> chứa nội dung hiển thị chính, còn <body> chứa siêu dữ liệu.</li> <li>B. <head> chứa các script JavaScript, còn <body> chứa các định nghĩa CSS.</li> <li><strong>C. <head> chứa thông tin mô tả về tài liệu (siêu dữ liệu, tiêu đề), còn <body> chứa nội dung hiển thị cho người dùng.</strong></li> <li>D. <head> chứa các liên kết (links) đến các trang khác, còn <body> chứa hình ảnh và video.</li> </ul> </div> <div class="question-block"> <p>Câu 16: Bạn muốn tạo một tiêu đề phụ cấp 2 (heading level 2) sau tiêu đề cấp 1 đã có. Thẻ HTML nào sau đây là chính xác để sử dụng?</p> <ul> <li><strong>A. <h2></strong></li> <li>B. <h1></li> <li>C. <p></li> <li>D. <title></li> </ul> </div> <div class="question-block"> <p>Câu 17: Khi bạn gõ mã HTML vào trình soạn thảo như Sublime Text, bạn có cần kết nối Internet để xem kết quả hiển thị ban đầu của tệp HTML đó trên trình duyệt không? Tại sao?</p> <ul> <li>A. Có, vì trình duyệt cần tải các tài nguyên từ Internet để hiển thị trang.</li> <li>B. Có, vì tệp HTML cần được xử lý bởi máy chủ web trước khi hiển thị.</li> <li>C. Không, nhưng chỉ khi trang web không chứa hình ảnh hoặc liên kết.</li> <li><strong>D. Không, vì trình duyệt web có thể đọc và hiển thị các tệp HTML cục bộ (lưu trên máy tính của bạn) mà không cần kết nối Internet.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 18: Cho đoạn mã HTML sau:<br />```html<br /><!DOCTYPE html><br /><html><br /><head><br /> <meta charset=</p> <ul> <li>A. Toàn bộ dòng sẽ hiển thị trên một dòng duy nhất.</li> <li><strong>B. "Chào mừng đến với" và "của tôi." sẽ ở trên một dòng, còn "trang web" sẽ ở một dòng riêng biệt do thẻ <p> tạo ra một đoạn mới.</strong></li> <li>C. Toàn bộ dòng sẽ hiển thị dưới dạng tiêu đề cấp 1.</li> <li>D. Trình duyệt sẽ báo lỗi và không hiển thị gì cả.</li> </ul> </div> <div class="question-block"> <p>Câu 19: Trong HTML, phần tử nào được coi là phần tử "gốc" (root element) của toàn bộ tài liệu?</p> <ul> <li>A. <head></li> <li>B. <body></li> <li>C. <title></li> <li><strong>D. <html></strong></li> </ul> </div> <div class="question-block"> <p>Câu 20: Giả sử bạn có một tệp HTML tên là `bai1.html` trên màn hình nền (Desktop) của máy tính. Để mở và xem tệp này bằng trình duyệt Chrome, bạn sẽ làm gì?</p> <ul> <li><strong>A. Nhấp đúp vào tệp `bai1.html` hoặc kéo thả tệp vào cửa sổ trình duyệt Chrome.</strong></li> <li>B. Mở Chrome, vào menu File và chọn "Save As".</li> <li>C. Mở Chrome và gõ `chrome://bai1.html` vào thanh địa chỉ.</li> <li>D. Mở một tab mới trong Chrome và tìm kiếm "bai1.html".</li> </ul> </div> <div class="question-block"> <p>Câu 21: Bạn muốn thêm một dòng văn bản mô tả ngắn về trang web của mình mà không hiển thị trực tiếp trên trang cho người dùng xem, nhưng có thể hữu ích cho các công cụ tìm kiếm. Bạn nên đặt thông tin này ở đâu trong cấu trúc HTML?</p> <ul> <li>A. Trong thẻ <body> dưới dạng văn bản bình thường.</li> <li>B. Trong thẻ <title>.</li> <li><strong>C. Trong thẻ <head>, sử dụng thẻ <meta>.</strong></li> <li>D. Sử dụng chú thích HTML (<!-- ... -->) trong phần <body>.</li> </ul> </div> <div class="question-block"> <p>Câu 22: Cặp thẻ nào sau đây được sử dụng để định nghĩa phần thân của tài liệu HTML, chứa tất cả nội dung hiển thị cho người dùng?</p> <ul> <li>A. <head> </head></li> <li><strong>B. <body> </body></strong></li> <li>C. <html> </html></li> <li>D. <title> </title></li> </ul> </div> <div class="question-block"> <p>Câu 23: Thẻ <meta charset=</p> <ul> <li><strong>A. Khai báo bộ ký tự được sử dụng trong tài liệu, giúp hiển thị đúng các ký tự đặc biệt và ngôn ngữ khác nhau (ví dụ: tiếng Việt có dấu).</strong></li> <li>B. Xác định tác giả của trang web.</li> <li>C. Đặt tiêu đề cho trang web.</li> <li>D. Tạo siêu liên kết đến một trang khác.</li> </ul> </div> <div class="question-block"> <p>Câu 24: Bạn đang viết mã HTML và muốn chắc chắn rằng trình duyệt sẽ hiểu và hiển thị trang của bạn theo chuẩn HTML5 mới nhất. Dòng nào cần được thêm vào đầu tệp HTML của bạn?</p> <ul> <li>A. <html version=</li> <li>B. <!DOCTYPE HTML PUBLIC </li> <li>C. <meta name=</li> <li><strong>D. <!DOCTYPE html></strong></li> </ul> </div> <div class="question-block"> <p>Câu 25: Hãy phân tích cấu trúc HTML cơ bản và cho biết thứ tự xuất hiện <i>chuẩn</i> của các thẻ <html>, <head>, và <body> sau chỉ dẫn DOCTYPE.</p> <ul> <li>A. DOCTYPE, <head>, <body>, <html></li> <li>B. DOCTYPE, <body>, <head>, <html></li> <li><strong>C. DOCTYPE, <html>, <head>, <body></strong></li> <li>D. DOCTYPE, <html>, <body>, <head></li> </ul> </div> <div class="question-block"> <p>Câu 26: Trình soạn thảo văn bản (ví dụ: Notepad, VS Code, Sublime Text) được sử dụng để tạo tệp HTML vì lý do gì?</p> <ul> <li><strong>A. Cho phép gõ và chỉnh sửa mã nguồn HTML dưới dạng văn bản thuần túy.</strong></li> <li>B. Tự động thiết kế giao diện đồ họa cho trang web.</li> <li>C. Biên dịch mã HTML thành chương trình máy tính.</li> <li>D. Kết nối trực tiếp với cơ sở dữ liệu để lấy dữ liệu.</li> </ul> </div> <div class="question-block"> <p>Câu 27: Bạn muốn tạo một tiêu đề cấp 3 trong trang web của mình. Cặp thẻ HTML nào sau đây là đúng?</p> <ul> <li>A. <h3> <h3></li> <li><strong>B. <h3> </h3></strong></li> <li>C. </h3> <h3></li> <li>D. h3 /h3</li> </ul> </div> <div class="question-block"> <p>Câu 28: Khi bạn nhìn thấy một trang web trên trình duyệt, nội dung chính mà bạn đọc và xem (văn bản, hình ảnh, video...) được định nghĩa chủ yếu trong phần nào của mã HTML?</p> <ul> <li>A. Phần <head></li> <li>B. Chỉ thị DOCTYPE</li> <li><strong>C. Phần <body></strong></li> <li>D. Trong các thẻ <meta></li> </ul> </div> <div class="question-block"> <p>Câu 29: Bạn đang học HTML và muốn thực hành viết mã. Công cụ <i>cơ bản nhất</i> và dễ tiếp cận nhất mà bạn có thể sử dụng ngay trên máy tính cá nhân để bắt đầu là gì?</p> <ul> <li>A. Một máy chủ web (Web Server).</li> <li>B. Một phần mềm thiết kế web chuyên nghiệp (ví dụ: Adobe Dreamweaver).</li> <li>C. Một hệ quản trị cơ sở dữ liệu (Database Management System).</li> <li><strong>D. Một trình soạn thảo văn bản đơn giản (ví dụ: Notepad trên Windows hoặc TextEdit trên macOS).</strong></li> </ul> </div> <div class="question-block"> <p>Câu 30: So sánh sự khác biệt về ý nghĩa và vị trí đặt giữa thẻ <title> và các thẻ tiêu đề nội dung (h1, h2, h3, ...).</p> <ul> <li><strong>A. <title> đặt trong <head> và hiển thị trên thanh tiêu đề/tab của trình duyệt; các thẻ h1-h6 đặt trong <body> và hiển thị là các tiêu đề trong nội dung trang.</strong></li> <li>B. <title> đặt trong <body> và là tiêu đề lớn nhất; các thẻ h1-h6 đặt trong <head> và là tiêu đề phụ.</li> <li>C. <title> và h1 đều có cùng mục đích là tiêu đề chính và có thể đặt ở bất kỳ đâu.</li> <li>D. <title> chỉ dùng cho mục đích SEO; các thẻ h1-h6 chỉ dùng để định dạng văn bản đơn thuần.</li> </ul> </div> </div> <input type='hidden' name='ays_quiz_id' value='14579'/> <input type='hidden' name='ays_quiz_curent_page_link' class='ays-quiz-curent-page-link' value='https://cauhoi.org/15-de-trac-nghiem-tin-hoc-12-canh-dieu-bai-1-lam-quen-voi-ngon-ngu-danh-dau-sieu-van-ban/'/> <input type='hidden' name='ays_quiz_questions' value='436740,436741,436742,436743,436744,436745,436746,436747,436748,436749,436750,436751,436752,436753,436754,436755,436756,436757,436758,436759,436760,436761,436762,436763,436764,436765,436766,436767,436768,436769'> </div> </div><div class='step ' data-question-id='436740' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>1 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 1: Ngôn ngữ đánh dấu siêu văn bản (HTML) đóng vai trò gì trong việc xây dựng trang web?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436740]' id='ays-answer-1725605-14579' value='1725605'/> <label for='ays-answer-1725605-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định giao diện người dùng và các hiệu ứng động.</label><label for='ays-answer-1725605-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436740]' id='ays-answer-1725606-14579' value='1725606'/> <label for='ays-answer-1725606-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Quản lý cơ sở dữ liệu và xử lý yêu cầu từ người dùng.</label><label for='ays-answer-1725606-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436740]' id='ays-answer-1725607-14579' value='1725607'/> <label for='ays-answer-1725607-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Xây dựng cấu trúc và nội dung cơ bản của trang web.</label><label for='ays-answer-1725607-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436740]' id='ays-answer-1725608-14579' value='1725608'/> <label for='ays-answer-1725608-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Thực hiện các phép tính phức tạp và xử lý dữ liệu trên máy chủ.</label><label for='ays-answer-1725608-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436740'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTYwNSI6IjAiLCIxNzI1NjA2IjoiMCIsIjE3MjU2MDciOiIxIiwiMTcyNTYwOCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436741' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>2 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 2: Xét đoạn mã HTML sau:<br />```html<br /><!DOCTYPE html><br /><html><br /><head><br /> <meta charset="UTF-8"><br /> <title>Trang Web Của Tôi

    Xin Chào

    Đây là một đoạn văn bản.



    Phần nào của đoạn mã trên chịu trách nhiệm hiển thị nội dung 'Xin Chào' và 'Đây là một đoạn văn bản' trên trình duyệt?

    4 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 8

    Câu 4: Trong cấu trúc cơ bản của một tệp HTML, thẻ thường được đặt ở đâu và có mục đích gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436743]' id='ays-answer-1725617-14579' value='1725617'/> <label for='ays-answer-1725617-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Trong phần &lt;head&gt;, để hiển thị tiêu đề trên thanh tiêu đề của cửa sổ trình duyệt.</label><label for='ays-answer-1725617-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436743]' id='ays-answer-1725618-14579' value='1725618'/> <label for='ays-answer-1725618-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Trong phần &lt;body&gt;, để hiển thị tiêu đề lớn nhất trong nội dung trang.</label><label for='ays-answer-1725618-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436743]' id='ays-answer-1725619-14579' value='1725619'/> <label for='ays-answer-1725619-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Trong phần &lt;footer&gt;, để hiển thị thông tin cuối trang.</label><label for='ays-answer-1725619-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436743]' id='ays-answer-1725620-14579' value='1725620'/> <label for='ays-answer-1725620-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Ở dòng đầu tiên của tệp, để khai báo loại tài liệu.</label><label for='ays-answer-1725620-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436743'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTYxNyI6IjEiLCIxNzI1NjE4IjoiMCIsIjE3MjU2MTkiOiIwIiwiMTcyNTYyMCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436744' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>5 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 5: Dấu gạch chéo '/' trong thẻ HTML (ví dụ: </p> <p>) có ý nghĩa gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436744]' id='ays-answer-1725621-14579' value='1725621'/> <label for='ays-answer-1725621-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Đánh dấu thuộc tính của thẻ.</label><label for='ays-answer-1725621-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436744]' id='ays-answer-1725622-14579' value='1725622'/> <label for='ays-answer-1725622-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Bắt đầu một đoạn mã bình luận.</label><label for='ays-answer-1725622-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436744]' id='ays-answer-1725623-14579' value='1725623'/> <label for='ays-answer-1725623-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Đánh dấu điểm kết thúc của một thẻ HTML.</label><label for='ays-answer-1725623-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436744]' id='ays-answer-1725624-14579' value='1725624'/> <label for='ays-answer-1725624-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Phân cách giữa tên thẻ và giá trị.</label><label for='ays-answer-1725624-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436744'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTYyMSI6IjAiLCIxNzI1NjIyIjoiMCIsIjE3MjU2MjMiOiIxIiwiMTcyNTYyNCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436745' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>6 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 6: Khi bạn mở một tệp HTML bằng trình duyệt web, trình duyệt sẽ làm gì với mã nguồn HTML đó?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436745]' id='ays-answer-1725625-14579' value='1725625'/> <label for='ays-answer-1725625-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Lưu trữ mã nguồn vào bộ nhớ cache.</label><label for='ays-answer-1725625-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436745]' id='ays-answer-1725626-14579' value='1725626'/> <label for='ays-answer-1725626-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Phân tích mã nguồn và hiển thị nội dung trang web dựa trên cấu trúc và các thẻ HTML.</label><label for='ays-answer-1725626-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436745]' id='ays-answer-1725627-14579' value='1725627'/> <label for='ays-answer-1725627-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Biên dịch mã nguồn HTML thành một chương trình thực thi.</label><label for='ays-answer-1725627-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436745]' id='ays-answer-1725628-14579' value='1725628'/> <label for='ays-answer-1725628-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Gửi mã nguồn đến máy chủ web để xử lý.</label><label for='ays-answer-1725628-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436745'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTYyNSI6IjAiLCIxNzI1NjI2IjoiMSIsIjE3MjU2MjciOiIwIiwiMTcyNTYyOCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436746' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>7 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 7: Chỉ dẫn <!DOCTYPE html> ở đầu tệp HTML có vai trò gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436746]' id='ays-answer-1725629-14579' value='1725629'/> <label for='ays-answer-1725629-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Khai báo loại tài liệu và phiên bản HTML được sử dụng, giúp trình duyệt hiển thị trang đúng cách.</label><label for='ays-answer-1725629-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436746]' id='ays-answer-1725630-14579' value='1725630'/> <label for='ays-answer-1725630-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định tiêu đề của trang web trên thanh tab.</label><label for='ays-answer-1725630-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436746]' id='ays-answer-1725631-14579' value='1725631'/> <label for='ays-answer-1725631-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Chứa các siêu dữ liệu về trang web.</label><label for='ays-answer-1725631-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436746]' id='ays-answer-1725632-14579' value='1725632'/> <label for='ays-answer-1725632-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Bao bọc toàn bộ nội dung hiển thị của trang.</label><label for='ays-answer-1725632-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436746'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTYyOSI6IjEiLCIxNzI1NjMwIjoiMCIsIjE3MjU2MzEiOiIwIiwiMTcyNTYzMiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436747' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>8 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 8: Bạn muốn tạo một đoạn văn bản mới trong trang web của mình. Thẻ HTML *phù hợp nhất* để thực hiện điều này là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436747]' id='ays-answer-1725633-14579' value='1725633'/> <label for='ays-answer-1725633-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;h1&gt;</label><label for='ays-answer-1725633-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436747]' id='ays-answer-1725634-14579' value='1725634'/> <label for='ays-answer-1725634-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;title&gt;</label><label for='ays-answer-1725634-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436747]' id='ays-answer-1725635-14579' value='1725635'/> <label for='ays-answer-1725635-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;body&gt;</label><label for='ays-answer-1725635-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436747]' id='ays-answer-1725636-14579' value='1725636'/> <label for='ays-answer-1725636-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;p&gt;</label><label for='ays-answer-1725636-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436747'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTYzMyI6IjAiLCIxNzI1NjM0IjoiMCIsIjE3MjU2MzUiOiIwIiwiMTcyNTYzNiI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436748' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>9 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 9: Tên thẻ HTML, ví dụ như `body`, `head`, `title`, có phân biệt chữ hoa và chữ thường khi trình duyệt xử lý không? Tại sao?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436748]' id='ays-answer-1725637-14579' value='1725637'/> <label for='ays-answer-1725637-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Có, vì HTML là ngôn ngữ có phân biệt chữ hoa chữ thường giống như các ngôn ngữ lập trình khác.</label><label for='ays-answer-1725637-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436748]' id='ays-answer-1725638-14579' value='1725638'/> <label for='ays-answer-1725638-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Không, trình duyệt coi `<body>` và `<BODY>` là giống nhau, mặc dù viết thường là quy ước tốt.</label><label for='ays-answer-1725638-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436748]' id='ays-answer-1725639-14579' value='1725639'/> <label for='ays-answer-1725639-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ phân biệt khi sử dụng các thuộc tính (attributes) trong thẻ.</label><label for='ays-answer-1725639-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436748]' id='ays-answer-1725640-14579' value='1725640'/> <label for='ays-answer-1725640-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Tùy thuộc vào trình duyệt web cụ thể mà có phân biệt hay không.</label><label for='ays-answer-1725640-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436748'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTYzNyI6IjAiLCIxNzI1NjM4IjoiMSIsIjE3MjU2MzkiOiIwIiwiMTcyNTY0MCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436749' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>10 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 10: Thẻ <html> trong cấu trúc HTML có vai trò gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436749]' id='ays-answer-1725641-14579' value='1725641'/> <label for='ays-answer-1725641-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Là phần tử gốc bao bọc toàn bộ nội dung của một trang HTML.</label><label for='ays-answer-1725641-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436749]' id='ays-answer-1725642-14579' value='1725642'/> <label for='ays-answer-1725642-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Chứa thông tin về tiêu đề và siêu dữ liệu của trang.</label><label for='ays-answer-1725642-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436749]' id='ays-answer-1725643-14579' value='1725643'/> <label for='ays-answer-1725643-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Xác định phần nội dung chính sẽ hiển thị trên trình duyệt.</label><label for='ays-answer-1725643-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436749]' id='ays-answer-1725644-14579' value='1725644'/> <label for='ays-answer-1725644-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Khai báo phiên bản HTML được sử dụng.</label><label for='ays-answer-1725644-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436749'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTY0MSI6IjEiLCIxNzI1NjQyIjoiMCIsIjE3MjU2NDMiOiIwIiwiMTcyNTY0NCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436750' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>11 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 11: Bạn đang soạn thảo một trang HTML đơn giản. Bạn muốn thêm một tiêu đề cấp 1 (heading level 1) có nội dung là 'Bài Tập Tin Học'. Đoạn mã HTML nào sau đây thực hiện đúng yêu cầu này?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436750]' id='ays-answer-1725645-14579' value='1725645'/> <label for='ays-answer-1725645-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;p&gt;Bài Tập Tin Học&lt;/p&gt;</label><label for='ays-answer-1725645-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436750]' id='ays-answer-1725646-14579' value='1725646'/> <label for='ays-answer-1725646-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;title&gt;Bài Tập Tin Học&lt;/title&gt;</label><label for='ays-answer-1725646-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436750]' id='ays-answer-1725647-14579' value='1725647'/> <label for='ays-answer-1725647-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;h1&gt;Bài Tập Tin Học&lt;/h1&gt;</label><label for='ays-answer-1725647-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436750]' id='ays-answer-1725648-14579' value='1725648'/> <label for='ays-answer-1725648-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;heading1&gt;Bài Tập Tin Học&lt;/heading1&gt;</label><label for='ays-answer-1725648-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436750'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTY0NSI6IjAiLCIxNzI1NjQ2IjoiMCIsIjE3MjU2NDciOiIxIiwiMTcyNTY0OCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436751' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>12 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 12: Để xem kết quả hiển thị của tệp HTML mà bạn vừa tạo bằng trình soạn thảo văn bản, bạn cần thực hiện thao tác nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436751]' id='ays-answer-1725649-14579' value='1725649'/> <label for='ays-answer-1725649-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Mở tệp đó bằng một trình soạn thảo văn bản khác.</label><label for='ays-answer-1725649-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436751]' id='ays-answer-1725650-14579' value='1725650'/> <label for='ays-answer-1725650-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Mở tệp đó bằng một trình duyệt web (ví dụ: Chrome, Firefox, Edge).</label><label for='ays-answer-1725650-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436751]' id='ays-answer-1725651-14579' value='1725651'/> <label for='ays-answer-1725651-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Chạy tệp đó như một chương trình ứng dụng.</label><label for='ays-answer-1725651-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436751]' id='ays-answer-1725652-14579' value='1725652'/> <label for='ays-answer-1725652-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Tải tệp đó lên một máy chủ web.</label><label for='ays-answer-1725652-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436751'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTY0OSI6IjAiLCIxNzI1NjUwIjoiMSIsIjE3MjU2NTEiOiIwIiwiMTcyNTY1MiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436752' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>13 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 13: Khi sử dụng trình soạn thảo văn bản như Sublime Text để viết mã HTML, tính năng tô màu cú pháp (syntax highlighting) có lợi ích gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436752]' id='ays-answer-1725653-14579' value='1725653'/> <label for='ays-answer-1725653-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Tự động sửa lỗi cú pháp HTML.</label><label for='ays-answer-1725653-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436752]' id='ays-answer-1725654-14579' value='1725654'/> <label for='ays-answer-1725654-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Giảm dung lượng tệp HTML.</label><label for='ays-answer-1725654-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436752]' id='ays-answer-1725655-14579' value='1725655'/> <label for='ays-answer-1725655-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ định kiểu dáng (font, màu sắc) cho văn bản trên trang web.</label><label for='ays-answer-1725655-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436752]' id='ays-answer-1725656-14579' value='1725656'/> <label for='ays-answer-1725656-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Giúp dễ dàng nhận biết các thành phần khác nhau của mã (thẻ, thuộc tính) và phát hiện lỗi cú pháp bằng mắt.</label><label for='ays-answer-1725656-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436752'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTY1MyI6IjAiLCIxNzI1NjU0IjoiMCIsIjE3MjU2NTUiOiIwIiwiMTcyNTY1NiI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436753' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>14 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 14: Bạn đang kiểm tra một tệp HTML và nhận thấy dòng đầu tiên thiếu chỉ dẫn `<!DOCTYPE html>`. Điều này có thể gây ra vấn đề gì khi trình duyệt hiển thị trang?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436753]' id='ays-answer-1725657-14579' value='1725657'/> <label for='ays-answer-1725657-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Trình duyệt có thể chuyển sang chế độ hiển thị 'quirks mode', dẫn đến việc hiển thị không nhất quán hoặc không đúng chuẩn.</label><label for='ays-answer-1725657-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436753]' id='ays-answer-1725658-14579' value='1725658'/> <label for='ays-answer-1725658-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Trình duyệt sẽ từ chối mở tệp HTML đó.</label><label for='ays-answer-1725658-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436753]' id='ays-answer-1725659-14579' value='1725659'/> <label for='ays-answer-1725659-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Nội dung trong thẻ &lt;body&gt; sẽ không được hiển thị.</label><label for='ays-answer-1725659-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436753]' id='ays-answer-1725660-14579' value='1725660'/> <label for='ays-answer-1725660-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Tiêu đề trang web sẽ không xuất hiện trên thanh tab.</label><label for='ays-answer-1725660-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436753'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTY1NyI6IjEiLCIxNzI1NjU4IjoiMCIsIjE3MjU2NTkiOiIwIiwiMTcyNTY2MCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436754' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>15 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 15: So sánh mục đích sử dụng chính của thẻ <head> và thẻ <body> trong một tài liệu HTML.</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436754]' id='ays-answer-1725661-14579' value='1725661'/> <label for='ays-answer-1725661-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;head&gt; chứa nội dung hiển thị chính, còn &lt;body&gt; chứa siêu dữ liệu.</label><label for='ays-answer-1725661-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436754]' id='ays-answer-1725662-14579' value='1725662'/> <label for='ays-answer-1725662-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;head&gt; chứa các script JavaScript, còn &lt;body&gt; chứa các định nghĩa CSS.</label><label for='ays-answer-1725662-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436754]' id='ays-answer-1725663-14579' value='1725663'/> <label for='ays-answer-1725663-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;head&gt; chứa thông tin mô tả về tài liệu (siêu dữ liệu, tiêu đề), còn &lt;body&gt; chứa nội dung hiển thị cho người dùng.</label><label for='ays-answer-1725663-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436754]' id='ays-answer-1725664-14579' value='1725664'/> <label for='ays-answer-1725664-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;head&gt; chứa các liên kết (links) đến các trang khác, còn &lt;body&gt; chứa hình ảnh và video.</label><label for='ays-answer-1725664-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436754'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTY2MSI6IjAiLCIxNzI1NjYyIjoiMCIsIjE3MjU2NjMiOiIxIiwiMTcyNTY2NCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436755' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>16 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 16: Bạn muốn tạo một tiêu đề phụ cấp 2 (heading level 2) sau tiêu đề cấp 1 đã có. Thẻ HTML nào sau đây là chính xác để sử dụng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436755]' id='ays-answer-1725665-14579' value='1725665'/> <label for='ays-answer-1725665-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;h2&gt;</label><label for='ays-answer-1725665-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436755]' id='ays-answer-1725666-14579' value='1725666'/> <label for='ays-answer-1725666-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;h1&gt;</label><label for='ays-answer-1725666-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436755]' id='ays-answer-1725667-14579' value='1725667'/> <label for='ays-answer-1725667-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;p&gt;</label><label for='ays-answer-1725667-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436755]' id='ays-answer-1725668-14579' value='1725668'/> <label for='ays-answer-1725668-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;title&gt;</label><label for='ays-answer-1725668-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436755'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTY2NSI6IjEiLCIxNzI1NjY2IjoiMCIsIjE3MjU2NjciOiIwIiwiMTcyNTY2OCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436756' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>17 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 17: Khi bạn gõ mã HTML vào trình soạn thảo như Sublime Text, bạn có cần kết nối Internet để xem kết quả hiển thị ban đầu của tệp HTML đó trên trình duyệt không? Tại sao?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436756]' id='ays-answer-1725669-14579' value='1725669'/> <label for='ays-answer-1725669-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Có, vì trình duyệt cần tải các tài nguyên từ Internet để hiển thị trang.</label><label for='ays-answer-1725669-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436756]' id='ays-answer-1725670-14579' value='1725670'/> <label for='ays-answer-1725670-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Có, vì tệp HTML cần được xử lý bởi máy chủ web trước khi hiển thị.</label><label for='ays-answer-1725670-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436756]' id='ays-answer-1725671-14579' value='1725671'/> <label for='ays-answer-1725671-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Không, nhưng chỉ khi trang web không chứa hình ảnh hoặc liên kết.</label><label for='ays-answer-1725671-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436756]' id='ays-answer-1725672-14579' value='1725672'/> <label for='ays-answer-1725672-14579' class=' ays_position_initial ays-quiz-keyboard-label'>Không, vì trình duyệt web có thể đọc và hiển thị các tệp HTML cục bộ (lưu trên máy tính của bạn) mà không cần kết nối Internet.</label><label for='ays-answer-1725672-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436756'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTY2OSI6IjAiLCIxNzI1NjcwIjoiMCIsIjE3MjU2NzEiOiIwIiwiMTcyNTY3MiI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='436757' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>18 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 8</strong> </p> <div class='ays_quiz_question'> <p>Câu 18: Cho đoạn mã HTML sau:<br />```html<br /><!DOCTYPE html><br /><html><br /><head><br /> <meta charset="UTF-8"><br /> <title>Tiêu đề


    Chào mừng đến với

    trang web

    của tôi.


    Khi hiển thị trên trình duyệt, dòng 'Chào mừng đến với trang web của tôi.' sẽ trông như thế nào?

    30 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 8

    Câu 30: So sánh sự khác biệt về ý nghĩa và vị trí đặt giữa thẻ và các thẻ tiêu đề nội dung (h1, h2, h3, ...).</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436769]' id='ays-answer-1725721-14579' value='1725721'/> <label for='ays-answer-1725721-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;title&gt; đặt trong &lt;head&gt; và hiển thị trên thanh tiêu đề/tab của trình duyệt; các thẻ h1-h6 đặt trong &lt;body&gt; và hiển thị là các tiêu đề trong nội dung trang.</label><label for='ays-answer-1725721-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436769]' id='ays-answer-1725722-14579' value='1725722'/> <label for='ays-answer-1725722-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;title&gt; đặt trong &lt;body&gt; và là tiêu đề lớn nhất; các thẻ h1-h6 đặt trong &lt;head&gt; và là tiêu đề phụ.</label><label for='ays-answer-1725722-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436769]' id='ays-answer-1725723-14579' value='1725723'/> <label for='ays-answer-1725723-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;title&gt; và h1 đều có cùng mục đích là tiêu đề chính và có thể đặt ở bất kỳ đâu.</label><label for='ays-answer-1725723-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-436769]' id='ays-answer-1725724-14579' value='1725724'/> <label for='ays-answer-1725724-14579' class=' ays_position_initial ays-quiz-keyboard-label'>&lt;title&gt; chỉ dùng cho mục đích SEO; các thẻ h1-h6 chỉ dùng để định dạng văn bản đơn thuần.</label><label for='ays-answer-1725724-14579' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_14579 === 'undefined'){ window.quizOptions_14579 = []; } window.quizOptions_14579['436769'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTcyNTcyMSI6IjEiLCIxNzI1NzIyIjoiMCIsIjE3MjU3MjMiOiIwIiwiMTcyNTcyNCI6IjAifX0=';</script></div> <style> .validate-quiz { display: flex; align-items: center; justify-content: center; } .validate-quiz a { border-radius: 30px; /* height: 40px; */ background: #5390f5; color: #fff; text-decoration: unset; padding: 10px 20px; } .validate-quiz input { margin: 0 !important; } .form-kw-hub { background: #fff; border: 1px solid #ddd; padding: 16px; border-radius: 12px; text-align:left; margin: 20px auto; box-shadow: 0 2px 10px rgba(0,0,0,0.05); font-family: Arial, sans-serif; } .keyword-hub-guide { margin-bottom: 15px; } .validate-quiz-inner { display: flex; gap: 10px; background: #fff; box-shadow: 0 0 10px #ccc; margin: 10px auto; width: 500px; border-radius: 30px; padding: 5px; justify-content: space-between; align-items:center; overflow:hidden; } .validate-quiz-inner input[type=text] { border: 0 !important; font-size: 16px !important; } .keyword-item span { font-weight: bold; font-size: 16px; } .copy-keyword-btn { color: #000; padding: 6px 12px; border-radius: 6px; text-decoration: none; transition: background 0.3s; text-transform: uppercase; font-weight: bold; font-size: 22px; } .copy-keyword-btn:hover { background: #005f8d; } .validate-quiz { display: flex; gap: 10px; align-items: center; } .validate-quiz input[type="text"] { flex: 1; padding: 8px 12px; border-radius: 6px; border: 1px solid #ccc; } a.get_new_mission { padding: 8px 25px; line-height: 0; border-radius: 30px; background-color: #fff0; text-transform: uppercase; color: #4285f4; border: 1px solid #4285f4; transition: all 0.2s; cursor: pointer; margin-left: 15px; font-size: 16px; text-decoration: unset; } .submit-btn { background: #28a745; color: white; padding: 8px 16px; border-radius: 6px; text-decoration: none; cursor: pointer; transition: background 0.3s; } .submit-btn:hover { background: #218838; } a.copy-keyword-btn:active, a.copy-keyword-btn:hover { color: #fff; } a#submit_kw_hub { cursor: pointer; } @keyframes ld-spin { 0% { animation-timing-function: cubic-bezier(0.5856,0.0703,0.4143,0.9297); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-spin { animation: ld-spin 1s infinite linear } @keyframes ld-cycle { 0% { animation-timing-function: cubic-bezier(0.3333,0.3333,0.6667,0.6667); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-cycle { animation: ld-cycle 1s infinite linear } @media(max-width: 991px){ .form-kw-hub p { margin: 0 !important; } } </style> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/loadingio/ldbutton@latest/dist/index.min.css" /> <a id="view_result_hub" class="action-button ays-quiz-keyboard-active" href="javascript:;">Xem kết quả</a> <div class="form-kw-hub ld-over" id="form-kw-hub" style="display:none" data-id="30"> <div class="ld ld-ring ld-spin" style="font-size:3em;color:#999"></div> <div class="keyword-hub-title keyword-item"> <h3 style="text-align:center;font-weight:bold;color:#c12c31;margin-top:10px;">Bạn ơi!!! Để xem được kết quả<br>bạn vui lòng làm nhiệm vụ nhỏ xíu này nha</h3> <h4 style="text-align:center;font-size:16px;line-height:20px;font-weight:normal;margin-top:10px;margin-bottom:10px;color:#021184">LƯU Ý: Không sử dụng VPN hoặc 1.1.1.1 khi vượt link</h4> </div> <div class="validate-quiz"> <div class="validate-quiz-inner"> <input type="text" value="" placeholder="Nhập mã vừa kiếm được vào đây" id="kw-hub-input" maxlength="10" /> <input type="hidden" value="" id="kw-id" /> <a id="submit_kw_hub">Nhận kết quả</a> </div> <div class="message" style="display: none; color: red; text-align: center;">Xảy ra lỗi</div> </div> <p> <strong style="color: #c12c31;">Bước 1: </strong>Mở tab mới, truy cập <a href="javascript:;" style="color: #1e73be;"><strong>Google.com</strong></a> <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/google.png" width="100px" style="margin-left: 30px; margin-bottom: -10px; display: inline-block;" alt="google" /> </p> <p> <strong style="color: #c12c31;">Bước 2: </strong>Tìm kiếm từ khóa: <strong id="keyword-content" style="font-size: 24px; color: red; cursor: no-drop; -webkit-user-select: none; -webkit-touch-callout: none; -moz-user-select: none; -ms-user-select: none; user-select: none;"> vận chuyển văn phòng giá rẻ </strong> <a href="javascript:;" class="copy-keyword-btn"><span class="fa fa-copy"></span></a> <a href="javascript:;" class="get_new_mission ld-ext-right" id="get_new_mission">Đổi nhiệm vụ <span class="ld ld-ring ld-spin"></span> </a> </p> <p><img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/thanh-tim-kiem.jpg" width="100%" alt="thanh-tim-kiem" /></p> <p><strong style="color: #c12c31;">Bước 3: </strong>Trong kết quả tìm kiếm Google, hãy tìm website giống dưới hình:</p> <p style="border: 1px solid red;"><div class="keyword-hub-guide"> <img decoding="async" id="kw_guide_image" alt="" src="" /> </div> </p> <p>(Nếu trang 1 không có hãy tìm ở trang 2, 3, 4... nhé <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/trang-google.png" width="250px" style="display: inline-block;" alt="trang-google" />)</p> <p><strong style="color: #c12c31;">Bước 4:</strong> Cuộn xuống cuối bài viết rồi bấm vào nút <strong>GIỐNG HÌNH DƯỚI</strong> và chờ 1 lát để lấy mã:</p> <p style="text-align: center;"> <img decoding="async" class="kw_get_pass" style="max-width: 300px; border: 1px dashed red; display: inline-block;" data-src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" alt="getpass" /> </p> </div> <input type="submit" name="ays_finish_quiz" class=" ays_next ays_finish action-button ays-quiz-keyboard-active" value="" style="display:none"> <script> setTimeout(function() { var submitButton = document.querySelector('input[name="ays_finish_quiz"]'); if (submitButton) { submitButton.remove(); } }, 2400000); </script> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ays_thank_you_fs'> <div class='ays-abs-fs ays-end-page'> <div style='text-align:center;'><div data-class='lds-ellipsis' data-role='loader' class='ays-loader'><div></div><div></div><div></div><div></div></div></div><div class='ays_quiz_results_page'><div class='ays_score_message'></div><div class='ays_message'></div><p class='ays_restart_button_p'></p></div></div></div><style> div#ays-quiz-container-14579 * { box-sizing: border-box; } #ays-quiz-container-14579 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } /* Styles for Internet Explorer start */ #ays-quiz-container-14579 #ays_finish_quiz_14579 { } /* Styles for Quiz container */ #ays-quiz-container-14579{ min-height: 450px; width:800px; background-color:#fff; background-position:center center;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} /* Styles for Navigation bar */ #ays-quiz-questions-nav-wrap-14579 { width: 100%; max-width: 100%; margin: auto;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} #ays-quiz-questions-nav-wrap-14579 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question { /* color: #000000; border-color: #000000; background-color: #fff; */ color: #000; border-color: #dddddd; background-color: #ffffff; outline: unset; text-decoration: unset; } #ays-quiz-questions-nav-wrap-14579 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question { /* box-shadow: inset 0 0 5px #000000, 0 0 5px #000000; */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); background: #E5E7ED; outline: unset; border-color: transparent; } #ays-quiz-questions-nav-wrap-14579 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-answered a.ays_questions_nav_question { /* color: #fff; border-color: #fff; background-color: #000000; */ color: #C6C6C6; border-color: transparent; background-color: #F5F5F5; } #ays-quiz-questions-nav-wrap-14579 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_correct_answer { /* color: rgba(39, 174, 96, 1); border-color: rgba(39, 174, 96, 1); */ color: #000; border-color: transparent; background-color: rgba(39, 174, 96, 0.4); } #ays-quiz-questions-nav-wrap-14579 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_wrong_answer { /* color: rgba(243, 134, 129, 1); border-color: rgba(243, 134, 129, 1); */ color: #000; border-color: transparent; background-color: rgba(243, 134, 129, 0.4); } #ays-quiz-questions-nav-wrap-14579 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_correct_answer, #ays-quiz-questions-nav-wrap-14579 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_wrong_answer { /* filter: drop-shadow(0px 3px 5px rgba(143, 143, 143, 0.38)); */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); } #ays-quiz-container-14579.ays-quiz-container .ays-quiz-questions-nav-bookmark-box { position: absolute; top: 40px; right: 40px; z-index: 10; } #ays-quiz-container-14579.ays-quiz-container .ays-quiz-questions-nav-bookmark-box .ays-navbar-bookmark { height: 100%; cursor: pointer; width: 13px; box-shadow: unset; } /* Styles for questions */ #ays-quiz-container-14579 #ays_finish_quiz_14579 div.step { min-height: 450px; } /* Styles for text inside quiz container */ #ays-quiz-container-14579.ays-quiz-container .ays-questions-container .ays-start-page *:not(input), #ays-quiz-container-14579.ays-quiz-container .ays-questions-container label[for^="ays-answer-"], #ays-quiz-container-14579.ays-quiz-container .ays-questions-container .ays-matching-field-choice, #ays-quiz-container-14579.ays-quiz-container .ays-questions-container p, #ays-quiz-container-14579.ays-quiz-container .ays-questions-container form .step:not(.ays_thank_you_fs) p, #ays-quiz-container-14579.ays-quiz-container .ays-questions-container .ays-fs-title, #ays-quiz-container-14579.ays-quiz-container .ays-questions-container .ays-fs-subtitle, #ays-quiz-container-14579.ays-quiz-container .ays-questions-container .logged_in_message, #ays-quiz-container-14579.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers, #ays-quiz-container-14579.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers *, #ays-quiz-container-14579.ays-quiz-container .ays-questions-container .ays_score_message, #ays-quiz-container-14579.ays-quiz-container .ays-questions-container .ays_message{ color: #000000; outline: none; } #ays-quiz-container-14579.ays-quiz-container .ays-questions-container .ays_question_hint { color: #000000; } /* Quiz title / transformation */ #ays-quiz-container-14579 .ays-fs-title{ text-transform: uppercase; font-size: 28px; text-align: center; text-shadow: none; } #ays-quiz-container-14579 .ays-quiz-password-message-box, #ays-quiz-container-14579 .ays-quiz-question-note-message-box, #ays-quiz-container-14579 .ays_quiz_question, #ays-quiz-container-14579 .ays_quiz_question *:not([class^='enlighter']) { color: #000000; } #ays-quiz-container-14579 textarea, #ays-quiz-container-14579 input::first-letter, #ays-quiz-container-14579 select::first-letter, #ays-quiz-container-14579 option::first-letter { color: initial !important; } #ays-quiz-container-14579 p::first-letter:not(.ays_no_questions_message) { color: #000000 !important; background-color: transparent !important; font-size: inherit !important; font-weight: inherit !important; float: none !important; line-height: inherit !important; margin: 0 !important; padding: 0 !important; } #ays-quiz-container-14579 .select2-container, #ays-quiz-container-14579 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } #ays-quiz-container-14579 .ays-fs-subtitle p { text-align: center ; } #ays-quiz-container-14579 .ays_quiz_question p { font-size: 16px; text-align: center; } #ays-quiz-container-14579 .ays_quiz_question { text-align: center ; margin-bottom: 10px; } #ays-quiz-container-14579 .ays_quiz_question pre { max-width: 100%; white-space: break-spaces; } div#ays-quiz-container-14579 .ays-questions-container .ays-field, div#ays-quiz-container-14579 .ays-questions-container .ays-field input~label[for^='ays-answer-'], div#ays-quiz-container-14579 .ays-questions-container .ays-modern-dark-question *, div#ays-quiz-container-14579 .ays-questions-container .ays_quiz_question, div#ays-quiz-container-14579 .ays-questions-container .ays_quiz_question *{ word-break: break-word; } #ays-quiz-container-14579 .ays-quiz-timer p { font-size: 16px; } #ays-quiz-container-14579 section.ays_quiz_redirection_timer_container hr, #ays-quiz-container-14579 section.ays_quiz_timer_container hr { margin: 0; } #ays-quiz-container-14579 section.ays_quiz_timer_container.ays_quiz_timer_red_warning .ays-quiz-timer { color: red; } #ays-quiz-container-14579 .ays_thank_you_fs p { text-align: center; } #ays-quiz-container-14579 .information_form input[type='text'], #ays-quiz-container-14579 .information_form input[type='url'], #ays-quiz-container-14579 .information_form input[type='number'], #ays-quiz-container-14579 .information_form input[type='email'], #ays-quiz-container-14579 .information_form input[type='tel'], #ays-quiz-container-14579 .information_form textarea, #ays-quiz-container-14579 .information_form select, #ays-quiz-container-14579 .information_form option { color: initial !important; outline: none; margin-left: 0; background-image: unset; } #ays-quiz-container-14579 .information_form input[type='checkbox'] { margin: 0 10px; outline: initial; -webkit-appearance: auto; -moz-appearance: auto; position: initial; width: initial; height: initial; border: initial; background: initial; } #ays-quiz-container-14579 .information_form input[type='checkbox']::after { content: none; } #ays-quiz-container-14579 .wrong_answer_text{ color:#ff4d4d; } #ays-quiz-container-14579 .right_answer_text{ color:#33cc33; } #ays-quiz-container-14579 .right_answer_text p { font-size:16px; } #ays-quiz-container-14579 .wrong_answer_text p { font-size:16px; } #ays-quiz-container-14579 .ays_questtion_explanation p { font-size:16px; } #ays-quiz-container-14579 .wrong_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-14579 .ays_questtion_explanation *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-14579 .right_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-14579 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-14579 .ays-quiz-question-note-message-box *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-14579 .ays_cb_and_a, #ays-quiz-container-14579 .ays_cb_and_a * { color: rgb(0,0,0); text-align: center; } #ays-quiz-container-14579 iframe { /*min-height: 450px;*/ } #ays-quiz-container-14579 label.ays_for_checkbox, #ays-quiz-container-14579 span.ays_checkbox_for_span { color: initial !important; display: block; } /* Quiz textarea height */ #ays-quiz-container-14579 textarea { height: 100px; min-height: 100px; } /* Quiz rate and passed users count */ #ays-quiz-container-14579 .ays_quizn_ancnoxneri_qanak, #ays-quiz-container-14579 .ays_quiz_rete_avg{ color:#fff; background-color:#000000; } #ays-quiz-container-14579 .ays-questions-container > .ays_quizn_ancnoxneri_qanak { padding: 5px 20px; } #ays-quiz-container-14579 div.for_quiz_rate.ui.star.rating .icon { color: rgba(0,0,0,0.35); } #ays-quiz-container-14579 .ays_quiz_rete_avg div.for_quiz_rate_avg.ui.star.rating .icon { color: rgba(255,255,255,0.5); } #ays-quiz-container-14579 .ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link { color: #000000; } /* Loaders */ #ays-quiz-container-14579 div.lds-spinner, #ays-quiz-container-14579 div.lds-spinner2 { color: #000000; } #ays-quiz-container-14579 div.lds-spinner div:after, #ays-quiz-container-14579 div.lds-spinner2 div:after { background-color: #000000; } #ays-quiz-container-14579 .lds-circle, #ays-quiz-container-14579 .lds-facebook div, #ays-quiz-container-14579 .lds-ellipsis div{ background: #000000; } #ays-quiz-container-14579 .lds-ripple div{ border-color: #000000; } #ays-quiz-container-14579 .lds-dual-ring::after, #ays-quiz-container-14579 .lds-hourglass::after{ border-color: #000000 transparent #000000 transparent; } /* Stars */ #ays-quiz-container-14579 .ui.rating .icon, #ays-quiz-container-14579 .ui.rating .icon:before { font-family: Rating !important; } /* Progress bars */ #ays-quiz-container-14579 #ays_finish_quiz_14579 .ays-progress { border-color: rgba(0,0,0,0.8); } #ays-quiz-container-14579 #ays_finish_quiz_14579 .ays-progress-bg { background-color: rgba(0,0,0,0.3); } #ays-quiz-container-14579 .ays-progress-value { color: #000000; text-align: center; } #ays-quiz-container-14579 .ays-progress-bar { background-color: #5d6cf9; } #ays-quiz-container-14579 .ays-question-counter .ays-live-bar-wrap { direction:ltr !important; } #ays-quiz-container-14579 .ays-live-bar-fill{ color: #000000; border-bottom: 2px solid rgba(0,0,0,0.8); text-shadow: 0px 0px 5px #fff; } #ays-quiz-container-14579 .ays-live-bar-fill.ays-live-fourth, #ays-quiz-container-14579 .ays-live-bar-fill.ays-live-third, #ays-quiz-container-14579 .ays-live-bar-fill.ays-live-second { text-shadow: unset; } #ays-quiz-container-14579 .ays-live-bar-percent{ display:none; } /* Music, Sound */ #ays-quiz-container-14579 .ays_music_sound { color:rgb(0,0,0); } /* Dropdown questions scroll bar */ #ays-quiz-container-14579 blockquote { border-left-color: #000000 !important; } /* Quiz Password */ #ays-quiz-container-14579 .ays-start-page > input[id^='ays_quiz_password_val_'], #ays-quiz-container-14579 .ays-quiz-password-toggle-visibility-box { width: 100%; margin: 0 auto; } /* Question hint */ #ays-quiz-container-14579 .ays_question_hint_container .ays_question_hint_text { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); max-width: 270px; color: #000000; } #ays-quiz-container-14579 .ays_question_hint_container .ays_question_hint_text p { max-width: unset; } #ays-quiz-container-14579 .ays-quiz-additonal-box { display: flex; justify-content: flex-end; align-items: center; position: relative; } /* Quiz Export PDF */ #ays-quiz-container-14579 .ays-export-quiz-button-container .ays-export-quiz-button-more-box { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); box-shadow: 0.025px 0.025px 1px 1px rgba(201,201,201,0.2), 0px 2px 1px 0px rgba(201,201,201,0.14), 0px 2px 5px 0 rgba(201,201,201,0.12); max-width: 190px; color: #000000; } #ays-quiz-container-14579 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:hover, #ays-quiz-container-14579 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:focus { background-color: rgba(93,108,249,0.3); } #ays-quiz-container-14579 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:active { background-color: rgba(93,108,249,1); } #ays-quiz-container-14579 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item { color: #000000; display: flex; justify-content: space-between; align-items: center; font-size: 14px; background-image: unset; box-shadow: unset; border-radius: unset; } #ays-quiz-container-14579 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item .ays-export-quiz-dropdown-item-icon { margin-left: 10px; } #ays-quiz-container-14579 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg path { stroke: #000000; } #ays-quiz-container-14579 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg circle { fill: rgba(93,108,249,0.3); } #ays-quiz-container-14579 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item-icon svg path { fill: rgba(0,0,0,1); } #ays-quiz-container-14579 .ays-quiz-additonal-box svg { position: revert; } #ays-quiz-container-14579 .ays_questions_hint_max_width_class { max-width: 80%; } /* Information form */ #ays-quiz-container-14579 .ays-form-title{ color:rgb(0,0,0); } /* Quiz timer */ #ays-quiz-container-14579 div.ays-quiz-redirection-timer, #ays-quiz-container-14579 div.ays-quiz-timer{ color: #000000; text-align: center; } #ays-quiz-container-14579 div.ays-quiz-after-timer * , #ays-quiz-container-14579 div.ays-quiz-redirection-timer *, #ays-quiz-container-14579 div.ays-quiz-timer * { text-align: center; } #ays-quiz-container-14579 div.ays-quiz-timer.ays-quiz-message-before-timer:before { display: inline-block; font-weight: 500; text-align: center; width: auto; margin-right: 5px; } /* Quiz buttons */ #ays-quiz-container-14579 input#ays-submit, #ays-quiz-container-14579 #ays_finish_quiz_14579 .action-button, #ays-quiz-container-14579 #ays_finish_quiz_14579 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, #ays-quiz-container-14579 #ays_finish_quiz_14579 .step[data-type='checkbox'] .action-button.ays_check_answer, div#ays-quiz-container-14579 #ays_finish_quiz_14579 .action-button.ays_restart_button, #ays-quiz-container-14579 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-14579 .ays-quiz-category-selective-submit-bttn { background-color: #5d6cf9; color:#ffffff; font-size: 18px; padding: 14px 36px; border-radius: 8px; white-space: nowrap; letter-spacing: 0; box-shadow: unset; white-space: normal; word-break: break-word; background-image: unset; width: auto; } #ays-quiz-container-14579 input#ays-submit, #ays-quiz-container-14579 #ays_finish_quiz_14579 input.action-button, #ays-quiz-container-14579 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-14579 .ays-quiz-category-selective-submit-bttn { } div#ays-quiz-container-14579 #ays_finish_quiz_14579 .action-button.ays_check_answer { padding: 5px 10px; font-size: 18px; } #ays-quiz-container-14579 #ays_finish_quiz_14579 .action-button.ays_download_certificate { white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-14579 #ays_finish_quiz_14579 .action-button.ays_arrow { color:#ffffff!important; white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-14579 input#ays-submit:hover, #ays-quiz-container-14579 input#ays-submit:focus, #ays-quiz-container-14579 #ays_finish_quiz_14579 .action-button:hover, #ays-quiz-container-14579 #ays_finish_quiz_14579 .action-button:focus, #ays-quiz-container-14579 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-14579 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px #ffffff; background-color: #5d6cf9; } #ays-quiz-container-14579 .ays_restart_button { color: #ffffff; } #ays-quiz-container-14579 .ays_restart_button_p { display: flex; justify-content: center; flex-wrap: wrap; } #ays-quiz-container-14579 .ays_buttons_div { justify-content: center; } #ays-quiz-container-14579 .step:first-of-type .ays_buttons_div { justify-content: center !important; } #ays-quiz-container-14579 .ays_quiz_results_page .ays_score span { visibility: visible; } #ays-quiz-container-14579 input[type='button'], #ays-quiz-container-14579 input[type='submit'] { color: #ffffff !important; outline: none; } div#ays-quiz-container-14579 .ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-item .ays_questions_nav_question:focus-visible, div#ays-quiz-container-14579 input[type='button']:focus-visible, div#ays-quiz-container-14579 input[type='submit']:focus-visible { outline: -webkit-focus-ring-color auto 1px; } #ays-quiz-container-14579 #ays_finish_quiz_14579 i.ays_early_finish.action-button[disabled]:hover, #ays-quiz-container-14579 #ays_finish_quiz_14579 i.ays_early_finish.action-button[disabled]:focus, #ays-quiz-container-14579 #ays_finish_quiz_14579 i.ays_early_finish.action-button[disabled], #ays-quiz-container-14579 #ays_finish_quiz_14579 i.ays_arrow.action-button[disabled]:hover, #ays-quiz-container-14579 #ays_finish_quiz_14579 i.ays_arrow.action-button[disabled]:focus, #ays-quiz-container-14579 #ays_finish_quiz_14579 i.ays_arrow.action-button[disabled] { color: #aaa !important; } #ays-quiz-container-14579 .ays_finish.action-button{ margin: 10px 5px; } #ays-quiz-container-14579 .ays-share-btn.ays-share-btn-branded { color: #fff; margin-bottom: 5px; display: inline-block; } #ays-quiz-container-14579 .ays-quiz-question-title-text-to-speech-icon { cursor: pointer; position: absolute; left: 0px; top: 0px; z-index: 1; } div#ays-quiz-container-14579.ays-quiz-container .ays-quiz-question-title-text-to-speech-icon svg path { fill: #000000; } /* Question answers */ #ays-quiz-container-14579 .ays-field { border-color: #dddddd; border-style: solid; border-width: 1px; box-shadow: none;flex-direction: row-reverse; } #ays-quiz-container-14579 .ays-quiz-answers .ays-field:hover{ opacity: 1; } #ays-quiz-container-14579 #ays_finish_quiz_14579 .ays-field label.ays_answer_caption[for^='ays-answer-'] { z-index: 1; position:initial;bottom:0;} #ays-quiz-container-14579 #ays_finish_quiz_14579 .ays-field input~label[for^='ays-answer-'] { padding: 5px; } #ays-quiz-container-14579 #ays_finish_quiz_14579 .ays-field { margin-bottom: 12px; position: relative; } #ays-quiz-container-14579 #ays_finish_quiz_14579 .ays_grid_view_container .ays-field.ays_grid_view_item { /* width: calc(50% - 6px); */ width: calc(100% /2 - 4px); } #ays-quiz-container-14579 #ays_finish_quiz_14579 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-14579 #ays_finish_quiz_14579 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-14579 img.ays-quiz-check-button-right-wrong-icon { position: absolute; right: 15px; bottom: 15px; } #ays-quiz-container-14579 img.ays-quiz-check-button-right-wrong-icon[data-type='style-9'] { width: 20px; } #ays-quiz-container-14579 .ays_quiz_results .step[data-type='fill_in_blank'] img.ays-quiz-check-button-right-wrong-icon { right: 10px; bottom: 40px; } #ays-quiz-container-14579 .ays_quiz_results .step[data-type='fill_in_blank'] .ays_fieldset img.ays-quiz-check-button-right-wrong-icon { right: 15px; bottom: 20px; } #ays-quiz-container-14579 #ays_finish_quiz_14579 .ays-field input:checked+label:before { border-color: #5d6cf9; background: #5d6cf9; background-clip: content-box; } #ays-quiz-container-14579 .ays-quiz-answers div.ays-text-right-answer { color: #000000; } /* Answer maximum length of a text field */ #ays-quiz-container-14579 .ays_quiz_question_text_message{ color: #000000; text-align: left; font-size: 12px; } div#ays-quiz-container-14579 div.ays_quiz_question_text_error_message { color: #ff0000; } /* Questions answer image */ #ays-quiz-container-14579 .ays-answer-image { width:15em; height:150px; object-fit: cover; } /* Questions answer right/wrong icons */ #ays-quiz-container-14579 .ays-field input~label.answered.correct:after{ content: ''; } #ays-quiz-container-14579 .ays-field input~label.answered.wrong:after{ content: ''; } #ays-quiz-container-14579 .ays-quiz-answers .ays-field label.answered[for^='ays-answer-']::after{ content: none!important; } #ays-quiz-container-14579 .ays-field label.answered:last-of-type:after{ height: auto; left: 10px;top: 10px;} /* Dropdown questions */ #ays-quiz-container-14579 .select2-container--default .select2-search--dropdown .select2-search__field:focus, #ays-quiz-container-14579 .select2-container--default .select2-search--dropdown .select2-search__field { outline: unset; padding: 0.75rem; } #ays-quiz-container-14579 #ays_finish_quiz_14579 .ays-field .select2-container--default .select2-selection--single { border-bottom: 2px solid #5d6cf9; background-color: #5d6cf9; } #ays-quiz-container-14579 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-14579 .ays-field .select2-container--default .select2-selection--single .select2-selection__placeholder, #ays-quiz-container-14579 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow { /*color: #a29306;*/ color: #ffffff; line-height: 40px; padding-left: 8px; padding-right: 20px; } #ays-quiz-container-14579 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-14579 .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5d6cf9; } #ays-quiz-container-14579 .ays-field .select2-container--default, #ays-quiz-container-14579 .ays-field .select2-container--default .selection, #ays-quiz-container-14579 .ays-field .select2-container--default .dropdown-wrapper, #ays-quiz-container-14579 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-14579 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, #ays-quiz-container-14579 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow, #ays-quiz-container-14579 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow b[role='presentation'] { font-size: 16px !important; } #ays-quiz-container-14579 .select2-container--default .select2-results__option { padding: 6px; } /* Dropdown questions scroll bar */ #ays-quiz-container-14579 .select2-results__options::-webkit-scrollbar { width: 7px; } #ays-quiz-container-14579 .select2-results__options::-webkit-scrollbar-track { background-color: rgba(93,108,249,0.35); } #ays-quiz-container-14579 .select2-results__options::-webkit-scrollbar-thumb { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.55); } #ays-quiz-container-14579 .select2-results__options::-webkit-scrollbar-thumb:hover { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.85); } .ays-quiz-wrap #ays-quiz-container-14579 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } .ays-quiz-wrap #ays-quiz-container-14579 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } /* WooCommerce product */ #ays-quiz-container-14579 .ays-woo-block { background-color: rgba(93,108,249,0.8); } #ays-quiz-container-14579 .ays-woo-product-block h4.ays-woo-product-price > a, #ays-quiz-container-14579 .ays-woo-product-block h4.ays-woo-product-title > a { color: #000000; } #ays-quiz-container-1 .ays-woo-product-block h4.ays-woo-product-price > a { text-decoration: unset; } /* Audio / Video */ #ays-quiz-container-14579 .mejs-container .mejs-time{ box-sizing: unset; } #ays-quiz-container-14579 .mejs-container .mejs-time-rail { padding-top: 15px; } #ays-quiz-container-14579 .mejs-container .mejs-mediaelement video { margin: 0; } /* Limitation */ #ays-quiz-container-14579 .ays-quiz-limitation-count-of-takers { padding: 50px; } #ays-quiz-container-14579 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show, #ays-quiz-container-14579 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-hide{ color: #000000; } #ays-quiz-container-14579 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-14579 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-14579 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000000; } #ays-quiz-container-14579.ays_quiz_elegant_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after, #ays-quiz-container-14579.ays_quiz_rect_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000; } /* Hestia theme (Version: 3.0.16) | Start */ #ays-quiz-container-14579 .mejs-container .mejs-inner .mejs-controls .mejs-button > button:hover, #ays-quiz-container-14579 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { box-shadow: unset; background-color: transparent; } #ays-quiz-container-14579 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { margin: 10px 6px; } /* Hestia theme (Version: 3.0.16) | End */ /* Go theme (Version: 1.4.3) | Start */ #ays-quiz-container-14579 label[for^='ays-answer']:before, #ays-quiz-container-14579 label[for^='ays-answer']:before { -webkit-mask-image: unset; mask-image: unset; } #ays-quiz-container-14579 .ays_question_report { text-align: right; } div#ays-quiz-container-14579 .ays_question_report .ays-quiz-open-report-window { fill: #000000; } #ays-quiz-container-14579 .ays-export-quiz-button-container { position: relative; right: 100px; top: -5px; right: -5px; margin: 0; z-index: 1000; display: flex; justify-content: flex-end; } #ays-quiz-container-14579.ays_quiz_classic_light .ays-field input:checked+label.answered:before, #ays-quiz-container-14579.ays_quiz_classic_dark .ays-field input:checked+label.answered:before { background-color: #5d6cf9 !important; } #ays-quiz-container-14579.ays_quiz_classic_light .ays-field input:checked+label.answered.correct:before, #ays-quiz-container-14579.ays_quiz_classic_dark .ays-field input:checked+label.answered.correct:before { background-color: #27ae60 !important; } #ays-quiz-container-14579.ays_quiz_classic_light .ays-field input:checked+label.answered.wrong:before, #ays-quiz-container-14579.ays_quiz_classic_dark .ays-field input:checked+label.answered.wrong:before { background-color: #cc3700 !important; } /* Go theme (Version: 1.4.3) | End */ #ays-quiz-container-14579 .ays_quiz_results fieldset.ays_fieldset .ays_quiz_question .wp-video { width: 100% !important; max-width: 100%; } /* Classic Dark / Classic Light */ /* Dropdown questions right/wrong styles */ #ays-quiz-container-14579.ays_quiz_classic_dark .correct_div, #ays-quiz-container-14579.ays_quiz_classic_light .correct_div{ border-color: green !important; opacity: 1 !important; background-color: rgba(39,174,96,0.4) !important; } #ays-quiz-container-14579.ays_quiz_classic_dark .correct_div .selected-field, #ays-quiz-container-14579.ays_quiz_classic_light .correct_div .selected-field { padding: 0px 10px 0px 10px; color: green !important; } #ays-quiz-container-14579.ays_quiz_classic_dark .wrong_div, #ays-quiz-container-14579.ays_quiz_classic_light .wrong_div{ border-color: red !important; opacity: 1 !important; background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-14579.ays_quiz_classic_dark .ays-field.checked_answer_div.wrong_div input:checked~label, #ays-quiz-container-14579.ays_quiz_classic_light .ays-field.checked_answer_div.wrong_div input:checked~label { background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-14579 .ays_question_result .ays-field .ays_quiz_hide_correct_answer:after{ content: '' !important; } #ays-quiz-container-14579 .ays_question_result .ays_quiz_question .ays-quiz-fill-in-blank-input { color: #000000 !important; } #ays-quiz-container-14579 .ays_quiz_results .step.ays_question_result:last-child { padding-bottom: 20px; } #ays-quiz-container-14579 .ays-quiz-close-full-screen { fill: #000000; } #ays-quiz-container-14579 .ays-quiz-open-full-screen { fill: #000000; } #ays-quiz-container-14579 .ays_quiz_login_form p{ color: #000000; } /* Personality Test | Start */ #ays-quiz-container-14579 .ays-quiz-personality-result-box .ays-quiz-personality-result-description p { text-align: left; padding: 0; } #ays-quiz-container-14579 .ays-quiz-personality-result-box { background: white; border-radius: 17px; box-shadow: 0px 0px 20px rgba(98, 85, 165, 0.1); /*padding: 30px 3% 40px;*/ padding: 20px 30px; margin: 30px 0; font-size: 16px; } #ays-quiz-container-14579 .ays-quiz-personality-result-box .ays-quiz-personality-result-title { color: #413A5C; font-size: 23px; margin: 0; text-align: left; font-weight: bold; } div#ays-quiz-container-14579.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description { margin: 0; font-size: 16px; text-align: left; color: #413A5C; } div#ays-quiz-container-14579.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description * { color: #413A5C; } #ays-quiz-container-14579 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress { width: 100%; background-color: rgba(128, 126, 137, 0.1); border-radius: 15px; position: relative; display: flex; /* justify-content: flex-end; */ margin-top: 1rem; margin-bottom: 1rem; } #ays-quiz-container-14579 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress-end { justify-content: flex-end; } #ays-quiz-container-14579 .ays-quiz-personality-result-box .ays-quiz-personality-result-bar { height: 30px; border-radius: 15px; color: white; font-size: 18px; padding: 3px 15px 0; } #ays-quiz-container-14579 .ays-quiz-personality-result-box .ays-quiz-personality-result-percentages { position: absolute; width: 100%; padding: 4px 15px; top: 0; -ms-flex-pack: justify; justify-content: space-between; display: -ms-flexbox; display: flex; } #ays-quiz-container-14579 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box div, #ays-quiz-container-14579 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-dark-purple { color: #413A5C; } #ays-quiz-container-14579 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-white { color: #ffffff; } #ays-quiz-container-14579 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-percentage { font-weight: bolder; } #ays-quiz-container-14579 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; } #ays-quiz-container-14579 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-bar { background-color: #6255A5; } #ays-quiz-container-14579 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-keyword-text-color { color: #6255A5; } #ays-quiz-container-14579 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-bar { background-color: #F2C94C; } #ays-quiz-container-14579 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-keyword-text-color { color: #F2C94C; } #ays-quiz-container-14579 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-bar { background-color: #88D29D; } #ays-quiz-container-14579 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-keyword-text-color { color: #88D29D; } #ays-quiz-container-14579 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-bar { background-color: #E5A69D; } #ays-quiz-container-14579 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-keyword-text-color { color: #E5A69D; } #ays-quiz-container-14579 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-bar { background-color: #03A9F4; } #ays-quiz-container-14579 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-keyword-text-color { color: #03A9F4; } #ays-quiz-container-14579 .ays-quiz-personality-result-box div:before, #ays-quiz-container-14579 .ays-quiz-personality-result-box div:after { content: unset; } /* Personality Test | End */ /* report questions modal start */ .ays-modal-reports { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.4); animation-duration: .5s; background-color: rgba(0, 0, 0, 0.4); } #ays-quiz-question-report-modal-14579 .ays-modal-content-reports { background-color: #fefefe; margin: 10% auto; border: 1px solid #888; max-width: 500px; width: 100%; border-radius: 10px; padding: 20px; box-sizing: border-box; position: relative; } #ays-quiz-question-report-modal-14579 .ays-modal-content-reports label{ display: block; margin-bottom: 10px; font-weight: bold; letter-spacing: normal; } #ays-quiz-question-report-modal-14579 .ays-modal-content-reports textarea { display: block; width: 100%; height: 100px; padding: 5px; box-sizing: border-box; border-radius: 5px; border: 1px solid #ccc; max-width: 100%; max-height: 500px; resize: vertical; transition: unset; } #ays-quiz-question-report-modal-14579 .ays-modal-content-reports input.ays-quiz-submit-question-report { background-color: #0073aa; color: #fff; border: none; border-radius: 5px; padding: 10px 20px; cursor: pointer; margin-top: 20px; line-height: normal; letter-spacing: normal; box-shadow: unset; background-image: unset; } #ays-quiz-question-report-modal-14579 .ays-close-reports-window { color: #aaa; font-weight: bold; position: absolute; top: 1%; right: 1%; } #ays-quiz-question-report-modal-14579 .ays-close-reports-window img { box-shadow: unset; } #ays-quiz-question-report-modal-14579 .ays-close-reports-window img:hover, #ays-quiz-question-report-modal-14579 .ays-close-reports-window img:focus { cursor: pointer; } #ays-quiz-question-report-modal-14579 .ays-quiz-question-report-error { display: none; font-size: 13px; color: #f00; text-align: left; } #ays-quiz-question-report-modal-14579 .ays-quiz-question-report-textarea-label, #ays-quiz-question-report-modal-14579 .ays-quiz-question-report-title { text-align: left; } #ays-quiz-question-report-modal-14579 .ays_quiz_modal_overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; position: absolute; z-index: 1000000000; flex-direction: column; } #ays-quiz-question-report-modal-14579 .ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment { margin: 10px 0; } /* report questions modal end */ @media screen and (max-width: 768px){ #ays-quiz-container-14579{ max-width: 100%; } div#ays-quiz-container-14579 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } div#ays-quiz-container-14579.ays_quiz_modern_light .step, div#ays-quiz-container-14579.ays_quiz_modern_dark .step { padding-right: 0px !important; padding-top: 0px !important; } div#ays-quiz-container-14579.ays_quiz_modern_light div.step[data-question-id], div#ays-quiz-container-14579.ays_quiz_modern_dark div.step[data-question-id] { background-size: cover !important; background-position: center center !important; } div#ays-quiz-container-14579.ays_quiz_modern_light .ays-abs-fs:not(.ays-start-page):not(.ays-end-page), div#ays-quiz-container-14579.ays_quiz_modern_dark .ays-abs-fs:not(.ays-start-page):not(.ays-end-page) { width: 100%; } #ays-quiz-container-14579 .ays_quiz_question p { font-size: 16px; } #ays-quiz-container-14579 .select2-container, div#ays-quiz-container-14579 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } div#ays-quiz-container-14579 input#ays-submit, div#ays-quiz-container-14579 #ays_finish_quiz_14579 .action-button, div#ays-quiz-container-14579 #ays_finish_quiz_14579 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, div#ays-quiz-container-14579 #ays_finish_quiz_14579 .action-button.ays_restart_button, #ays-quiz-container-14579 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-14579 .ays-quiz-category-selective-submit-bttn { font-size: 18px; } div#ays-quiz-container-14579 div.ays-questions-container div.ays-woo-block { width: 100%; } /* Quiz title / mobile font size */ div#ays-quiz-container-14579 .ays-fs-title { font-size: 20px; } /* Question explanation / mobile font size */ #ays-quiz-container-14579 .ays_questtion_explanation p { font-size:16px; } /* Wrong answers / mobile font size */ #ays-quiz-container-14579 .wrong_answer_text p { font-size:16px; } /* Right answers / mobile font size */ #ays-quiz-container-14579 .right_answer_text p { font-size:16px; } /* Note text / mobile font size */ #ays-quiz-container-14579 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-14579 div.ays-quiz-personality-result-box .ays-quiz-personality-result-title { font-size: 18px; } /* Personality Test */ #ays-quiz-container-14579 div.ays-quiz-personality-result-box .ays-quiz-personality-result-bar { font-size: 14px; padding: 6px 10px 0; } } /* Custom css styles */ /* RTL direction styles */ </style> <style> #ays-quiz-container-14579 p { margin: 0.625em; } #ays-quiz-container-14579.ays_quiz_classic_light .enable_correction .ays-field.checked_answer_div input:checked+label, #ays-quiz-container-14579.ays_quiz_classic_dark .enable_correction .ays-field.checked_answer_div input:checked+label { /* background-color: transparent; */ } #ays-quiz-container-14579 .ays-field.checked_answer_div input:checked~label { background-color: rgba(93,108,249,0.6); } #ays-quiz-container-14579.ays-quiz-container.ays_quiz_classic_light .ays-questions-container .ays-field:hover label[for^='ays-answer-'], #ays-quiz-container-14579 .ays-field:hover{ background: rgba(93,108,249,0.8); color: #fff; transition: all .3s; } #ays-quiz-container-14579 #ays_finish_quiz_14579 .action-button:hover, #ays-quiz-container-14579 #ays_finish_quiz_14579 .action-button:focus, #ays-quiz-container-14579 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-14579 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 3px #ffffff; background: #5d6cf9; } </style><script> if(typeof aysQuizOptions === 'undefined'){ var aysQuizOptions = []; } aysQuizOptions['14579'] = 'eyJxdWl6X3ZlcnNpb24iOiIyMS44LjEiLCJjb3JlX3ZlcnNpb24iOiI2LjcuMiIsInBocF92ZXJzaW9uIjoiOC4xLjMxIiwiY29sb3IiOiIjNWQ2Y2Y5IiwiYmdfY29sb3IiOiIjZmZmIiwidGV4dF9jb2xvciI6IiMwMDAwMDAiLCJoZWlnaHQiOjQ1MCwid2lkdGgiOjgwMCwiZW5hYmxlX2xvZ2dlZF91c2VycyI6Im9mZiIsImluZm9ybWF0aW9uX2Zvcm0iOiJkaXNhYmxlIiwiZm9ybV9uYW1lIjoib2ZmIiwiZm9ybV9lbWFpbCI6Im9mZiIsImZvcm1fcGhvbmUiOiJvZmYiLCJpbWFnZV93aWR0aCI6IiIsImltYWdlX2hlaWdodCI6IiIsImVuYWJsZV9jb3JyZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3Byb2dyZXNzX2JhciI6Im9mZiIsImVuYWJsZV9xdWVzdGlvbnNfcmVzdWx0Ijoib24iLCJyYW5kb21pemVfcXVlc3Rpb25zIjoib2ZmIiwicmFuZG9taXplX2Fuc3dlcnMiOiJvZmYiLCJlbmFibGVfcXVlc3Rpb25zX2NvdW50ZXIiOiJvbiIsImVuYWJsZV9yZXN0cmljdGlvbl9wYXNzIjoib2ZmIiwiZW5hYmxlX3Jlc3RyaWN0aW9uX3Bhc3NfdXNlcnMiOiJvZmYiLCJyZXN0cmljdGlvbl9wYXNzX21lc3NhZ2UiOiIiLCJyZXN0cmljdGlvbl9wYXNzX3VzZXJzX21lc3NhZ2UiOiIiLCJ1c2VyX3JvbGUiOltdLCJheXNfdXNlcnNfc2VhcmNoIjpbXSwiY3VzdG9tX2NzcyI6IiIsImxpbWl0X3VzZXJzIjoib2ZmIiwibGltaXRhdGlvbl9tZXNzYWdlIjoiIiwicmVkaXJlY3RfdXJsIjoiIiwicmVkaXJlY3Rpb25fZGVsYXkiOjAsImFuc3dlcnNfdmlldyI6Imxpc3QiLCJlbmFibGVfcnRsX2RpcmVjdGlvbiI6Im9mZiIsImVuYWJsZV9sb2dnZWRfdXNlcnNfbWVzc2FnZSI6IiIsInF1ZXN0aW9uc19jb3VudCI6IiIsImVuYWJsZV9xdWVzdGlvbl9iYW5rIjoib2ZmIiwiZW5hYmxlX2xpdmVfcHJvZ3Jlc3NfYmFyIjoib2ZmIiwiZW5hYmxlX3BlcmNlbnRfdmlldyI6Im9mZiIsImVuYWJsZV9hdmVyYWdlX3N0YXRpc3RpY2FsIjoib24iLCJlbmFibGVfbmV4dF9idXR0b24iOiJvbiIsImVuYWJsZV9wcmV2aW91c19idXR0b24iOiJvbiIsImVuYWJsZV9hcnJvd3MiOiJvZmYiLCJ0aW1lcl90ZXh0IjoiQlx1MWVhMW4gXHUwMTExXHUwMGUzIHNcdTFlYjVuIHNcdTAwZTBuZyBjaFx1MDFiMGE/IDQ1IHBoXHUwMGZhdCBsXHUwMGUwbSBiXHUwMGUwaSBiXHUxZWFmdCBcdTAxMTFcdTFlYTd1ISEhIiwicXVpel90aGVtZSI6ImNsYXNzaWNfbGlnaHQiLCJlbmFibGVfc29jaWFsX2J1dHRvbnMiOiJvZmYiLCJmaW5hbF9yZXN1bHRfdGV4dCI6IjxpbWcgY2xhc3M9XCJzaXplLWZ1bGwgd3AtaW1hZ2UtNDI5IGFsaWduY2VudGVyXCIgc3JjPVwiaHR0cDpcL1wvY2F1aG9pLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDNcL2NvbmdyYXR1bGF0aW9ucy5naWZcIiBhbHQ9XCJcIiB3aWR0aD1cIjQ5OVwiIGhlaWdodD1cIjE4MVwiIFwvPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNoXHUwMGZhYyBtXHUxZWVibmcgYlx1MWVhMW4gXHUwMTExXHUwMGUzIGhvXHUwMGUwbiB0aFx1MDBlMG5oIGJcdTAwZTBpIHRoaSEhITxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkJcdTFlYTFuIFx1MDExMVx1MDBmYW5nIDxzcGFuIHN0eWxlPVwidmVydGljYWwtYWxpZ246IGluaGVyaXQ7XCI+JSV1c2VyX2NvcnJlY3RzX2NvdW50JSVcLyUlcXVlc3Rpb25zX2NvdW50JSU8XC9zcGFuPjxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNcdTAwZjluZyB4ZW0gXHUwMTExXHUwMGUxcCBcdTAwZTFuIFx1MWVkZiBiXHUwMGVhbiBkXHUwMWIwXHUxZWRiaSBcdTAxMTFcdTAwZTJ5IG5oXHUwMGU5ISEhPFwvc3Ryb25nPjxcL3A+IiwiZW5hYmxlX3Bhc3NfY291bnQiOiJvbiIsImhpZGVfc2NvcmUiOiJvbiIsInJhdGVfZm9ybV90aXRsZSI6IiIsImJveF9zaGFkb3dfY29sb3IiOiIjYzljOWM5IiwicXVpel9ib3JkZXJfcmFkaXVzIjoiOCIsInF1aXpfYmdfaW1hZ2UiOiIiLCJxdWl6X2JvcmRlcl93aWR0aCI6IjEiLCJxdWl6X2JvcmRlcl9zdHlsZSI6InNvbGlkIiwicXVpel9ib3JkZXJfY29sb3IiOiIjMDAwIiwicXVpel9sb2FkZXIiOiJkZWZhdWx0IiwicXVlc3RfYW5pbWF0aW9uIjoic2hha2UiLCJlbmFibGVfYmdfbXVzaWMiOiJvZmYiLCJxdWl6X2JnX211c2ljIjoiIiwiYW5zd2Vyc19mb250X3NpemUiOjE1LCJzaG93X2NyZWF0ZV9kYXRlIjoib2ZmIiwic2hvd19hdXRob3IiOiJvZmYiLCJlbmFibGVfZWFybHlfZmluaXNoIjoib2ZmIiwiYW5zd2Vyc19yd190ZXh0cyI6Im9uX3Bhc3NpbmciLCJkaXNhYmxlX3N0b3JlX2RhdGEiOiJvZmYiLCJlbmFibGVfYmFja2dyb3VuZF9ncmFkaWVudCI6Im9mZiIsImJhY2tncm91bmRfZ3JhZGllbnRfY29sb3JfMSI6IiMwMDAiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2NvbG9yXzIiOiIjZmZmIiwicXVpel9ncmFkaWVudF9kaXJlY3Rpb24iOiJ2ZXJ0aWNhbCIsInJlZGlyZWN0X2FmdGVyX3N1Ym1pdCI6Im9mZiIsInN1Ym1pdF9yZWRpcmVjdF91cmwiOiIiLCJzdWJtaXRfcmVkaXJlY3RfZGVsYXkiOiIwIiwicHJvZ3Jlc3NfYmFyX3N0eWxlIjoidGhpcmQiLCJlbmFibGVfZXhpdF9idXR0b24iOiJvZmYiLCJleGl0X3JlZGlyZWN0X3VybCI6IiIsImltYWdlX3NpemluZyI6ImNvdmVyIiwicXVpel9iZ19pbWFnZV9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJjdXN0b21fY2xhc3MiOiIiLCJlbmFibGVfc29jaWFsX2xpbmtzIjoib2ZmIiwic29jaWFsX2xpbmtzIjp7ImxpbmtlZGluX2xpbmsiOiIiLCJmYWNlYm9va19saW5rIjoiIiwidHdpdHRlcl9saW5rIjoiIiwidmtvbnRha3RlX2xpbmsiOiIiLCJpbnN0YWdyYW1fbGluayI6IiIsInlvdXR1YmVfbGluayI6IiIsImJlaGFuY2VfbGluayI6IiJ9LCJzaG93X3F1aXpfdGl0bGUiOiJvbiIsInNob3dfcXVpel9kZXNjIjoib24iLCJzaG93X2xvZ2luX2Zvcm0iOiJvZmYiLCJtb2JpbGVfbWF4X3dpZHRoIjoiIiwibGltaXRfdXNlcnNfYnkiOiJpcCIsImV4cGxhbmF0aW9uX3RpbWUiOiI0IiwiZW5hYmxlX2NsZWFyX2Fuc3dlciI6Im9mZiIsInNob3dfY2F0ZWdvcnkiOiJvbiIsInNob3dfcXVlc3Rpb25fY2F0ZWdvcnkiOiJvbiIsImFuc3dlcnNfcGFkZGluZyI6IjUiLCJhbnN3ZXJzX2JvcmRlciI6Im9uIiwiYW5zd2Vyc19ib3JkZXJfd2lkdGgiOiIxIiwiYW5zd2Vyc19ib3JkZXJfc3R5bGUiOiJzb2xpZCIsImFuc3dlcnNfYm9yZGVyX2NvbG9yIjoiI2RkZGRkZCIsImFuc19pbWdfaGVpZ2h0IjoiMTUwIiwiYW5zX2ltZ19jYXB0aW9uX3N0eWxlIjoib3V0c2lkZSIsImFuc19pbWdfY2FwdGlvbl9wb3NpdGlvbiI6ImJvdHRvbSIsImFuc3dlcnNfYm94X3NoYWRvdyI6Im9mZiIsImFuc3dlcnNfYm94X3NoYWRvd19jb2xvciI6IiMwMDAiLCJzaG93X2Fuc3dlcnNfY2FwdGlvbiI6Im9uIiwiYW5zd2Vyc19tYXJnaW4iOjEyLCJhbnNfcmlnaHRfd3JvbmdfaWNvbiI6Im5vbmUiLCJkaXNwbGF5X3Njb3JlIjoiYnlfcG9pbnRzIiwiZW5hYmxlX3J3X2FzbndlcnNfc291bmRzIjoib2ZmIiwicXVpel9iZ19pbWdfaW5fZmluaXNoX3BhZ2UiOiJvZmYiLCJmaW5pc2hfYWZ0ZXJfd3JvbmdfYW5zd2VyIjoib2ZmIiwiYWZ0ZXJfdGltZXJfdGV4dCI6IkJcdTFlYTFuIFx1MDExMVx1MDBlMyBoXHUxZWJmdCBnaVx1MWVkZCBsXHUwMGUwbSBiXHUwMGUwaSEgWGVtIGtcdTFlYmZ0IHF1XHUxZWEzIGNcdTAwZTFjIGNcdTAwZTJ1IGhcdTFlY2ZpIFx1MDExMVx1MDBlMyBsXHUwMGUwbSBuaFx1MDBlOSEhISIsImVuYWJsZV9lbnRlcl9rZXkiOiJvbiIsInNob3dfcmF0ZV9hZnRlcl9yYXRlIjoib24iLCJidXR0b25zX3RleHRfY29sb3IiOiIjZmZmZmZmIiwiYnV0dG9uc19wb3NpdGlvbiI6ImNlbnRlciIsImJ1dHRvbnNfc2l6ZSI6ImxhcmdlIiwiYnV0dG9uc19mb250X3NpemUiOiIxOCIsImJ1dHRvbnNfd2lkdGgiOiIiLCJidXR0b25zX2xlZnRfcmlnaHRfcGFkZGluZyI6IjM2IiwiYnV0dG9uc190b3BfYm90dG9tX3BhZGRpbmciOiIxNCIsImJ1dHRvbnNfYm9yZGVyX3JhZGl1cyI6IjgiLCJlbmFibGVfYXVkaW9fYXV0b3BsYXkiOiJvZmYiLCJlbmFibGVfbGVhdmVfcGFnZSI6Im9uIiwic2hvd19vbmx5X3dyb25nX2Fuc3dlciI6Im9mZiIsInBhc3Nfc2NvcmUiOjAsInBhc3Nfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DaFx1MDBmYWMgbVx1MWVlYm5nITxcL2g0PlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5CXHUxZWExbiBcdTAxMTFcdTAwZTMgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSE8XC9wPiIsImZhaWxfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cdTAxMTBcdTAwZTFuZyB0aVx1MWViZmMhPFwvaDQ+XHJcbjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkJcdTFlYTFuIGtoXHUwMGY0bmcgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSFcclxuSFx1MDBlM3kgdGhcdTFlZWQgbFx1MWVhMWkgbmhcdTAwZTkhPFwvcD4iLCJhbnN3ZXJzX29iamVjdF9maXQiOiJjb3ZlciIsInF1aXpfbWF4X3Bhc3NfY291bnQiOjEsInF1ZXN0aW9uX2ZvbnRfc2l6ZSI6MTYsInF1aXpfd2lkdGhfYnlfcGVyY2VudGFnZV9weCI6InBpeGVscyIsInF1ZXN0aW9uc19oaW50X2ljb25fb3JfdGV4dCI6ImRlZmF1bHQiLCJxdWVzdGlvbnNfaGludF92YWx1ZSI6IiIsImVuYWJsZV9lYXJseV9maW5zaF9jb21maXJtX2JveCI6Im9uIiwiaGlkZV9jb3JyZWN0X2Fuc3dlcnMiOiJvZmYiLCJxdWl6X2xvYWRlcl90ZXh0X3ZhbHVlIjoiIiwic2hvd19pbmZvcm1hdGlvbl9mb3JtIjoib24iLCJzaG93X3F1ZXN0aW9uc19leHBsYW5hdGlvbiI6Im9uX3Jlc3VsdHNfcGFnZSIsImVuYWJsZV9xdWVzdGlvbnNfb3JkZXJpbmdfYnlfY2F0Ijoib2ZmIiwiZW5hYmxlX3NlbmRfbWFpbF90b191c2VyX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJlbmFibGVfc2VuZF9tYWlsX3RvX2FkbWluX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJzaG93X3F1ZXN0aW9uc19udW1iZXJpbmciOiJub25lIiwic2hvd19hbnN3ZXJzX251bWJlcmluZyI6Im5vbmUiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmIjoiIiwiZGlzYWJsZV9ob3Zlcl9lZmZlY3QiOiJvZmYiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmX3dpZHRoIjoxMDAsInF1aXpfdGl0bGVfdHJhbnNmb3JtYXRpb24iOiJ1cHBlcmNhc2UiLCJxdWl6X2ltYWdlX3dpZHRoX2J5X3BlcmNlbnRhZ2VfcHgiOiJwaXhlbHMiLCJxdWl6X2ltYWdlX2hlaWdodCI6MCwicXVpel9iZ19pbWdfb25fc3RhcnRfcGFnZSI6Im9mZiIsInF1aXpfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9ib3hfc2hhZG93X3lfb2Zmc2V0IjowLCJxdWl6X2JveF9zaGFkb3dfel9vZmZzZXQiOjE1LCJxdWl6X3F1ZXN0aW9uX3RleHRfYWxpZ25tZW50IjoiY2VudGVyIiwicXVpel9hcnJvd190eXBlIjoiZGVmYXVsdCIsInF1aXpfc2hvd193cm9uZ19hbnN3ZXJzX2ZpcnN0Ijoib2ZmIiwicXVpel9kaXNwbGF5X2FsbF9xdWVzdGlvbnMiOiJvbiIsInF1aXpfdGltZXJfcmVkX3dhcm5pbmciOiJvbiIsInF1aXpfc2NoZWR1bGVfdGltZXpvbmUiOiJVVEMrMCIsInF1ZXN0aW9uc19oaW50X2J1dHRvbl92YWx1ZSI6IiIsInF1aXpfdGFja2Vyc19tZXNzYWdlIjoiVGhpcyBxdWl6IGlzIGV4cGlyZWQhIiwicXVpel9lbmFibGVfbGlua2VkaW5fc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV9mYWNlYm9va19zaGFyZV9idXR0b24iOiJvbiIsInF1aXpfZW5hYmxlX3R3aXR0ZXJfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV92a29udGFrdGVfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X21ha2VfcmVzcG9uc2VzX2Fub255bW91cyI6Im9mZiIsInF1aXpfbWFrZV9hbGxfcmV2aWV3X2xpbmsiOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3RpbWVyIjoiVGhcdTFlZGRpIGdpYW4gY1x1MDBmMm4gbFx1MWVhMWkiLCJxdWl6X3Bhc3N3b3JkX21lc3NhZ2UiOiIiLCJlbmFibGVfc2VlX3Jlc3VsdF9jb25maXJtX2JveCI6Im9mZiIsImRpc3BsYXlfZmllbGRzX2xhYmVscyI6Im9mZiIsInF1aXpfZW5hYmxlX3Bhc3N3b3JkX3Zpc2liaWxpdHkiOiJvZmYiLCJxdWVzdGlvbl9tb2JpbGVfZm9udF9zaXplIjoxNiwiYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNSwic29jaWFsX2J1dHRvbnNfaGVhZGluZyI6IiIsInNvY2lhbF9saW5rc19oZWFkaW5nIjoiIiwicXVpel9lbmFibGVfcXVlc3Rpb25fY2F0ZWdvcnlfZGVzY3JpcHRpb24iOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3JlZGlyZWN0X3RpbWVyIjoiIiwiYnV0dG9uc19tb2JpbGVfZm9udF9zaXplIjoxOCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd195X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd196X29mZnNldCI6MTAsInF1aXpfZW5hYmxlX3RpdGxlX3RleHRfc2hhZG93Ijoib2ZmIiwicXVpel90aXRsZV90ZXh0X3NoYWRvd19jb2xvciI6IiMzMzMiLCJyaWdodF9hbnN3ZXJzX2ZvbnRfc2l6ZSI6MTYsIndyb25nX2Fuc3dlcnNfZm9udF9zaXplIjoxNiwicXVlc3RfZXhwbGFuYXRpb25fZm9udF9zaXplIjoxNiwicXVpel93YWl0aW5nX3RpbWUiOiJvZmYiLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3hfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3lfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3pfb2Zmc2V0IjoyLCJxdWl6X3Nob3dfb25seV93cm9uZ19hbnN3ZXJzIjoib2ZmIiwicXVpel90aXRsZV9mb250X3NpemUiOjI4LCJxdWl6X3RpdGxlX21vYmlsZV9mb250X3NpemUiOjIwLCJxdWl6X3Bhc3N3b3JkX3dpZHRoIjoiIiwicXVpel9yZXZpZXdfcGxhY2Vob2xkZXJfdGV4dCI6IiIsInF1aXpfbWFrZV9yZXZpZXdfcmVxdWlyZWQiOiJvZmYiLCJxdWl6X2VuYWJsZV9yZXN1bHRzX3RvZ2dsZSI6Im9mZiIsInF1aXpfcmV2aWV3X3RoYW5rX3lvdV9tZXNzYWdlIjoiIiwicXVpel9yZXZpZXdfZW5hYmxlX2NvbW1lbnRfZmllbGQiOiJvbiIsInF1ZXN0X2V4cGxhbmF0aW9uX21vYmlsZV9mb250X3NpemUiOjE2LCJ3cm9uZ19hbnN3ZXJzX21vYmlsZV9mb250X3NpemUiOjE2LCJxdWl6X2VuYWJsZV9xdWVzdGlvbl9pbWFnZV96b29tIjoib2ZmIiwicmlnaHRfYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNiwicXVpel9kaXNwbGF5X21lc3NhZ2VzX2JlZm9yZV9idXR0b25zIjoib2ZmIiwiZW5hYmxlX3F1ZXN0aW9uc19yZXBvcnRpbmciOiJvZmYiLCJxdWl6X2VuYWJsZV9xdWVzdGlvbnNfcmVwb3J0aW5nX21haWwiOiJvZmYiLCJxdWl6X2VuYWJsZV91c2VyX2NcdTA1NzBvb3NpbmdfYW5vbnltb3VzX2Fzc2Vzc21lbnQiOiJvZmYiLCJub3RlX3RleHRfZm9udF9zaXplIjoxNCwibm90ZV90ZXh0X21vYmlsZV9mb250X3NpemUiOjE0LCJxdWl6X3F1ZXN0aW9uc19udW1iZXJpbmdfYnlfY2F0ZWdvcnkiOiJvZmYiLCJxdWl6X2VuYWJsZV9jdXN0b21fdGV4dHNfZm9yX2J1dHRvbnMiOiJvZmYiLCJxdWl6X2N1c3RvbV90ZXh0c19zdGFydF9idXR0b24iOiJTdGFydCIsInF1aXpfY3VzdG9tX3RleHRzX25leHRfYnV0dG9uIjoiTmV4dCIsInF1aXpfY3VzdG9tX3RleHRzX3ByZXZfYnV0dG9uIjoiUHJldiIsInF1aXpfY3VzdG9tX3RleHRzX2NsZWFyX2J1dHRvbiI6IkNsZWFyIiwicXVpel9jdXN0b21fdGV4dHNfZmluaXNoX2J1dHRvbiI6IkZpbmlzaCIsInF1aXpfY3VzdG9tX3RleHRzX3NlZV9yZXN1bHRzX2J1dHRvbiI6IlNlZSBSZXN1bHQiLCJxdWl6X2N1c3RvbV90ZXh0c19yZXN0YXJ0X3F1aXpfYnV0dG9uIjoiUmVzdGFydCBxdWl6IiwicXVpel9jdXN0b21fdGV4dHNfc2VuZF9mZWVkYmFja19idXR0b24iOiJTZW5kIGZlZWRiYWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9hZF9tb3JlX2J1dHRvbiI6IkxvYWQgbW9yZSIsInF1aXpfY3VzdG9tX3RleHRzX2V4aXRfYnV0dG9uIjoiRXhpdCIsInF1aXpfY3VzdG9tX3RleHRzX2NoZWNrX2J1dHRvbiI6IkNoZWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9naW5fYnV0dG9uIjoiTG9nIEluIiwicXVpel9lbmFibGVfcXVpel9jYXRlZ29yeV9kZXNjcmlwdGlvbiI6Im9mZiIsInF1aXpfYWRtaW5fbm90ZV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJxdWl6X2dyaWRfdmlld19jb3VudCI6IjIiLCJxdWl6X2dyaWRfaW1hZ2VfdmlldyI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9yaWdodF9hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel93cm9uZ19hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3JpZ2h0X2Fuc3dlcnNfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInF1aXpfd3JvbmdfYW5zd2Vyc190ZXh0X2RlY29yYXRpb24iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfYmdfaW1nX2R1cmluZ190aGVfcXVpeiI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fbGV0dGVyX3NwYWNpbmciOiIwIiwicXVpel9yaWdodF9hbnN3ZXJzX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfd3JvbmdfYW5zd2Vyc19sZXR0ZXJfc3BhY2luZyI6IjAiLCJxdWl6X2FkbWluX25vdGVfZm9udF93ZWlnaHQiOiJub3JtYWwiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9yaWdodF9hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel93cm9uZ19hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9jb250ZW50X21heF93aWR0aCI6OTAsInF1aXpfY29udGVudF9tb2JpbGVfbWF4X3dpZHRoIjo5MCwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2UiOm51bGwsInF1ZXN0aW9uX2NvdW50X3Blcl9wYWdlX251bWJlciI6IiIsIm1haWxfbWVzc2FnZSI6IiIsImVuYWJsZV9jZXJ0aWZpY2F0ZSI6Im9mZiIsImVuYWJsZV9jZXJ0aWZpY2F0ZV93aXRob3V0X3NlbmQiOiJvZmYiLCJjZXJ0aWZpY2F0ZV9wYXNzIjoiMCIsImZvcm1fdGl0bGUiOiIiLCJjZXJ0aWZpY2F0ZV90aXRsZSI6IjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiA1MHB4OyBmb250LXdlaWdodDogYm9sZDtcIj5DZXJ0aWZpY2F0ZSBvZiBDb21wbGV0aW9uPFwvc3Bhbj4iLCJjZXJ0aWZpY2F0ZV9ib2R5IjoiPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+VGhpcyBpcyB0byBjZXJ0aWZ5IHRoYXQ8XC9pPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMzBweDtcIj48Yj4lJXVzZXJfbmFtZSUlPFwvYj48XC9zcGFuPlxyXG5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+aGFzIGNvbXBsZXRlZCB0aGUgcXVpejxcL2k+PFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAzMHB4O1wiPlwiJSVxdWl6X25hbWUlJVwiPFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAyMHB4O1wiPndpdGggYSBzY29yZSBvZiA8Yj4lJXNjb3JlJSU8XC9iPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMjVweDtcIj48aT5kYXRlZDxcL2k+PFwvc3Bhbj5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDMwcHg7XCI+JSVjdXJyZW50X2RhdGUlJTxcL3NwYW4+IiwibWFpbGNoaW1wX2xpc3QiOiIiLCJlbmFibGVfbWFpbGNoaW1wIjoib2ZmIiwiZW5hYmxlX2RvdWJsZV9vcHRfaW4iOiJvZmYiLCJhY3RpdmVfZGF0ZV9jaGVjayI6Im9mZiIsImFjdGl2ZUludGVydmFsIjoiMjAyNS0wMy0yOCAxNDo0NjowOCIsImRlYWN0aXZlSW50ZXJ2YWwiOiIyMDI1LTAzLTI4IDE0OjQ2OjA4IiwiYWN0aXZlX2RhdGVfbWVzc2FnZSI6IlRoZSBxdWl6IGhhcyBleHBpcmVkISIsImFjdGl2ZV9kYXRlX3ByZV9zdGFydF9tZXNzYWdlIjoiVGhlIHF1aXogd2lsbCBiZSBhdmFpbGFibGUgc29vbiEiLCJjaGVja2JveF9zY29yZV9ieSI6Im9uIiwiY2FsY3VsYXRlX3Njb3JlIjoiYnlfY29ycmVjdG5lc3MiLCJzZW5kX3Jlc3VsdHNfdXNlciI6Im9mZiIsInNlbmRfaW50ZXJ2YWxfbXNnIjoib2ZmIiwicXVlc3Rpb25fYmFua190eXBlIjoiZ2VuZXJhbCIsInF1ZXN0aW9uc19iYW5rX2NhdF9jb3VudCI6eyIzIjoiIn0sImVuYWJsZV90YWNrZXJzX2NvdW50Ijoib2ZmIiwidGFja2Vyc19jb3VudCI6IiIsInNlbmRfcmVzdWx0c19hZG1pbiI6Im9uIiwic2VuZF9pbnRlcnZhbF9tc2dfdG9fYWRtaW4iOiJvZmYiLCJzaG93X2ludGVydmFsX21lc3NhZ2UiOiJvbiIsImFsbG93X2NvbGxlY3RpbmdfbG9nZ2VkX2luX3VzZXJzX2RhdGEiOiJvZmYiLCJxdWl6X3Bhc3Nfc2NvcmUiOiIwIiwic2VuZF9jZXJ0aWZpY2F0ZV90b19hZG1pbiI6Im9mZiIsImNlcnRpZmljYXRlX2ltYWdlIjoiIiwiY2VydGlmaWNhdGVfZnJhbWUiOiJkZWZhdWx0IiwiY2VydGlmaWNhdGVfb3JpZW50YXRpb24iOiJsIiwibWFrZV9xdWVzdGlvbnNfcmVxdWlyZWQiOiJvZmYiLCJlbmFibGVfcGFzc3dvcmQiOiJvZmYiLCJwYXNzd29yZF9xdWl6IjoiIiwibWFpbF9tZXNzYWdlX2FkbWluIjoiIiwic2VuZF9tYWlsX3RvX3NpdGVfYWRtaW4iOiJvbiIsImdlbmVyYXRlX3Bhc3N3b3JkIjoiZ2VuZXJhbCIsImdlbmVyYXRlZF9wYXNzd29yZHMiOnsiY3JlYXRlZF9wYXNzd29yZHMiOltdLCJhY3RpdmVfcGFzc3dvcmRzIjpbXSwidXNlZF9wYXNzd29yZHMiOltdfSwiZGlzcGxheV9zY29yZV9ieSI6ImJ5X3BlcmNlbnRhZ2UiLCJzaG93X3NjaGVkdWxlX3RpbWVyIjoib2ZmIiwic2hvd190aW1lcl90eXBlIjoiY291bnRkb3duIiwicHJvZ3Jlc3NfbGl2ZV9iYXJfc3R5bGUiOiJkZWZhdWx0IiwiZW5hYmxlX2Z1bGxfc2NyZWVuX21vZGUiOiJvbiIsImVuYWJsZV9uYXZpZ2F0aW9uX2JhciI6Im9mZiIsImhpZGVfbGltaXRfYXR0ZW1wdHNfbm90aWNlIjoib2ZmIiwidHVybl9vbl9leHRyYV9zZWN1cml0eV9jaGVjayI6Im9uIiwiZW5hYmxlX3RvcF9rZXl3b3JkcyI6Im9mZiIsImFzc2lnbl9rZXl3b3JkcyI6W3siYXNzaWduX3RvcF9rZXl3b3JkIjoiQSIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn0seyJhc3NpZ25fdG9wX2tleXdvcmQiOiJCIiwiYXNzaWduX3RvcF9rZXl3b3JkX3RleHQiOiIifSx7ImFzc2lnbl90b3Bfa2V5d29yZCI6IkMiLCJhc3NpZ25fdG9wX2tleXdvcmRfdGV4dCI6IiJ9LHsiYXNzaWduX3RvcF9rZXl3b3JkIjoiRCIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn1dLCJxdWl6X2VuYWJsZV9jb3Vwb24iOiJvZmYiLCJxdWl6X2NvdXBvbnNfYXJyYXkiOnsicXVpel9hY3RpdmVfY291cG9ucyI6W10sInF1aXpfaW5hY3RpdmVfY291cG9ucyI6W119LCJhcHBseV9wb2ludHNfdG9fa2V5d29yZHMiOiJvZmYiLCJsaW1pdF9hdHRlbXB0c19jb3VudF9ieV91c2VyX3JvbGUiOiIiLCJlbmFibGVfYXV0b3N0YXJ0Ijoib2ZmIiwicXVpel9lbmFibGVfa2V5Ym9hcmRfbmF2aWdhdGlvbiI6Im9uIiwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2VfdHlwZSI6ImdlbmVyYWwiLCJxdWVzdGlvbl9jb3VudF9wZXJfcGFnZV9jdXN0b21fb3JkZXIiOiIiLCJxdWl6X3RpbWVyX3R5cGUiOiJxdWl6X3RpbWVyIiwiYXlzX2FsbG93X2V4cG9ydGluZ19xdWl6emVzIjoib2ZmIiwiYXlzX3VzZXJzX3RvX2V4cG9ydF9zZWFyY2giOltdLCJxdWl6X3Bhc3Nfc2NvcmVfdHlwZSI6InBvaW50IiwicXVpel9jZXJ0aWZpY2F0ZV9wYXNzX3Njb3JlX3R5cGUiOiJwZXJjZW50YWdlIiwicXVpel9lcXVhbF9rZXl3b3Jkc190ZXh0IjoiIiwiZW5hYmxlX25hdmlnYXRpb25fYmFyX21hcmtlZF9xdWVzdGlvbnMiOiJvZmYiLCJxdWl6X3F1ZXN0aW9uX3RleHRfdG9fc3BlZWNoIjoib2ZmIiwicXVpel9xdWVzdGlvbl90ZXh0X3RvX3NwZWVjaF92b2ljZSI6Ik1pY3Jvc29mdCBEYXZpZCAtIEVuZ2xpc2ggKFVuaXRlZCBTdGF0ZXMpIiwicXVpel9kaXNhYmxlX2lucHV0X2ZvY3VzaW5nIjoib2ZmIiwicXVpel9wYXNzd29yZF9pbXBvcnRfdHlwZSI6ImRlZmF1bHQiLCJxdWl6X25hdmlnYXRpb25fYmFyX3R5cGUiOiJkZWZhdWx0IiwicXVpel9zaG93X3F1ZXN0aW9uX3RhZ3MiOiJvbiIsInF1aXpfc2hvd19yZXN1bHRzX2Jhc2VkX3Bhc3Nfc2NvcmUiOiJvZmYiLCJxdWl6X3Nob3dfaW50ZXJ2YWxfbWVzc2FnZXNfZm9yX2VxdWFsX2tleXdvcmRzIjoib2ZmIiwicXVpel9oaWRlX2Jhbm5lcl9xdWVzdGlvbnNfb25fcmVzdWx0X3BhZ2UiOiJvZmYiLCJxdWl6X3NlbmRfcmVzdWx0c191c2VyX3dpdGhvdXRfaW1nIjoib2ZmIiwicXVpel9zZW5kX3Jlc3VsdHNfYWRtaW5fd2l0aG91dF9pbWciOiJvZmYiLCJwYXlwYWxfYW1vdW50IjpudWxsLCJwYXlwYWxfY3VycmVuY3kiOm51bGwsInBheXBhbF9tZXNzYWdlIjoiIiwiZW5hYmxlX3N0cmlwZSI6Im9mZiIsInN0cmlwZV9hbW91bnQiOiIiLCJzdHJpcGVfY3VycmVuY3kiOiIiLCJzdHJpcGVfbWVzc2FnZSI6IllvdSBuZWVkIHRvIHBheSB0byBwYXNzIHRoaXMgcXVpei4iLCJwYXltZW50X3R5cGUiOiJwcmVwYXkiLCJlbmFibGVfbW9uaXRvciI6Im9mZiIsIm1vbml0b3JfbGlzdCI6IiIsImFjdGl2ZV9jYW1wX2xpc3QiOiIiLCJlbmFibGVfc2xhY2siOiJvZmYiLCJzbGFja19jb252ZXJzYXRpb24iOiIiLCJhY3RpdmVfY2FtcF9hdXRvbWF0aW9uIjoiIiwiZW5hYmxlX2FjdGl2ZV9jYW1wIjoib2ZmIiwiZW5hYmxlX3phcGllciI6Im9mZiIsImVuYWJsZV9nb29nbGVfc2hlZXRzIjoib2ZmIiwic3ByZWFkc2hlZXRfaWQiOiIiLCJnb29nbGVfc2hlZXRfY3VzdG9tX2ZpZWxkcyI6W10sInF1aXpfY29uZGl0aW9uX3Nob3dfYWxsX3Jlc3VsdHMiOiJvZmYiLCJxdWl6X2NvbmRpdGlvbl9jYWxjdWxhdGlvbl90eXBlIjoiZGVmYXVsdCIsInF1aXpfYXR0cmlidXRlcyI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX2FjdGl2ZV9vcmRlciI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX3Bhc3NpdmVfb3JkZXIiOlsiYXlzX2Zvcm1fbmFtZSIsImF5c19mb3JtX2VtYWlsIiwiYXlzX2Zvcm1fcGhvbmUiXSwicmVxdWlyZWRfZmllbGRzIjpudWxsLCJlbmFibGVfdGltZXIiOiJvbiIsInRpbWVyIjoyNzAwLCJlbmFibGVfcXVpel9yYXRlIjoib2ZmIiwiZW5hYmxlX3JhdGVfYXZnIjoib2ZmIiwiZW5hYmxlX2JveF9zaGFkb3ciOiJvZmYiLCJlbmFibGVfYm9yZGVyIjoib2ZmIiwicXVpel90aW1lcl9pbl90aXRsZSI6Im9uIiwiZW5hYmxlX3JhdGVfY29tbWVudHMiOiJvZmYiLCJlbmFibGVfcmVzdGFydF9idXR0b24iOiJvZmYiLCJhdXRvZmlsbF91c2VyX2RhdGEiOiJvZmYiLCJlbmFibGVfY29weV9wcm90ZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3BheXBhbCI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzcyI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzc191c2VycyI6Im9mZiIsInVzZXJfbWFpbCI6Im9mZiIsImFkbWluX21haWwiOiJvZmYiLCJyZXN1bHRfdGV4dCI6bnVsbCwiZW5hYmxlX3Jlc3VsdCI6Im9mZiIsImVuYWJsZV9tYWRfbWltaSI6Im9mZiIsIm1hZF9taW1pX2xpc3QiOiIiLCJlbmFibGVfY29udmVydEtpdCI6Im9mZiIsImNvbnZlcnRLaXRfZm9ybV9pZCI6IiIsImVuYWJsZV9nZXRSZXNwb25zZSI6Im9mZiIsImdldFJlc3BvbnNlX2xpc3QiOiIiLCJlbmFibGVfcmVjYXB0Y2hhIjoib2ZmIiwiYXR0cmlidXRlcyI6W10sInN1Ym1pdF9yZWRpcmVjdF9hZnRlciI6IiIsInJ3X2Fuc3dlcnNfc291bmRzIjpmYWxzZSwiaWQiOiIxNDU3OSIsImF1dGhvcl9pZCI6IjMiLCJwb3N0X2lkIjpudWxsLCJ0aXRsZSI6IlRyXHUxZWFmYyBuZ2hpXHUxZWM3bSBUaW4gaFx1MWVjZGMgMTIgQ1x1MDBlMW5oIGRpXHUxZWMxdSBCXHUwMGUwaSAxOiBMXHUwMGUwbSBxdWVuIHZcdTFlZGJpIG5nXHUwMGY0biBuZ1x1MWVlZiBcdTAxMTFcdTAwZTFuaCBkXHUxZWE1dSBzaVx1MDBlYXUgdlx1MDEwM24gYlx1MWVhM24gLSBcdTAxMTBcdTAwZWFcdTAzMDAgMDgiLCJkZXNjcmlwdGlvbiI6IjxwPlRyXHUxZWFmYyBuZ2hpXHUxZWM3bSBUaW4gaFx1MWVjZGMgMTIgQ1x1MDBlMW5oIGRpXHUxZWMxdSBCXHUwMGUwaSAxOiBMXHUwMGUwbSBxdWVuIHZcdTFlZGJpIG5nXHUwMGY0biBuZ1x1MWVlZiBcdTAxMTFcdTAwZTFuaCBkXHUxZWE1dSBzaVx1MDBlYXUgdlx1MDEwM24gYlx1MWVhM24gLSBcdTAxMTBcdTAwZWFcdTAzMDAgMDggYmFvIGdcdTFlZDNtIG5oaVx1MWVjMXUgY1x1MDBlMnUgaFx1MWVjZmkgaGF5LCBiXHUwMGUxbSBzXHUwMGUxdCBjaFx1MDFiMFx1MDFhMW5nIHRyXHUwMGVjbmguIENcdTAwZjluZyBsXHUwMGUwbSBiXHUwMGUwaSB0XHUxZWFkcCB0clx1MWVhZmMgbmdoaVx1MWVjN20gbmdheS48XC9wPlxyXG5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxOiBOZ1x1MDBmNG4gbmdcdTFlZWYgXHUwMTExXHUwMGUxbmggZFx1MWVhNXUgc2lcdTAwZWF1IHZcdTAxMDNuIGJcdTFlYTNuIChIVE1MKSBcdTAxMTFcdTAwZjNuZyB2YWkgdHJcdTAwZjIgZ1x1MDBlYyB0cm9uZyB2aVx1MWVjN2MgeFx1MDBlMnkgZFx1MWVmMW5nIHRyYW5nIHdlYj9cclxuPHVsPlxyXG48bGk+QS4gWFx1MDBlMWMgXHUwMTExXHUxZWNibmggZ2lhbyBkaVx1MWVjN24gbmdcdTAxYjBcdTFlZGRpIGRcdTAwZjluZyB2XHUwMGUwIGNcdTAwZTFjIGhpXHUxZWM3dSBcdTFlZTluZyBcdTAxMTFcdTFlZDluZy48XC9saT5cclxuPGxpPkIuIFF1XHUxZWEzbiBsXHUwMGZkIGNcdTAxYTEgc1x1MWVkZiBkXHUxZWVmIGxpXHUxZWM3dSB2XHUwMGUwIHhcdTFlZWQgbFx1MDBmZCB5XHUwMGVhdSBjXHUxZWE3dSB0XHUxZWViIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIFhcdTAwZTJ5IGRcdTFlZjFuZyBjXHUxZWE1dSB0clx1MDBmYWMgdlx1MDBlMCBuXHUxZWQ5aSBkdW5nIGNcdTAxYTEgYlx1MWVhM24gY1x1MWVlN2EgdHJhbmcgd2ViLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIFRoXHUxZWYxYyBoaVx1MWVjN24gY1x1MDBlMWMgcGhcdTAwZTlwIHRcdTAwZWRuaCBwaFx1MWVlOWMgdFx1MWVhMXAgdlx1MDBlMCB4XHUxZWVkIGxcdTAwZmQgZFx1MWVlZiBsaVx1MWVjN3UgdHJcdTAwZWFuIG1cdTAwZTF5IGNoXHUxZWU3LjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI6IFhcdTAwZTl0IFx1MDExMW9cdTFlYTFuIG1cdTAwZTMgSFRNTCBzYXU6PGJyPmBgYGh0bWw8YnI+Jmx0OyFET0NUWVBFIGh0bWwmZ3Q7PGJyPiZsdDtodG1sJmd0Ozxicj4mbHQ7aGVhZCZndDs8YnI+ICZsdDttZXRhIGNoYXJzZXQ9XHJcbjx1bD5cclxuPGxpPkEuIFRoXHUxZWJiICZsdDtodG1sJmd0Oy48XC9saT5cclxuPGxpPkIuIFRoXHUxZWJiICZsdDtoZWFkJmd0Oy48XC9saT5cclxuPGxpPkMuIENoXHUxZWM5IHRoXHUxZWNiICZsdDshRE9DVFlQRSBodG1sJmd0Oy48XC9saT5cclxuPGxpPjxzdHJvbmc+RC4gTlx1MWVkOWkgZHVuZyBiXHUwMGVhbiB0cm9uZyB0aFx1MWViYiAmbHQ7Ym9keSZndDsuPFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDM6IEtoaSBiXHUxZWExbiBsXHUwMWIwdSBtXHUxZWQ5dCB0XHUxZWM3cCBjaFx1MWVlOWEgbVx1MDBlMyBIVE1MLCBcdTAxMTFcdTFlY2JuaCBkXHUxZWExbmcgdFx1MWVjN3AgPGk+cGhcdTAwZjkgaFx1MWVlM3AgbmhcdTFlYTV0PFwvaT4gXHUwMTExXHUxZWMzIHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWIgY1x1MDBmMyB0aFx1MWVjMyBuaFx1MWVhZG4gZGlcdTFlYzduIHZcdTAwZTAgaGlcdTFlYzNuIHRoXHUxZWNiIG5cdTFlZDlpIGR1bmcgbFx1MDBlMCBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiAudHh0PFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIC5odG1sIGhvXHUxZWI3YyAuaHRtPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gLmNzczxcL2xpPlxyXG48bGk+RC4gLmpzPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgNDogVHJvbmcgY1x1MWVhNXUgdHJcdTAwZmFjIGNcdTAxYTEgYlx1MWVhM24gY1x1MWVlN2EgbVx1MWVkOXQgdFx1MWVjN3AgSFRNTCwgdGhcdTFlYmIgJmx0O3RpdGxlJmd0OyB0aFx1MDFiMFx1MWVkZG5nIFx1MDExMVx1MDFiMFx1MWVlM2MgXHUwMTExXHUxZWI3dCBcdTFlZGYgXHUwMTExXHUwMGUydSB2XHUwMGUwIGNcdTAwZjMgbVx1MWVlNWMgXHUwMTExXHUwMGVkY2ggZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBUcm9uZyBwaFx1MWVhN24gJmx0O2hlYWQmZ3Q7LCBcdTAxMTFcdTFlYzMgaGlcdTFlYzNuIHRoXHUxZWNiIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgdHJcdTAwZWFuIHRoYW5oIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgY1x1MWVlN2EgY1x1MWVlZGEgc1x1MWVkNSB0clx1MDBlY25oIGR1eVx1MWVjN3QuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qi4gVHJvbmcgcGhcdTFlYTduICZsdDtib2R5Jmd0OywgXHUwMTExXHUxZWMzIGhpXHUxZWMzbiB0aFx1MWVjYiB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGxcdTFlZGJuIG5oXHUxZWE1dCB0cm9uZyBuXHUxZWQ5aSBkdW5nIHRyYW5nLjxcL2xpPlxyXG48bGk+Qy4gVHJvbmcgcGhcdTFlYTduICZsdDtmb290ZXImZ3Q7LCBcdTAxMTFcdTFlYzMgaGlcdTFlYzNuIHRoXHUxZWNiIHRoXHUwMGY0bmcgdGluIGN1XHUxZWQxaSB0cmFuZy48XC9saT5cclxuPGxpPkQuIFx1MWVkZSBkXHUwMGYybmcgXHUwMTExXHUxZWE3dSB0aVx1MDBlYW4gY1x1MWVlN2EgdFx1MWVjN3AsIFx1MDExMVx1MWVjMyBraGFpIGJcdTAwZTFvIGxvXHUxZWExaSB0XHUwMGUwaSBsaVx1MWVjN3UuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgNTogRFx1MWVhNXUgZ1x1MWVhMWNoIGNoXHUwMGU5byBcIlwvXCIgdHJvbmcgdGhcdTFlYmIgSFRNTCAodlx1MDBlZCBkXHUxZWU1OiAmbHQ7XC9wJmd0OykgY1x1MDBmMyBcdTAwZmQgbmdoXHUwMTI5YSBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBcdTAxMTBcdTAwZTFuaCBkXHUxZWE1dSB0aHVcdTFlZDljIHRcdTAwZWRuaCBjXHUxZWU3YSB0aFx1MWViYi48XC9saT5cclxuPGxpPkIuIEJcdTFlYWZ0IFx1MDExMVx1MWVhN3UgbVx1MWVkOXQgXHUwMTExb1x1MWVhMW4gbVx1MDBlMyBiXHUwMGVjbmggbHVcdTFlYWRuLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBcdTAxMTBcdTAwZTFuaCBkXHUxZWE1dSBcdTAxMTFpXHUxZWMzbSBrXHUxZWJmdCB0aFx1MDBmYWMgY1x1MWVlN2EgbVx1MWVkOXQgdGhcdTFlYmIgSFRNTC48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiBQaFx1MDBlMm4gY1x1MDBlMWNoIGdpXHUxZWVmYSB0XHUwMGVhbiB0aFx1MWViYiB2XHUwMGUwIGdpXHUwMGUxIHRyXHUxZWNiLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDY6IEtoaSBiXHUxZWExbiBtXHUxZWRmIG1cdTFlZDl0IHRcdTFlYzdwIEhUTUwgYlx1MWViMW5nIHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWIsIHRyXHUwMGVjbmggZHV5XHUxZWM3dCBzXHUxZWJkIGxcdTAwZTBtIGdcdTAwZWMgdlx1MWVkYmkgbVx1MDBlMyBuZ3VcdTFlZDNuIEhUTUwgXHUwMTExXHUwMGYzP1xyXG48dWw+XHJcbjxsaT5BLiBMXHUwMWIwdSB0clx1MWVlZiBtXHUwMGUzIG5ndVx1MWVkM24gdlx1MDBlMG8gYlx1MWVkOSBuaFx1MWVkYiBjYWNoZS48XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gUGhcdTAwZTJuIHRcdTAwZWRjaCBtXHUwMGUzIG5ndVx1MWVkM24gdlx1MDBlMCBoaVx1MWVjM24gdGhcdTFlY2Igblx1MWVkOWkgZHVuZyB0cmFuZyB3ZWIgZFx1MWVmMWEgdHJcdTAwZWFuIGNcdTFlYTV1IHRyXHUwMGZhYyB2XHUwMGUwIGNcdTAwZTFjIHRoXHUxZWJiIEhUTUwuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gQmlcdTAwZWFuIGRcdTFlY2JjaCBtXHUwMGUzIG5ndVx1MWVkM24gSFRNTCB0aFx1MDBlMG5oIG1cdTFlZDl0IGNoXHUwMWIwXHUwMWExbmcgdHJcdTAwZWNuaCB0aFx1MWVmMWMgdGhpLjxcL2xpPlxyXG48bGk+RC4gR1x1MWVlZGkgbVx1MDBlMyBuZ3VcdTFlZDNuIFx1MDExMVx1MWViZm4gbVx1MDBlMXkgY2hcdTFlZTcgd2ViIFx1MDExMVx1MWVjMyB4XHUxZWVkIGxcdTAwZmQuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgNzogQ2hcdTFlYzkgZFx1MWVhYm4gJmx0OyFET0NUWVBFIGh0bWwmZ3Q7IFx1MWVkZiBcdTAxMTFcdTFlYTd1IHRcdTFlYzdwIEhUTUwgY1x1MDBmMyB2YWkgdHJcdTAwZjIgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBLaGFpIGJcdTAwZTFvIGxvXHUxZWExaSB0XHUwMGUwaSBsaVx1MWVjN3Ugdlx1MDBlMCBwaGlcdTAwZWFuIGJcdTFlYTNuIEhUTUwgXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZywgZ2lcdTAwZmFwIHRyXHUwMGVjbmggZHV5XHUxZWM3dCBoaVx1MWVjM24gdGhcdTFlY2IgdHJhbmcgXHUwMTExXHUwMGZhbmcgY1x1MDBlMWNoLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkIuIFhcdTAwZTFjIFx1MDExMVx1MWVjYm5oIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgY1x1MWVlN2EgdHJhbmcgd2ViIHRyXHUwMGVhbiB0aGFuaCB0YWIuPFwvbGk+XHJcbjxsaT5DLiBDaFx1MWVlOWEgY1x1MDBlMWMgc2lcdTAwZWF1IGRcdTFlZWYgbGlcdTFlYzd1IHZcdTFlYzEgdHJhbmcgd2ViLjxcL2xpPlxyXG48bGk+RC4gQmFvIGJcdTFlY2RjIHRvXHUwMGUwbiBiXHUxZWQ5IG5cdTFlZDlpIGR1bmcgaGlcdTFlYzNuIHRoXHUxZWNiIGNcdTFlZTdhIHRyYW5nLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDg6IEJcdTFlYTFuIG11XHUxZWQxbiB0XHUxZWExbyBtXHUxZWQ5dCBcdTAxMTFvXHUxZWExbiB2XHUwMTAzbiBiXHUxZWEzbiBtXHUxZWRiaSB0cm9uZyB0cmFuZyB3ZWIgY1x1MWVlN2EgbVx1MDBlY25oLiBUaFx1MWViYiBIVE1MIDxpPnBoXHUwMGY5IGhcdTFlZTNwIG5oXHUxZWE1dDxcL2k+IFx1MDExMVx1MWVjMyB0aFx1MWVmMWMgaGlcdTFlYzduIFx1MDExMWlcdTFlYzF1IG5cdTAwZTB5IGxcdTAwZTAgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gJmx0O2gxJmd0OzxcL2xpPlxyXG48bGk+Qi4gJmx0O3RpdGxlJmd0OzxcL2xpPlxyXG48bGk+Qy4gJmx0O2JvZHkmZ3Q7PFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuICZsdDtwJmd0OzxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA5OiBUXHUwMGVhbiB0aFx1MWViYiBIVE1MLCB2XHUwMGVkIGRcdTFlZTUgbmhcdTAxYjAgYGJvZHlgLCBgaGVhZGAsIGB0aXRsZWAsIGNcdTAwZjMgcGhcdTAwZTJuIGJpXHUxZWM3dCBjaFx1MWVlZiBob2Egdlx1MDBlMCBjaFx1MWVlZiB0aFx1MDFiMFx1MWVkZG5nIGtoaSB0clx1MDBlY25oIGR1eVx1MWVjN3QgeFx1MWVlZCBsXHUwMGZkIGtoXHUwMGY0bmc/IFRcdTFlYTFpIHNhbz9cclxuPHVsPlxyXG48bGk+QS4gQ1x1MDBmMywgdlx1MDBlYyBIVE1MIGxcdTAwZTAgbmdcdTAwZjRuIG5nXHUxZWVmIGNcdTAwZjMgcGhcdTAwZTJuIGJpXHUxZWM3dCBjaFx1MWVlZiBob2EgY2hcdTFlZWYgdGhcdTAxYjBcdTFlZGRuZyBnaVx1MWVkMW5nIG5oXHUwMWIwIGNcdTAwZTFjIG5nXHUwMGY0biBuZ1x1MWVlZiBsXHUxZWFkcCB0clx1MDBlY25oIGtoXHUwMGUxYy48XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gS2hcdTAwZjRuZywgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IGNvaSBgPGJvZHk+YCB2XHUwMGUwIGA8Qk9EWT5gIGxcdTAwZTAgZ2lcdTFlZDFuZyBuaGF1LCBtXHUxZWI3YyBkXHUwMGY5IHZpXHUxZWJmdCB0aFx1MDFiMFx1MWVkZG5nIGxcdTAwZTAgcXV5IFx1MDFiMFx1MWVkYmMgdFx1MWVkMXQuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gQ2hcdTFlYzkgcGhcdTAwZTJuIGJpXHUxZWM3dCBraGkgc1x1MWVlZCBkXHUxZWU1bmcgY1x1MDBlMWMgdGh1XHUxZWQ5YyB0XHUwMGVkbmggKGF0dHJpYnV0ZXMpIHRyb25nIHRoXHUxZWJiLjxcL2xpPlxyXG48bGk+RC4gVFx1MDBmOXkgdGh1XHUxZWQ5YyB2XHUwMGUwbyB0clx1MDBlY25oIGR1eVx1MWVjN3Qgd2ViIGNcdTFlZTUgdGhcdTFlYzMgbVx1MDBlMCBjXHUwMGYzIHBoXHUwMGUybiBiaVx1MWVjN3QgaGF5IGtoXHUwMGY0bmcuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTA6IFRoXHUxZWJiICZsdDtodG1sJmd0OyB0cm9uZyBjXHUxZWE1dSB0clx1MDBmYWMgSFRNTCBjXHUwMGYzIHZhaSB0clx1MDBmMiBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIExcdTAwZTAgcGhcdTFlYTduIHRcdTFlZWQgZ1x1MWVkMWMgYmFvIGJcdTFlY2RjIHRvXHUwMGUwbiBiXHUxZWQ5IG5cdTFlZDlpIGR1bmcgY1x1MWVlN2EgbVx1MWVkOXQgdHJhbmcgSFRNTC48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBDaFx1MWVlOWEgdGhcdTAwZjRuZyB0aW4gdlx1MWVjMSB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIHZcdTAwZTAgc2lcdTAwZWF1IGRcdTFlZWYgbGlcdTFlYzd1IGNcdTFlZTdhIHRyYW5nLjxcL2xpPlxyXG48bGk+Qy4gWFx1MDBlMWMgXHUwMTExXHUxZWNibmggcGhcdTFlYTduIG5cdTFlZDlpIGR1bmcgY2hcdTAwZWRuaCBzXHUxZWJkIGhpXHUxZWMzbiB0aFx1MWVjYiB0clx1MDBlYW4gdHJcdTAwZWNuaCBkdXlcdTFlYzd0LjxcL2xpPlxyXG48bGk+RC4gS2hhaSBiXHUwMGUxbyBwaGlcdTAwZWFuIGJcdTFlYTNuIEhUTUwgXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZy48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxMTogQlx1MWVhMW4gXHUwMTExYW5nIHNvXHUxZWExbiB0aFx1MWVhM28gbVx1MWVkOXQgdHJhbmcgSFRNTCBcdTAxMTFcdTAxYTFuIGdpXHUxZWEzbi4gQlx1MWVhMW4gbXVcdTFlZDFuIHRoXHUwMGVhbSBtXHUxZWQ5dCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGNcdTFlYTVwIDEgKGhlYWRpbmcgbGV2ZWwgMSkgY1x1MDBmMyBuXHUxZWQ5aSBkdW5nIGxcdTAwZTAgXCJCXHUwMGUwaSBUXHUxZWFkcCBUaW4gSFx1MWVjZGNcIi4gXHUwMTEwb1x1MWVhMW4gbVx1MDBlMyBIVE1MIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IHRoXHUxZWYxYyBoaVx1MWVjN24gXHUwMTExXHUwMGZhbmcgeVx1MDBlYXUgY1x1MWVhN3Ugblx1MDBlMHk/XHJcbjx1bD5cclxuPGxpPkEuICZsdDtwJmd0O0JcdTAwZTBpIFRcdTFlYWRwIFRpbiBIXHUxZWNkYyZsdDtcL3AmZ3Q7PFwvbGk+XHJcbjxsaT5CLiAmbHQ7dGl0bGUmZ3Q7Qlx1MDBlMGkgVFx1MWVhZHAgVGluIEhcdTFlY2RjJmx0O1wvdGl0bGUmZ3Q7PFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuICZsdDtoMSZndDtCXHUwMGUwaSBUXHUxZWFkcCBUaW4gSFx1MWVjZGMmbHQ7XC9oMSZndDs8XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiAmbHQ7aGVhZGluZzEmZ3Q7Qlx1MDBlMGkgVFx1MWVhZHAgVGluIEhcdTFlY2RjJmx0O1wvaGVhZGluZzEmZ3Q7PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTI6IFx1MDExMFx1MWVjMyB4ZW0ga1x1MWViZnQgcXVcdTFlYTMgaGlcdTFlYzNuIHRoXHUxZWNiIGNcdTFlZTdhIHRcdTFlYzdwIEhUTUwgbVx1MDBlMCBiXHUxZWExbiB2XHUxZWViYSB0XHUxZWExbyBiXHUxZWIxbmcgdHJcdTAwZWNuaCBzb1x1MWVhMW4gdGhcdTFlYTNvIHZcdTAxMDNuIGJcdTFlYTNuLCBiXHUxZWExbiBjXHUxZWE3biB0aFx1MWVmMWMgaGlcdTFlYzduIHRoYW8gdFx1MDBlMWMgblx1MDBlMG8/XHJcbjx1bD5cclxuPGxpPkEuIE1cdTFlZGYgdFx1MWVjN3AgXHUwMTExXHUwMGYzIGJcdTFlYjFuZyBtXHUxZWQ5dCB0clx1MDBlY25oIHNvXHUxZWExbiB0aFx1MWVhM28gdlx1MDEwM24gYlx1MWVhM24ga2hcdTAwZTFjLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5CLiBNXHUxZWRmIHRcdTFlYzdwIFx1MDExMVx1MDBmMyBiXHUxZWIxbmcgbVx1MWVkOXQgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IHdlYiAodlx1MDBlZCBkXHUxZWU1OiBDaHJvbWUsIEZpcmVmb3gsIEVkZ2UpLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkMuIENoXHUxZWExeSB0XHUxZWM3cCBcdTAxMTFcdTAwZjMgbmhcdTAxYjAgbVx1MWVkOXQgY2hcdTAxYjBcdTAxYTFuZyB0clx1MDBlY25oIFx1MWVlOW5nIGRcdTFlZTVuZy48XC9saT5cclxuPGxpPkQuIFRcdTFlYTNpIHRcdTFlYzdwIFx1MDExMVx1MDBmMyBsXHUwMGVhbiBtXHUxZWQ5dCBtXHUwMGUxeSBjaFx1MWVlNyB3ZWIuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTM6IEtoaSBzXHUxZWVkIGRcdTFlZTVuZyB0clx1MDBlY25oIHNvXHUxZWExbiB0aFx1MWVhM28gdlx1MDEwM24gYlx1MWVhM24gbmhcdTAxYjAgU3VibGltZSBUZXh0IFx1MDExMVx1MWVjMyB2aVx1MWViZnQgbVx1MDBlMyBIVE1MLCB0XHUwMGVkbmggblx1MDEwM25nIHRcdTAwZjQgbVx1MDBlMHUgY1x1MDBmYSBwaFx1MDBlMXAgKHN5bnRheCBoaWdobGlnaHRpbmcpIGNcdTAwZjMgbFx1MWVlM2kgXHUwMGVkY2ggZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gVFx1MWVmMSBcdTAxMTFcdTFlZDluZyBzXHUxZWVkYSBsXHUxZWQ3aSBjXHUwMGZhIHBoXHUwMGUxcCBIVE1MLjxcL2xpPlxyXG48bGk+Qi4gR2lcdTFlYTNtIGR1bmcgbFx1MDFiMFx1MWVlM25nIHRcdTFlYzdwIEhUTUwuPFwvbGk+XHJcbjxsaT5DLiBDaFx1MWVjOSBcdTAxMTFcdTFlY2JuaCBraVx1MWVjM3UgZFx1MDBlMW5nIChmb250LCBtXHUwMGUwdSBzXHUxZWFmYykgY2hvIHZcdTAxMDNuIGJcdTFlYTNuIHRyXHUwMGVhbiB0cmFuZyB3ZWIuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuIEdpXHUwMGZhcCBkXHUxZWM1IGRcdTAwZTBuZyBuaFx1MWVhZG4gYmlcdTFlYmZ0IGNcdTAwZTFjIHRoXHUwMGUwbmggcGhcdTFlYTduIGtoXHUwMGUxYyBuaGF1IGNcdTFlZTdhIG1cdTAwZTMgKHRoXHUxZWJiLCB0aHVcdTFlZDljIHRcdTAwZWRuaCkgdlx1MDBlMCBwaFx1MDBlMXQgaGlcdTFlYzduIGxcdTFlZDdpIGNcdTAwZmEgcGhcdTAwZTFwIGJcdTFlYjFuZyBtXHUxZWFmdC48XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTQ6IEJcdTFlYTFuIFx1MDExMWFuZyBraVx1MWVjM20gdHJhIG1cdTFlZDl0IHRcdTFlYzdwIEhUTUwgdlx1MDBlMCBuaFx1MWVhZG4gdGhcdTFlYTV5IGRcdTAwZjJuZyBcdTAxMTFcdTFlYTd1IHRpXHUwMGVhbiB0aGlcdTFlYmZ1IGNoXHUxZWM5IGRcdTFlYWJuIGA8IURPQ1RZUEUgaHRtbD5gLiBcdTAxMTBpXHUxZWMxdSBuXHUwMGUweSBjXHUwMGYzIHRoXHUxZWMzIGdcdTAwZTJ5IHJhIHZcdTFlYTVuIFx1MDExMVx1MWVjMSBnXHUwMGVjIGtoaSB0clx1MDBlY25oIGR1eVx1MWVjN3QgaGlcdTFlYzNuIHRoXHUxZWNiIHRyYW5nP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIFRyXHUwMGVjbmggZHV5XHUxZWM3dCBjXHUwMGYzIHRoXHUxZWMzIGNodXlcdTFlYzNuIHNhbmcgY2hcdTFlYmYgXHUwMTExXHUxZWQ5IGhpXHUxZWMzbiB0aFx1MWVjYiBcInF1aXJrcyBtb2RlXCIsIGRcdTFlYWJuIFx1MDExMVx1MWViZm4gdmlcdTFlYzdjIGhpXHUxZWMzbiB0aFx1MWVjYiBraFx1MDBmNG5nIG5oXHUxZWE1dCBxdVx1MDBlMW4gaG9cdTFlYjdjIGtoXHUwMGY0bmcgXHUwMTExXHUwMGZhbmcgY2h1XHUxZWE5bi48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBUclx1MDBlY25oIGR1eVx1MWVjN3Qgc1x1MWViZCB0XHUxZWViIGNoXHUxZWQxaSBtXHUxZWRmIHRcdTFlYzdwIEhUTUwgXHUwMTExXHUwMGYzLjxcL2xpPlxyXG48bGk+Qy4gTlx1MWVkOWkgZHVuZyB0cm9uZyB0aFx1MWViYiAmbHQ7Ym9keSZndDsgc1x1MWViZCBraFx1MDBmNG5nIFx1MDExMVx1MDFiMFx1MWVlM2MgaGlcdTFlYzNuIHRoXHUxZWNiLjxcL2xpPlxyXG48bGk+RC4gVGlcdTAwZWF1IFx1MDExMVx1MWVjMSB0cmFuZyB3ZWIgc1x1MWViZCBraFx1MDBmNG5nIHh1XHUxZWE1dCBoaVx1MWVjN24gdHJcdTAwZWFuIHRoYW5oIHRhYi48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxNTogU28gc1x1MDBlMW5oIG1cdTFlZTVjIFx1MDExMVx1MDBlZGNoIHNcdTFlZWQgZFx1MWVlNW5nIGNoXHUwMGVkbmggY1x1MWVlN2EgdGhcdTFlYmIgJmx0O2hlYWQmZ3Q7IHZcdTAwZTAgdGhcdTFlYmIgJmx0O2JvZHkmZ3Q7IHRyb25nIG1cdTFlZDl0IHRcdTAwZTBpIGxpXHUxZWM3dSBIVE1MLlxyXG48dWw+XHJcbjxsaT5BLiAmbHQ7aGVhZCZndDsgY2hcdTFlZTlhIG5cdTFlZDlpIGR1bmcgaGlcdTFlYzNuIHRoXHUxZWNiIGNoXHUwMGVkbmgsIGNcdTAwZjJuICZsdDtib2R5Jmd0OyBjaFx1MWVlOWEgc2lcdTAwZWF1IGRcdTFlZWYgbGlcdTFlYzd1LjxcL2xpPlxyXG48bGk+Qi4gJmx0O2hlYWQmZ3Q7IGNoXHUxZWU5YSBjXHUwMGUxYyBzY3JpcHQgSmF2YVNjcmlwdCwgY1x1MDBmMm4gJmx0O2JvZHkmZ3Q7IGNoXHUxZWU5YSBjXHUwMGUxYyBcdTAxMTFcdTFlY2JuaCBuZ2hcdTAxMjlhIENTUy48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gJmx0O2hlYWQmZ3Q7IGNoXHUxZWU5YSB0aFx1MDBmNG5nIHRpbiBtXHUwMGY0IHRcdTFlYTMgdlx1MWVjMSB0XHUwMGUwaSBsaVx1MWVjN3UgKHNpXHUwMGVhdSBkXHUxZWVmIGxpXHUxZWM3dSwgdGlcdTAwZWF1IFx1MDExMVx1MWVjMSksIGNcdTAwZjJuICZsdDtib2R5Jmd0OyBjaFx1MWVlOWEgblx1MWVkOWkgZHVuZyBoaVx1MWVjM24gdGhcdTFlY2IgY2hvIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gJmx0O2hlYWQmZ3Q7IGNoXHUxZWU5YSBjXHUwMGUxYyBsaVx1MDBlYW4ga1x1MWViZnQgKGxpbmtzKSBcdTAxMTFcdTFlYmZuIGNcdTAwZTFjIHRyYW5nIGtoXHUwMGUxYywgY1x1MDBmMm4gJmx0O2JvZHkmZ3Q7IGNoXHUxZWU5YSBoXHUwMGVjbmggXHUxZWEzbmggdlx1MDBlMCB2aWRlby48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxNjogQlx1MWVhMW4gbXVcdTFlZDFuIHRcdTFlYTFvIG1cdTFlZDl0IHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgcGhcdTFlZTUgY1x1MWVhNXAgMiAoaGVhZGluZyBsZXZlbCAyKSBzYXUgdGlcdTAwZWF1IFx1MDExMVx1MWVjMSBjXHUxZWE1cCAxIFx1MDExMVx1MDBlMyBjXHUwMGYzLiBUaFx1MWViYiBIVE1MIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IGxcdTAwZTAgY2hcdTAwZWRuaCB4XHUwMGUxYyBcdTAxMTFcdTFlYzMgc1x1MWVlZCBkXHUxZWU1bmc/XHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+QS4gJmx0O2gyJmd0OzxcL3N0cm9uZz48XC9saT5cclxuPGxpPkIuICZsdDtoMSZndDs8XC9saT5cclxuPGxpPkMuICZsdDtwJmd0OzxcL2xpPlxyXG48bGk+RC4gJmx0O3RpdGxlJmd0OzxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE3OiBLaGkgYlx1MWVhMW4gZ1x1MDBmNSBtXHUwMGUzIEhUTUwgdlx1MDBlMG8gdHJcdTAwZWNuaCBzb1x1MWVhMW4gdGhcdTFlYTNvIG5oXHUwMWIwIFN1YmxpbWUgVGV4dCwgYlx1MWVhMW4gY1x1MDBmMyBjXHUxZWE3biBrXHUxZWJmdCBuXHUxZWQxaSBJbnRlcm5ldCBcdTAxMTFcdTFlYzMgeGVtIGtcdTFlYmZ0IHF1XHUxZWEzIGhpXHUxZWMzbiB0aFx1MWVjYiBiYW4gXHUwMTExXHUxZWE3dSBjXHUxZWU3YSB0XHUxZWM3cCBIVE1MIFx1MDExMVx1MDBmMyB0clx1MDBlYW4gdHJcdTAwZWNuaCBkdXlcdTFlYzd0IGtoXHUwMGY0bmc/IFRcdTFlYTFpIHNhbz9cclxuPHVsPlxyXG48bGk+QS4gQ1x1MDBmMywgdlx1MDBlYyB0clx1MDBlY25oIGR1eVx1MWVjN3QgY1x1MWVhN24gdFx1MWVhM2kgY1x1MDBlMWMgdFx1MDBlMGkgbmd1eVx1MDBlYW4gdFx1MWVlYiBJbnRlcm5ldCBcdTAxMTFcdTFlYzMgaGlcdTFlYzNuIHRoXHUxZWNiIHRyYW5nLjxcL2xpPlxyXG48bGk+Qi4gQ1x1MDBmMywgdlx1MDBlYyB0XHUxZWM3cCBIVE1MIGNcdTFlYTduIFx1MDExMVx1MDFiMFx1MWVlM2MgeFx1MWVlZCBsXHUwMGZkIGJcdTFlZGZpIG1cdTAwZTF5IGNoXHUxZWU3IHdlYiB0clx1MDFiMFx1MWVkYmMga2hpIGhpXHUxZWMzbiB0aFx1MWVjYi48XC9saT5cclxuPGxpPkMuIEtoXHUwMGY0bmcsIG5oXHUwMWIwbmcgY2hcdTFlYzkga2hpIHRyYW5nIHdlYiBraFx1MDBmNG5nIGNoXHUxZWU5YSBoXHUwMGVjbmggXHUxZWEzbmggaG9cdTFlYjdjIGxpXHUwMGVhbiBrXHUxZWJmdC48XC9saT5cclxuPGxpPjxzdHJvbmc+RC4gS2hcdTAwZjRuZywgdlx1MDBlYyB0clx1MDBlY25oIGR1eVx1MWVjN3Qgd2ViIGNcdTAwZjMgdGhcdTFlYzMgXHUwMTExXHUxZWNkYyB2XHUwMGUwIGhpXHUxZWMzbiB0aFx1MWVjYiBjXHUwMGUxYyB0XHUxZWM3cCBIVE1MIGNcdTFlZTVjIGJcdTFlZDkgKGxcdTAxYjB1IHRyXHUwMGVhbiBtXHUwMGUxeSB0XHUwMGVkbmggY1x1MWVlN2EgYlx1MWVhMW4pIG1cdTAwZTAga2hcdTAwZjRuZyBjXHUxZWE3biBrXHUxZWJmdCBuXHUxZWQxaSBJbnRlcm5ldC48XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTg6IENobyBcdTAxMTFvXHUxZWExbiBtXHUwMGUzIEhUTUwgc2F1Ojxicj5gYGBodG1sPGJyPiZsdDshRE9DVFlQRSBodG1sJmd0Ozxicj4mbHQ7aHRtbCZndDs8YnI+Jmx0O2hlYWQmZ3Q7PGJyPiAmbHQ7bWV0YSBjaGFyc2V0PVxyXG48dWw+XHJcbjxsaT5BLiBUb1x1MDBlMG4gYlx1MWVkOSBkXHUwMGYybmcgc1x1MWViZCBoaVx1MWVjM24gdGhcdTFlY2IgdHJcdTAwZWFuIG1cdTFlZDl0IGRcdTAwZjJuZyBkdXkgbmhcdTFlYTV0LjxcL2xpPlxyXG48bGk+PHN0cm9uZz5CLiBcIkNoXHUwMGUwbyBtXHUxZWVibmcgXHUwMTExXHUxZWJmbiB2XHUxZWRiaVwiIHZcdTAwZTAgXCJjXHUxZWU3YSB0XHUwMGY0aS5cIiBzXHUxZWJkIFx1MWVkZiB0clx1MDBlYW4gbVx1MWVkOXQgZFx1MDBmMm5nLCBjXHUwMGYybiBcInRyYW5nIHdlYlwiIHNcdTFlYmQgXHUxZWRmIG1cdTFlZDl0IGRcdTAwZjJuZyByaVx1MDBlYW5nIGJpXHUxZWM3dCBkbyB0aFx1MWViYiAmbHQ7cCZndDsgdFx1MWVhMW8gcmEgbVx1MWVkOXQgXHUwMTExb1x1MWVhMW4gbVx1MWVkYmkuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gVG9cdTAwZTBuIGJcdTFlZDkgZFx1MDBmMm5nIHNcdTFlYmQgaGlcdTFlYzNuIHRoXHUxZWNiIGRcdTAxYjBcdTFlZGJpIGRcdTFlYTFuZyB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGNcdTFlYTVwIDEuPFwvbGk+XHJcbjxsaT5ELiBUclx1MDBlY25oIGR1eVx1MWVjN3Qgc1x1MWViZCBiXHUwMGUxbyBsXHUxZWQ3aSB2XHUwMGUwIGtoXHUwMGY0bmcgaGlcdTFlYzNuIHRoXHUxZWNiIGdcdTAwZWMgY1x1MWVhMy48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxOTogVHJvbmcgSFRNTCwgcGhcdTFlYTduIHRcdTFlZWQgblx1MDBlMG8gXHUwMTExXHUwMWIwXHUxZWUzYyBjb2kgbFx1MDBlMCBwaFx1MWVhN24gdFx1MWVlZCBcImdcdTFlZDFjXCIgKHJvb3QgZWxlbWVudCkgY1x1MWVlN2EgdG9cdTAwZTBuIGJcdTFlZDkgdFx1MDBlMGkgbGlcdTFlYzd1P1xyXG48dWw+XHJcbjxsaT5BLiAmbHQ7aGVhZCZndDs8XC9saT5cclxuPGxpPkIuICZsdDtib2R5Jmd0OzxcL2xpPlxyXG48bGk+Qy4gJmx0O3RpdGxlJmd0OzxcL2xpPlxyXG48bGk+PHN0cm9uZz5ELiAmbHQ7aHRtbCZndDs8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjA6IEdpXHUxZWEzIHNcdTFlZWQgYlx1MWVhMW4gY1x1MDBmMyBtXHUxZWQ5dCB0XHUxZWM3cCBIVE1MIHRcdTAwZWFuIGxcdTAwZTAgYGJhaTEuaHRtbGAgdHJcdTAwZWFuIG1cdTAwZTBuIGhcdTAwZWNuaCBuXHUxZWMxbiAoRGVza3RvcCkgY1x1MWVlN2EgbVx1MDBlMXkgdFx1MDBlZG5oLiBcdTAxMTBcdTFlYzMgbVx1MWVkZiB2XHUwMGUwIHhlbSB0XHUxZWM3cCBuXHUwMGUweSBiXHUxZWIxbmcgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IENocm9tZSwgYlx1MWVhMW4gc1x1MWViZCBsXHUwMGUwbSBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIE5oXHUxZWE1cCBcdTAxMTFcdTAwZmFwIHZcdTAwZTBvIHRcdTFlYzdwIGBiYWkxLmh0bWxgIGhvXHUxZWI3YyBrXHUwMGU5byB0aFx1MWVhMyB0XHUxZWM3cCB2XHUwMGUwbyBjXHUxZWVkYSBzXHUxZWQ1IHRyXHUwMGVjbmggZHV5XHUxZWM3dCBDaHJvbWUuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qi4gTVx1MWVkZiBDaHJvbWUsIHZcdTAwZTBvIG1lbnUgRmlsZSB2XHUwMGUwIGNoXHUxZWNkbiBcIlNhdmUgQXNcIi48XC9saT5cclxuPGxpPkMuIE1cdTFlZGYgQ2hyb21lIHZcdTAwZTAgZ1x1MDBmNSBgY2hyb21lOlwvXC9iYWkxLmh0bWxgIHZcdTAwZTBvIHRoYW5oIFx1MDExMVx1MWVjYmEgY2hcdTFlYzkuPFwvbGk+XHJcbjxsaT5ELiBNXHUxZWRmIG1cdTFlZDl0IHRhYiBtXHUxZWRiaSB0cm9uZyBDaHJvbWUgdlx1MDBlMCB0XHUwMGVjbSBraVx1MWViZm0gXCJiYWkxLmh0bWxcIi48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyMTogQlx1MWVhMW4gbXVcdTFlZDFuIHRoXHUwMGVhbSBtXHUxZWQ5dCBkXHUwMGYybmcgdlx1MDEwM24gYlx1MWVhM24gbVx1MDBmNCB0XHUxZWEzIG5nXHUxZWFmbiB2XHUxZWMxIHRyYW5nIHdlYiBjXHUxZWU3YSBtXHUwMGVjbmggbVx1MDBlMCBraFx1MDBmNG5nIGhpXHUxZWMzbiB0aFx1MWVjYiB0clx1MWVmMWMgdGlcdTFlYmZwIHRyXHUwMGVhbiB0cmFuZyBjaG8gbmdcdTAxYjBcdTFlZGRpIGRcdTAwZjluZyB4ZW0sIG5oXHUwMWIwbmcgY1x1MDBmMyB0aFx1MWVjMyBoXHUxZWVmdSBcdTAwZWRjaCBjaG8gY1x1MDBlMWMgY1x1MDBmNG5nIGNcdTFlZTUgdFx1MDBlY20ga2lcdTFlYmZtLiBCXHUxZWExbiBuXHUwMGVhbiBcdTAxMTFcdTFlYjd0IHRoXHUwMGY0bmcgdGluIG5cdTAwZTB5IFx1MWVkZiBcdTAxMTFcdTAwZTJ1IHRyb25nIGNcdTFlYTV1IHRyXHUwMGZhYyBIVE1MP1xyXG48dWw+XHJcbjxsaT5BLiBUcm9uZyB0aFx1MWViYiAmbHQ7Ym9keSZndDsgZFx1MDFiMFx1MWVkYmkgZFx1MWVhMW5nIHZcdTAxMDNuIGJcdTFlYTNuIGJcdTAwZWNuaCB0aFx1MDFiMFx1MWVkZG5nLjxcL2xpPlxyXG48bGk+Qi4gVHJvbmcgdGhcdTFlYmIgJmx0O3RpdGxlJmd0Oy48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gVHJvbmcgdGhcdTFlYmIgJmx0O2hlYWQmZ3Q7LCBzXHUxZWVkIGRcdTFlZTVuZyB0aFx1MWViYiAmbHQ7bWV0YSZndDsuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gU1x1MWVlZCBkXHUxZWU1bmcgY2hcdTAwZmEgdGhcdTAwZWRjaCBIVE1MICgmbHQ7IS0tIC4uLiAtLSZndDspIHRyb25nIHBoXHUxZWE3biAmbHQ7Ym9keSZndDsuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjI6IENcdTFlYjdwIHRoXHUxZWJiIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcgXHUwMTExXHUxZWMzIFx1MDExMVx1MWVjYm5oIG5naFx1MDEyOWEgcGhcdTFlYTduIHRoXHUwMGUybiBjXHUxZWU3YSB0XHUwMGUwaSBsaVx1MWVjN3UgSFRNTCwgY2hcdTFlZTlhIHRcdTFlYTV0IGNcdTFlYTMgblx1MWVkOWkgZHVuZyBoaVx1MWVjM24gdGhcdTFlY2IgY2hvIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmc/XHJcbjx1bD5cclxuPGxpPkEuICZsdDtoZWFkJmd0OyAmbHQ7XC9oZWFkJmd0OzxcL2xpPlxyXG48bGk+PHN0cm9uZz5CLiAmbHQ7Ym9keSZndDsgJmx0O1wvYm9keSZndDs8XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiAmbHQ7aHRtbCZndDsgJmx0O1wvaHRtbCZndDs8XC9saT5cclxuPGxpPkQuICZsdDt0aXRsZSZndDsgJmx0O1wvdGl0bGUmZ3Q7PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjM6IFRoXHUxZWJiICZsdDttZXRhIGNoYXJzZXQ9XHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+QS4gS2hhaSBiXHUwMGUxbyBiXHUxZWQ5IGtcdTAwZmQgdFx1MWVmMSBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIHRyb25nIHRcdTAwZTBpIGxpXHUxZWM3dSwgZ2lcdTAwZmFwIGhpXHUxZWMzbiB0aFx1MWVjYiBcdTAxMTFcdTAwZmFuZyBjXHUwMGUxYyBrXHUwMGZkIHRcdTFlZjEgXHUwMTExXHUxZWI3YyBiaVx1MWVjN3Qgdlx1MDBlMCBuZ1x1MDBmNG4gbmdcdTFlZWYga2hcdTAwZTFjIG5oYXUgKHZcdTAwZWQgZFx1MWVlNTogdGlcdTFlYmZuZyBWaVx1MWVjN3QgY1x1MDBmMyBkXHUxZWE1dSkuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qi4gWFx1MDBlMWMgXHUwMTExXHUxZWNibmggdFx1MDBlMWMgZ2lcdTFlYTMgY1x1MWVlN2EgdHJhbmcgd2ViLjxcL2xpPlxyXG48bGk+Qy4gXHUwMTEwXHUxZWI3dCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGNobyB0cmFuZyB3ZWIuPFwvbGk+XHJcbjxsaT5ELiBUXHUxZWExbyBzaVx1MDBlYXUgbGlcdTAwZWFuIGtcdTFlYmZ0IFx1MDExMVx1MWViZm4gbVx1MWVkOXQgdHJhbmcga2hcdTAwZTFjLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI0OiBCXHUxZWExbiBcdTAxMTFhbmcgdmlcdTFlYmZ0IG1cdTAwZTMgSFRNTCB2XHUwMGUwIG11XHUxZWQxbiBjaFx1MWVhZmMgY2hcdTFlYWZuIHJcdTFlYjFuZyB0clx1MDBlY25oIGR1eVx1MWVjN3Qgc1x1MWViZCBoaVx1MWVjM3Ugdlx1MDBlMCBoaVx1MWVjM24gdGhcdTFlY2IgdHJhbmcgY1x1MWVlN2EgYlx1MWVhMW4gdGhlbyBjaHVcdTFlYTluIEhUTUw1IG1cdTFlZGJpIG5oXHUxZWE1dC4gRFx1MDBmMm5nIG5cdTAwZTBvIGNcdTFlYTduIFx1MDExMVx1MDFiMFx1MWVlM2MgdGhcdTAwZWFtIHZcdTAwZTBvIFx1MDExMVx1MWVhN3UgdFx1MWVjN3AgSFRNTCBjXHUxZWU3YSBiXHUxZWExbj9cclxuPHVsPlxyXG48bGk+QS4gJmx0O2h0bWwgdmVyc2lvbj08XC9saT5cclxuPGxpPkIuICZsdDshRE9DVFlQRSBIVE1MIFBVQkxJQyA8XC9saT5cclxuPGxpPkMuICZsdDttZXRhIG5hbWU9PFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuICZsdDshRE9DVFlQRSBodG1sJmd0OzxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyNTogSFx1MDBlM3kgcGhcdTAwZTJuIHRcdTAwZWRjaCBjXHUxZWE1dSB0clx1MDBmYWMgSFRNTCBjXHUwMWExIGJcdTFlYTNuIHZcdTAwZTAgY2hvIGJpXHUxZWJmdCB0aFx1MWVlOSB0XHUxZWYxIHh1XHUxZWE1dCBoaVx1MWVjN24gPGk+Y2h1XHUxZWE5bjxcL2k+IGNcdTFlZTdhIGNcdTAwZTFjIHRoXHUxZWJiICZsdDtodG1sJmd0OywgJmx0O2hlYWQmZ3Q7LCB2XHUwMGUwICZsdDtib2R5Jmd0OyBzYXUgY2hcdTFlYzkgZFx1MWVhYm4gRE9DVFlQRS5cclxuPHVsPlxyXG48bGk+QS4gRE9DVFlQRSwgJmx0O2hlYWQmZ3Q7LCAmbHQ7Ym9keSZndDssICZsdDtodG1sJmd0OzxcL2xpPlxyXG48bGk+Qi4gRE9DVFlQRSwgJmx0O2JvZHkmZ3Q7LCAmbHQ7aGVhZCZndDssICZsdDtodG1sJmd0OzxcL2xpPlxyXG48bGk+PHN0cm9uZz5DLiBET0NUWVBFLCAmbHQ7aHRtbCZndDssICZsdDtoZWFkJmd0OywgJmx0O2JvZHkmZ3Q7PFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gRE9DVFlQRSwgJmx0O2h0bWwmZ3Q7LCAmbHQ7Ym9keSZndDssICZsdDtoZWFkJmd0OzxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI2OiBUclx1MDBlY25oIHNvXHUxZWExbiB0aFx1MWVhM28gdlx1MDEwM24gYlx1MWVhM24gKHZcdTAwZWQgZFx1MWVlNTogTm90ZXBhZCwgVlMgQ29kZSwgU3VibGltZSBUZXh0KSBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIFx1MDExMVx1MWVjMyB0XHUxZWExbyB0XHUxZWM3cCBIVE1MIHZcdTAwZWMgbFx1MDBmZCBkbyBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIENobyBwaFx1MDBlOXAgZ1x1MDBmNSB2XHUwMGUwIGNoXHUxZWM5bmggc1x1MWVlZGEgbVx1MDBlMyBuZ3VcdTFlZDNuIEhUTUwgZFx1MDFiMFx1MWVkYmkgZFx1MWVhMW5nIHZcdTAxMDNuIGJcdTFlYTNuIHRodVx1MWVhN24gdFx1MDBmYXkuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qi4gVFx1MWVmMSBcdTAxMTFcdTFlZDluZyB0aGlcdTFlYmZ0IGtcdTFlYmYgZ2lhbyBkaVx1MWVjN24gXHUwMTExXHUxZWQzIGhcdTFlY2RhIGNobyB0cmFuZyB3ZWIuPFwvbGk+XHJcbjxsaT5DLiBCaVx1MDBlYW4gZFx1MWVjYmNoIG1cdTAwZTMgSFRNTCB0aFx1MDBlMG5oIGNoXHUwMWIwXHUwMWExbmcgdHJcdTAwZWNuaCBtXHUwMGUxeSB0XHUwMGVkbmguPFwvbGk+XHJcbjxsaT5ELiBLXHUxZWJmdCBuXHUxZWQxaSB0clx1MWVmMWMgdGlcdTFlYmZwIHZcdTFlZGJpIGNcdTAxYTEgc1x1MWVkZiBkXHUxZWVmIGxpXHUxZWM3dSBcdTAxMTFcdTFlYzMgbFx1MWVhNXkgZFx1MWVlZiBsaVx1MWVjN3UuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjc6IEJcdTFlYTFuIG11XHUxZWQxbiB0XHUxZWExbyBtXHUxZWQ5dCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGNcdTFlYTVwIDMgdHJvbmcgdHJhbmcgd2ViIGNcdTFlZTdhIG1cdTAwZWNuaC4gQ1x1MWViN3AgdGhcdTFlYmIgSFRNTCBuXHUwMGUwbyBzYXUgXHUwMTExXHUwMGUyeSBsXHUwMGUwIFx1MDExMVx1MDBmYW5nP1xyXG48dWw+XHJcbjxsaT5BLiAmbHQ7aDMmZ3Q7ICZsdDtoMyZndDs8XC9saT5cclxuPGxpPjxzdHJvbmc+Qi4gJmx0O2gzJmd0OyAmbHQ7XC9oMyZndDs8XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiAmbHQ7XC9oMyZndDsgJmx0O2gzJmd0OzxcL2xpPlxyXG48bGk+RC4gaDMgXC9oMzxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI4OiBLaGkgYlx1MWVhMW4gbmhcdTAwZWNuIHRoXHUxZWE1eSBtXHUxZWQ5dCB0cmFuZyB3ZWIgdHJcdTAwZWFuIHRyXHUwMGVjbmggZHV5XHUxZWM3dCwgblx1MWVkOWkgZHVuZyBjaFx1MDBlZG5oIG1cdTAwZTAgYlx1MWVhMW4gXHUwMTExXHUxZWNkYyB2XHUwMGUwIHhlbSAodlx1MDEwM24gYlx1MWVhM24sIGhcdTAwZWNuaCBcdTFlYTNuaCwgdmlkZW8uLi4pIFx1MDExMVx1MDFiMFx1MWVlM2MgXHUwMTExXHUxZWNibmggbmdoXHUwMTI5YSBjaFx1MWVlNyB5XHUxZWJmdSB0cm9uZyBwaFx1MWVhN24gblx1MDBlMG8gY1x1MWVlN2EgbVx1MDBlMyBIVE1MP1xyXG48dWw+XHJcbjxsaT5BLiBQaFx1MWVhN24gJmx0O2hlYWQmZ3Q7PFwvbGk+XHJcbjxsaT5CLiBDaFx1MWVjOSB0aFx1MWVjYiBET0NUWVBFPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIFBoXHUxZWE3biAmbHQ7Ym9keSZndDs8XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiBUcm9uZyBjXHUwMGUxYyB0aFx1MWViYiAmbHQ7bWV0YSZndDs8XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyOTogQlx1MWVhMW4gXHUwMTExYW5nIGhcdTFlY2RjIEhUTUwgdlx1MDBlMCBtdVx1MWVkMW4gdGhcdTFlZjFjIGhcdTAwZTBuaCB2aVx1MWViZnQgbVx1MDBlMy4gQ1x1MDBmNG5nIGNcdTFlZTUgPGk+Y1x1MDFhMSBiXHUxZWEzbiBuaFx1MWVhNXQ8XC9pPiB2XHUwMGUwIGRcdTFlYzUgdGlcdTFlYmZwIGNcdTFlYWRuIG5oXHUxZWE1dCBtXHUwMGUwIGJcdTFlYTFuIGNcdTAwZjMgdGhcdTFlYzMgc1x1MWVlZCBkXHUxZWU1bmcgbmdheSB0clx1MDBlYW4gbVx1MDBlMXkgdFx1MDBlZG5oIGNcdTAwZTEgbmhcdTAwZTJuIFx1MDExMVx1MWVjMyBiXHUxZWFmdCBcdTAxMTFcdTFlYTd1IGxcdTAwZTAgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+QS4gTVx1MWVkOXQgbVx1MDBlMXkgY2hcdTFlZTcgd2ViIChXZWIgU2VydmVyKS48XC9saT5cclxuPGxpPkIuIE1cdTFlZDl0IHBoXHUxZWE3biBtXHUxZWMxbSB0aGlcdTFlYmZ0IGtcdTFlYmYgd2ViIGNodXlcdTAwZWFuIG5naGlcdTFlYzdwICh2XHUwMGVkIGRcdTFlZTU6IEFkb2JlIERyZWFtd2VhdmVyKS48XC9saT5cclxuPGxpPkMuIE1cdTFlZDl0IGhcdTFlYzcgcXVcdTFlYTNuIHRyXHUxZWNiIGNcdTAxYTEgc1x1MWVkZiBkXHUxZWVmIGxpXHUxZWM3dSAoRGF0YWJhc2UgTWFuYWdlbWVudCBTeXN0ZW0pLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5ELiBNXHUxZWQ5dCB0clx1MDBlY25oIHNvXHUxZWExbiB0aFx1MWVhM28gdlx1MDEwM24gYlx1MWVhM24gXHUwMTExXHUwMWExbiBnaVx1MWVhM24gKHZcdTAwZWQgZFx1MWVlNTogTm90ZXBhZCB0clx1MDBlYW4gV2luZG93cyBob1x1MWViN2MgVGV4dEVkaXQgdHJcdTAwZWFuIG1hY09TKS48XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMzA6IFNvIHNcdTAwZTFuaCBzXHUxZWYxIGtoXHUwMGUxYyBiaVx1MWVjN3Qgdlx1MWVjMSBcdTAwZmQgbmdoXHUwMTI5YSB2XHUwMGUwIHZcdTFlY2IgdHJcdTAwZWQgXHUwMTExXHUxZWI3dCBnaVx1MWVlZmEgdGhcdTFlYmIgJmx0O3RpdGxlJmd0OyB2XHUwMGUwIGNcdTAwZTFjIHRoXHUxZWJiIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgblx1MWVkOWkgZHVuZyAoaDEsIGgyLCBoMywgLi4uKS5cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiAmbHQ7dGl0bGUmZ3Q7IFx1MDExMVx1MWViN3QgdHJvbmcgJmx0O2hlYWQmZ3Q7IHZcdTAwZTAgaGlcdTFlYzNuIHRoXHUxZWNiIHRyXHUwMGVhbiB0aGFuaCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxXC90YWIgY1x1MWVlN2EgdHJcdTAwZWNuaCBkdXlcdTFlYzd0OyBjXHUwMGUxYyB0aFx1MWViYiBoMS1oNiBcdTAxMTFcdTFlYjd0IHRyb25nICZsdDtib2R5Jmd0OyB2XHUwMGUwIGhpXHUxZWMzbiB0aFx1MWVjYiBsXHUwMGUwIGNcdTAwZTFjIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgdHJvbmcgblx1MWVkOWkgZHVuZyB0cmFuZy48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiAmbHQ7dGl0bGUmZ3Q7IFx1MDExMVx1MWViN3QgdHJvbmcgJmx0O2JvZHkmZ3Q7IHZcdTAwZTAgbFx1MDBlMCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGxcdTFlZGJuIG5oXHUxZWE1dDsgY1x1MDBlMWMgdGhcdTFlYmIgaDEtaDYgXHUwMTExXHUxZWI3dCB0cm9uZyAmbHQ7aGVhZCZndDsgdlx1MDBlMCBsXHUwMGUwIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgcGhcdTFlZTUuPFwvbGk+XHJcbjxsaT5DLiAmbHQ7dGl0bGUmZ3Q7IHZcdTAwZTAgaDEgXHUwMTExXHUxZWMxdSBjXHUwMGYzIGNcdTAwZjluZyBtXHUxZWU1YyBcdTAxMTFcdTAwZWRjaCBsXHUwMGUwIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgY2hcdTAwZWRuaCB2XHUwMGUwIGNcdTAwZjMgdGhcdTFlYzMgXHUwMTExXHUxZWI3dCBcdTFlZGYgYlx1MWVhNXQga1x1MWVmMyBcdTAxMTFcdTAwZTJ1LjxcL2xpPlxyXG48bGk+RC4gJmx0O3RpdGxlJmd0OyBjaFx1MWVjOSBkXHUwMGY5bmcgY2hvIG1cdTFlZTVjIFx1MDExMVx1MDBlZGNoIFNFTzsgY1x1MDBlMWMgdGhcdTFlYmIgaDEtaDYgY2hcdTFlYzkgZFx1MDBmOW5nIFx1MDExMVx1MWVjMyBcdTAxMTFcdTFlY2JuaCBkXHUxZWExbmcgdlx1MDEwM24gYlx1MWVhM24gXHUwMTExXHUwMWExbiB0aHVcdTFlYTduLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG4iLCJxdWl6X2ltYWdlIjpudWxsLCJxdWl6X2NhdGVnb3J5X2lkIjoiMTUyNCIsInF1ZXN0aW9uX2lkcyI6IjQzNjc0MCw0MzY3NDEsNDM2NzQyLDQzNjc0Myw0MzY3NDQsNDM2NzQ1LDQzNjc0Niw0MzY3NDcsNDM2NzQ4LDQzNjc0OSw0MzY3NTAsNDM2NzUxLDQzNjc1Miw0MzY3NTMsNDM2NzU0LDQzNjc1NSw0MzY3NTYsNDM2NzU3LDQzNjc1OCw0MzY3NTksNDM2NzYwLDQzNjc2MSw0MzY3NjIsNDM2NzYzLDQzNjc2NCw0MzY3NjUsNDM2NzY2LDQzNjc2Nyw0MzY3NjgsNDM2NzY5Iiwib3JkZXJpbmciOiIxNDU3OSIsInB1Ymxpc2hlZCI6IjEiLCJjcmVhdGVfZGF0ZSI6bnVsbCwicXVpel91cmwiOm51bGwsImludGVydmFscyI6Ilt7XCJpbnRlcnZhbF9taW5cIjpcIjBcIixcImludGVydmFsX21heFwiOlwiMjVcIixcImludGVydmFsX3RleHRcIjpcIlwiLFwiaW50ZXJ2YWxfaW1hZ2VcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfdXJsXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X2RlbGF5XCI6XCJcIixcImludGVydmFsX2ZpbGVcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9pZFwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX25hbWVcIjpcIlwiLFwiaW50ZXJ2YWxfZ2FtaXByZXNzX3BvaW50XCI6XCJcIixcImludGVydmFsX3dwcm9kdWN0XCI6XCJcIixcImludGVydmFsX2tleXdvcmRcIjpcIkFcIn0se1wiaW50ZXJ2YWxfbWluXCI6XCIyNlwiLFwiaW50ZXJ2YWxfbWF4XCI6XCI1MFwiLFwiaW50ZXJ2YWxfdGV4dFwiOlwiXCIsXCJpbnRlcnZhbF9pbWFnZVwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF91cmxcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfZGVsYXlcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX2lkXCI6XCJcIixcImludGVydmFsX2ZpbGVfbmFtZVwiOlwiXCIsXCJpbnRlcnZhbF9nYW1pcHJlc3NfcG9pbnRcIjpcIlwiLFwiaW50ZXJ2YWxfd3Byb2R1Y3RcIjpcIlwiLFwiaW50ZXJ2YWxfa2V5d29yZFwiOlwiQlwifSx7XCJpbnRlcnZhbF9taW5cIjpcIjUxXCIsXCJpbnRlcnZhbF9tYXhcIjpcIjc1XCIsXCJpbnRlcnZhbF90ZXh0XCI6XCJcIixcImludGVydmFsX2ltYWdlXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X3VybFwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF9kZWxheVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlXCI6XCJcIixcImludGVydmFsX2ZpbGVfaWRcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9uYW1lXCI6XCJcIixcImludGVydmFsX2dhbWlwcmVzc19wb2ludFwiOlwiXCIsXCJpbnRlcnZhbF93cHJvZHVjdFwiOlwiXCIsXCJpbnRlcnZhbF9rZXl3b3JkXCI6XCJDXCJ9LHtcImludGVydmFsX21pblwiOlwiNzZcIixcImludGVydmFsX21heFwiOlwiMTAwXCIsXCJpbnRlcnZhbF90ZXh0XCI6XCJcIixcImludGVydmFsX2ltYWdlXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X3VybFwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF9kZWxheVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlXCI6XCJcIixcImludGVydmFsX2ZpbGVfaWRcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9uYW1lXCI6XCJcIixcImludGVydmFsX2dhbWlwcmVzc19wb2ludFwiOlwiXCIsXCJpbnRlcnZhbF93cHJvZHVjdFwiOlwiXCIsXCJpbnRlcnZhbF9rZXl3b3JkXCI6XCJEXCJ9XSIsImlzX3VzZXJfbG9nZ2VkX2luIjpmYWxzZSwicXVpel9hbmltYXRpb25fdG9wIjoxMDAsInF1aXpfZW5hYmxlX2FuaW1hdGlvbl90b3AiOiJvbiIsInN0b3JlX2FsbF9ub3RfZmluaXNoZWRfcmVzdWx0cyI6ZmFsc2V9'; </script> <input type='hidden' name='quiz_id' value='14579'/> <input type='hidden' name='start_date' class='ays-start-date'/> <input type='hidden' name='ays_end_date' class='ays-quiz-end-date'/> <input type='hidden' name='ays_finish_quiz_nonce_14579' value='460378414c'/> </form></div> </div> <div class="ays-quiz-powered-by-container"><div class="ays-quiz-promote-powered-by-text-row"><span class="ays-quiz-promote-powered-by-text">By <a href="https://ays-pro.com/wordpress/quiz-maker" target="_blank">Wordpress Quiz plugin</a></span></div></div></div></div> <div class="panel blogger"><div class='ays-quiz-wrap'> <div class='ays-quiz-container ays_quiz_classic_light ays-quiz-keyboard-active' data-quest-effect='shake' data-hide-bg-image='false' id='ays-quiz-container-15517'> <div class='ays-questions-container'> <div class='ays-quiz-some-items-icons-wrap'><div class="ays-quiz-full-screen-wrap"> <a class="ays-quiz-full-screen-container"> <svg xmlns="http://www.w3.org/2000/svg" height="24" fill="#fff" viewBox="0 0 24 24" width="24" class="ays-quiz-close-full-screen"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" height="24" fill="#fff" viewBox="0 0 24 24" width="24" class="ays-quiz-open-full-screen"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"/> </svg> </a> </div></div> <span class='ays_quizn_ancnoxneri_qanak'><i class='ays_fa ays_fa_users'></i> 0</span> <form action='' method='post' autocomplete='off' id='ays_finish_quiz_15517' class='ays-quiz-form enable_questions_result ' ><input type='hidden' class='ays_question_count_per_page' value='30'> <input type='hidden' value='list' class='answer_view_class'> <input type='hidden' value='' class='ays_qm_enable_arrows'><section class='ays_quiz_timer_container'> <div class='ays-quiz-timer ays-quiz-message-before-timer' data-timer='2700'><p>Bạn đã sẵn sàng chưa? 45 phút làm bài bắt đầu!!!</p> </div> <div class='ays-quiz-after-timer '><p>Bạn đã hết giờ làm bài! Xem kết quả các câu hỏi đã làm nhé!!!</p> </div> <hr style='height:1px;'> </section> <div class='step active-step'> <div class='ays-abs-fs ays-start-page'> <div class='ays_cb_and_a'><p style='margin:0!important;'><strong>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong></p></div> <p class='ays-fs-title'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 09</p> <div class='ays_buttons_div'> <input type='button' name='next' class='ays_next start_button action-button ays-quiz-keyboard-active' value='BẮT ĐẦU LÀM BÀI TEST' data-enable-leave-page="false" /> </div> <div class='ays-fs-subtitle'><p>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 09 bao gồm nhiều câu hỏi hay, bám sát chương trình. Cùng làm bài tập trắc nghiệm ngay.</p> <div class="question-block"> <p>Câu 1: HTML (HyperText Markup Language) là ngôn ngữ đánh dấu siêu văn bản được sử dụng với mục đích chính là gì trong phát triển web?</p> <ul> <li>A. Để tạo ra giao diện đồ họa phức tạp và hiệu ứng động cho trang web.</li> <li><strong>B. Để xác định cấu trúc và nội dung của một trang web.</strong></li> <li>C. Để xử lý dữ liệu từ người dùng nhập vào biểu mẫu trên trang web.</li> <li>D. Để quản lý cơ sở dữ liệu liên kết với trang web.</li> </ul> </div> <div class="question-block"> <p>Câu 2: Trong cấu trúc cơ bản của một tài liệu HTML, phần tử nào chứa toàn bộ nội dung hiển thị cho người dùng trên trình duyệt web?</p> <ul> <li>A. <head></li> <li>B. <title></li> <li><strong>C. <body></strong></li> <li>D. <html></li> </ul> </div> <div class="question-block"> <p>Câu 3: Thẻ nào trong phần `<head>` của tài liệu HTML được sử dụng để khai báo tiêu đề sẽ xuất hiện trên thanh tiêu đề (hoặc tab) của cửa sổ trình duyệt?</p> <ul> <li><strong>A. <title></strong></li> <li>B.<br /> <header></li> <li>C. <meta></li> <li>D. <body></li> </ul> </div> <div class="question-block"> <p>Câu 4: Dòng khai báo `<!DOCTYPE html>` ở đầu tài liệu HTML có ý nghĩa gì đối với trình duyệt web?</p> <ul> <li>A. Chỉ định mã hóa ký tự của tài liệu.</li> <li>B. Đặt tiêu đề cho trang web.</li> <li>C. Đánh dấu phần cuối của tài liệu HTML.</li> <li><strong>D. Thông báo cho trình duyệt biết phiên bản HTML đang được sử dụng để hiển thị trang một cách chính xác.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 5: Xét đoạn mã HTML sau: `<html><head><title>Trang chủ

    Chào mừng

    Đây là nội dung.

    `. Phần nào của đoạn mã này sẽ hiển thị dòng chữ "Chào mừng" và "Đây là nội dung." trên màn hình?

    • A. Phần nằm trong thẻ ``.</li> <li>B. Phần nằm trong thẻ `<head>`.</li> <li><strong>C. Phần nằm trong thẻ `<body>`.</strong></li> <li>D. Phần nằm trong thẻ `<html>`.</li> </ul> </div> <div class="question-block"> <p>Câu 6: Trong cặp thẻ HTML mở và đóng (ví dụ: `</p> <p>...</p> <p>`), dấu gạch chéo `/` ở thẻ đóng (`</p> <p>`) có vai trò gì?</p> <ul> <li>A. Báo hiệu đây là thẻ tự đóng (self-closing tag).</li> <li><strong>B. Đánh dấu điểm kết thúc của phần tử HTML.</strong></li> <li>C. Chỉ định một thuộc tính (attribute) cho thẻ.</li> <li>D. Phân cách giữa tên thẻ và nội dung.</li> </ul> </div> <div class="question-block"> <p>Câu 7: Tên các thẻ HTML (ví dụ: `body`, `head`, `title`) có phân biệt chữ hoa và chữ thường khi trình duyệt xử lý không?</p> <ul> <li>A. Có, luôn luôn phân biệt.</li> <li><strong>B. Không, không phân biệt (mặc dù quy ước thường viết chữ thường).</strong></li> <li>C. Chỉ phân biệt khi sử dụng các thuộc tính (attributes).</li> <li>D. Chỉ phân biệt trong các phiên bản HTML cũ.</li> </ul> </div> <div class="question-block"> <p>Câu 8: Phần tử nào trong cấu trúc HTML cơ bản bao gồm các thông tin về tài liệu như tiêu đề, mô tả, liên kết đến tệp CSS hoặc JavaScript, nhưng không chứa nội dung hiển thị trực tiếp trên trang?</p> <ul> <li><strong>A. <head></strong></li> <li>B. <body></li> <li>C. <html></li> <li>D. <meta></li> </ul> </div> <div class="question-block"> <p>Câu 9: Để một trình duyệt web có thể nhận biết và hiển thị đúng một tài liệu HTML bạn đã tạo, bạn cần lưu tệp tin đó với phần mở rộng (đuôi tệp) nào?</p> <ul> <li>A. .txt</li> <li>B. .css</li> <li><strong>C. .html hoặc .htm</strong></li> <li>D. .js</li> </ul> </div> <div class="question-block"> <p>Câu 10: Sau khi soạn thảo và lưu tệp HTML, bạn thực hiện thao tác nào để xem trang web đó trên máy tính của mình?</p> <ul> <li>A. Mở tệp bằng trình soạn thảo văn bản.</li> <li>B. Chạy tệp bằng dòng lệnh (command line).</li> <li>C. Tải tệp lên máy chủ web.</li> <li><strong>D. Mở tệp bằng trình duyệt web (như Chrome, Firefox, Edge...).</strong></li> </ul> </div> <div class="question-block"> <p>Câu 11: Đâu là trình tự đúng của các phần tử chính trong cấu trúc cơ bản nhất của một tài liệu HTML?</p> <ul> <li><strong>A. </strong></li> </ul> </div> <div class="question-block"> <p>Câu 12: Bạn muốn tạo một trang web có tiêu đề "Trang Giới thiệu" và nội dung chính hiển thị "Đây là trang giới thiệu về tôi.". Đoạn mã HTML cơ bản nào sau đây thực hiện được điều đó?</p> <ul> <li>A. ```html<br /> <!DOCTYPE html><br /> <html><br /> <head><br /> <body>Trang Giới thiệu</body><br /> </head><br /> <body>Đây là trang giới thiệu về tôi.</body><br /> </html><br /> ```</li> <li><strong>B. ```html<br /> <!DOCTYPE html><br /> <html><br /> <head><br /> <title>Trang Giới thiệu

      Đây là trang giới thiệu về tôi.

      ```
    • C. ```html

      Đây là trang giới thiệu về tôi.
      Trang Giới thiệu

      ```
    • D. ```html



      Trang Giới thiệu
      Đây là trang giới thiệu về tôi.


      ```

    Câu 13: Khi sử dụng trình soạn thảo văn bản như Sublime Text để viết mã HTML, tính năng tô sáng cú pháp (syntax highlighting) giúp ích gì cho người lập trình?

    • A. Giúp dễ dàng phân biệt các thành phần khác nhau của mã (thẻ, thuộc tính, nội dung) bằng màu sắc, làm cho mã dễ đọc và phát hiện lỗi cú pháp.
    • B. Tự động sửa tất cả các lỗi chính tả và ngữ pháp trong mã HTML.
    • C. Nén kích thước tệp HTML để tải trang nhanh hơn.
    • D. Tự động tạo ra nội dung cho trang web dựa trên tiêu đề.

    Câu 14: Hãy phân tích đoạn mã sau: `

  • A. Trên thanh tiêu đề của trình duyệt.
  • B. Trong mã nguồn của trang, không hiển thị cho người dùng.
  • C. Trong cửa sổ chính của trình duyệt (phần thân trang).
  • D. Trong thông tin meta của trang.
  • Câu 15: Đâu là một ví dụ về thẻ đơn (empty tag hoặc self-closing tag) trong HTML, tức là thẻ không có thẻ đóng và không chứa nội dung giữa thẻ mở và thẻ đóng?

    • A.

    Câu 16: Nếu bạn quên thẻ `` ở đầu tệp HTML, điều gì có thể xảy ra khi trình duyệt hiển thị trang?

    • A. Trình duyệt sẽ báo lỗi và không hiển thị trang.
    • B. Trình duyệt có thể chuyển sang chế độ "quirks mode" và hiển thị trang không nhất quán giữa các trình duyệt hoặc khác với tiêu chuẩn dự kiến.
    • C. Trang web sẽ tải nhanh hơn đáng kể.
    • D. Tiêu đề trang sẽ không hiển thị chính xác.

    Câu 17: Mục đích chính của việc sử dụng thẻ `` là gì?

    • A. Để chứa tất cả văn bản, hình ảnh và liên kết hiển thị trên trang.
    • B. Để định dạng giao diện và màu sắc của trang.
    • C. Để tạo các đoạn văn bản và tiêu đề lớn.
    • D. Để cung cấp siêu dữ liệu (metadata) về tài liệu và chứa các liên kết đến tài nguyên bên ngoài (như CSS, font chữ).

    Câu 18: Phần tử `` là phần tử cấp cao nhất trong một tài liệu HTML. Vai trò của nó là gì?

    • A. Là phần tử gốc (root element) bao bọc toàn bộ nội dung của trang HTML.
    • B. Chỉ định mã hóa ký tự cho trang.
    • C. Chứa thông tin về tiêu đề và mô tả trang.
    • D. Định nghĩa phần thân (body) của trang.

    Câu 19: Giả sử bạn đang tạo một tệp HTML mới trong trình soạn thảo văn bản. Bạn nên bắt đầu bằng dòng mã nào để đảm bảo tính tương thích với các chuẩn web hiện đại?

    • A. ```html

      ```
    • B. ```html

      ```
    • C. ```html

      ```
    • D. ```html
      <br /> ```</li> </ul> </div> <div class="question-block"> <p>Câu 20: Sự khác biệt cơ bản nhất giữa thẻ `<head>` và `<body>` trong tài liệu HTML là gì?</p> <ul> <li><strong>A. `<head>` chứa thông tin về tài liệu cho trình duyệt và công cụ tìm kiếm, còn `<body>` chứa nội dung hiển thị cho người dùng.</strong></li> <li>B. `<head>` chỉ chứa văn bản, còn `<body>` chứa hình ảnh và video.</li> <li>C. `<head>` bắt buộc phải có, còn `<body>` là tùy chọn.</li> <li>D. `<head>` định dạng trang, còn `<body>` tạo cấu trúc.</li> </ul> </div> <div class="question-block"> <p>Câu 21: Khi bạn mở một tệp HTML trong trình duyệt, trình duyệt sẽ làm gì với mã HTML đó?</p> <ul> <li>A. Lưu trữ mã nguồn vào bộ nhớ cache.</li> <li>B. Chạy mã như một chương trình máy tính.</li> <li>C. Biên dịch mã thành ngôn ngữ máy.</li> <li><strong>D. Phân tích (parse) mã và hiển thị nội dung theo cấu trúc và định dạng được quy định bởi các thẻ.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 22: Bạn nhận được một tệp có tên `trangchu.txt` chứa mã HTML. Để xem trang web này trong trình duyệt, bạn cần làm gì trước tiên?</p> <ul> <li><strong>A. Đổi tên tệp thành `trangchu.html`.</strong></li> <li>B. Mở tệp bằng trình soạn thảo văn bản và sao chép nội dung vào một tệp mới.</li> <li>C. Nén tệp lại bằng WinRAR hoặc 7-Zip.</li> <li>D. Không cần làm gì cả, trình duyệt có thể mở tệp .txt chứa HTML.</li> </ul> </div> <div class="question-block"> <p>Câu 23: Thuộc tính (attribute) trong HTML được sử dụng để làm gì?</p> <ul> <li>A. Để định nghĩa một thẻ HTML mới.</li> <li><strong>B. Để cung cấp thông tin bổ sung về một phần tử HTML hoặc thay đổi hành vi/giao diện của nó.</strong></li> <li>C. Để tạo ra một liên kết đến trang web khác.</li> <li>D. Để đánh dấu phần cuối của tài liệu HTML.</li> </ul> </div> <div class="question-block"> <p>Câu 24: Xét đoạn mã: `</p> <p lang= <ul> <li>A. Tên thẻ HTML.</li> <li>B. Nội dung của phần tử.</li> <li><strong>C. Một thuộc tính (attribute) của thẻ ` <p>`.</strong></li> <li>D. Một thẻ đóng.</li> </ul> </div> <div class="question-block"> <p>Câu 25: Tại sao việc sử dụng các trình soạn thảo chuyên dụng (như Sublime Text, VS Code...) lại được khuyến khích hơn so với Notepad mặc định khi viết mã HTML?</p> <ul> <li>A. Các trình soạn thảo chuyên dụng luôn tạo ra các tệp HTML có dung lượng nhỏ hơn.</li> <li>B. Chỉ có các trình soạn thảo chuyên dụng mới cho phép lưu tệp dưới định dạng .html.</li> <li>C. Mã HTML viết bằng trình soạn thảo chuyên dụng sẽ chạy nhanh hơn trên trình duyệt.</li> <li><strong>D. Các trình soạn thảo chuyên dụng cung cấp các tính năng hỗ trợ như tô sáng cú pháp, tự động hoàn thành, kiểm tra lỗi, giúp viết mã nhanh chóng và chính xác hơn.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 26: Đâu là cách chính để thêm nội dung hiển thị (như văn bản, hình ảnh, video) vào một trang web sử dụng HTML?</p> <ul> <li>A. Đặt nội dung đó vào trong thẻ `<head>`.</li> <li><strong>B. Đặt nội dung đó vào trong thẻ `<body>`.</strong></li> <li>C. Đặt nội dung đó vào trong thẻ `<title>`.</li> <li>D. Lưu nội dung vào một tệp riêng biệt và liên kết đến nó từ thẻ `<head>`.</li> </ul> </div> <div class="question-block"> <p>Câu 27: Thẻ `<meta>` thường được đặt ở đâu trong tài liệu HTML và có vai trò gì?</p> <ul> <li><strong>A. Trong phần `<head>`, cung cấp siêu dữ liệu (metadata) về tài liệu.</strong></li> <li>B. Trong phần `<body>`, tạo các đoạn văn bản đặc biệt.</li> <li>C. Ở đầu tài liệu, thay thế cho khai báo `<!DOCTYPE>`.</li> <li>D. Ở cuối tài liệu, đánh dấu điểm kết thúc.</li> </ul> </div> <div class="question-block"> <p>Câu 28: Nếu bạn muốn đặt tên cho trang web của mình là "My First Page" để hiển thị trên thanh tiêu đề của trình duyệt, bạn sẽ sử dụng cấu trúc HTML nào?</p> <ul> <li>A. ```html<br /> <head>My First Page</head><br /> ```</li> <li>B. ```html<br /> <body>My First Page</body><br /> ```</li> <li><strong>C. ```html<br /> <head><title>My First Page
      ```
    • D. ```html

      My First Page


      ```

    Câu 29: Xét cấu trúc sau: `...`. Dấu `...` ở đây đại diện cho những phần tử chính nào bắt buộc phải có trong một tài liệu HTML chuẩn?

    • A. Chỉ có thẻ `

      `.

    • B. Chỉ có thẻ `

      `.

    • C. Chỉ có thẻ ``.
    • D. Cả thẻ `` và ``.

    Câu 30: HTML được gọi là "ngôn ngữ đánh dấu" (markup language) vì nó sử dụng các "thẻ" (tags) để làm gì?

    • A. Để thực hiện các phép tính toán phức tạp.
    • B. Để đánh dấu và mô tả các phần khác nhau của nội dung, chỉ định cách trình duyệt nên cấu trúc và hiển thị chúng.
    • C. Để tạo ra các hiệu ứng âm thanh và hình ảnh động.
    • D. Để kết nối trực tiếp với cơ sở dữ liệu.

    30 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Đường truyền hữu tuyến và vô tuyến

    Tags: Bộ đề 9

    Câu 2: Một kỹ sư mạng đang khắc phục sự cố kết nối chậm và không ổn định trong mạng LAN sử dụng cáp xoắn đôi. Kỹ sư nhận thấy cáp được đi gần các đường dây điện cao thế và động cơ lớn. Vấn đề này có thể do ảnh hưởng của yếu tố nào đến đường truyền?

    Xem kết quả

    0

    Bạn đã sẵn sàng chưa? 45 phút làm bài bắt đầu!!!

    Bạn đã hết giờ làm bài! Xem kết quả các câu hỏi đã làm nhé!!!


    Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 10

    Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản - Đề 10 bao gồm nhiều câu hỏi hay, bám sát chương trình. Cùng làm bài tập trắc nghiệm ngay.

    Câu 1: Mục đích chính của việc sử dụng Ngôn ngữ đánh dấu siêu văn bản (HTML) là gì?

    • A. Để thiết kế giao diện đồ họa phức tạp cho ứng dụng di động.
    • B. Để định nghĩa cấu trúc và nội dung cho các trang web.
    • C. Để xử lý và phân tích dữ liệu lớn trên internet.
    • D. Để tạo ra các hiệu ứng động và tương tác phức tạp trên trang web.

    Câu 2: Cấu trúc cơ bản, bắt buộc của một tài liệu HTML5 thường bắt đầu với khai báo nào ở dòng đầu tiên?

    • A.
    • B.
    • C.
    • D.

    Câu 3: Phần tử nào trong cấu trúc HTML chứa toàn bộ nội dung hiển thị trên trang web (văn bản, hình ảnh, liên kết, ...)?

    • A.
    • B.
    • C. </li> <li><strong>D. <body></strong></li> </ul> </div> <div class="question-block"> <p>Câu 4: Phần tử nào trong cấu trúc HTML chứa thông tin về tài liệu mà không hiển thị trực tiếp trên trang web, ví dụ như tiêu đề trang, bộ ký tự, mô tả?</p> <ul> <li><strong>A. <head></strong></li> <li>B. <body></li> <li>C.<br /> <footer></li> <li>D.<br /> <header></li> </ul> </div> <div class="question-block"> <p>Câu 5: Thẻ nào được sử dụng bên trong phần `<head>` để xác định tiêu đề hiển thị trên thanh tiêu đề của cửa sổ trình duyệt hoặc tab?</p> <ul> <li>A.<br /> <h1></li> <li><strong>B. <title></strong></li> <li>C. <meta></li> <li>D.<br /> <header></li> </ul> </div> <div class="question-block"> <p>Câu 6: Trong HTML, một thẻ thường bao gồm thẻ mở và thẻ đóng. Dấu ký tự nào đánh dấu sự bắt đầu của thẻ đóng?</p> <ul> <li>A. ></li> <li>B. <</li> <li><strong>C. /</strong></li> <li>D. </li> </ul> </div> <div class="question-block"> <p>Câu 7: Tên các thẻ HTML (ví dụ: p, h1, body) có phân biệt chữ hoa và chữ thường không?</p> <ul> <li>A. Có, luôn luôn phân biệt.</li> <li><strong>B. Không, không phân biệt (case-insensitive).</strong></li> <li>C. Chỉ phân biệt khi sử dụng CSS.</li> <li>D. Chỉ phân biệt trong phiên bản HTML cũ hơn HTML5.</li> </ul> </div> <div class="question-block"> <p>Câu 8: Để tạo một tiêu đề chính rất quan trọng và lớn nhất trên trang web, bạn nên sử dụng thẻ nào?</p> <ul> <li><strong>A.<br /> <h1></strong></li> <li>B.<br /> <h6></li> <li>C. </li> <li>D. <title></li> </ul> </div> <div class="question-block"> <p>Câu 9: Để tạo một đoạn văn bản thông thường, bạn nên sử dụng thẻ nào?</p> <ul> <li>A. <d></li> <li>B. <text></li> <li><strong>C. <p></strong></li> <li>D. <b></li> </ul> </div> <div class="question-block"> <p>Câu 10: Xem xét đoạn mã HTML sau: `</p> <p>Đây là đoạn một.</p> <p>Đây là đoạn hai.</p> <p>`. Trình duyệt sẽ hiển thị hai đoạn văn bản này như thế nào?</p> <ul> <li>A. Hiển thị trên cùng một dòng, cách nhau bởi dấu cách.</li> <li>B. Hiển thị trên cùng một dòng, không có khoảng cách.</li> <li>C. Hiển thị trên hai dòng khác nhau, nhưng không có khoảng trắng giữa hai đoạn.</li> <li><strong>D. Hiển thị trên hai dòng khác nhau, mỗi đoạn trên một dòng mới và có khoảng trắng giữa hai đoạn.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 11: Xem xét đoạn mã HTML sau: `<head><title>Chào mừng`. Khi mở tệp này trong trình duyệt, chữ

      • A. Trên thanh tiêu đề của cửa sổ hoặc tab trình duyệt.
      • B. Ngay trong nội dung chính của trang web.
      • C. Dưới cùng của trang web.
      • D. Trong mã nguồn nhưng không hiển thị cho người dùng.

    Câu 12: Giả sử bạn muốn tạo một tiêu đề phụ nhỏ hơn tiêu đề chính `

    `. Thẻ nào trong các thẻ tiêu đề (h1-h6) bạn có thể sử dụng?

    • A. Chỉ có thể dùng `

      `.

    • B. Chỉ có thể dùng `
      `.
    • C. Bất kỳ thẻ nào từ `

      ` đến `

      ` tùy vào mức độ quan trọng và kích thước mong muốn.
    • D. Chỉ có thể dùng `

      ` và điều chỉnh kích thước bằng thuộc tính.

    Câu 13: Khi soạn thảo tệp HTML bằng trình soạn thảo văn bản như Sublime Text, việc lưu tệp với đuôi mở rộng `.html` có ý nghĩa gì?

    • A. Giúp tệp có kích thước nhỏ hơn.
    • B. Giúp trình duyệt web nhận biết và xử lý tệp đó như một trang web.
    • C. Chỉ để phân biệt với các loại tệp văn bản khác.
    • D. Bắt buộc phải có để Sublime Text có thể mở lại tệp.

    Câu 14: Để xem kết quả hiển thị của tệp `index.html` mà bạn vừa tạo, bạn cần thực hiện hành động nào?

    • A. Mở tệp bằng phần mềm xử lý bảng tính (ví dụ: Microsoft Excel).
    • B. Chạy tệp như một chương trình thực thi.
    • C. Mở tệp bằng trình soạn thảo văn bản (ví dụ: Sublime Text, Notepad).
    • D. Mở tệp bằng một trình duyệt web (ví dụ: Chrome, Firefox, Edge).

    Câu 15: HTML được gọi là

    • A. Để xác định cấu trúc, ý nghĩa và cách trình bày của nội dung.
    • B. Để thực hiện các phép tính toán phức tạp.
    • C. Để tạo ra các hiệu ứng âm thanh và hình ảnh.
    • D. Để quản lý cơ sở dữ liệu.

    Câu 16: HTML được gọi là ngôn ngữ

    • A. Chỉ hiển thị văn bản thuần túy.
    • B. Kết nối các đoạn văn bản trong cùng một tài liệu.
    • C. Tạo ra các liên kết (hyperlinks) để kết nối giữa các tài liệu khác nhau.
    • D. Định dạng văn bản với màu sắc và kiểu chữ phức tạp.

    Câu 17: Phần tử `` trong cấu trúc HTML đóng vai trò là gì?

    • A. Là phần tử chứa tiêu đề trang.
    • B. Là phần tử chứa nội dung hiển thị.
    • C. Là khai báo phiên bản HTML.
    • D. Là phần tử gốc (root element) bao bọc toàn bộ nội dung của trang HTML.

    Câu 18: Thẻ nào là thẻ cha trực tiếp của cả `` và `` trong cấu trúc HTML chuẩn?

    • B.

    Câu 19: Thẻ nào là thẻ con trực tiếp của `` và chứa nội dung hiển thị?

    • A.
    • B. </li> <li><strong>C. <body></strong></li> <li>D. </li> </ul> </div> <div class="question-block"> <p>Câu 20: Ngoài thẻ `<title>`, phần tử `<head>` có thể chứa loại thông tin nào khác để cung cấp siêu dữ liệu về trang (thông tin cho trình duyệt, công cụ tìm kiếm...)?</p> <ul> <li><strong>A. Khai báo bộ ký tự, mô tả trang, từ khóa tìm kiếm (sử dụng thẻ `<meta>`).</strong></li> <li>B. Các đoạn văn bản và hình ảnh sẽ hiển thị trên trang.</li> <li>C. Các nút bấm và biểu mẫu nhập liệu.</li> <li>D. Danh sách các liên kết đến các trang khác.</li> </ul> </div> <div class="question-block"> <p>Câu 21: Xem xét đoạn code: `<body></p> <h1>Bài học HTML</h1> <p>Giới thiệu về HTML.</p> <p></body>`. Phần tử nào trong đoạn code này tạo ra dòng chữ </p> <ul> <li><strong>B. </strong></li> </ul> </div> <div class="question-block"> <p>Câu 22: Xem xét đoạn code: `<body></p> <h1>Bài học HTML</h1> <p>Giới thiệu về HTML.</p> <p></body>`. Phần tử nào tạo ra dòng chữ </p> <ul> <li><strong>C. </strong></li> </ul> </div> <div class="question-block"> <p>Câu 23: Trong cấu trúc HTML cơ bản, thẻ `<head>` và `<body>` phải nằm bên trong thẻ nào?</p> <ul> <li><strong>A. </strong></li> </ul> </div> <div class="question-block"> <p>Câu 24: Điều gì xảy ra nếu bạn mở một tệp `.html` bằng một trình soạn thảo văn bản (ví dụ: Notepad, Sublime Text) thay vì trình duyệt web?</p> <ul> <li>A. Tệp sẽ không mở được.</li> <li>B. Bạn sẽ thấy trang web được hiển thị y như trong trình duyệt.</li> <li>C. Chỉ hiển thị nội dung văn bản, không có các thẻ HTML.</li> <li><strong>D. Bạn sẽ thấy mã nguồn HTML thô (bao gồm các thẻ) dưới dạng văn bản.</strong></li> </ul> </div> <div class="question-block"> <p>Câu 25: Vai trò chính của trình duyệt web khi đọc một tệp HTML là gì?</p> <ul> <li>A. Chỉnh sửa mã nguồn HTML.</li> <li><strong>B. Diễn giải (render) mã nguồn HTML và hiển thị trang web tương ứng.</strong></li> <li>C. Lưu trữ tệp HTML trên máy chủ.</li> <li>D. Mã hóa nội dung trang web để bảo mật.</li> </ul> </div> <div class="question-block"> <p>Câu 26: Nếu bạn muốn tạo một trang web nói về </p> <ul> <li><strong>C. </strong></li> </ul> </div> <div class="question-block"> <p>Câu 27: Bạn có một đoạn văn bản dài và muốn chia nó thành ba đoạn riêng biệt trên trang web. Bạn sẽ sử dụng thẻ nào để đánh dấu sự bắt đầu và kết thúc của mỗi đoạn?</p> <ul> <li><strong>D. </strong></li> </ul> </div> <div class="question-block"> <p>Câu 28: Sự khác biệt cơ bản về mục đích sử dụng giữa thẻ `</p> <h1>` và thẻ `</p> <p>` là gì?</p> <ul> <li><strong>A. `<br /> <h1>` dùng cho tiêu đề chính với mức độ quan trọng cao, còn `</p> <p>` dùng cho các đoạn văn bản thông thường.</strong></li> <li>B. `<br /> <h1>` dùng để in đậm văn bản, còn `</p> <p>` dùng để in nghiêng.</li> <li>C. `<br /> <h1>` tạo ra một dòng mới, còn `</p> <p>` không tạo ra dòng mới.</li> <li>D. `<br /> <h1>` chỉ có thể xuất hiện một lần trên trang, còn `</p> <p>` thì không giới hạn số lần.</li> </ul> </div> <div class="question-block"> <p>Câu 29: Khi bạn gõ code HTML trong Sublime Text, việc Sublime Text tự động tô màu khác nhau cho các thẻ, thuộc tính, và nội dung giúp bạn điều gì?</p> <ul> <li>A. Làm cho tệp HTML có kích thước nhỏ hơn.</li> <li><strong>B. Giúp dễ dàng phân biệt các thành phần của mã nguồn, phát hiện lỗi cú pháp nhanh hơn.</strong></li> <li>C. Thay đổi cách trang web hiển thị trong trình duyệt.</li> <li>D. Tự động sửa lỗi chính tả trong văn bản.</li> </ul> </div> <div class="question-block"> <p>Câu 30: Theo quy tắc cú pháp HTML, mỗi thẻ mở (ví dụ: </p> <p>, </p> <h1>, <body>) học trong bài này cần phải có gì đi kèm (trừ một số thẻ đặc biệt không được đề cập)?</p> <ul> <li>A. Một thuộc tính (attribute).</li> <li>B. Nội dung văn bản bên trong.</li> <li>C. Một thẻ con bên trong.</li> <li><strong>D. Một thẻ đóng tương ứng (ví dụ: </p> <p>, </h1> <p>, </body>).</strong></li> </ul> </div> </div> <input type='hidden' name='ays_quiz_id' value='16455'/> <input type='hidden' name='ays_quiz_curent_page_link' class='ays-quiz-curent-page-link' value='https://cauhoi.org/15-de-trac-nghiem-tin-hoc-12-canh-dieu-bai-1-lam-quen-voi-ngon-ngu-danh-dau-sieu-van-ban/'/> <input type='hidden' name='ays_quiz_questions' value='492903,492904,492905,492906,492907,492908,492909,492910,492911,492912,492913,492914,492915,492916,492917,492918,492919,492920,492921,492922,492923,492924,492925,492926,492927,492928,492929,492930,492931,492932'> </div> </div><div class='step ' data-question-id='492903' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>1 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 1: Mục đích chính của việc sử dụng Ngôn ngữ đánh dấu siêu văn bản (HTML) là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492903]' id='ays-answer-1943197-16455' value='1943197'/> <label for='ays-answer-1943197-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Để thiết kế giao diện đồ họa phức tạp cho ứng dụng di động.</label><label for='ays-answer-1943197-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492903]' id='ays-answer-1943198-16455' value='1943198'/> <label for='ays-answer-1943198-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Để định nghĩa cấu trúc và nội dung cho các trang web.</label><label for='ays-answer-1943198-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492903]' id='ays-answer-1943199-16455' value='1943199'/> <label for='ays-answer-1943199-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Để xử lý và phân tích dữ liệu lớn trên internet.</label><label for='ays-answer-1943199-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492903]' id='ays-answer-1943200-16455' value='1943200'/> <label for='ays-answer-1943200-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Để tạo ra các hiệu ứng động và tương tác phức tạp trên trang web.</label><label for='ays-answer-1943200-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492903'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzE5NyI6IjAiLCIxOTQzMTk4IjoiMSIsIjE5NDMxOTkiOiIwIiwiMTk0MzIwMCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492904' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>2 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 2: Cấu trúc cơ bản, bắt buộc của một tài liệu HTML5 thường bắt đầu với khai báo nào ở dòng đầu tiên?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492904]' id='ays-answer-1943201-16455' value='1943201'/> <label for='ays-answer-1943201-16455' class=' ays_position_initial ays-quiz-keyboard-label'><!DOCTYPE html PUBLIC></label><label for='ays-answer-1943201-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492904]' id='ays-answer-1943202-16455' value='1943202'/> <label for='ays-answer-1943202-16455' class=' ays_position_initial ays-quiz-keyboard-label'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"></label><label for='ays-answer-1943202-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492904]' id='ays-answer-1943203-16455' value='1943203'/> <label for='ays-answer-1943203-16455' class=' ays_position_initial ays-quiz-keyboard-label'><!DOCTYPE html></label><label for='ays-answer-1943203-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492904]' id='ays-answer-1943204-16455' value='1943204'/> <label for='ays-answer-1943204-16455' class=' ays_position_initial ays-quiz-keyboard-label'><!DOCTYPE html5></label><label for='ays-answer-1943204-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492904'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzIwMSI6IjAiLCIxOTQzMjAyIjoiMCIsIjE5NDMyMDMiOiIxIiwiMTk0MzIwNCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492905' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>3 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 3: Phần tử nào trong cấu trúc HTML chứa toàn bộ nội dung hiển thị trên trang web (văn bản, hình ảnh, liên kết, ...)?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492905]' id='ays-answer-1943205-16455' value='1943205'/> <label for='ays-answer-1943205-16455' class=' ays_position_initial ays-quiz-keyboard-label'><head></label><label for='ays-answer-1943205-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492905]' id='ays-answer-1943206-16455' value='1943206'/> <label for='ays-answer-1943206-16455' class=' ays_position_initial ays-quiz-keyboard-label'><html></label><label for='ays-answer-1943206-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492905]' id='ays-answer-1943207-16455' value='1943207'/> <label for='ays-answer-1943207-16455' class=' ays_position_initial ays-quiz-keyboard-label'><title></label><label for='ays-answer-1943207-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492905]' id='ays-answer-1943208-16455' value='1943208'/> <label for='ays-answer-1943208-16455' class=' ays_position_initial ays-quiz-keyboard-label'><body></label><label for='ays-answer-1943208-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492905'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzIwNSI6IjAiLCIxOTQzMjA2IjoiMCIsIjE5NDMyMDciOiIwIiwiMTk0MzIwOCI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492906' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>4 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 4: Phần tử nào trong cấu trúc HTML chứa thông tin về tài liệu mà không hiển thị trực tiếp trên trang web, ví dụ như tiêu đề trang, bộ ký tự, mô tả?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492906]' id='ays-answer-1943209-16455' value='1943209'/> <label for='ays-answer-1943209-16455' class=' ays_position_initial ays-quiz-keyboard-label'><head></label><label for='ays-answer-1943209-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492906]' id='ays-answer-1943210-16455' value='1943210'/> <label for='ays-answer-1943210-16455' class=' ays_position_initial ays-quiz-keyboard-label'><body></label><label for='ays-answer-1943210-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492906]' id='ays-answer-1943211-16455' value='1943211'/> <label for='ays-answer-1943211-16455' class=' ays_position_initial ays-quiz-keyboard-label'><footer></label><label for='ays-answer-1943211-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492906]' id='ays-answer-1943212-16455' value='1943212'/> <label for='ays-answer-1943212-16455' class=' ays_position_initial ays-quiz-keyboard-label'><header></label><label for='ays-answer-1943212-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492906'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzIwOSI6IjEiLCIxOTQzMjEwIjoiMCIsIjE5NDMyMTEiOiIwIiwiMTk0MzIxMiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492907' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>5 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 5: Thẻ nào được sử dụng bên trong phần `<head>` để xác định tiêu đề hiển thị trên thanh tiêu đề của cửa sổ trình duyệt hoặc tab?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492907]' id='ays-answer-1943213-16455' value='1943213'/> <label for='ays-answer-1943213-16455' class=' ays_position_initial ays-quiz-keyboard-label'><h1></label><label for='ays-answer-1943213-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492907]' id='ays-answer-1943214-16455' value='1943214'/> <label for='ays-answer-1943214-16455' class=' ays_position_initial ays-quiz-keyboard-label'><title></label><label for='ays-answer-1943214-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492907]' id='ays-answer-1943215-16455' value='1943215'/> <label for='ays-answer-1943215-16455' class=' ays_position_initial ays-quiz-keyboard-label'><meta></label><label for='ays-answer-1943215-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492907]' id='ays-answer-1943216-16455' value='1943216'/> <label for='ays-answer-1943216-16455' class=' ays_position_initial ays-quiz-keyboard-label'><header></label><label for='ays-answer-1943216-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492907'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzIxMyI6IjAiLCIxOTQzMjE0IjoiMSIsIjE5NDMyMTUiOiIwIiwiMTk0MzIxNiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492908' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>6 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 6: Trong HTML, một thẻ thường bao gồm thẻ mở và thẻ đóng. Dấu ký tự nào đánh dấu sự bắt đầu của thẻ đóng?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492908]' id='ays-answer-1943217-16455' value='1943217'/> <label for='ays-answer-1943217-16455' class=' ays_position_initial ays-quiz-keyboard-label'>></label><label for='ays-answer-1943217-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492908]' id='ays-answer-1943218-16455' value='1943218'/> <label for='ays-answer-1943218-16455' class=' ays_position_initial ays-quiz-keyboard-label'><</label><label for='ays-answer-1943218-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492908]' id='ays-answer-1943219-16455' value='1943219'/> <label for='ays-answer-1943219-16455' class=' ays_position_initial ays-quiz-keyboard-label'>/</label><label for='ays-answer-1943219-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492908]' id='ays-answer-1943220-16455' value='1943220'/> <label for='ays-answer-1943220-16455' class=' ays_position_initial ays-quiz-keyboard-label'></label><label for='ays-answer-1943220-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492908'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzIxNyI6IjAiLCIxOTQzMjE4IjoiMCIsIjE5NDMyMTkiOiIxIiwiMTk0MzIyMCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492909' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>7 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 7: Tên các thẻ HTML (ví dụ: p, h1, body) có phân biệt chữ hoa và chữ thường không?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492909]' id='ays-answer-1943221-16455' value='1943221'/> <label for='ays-answer-1943221-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Có, luôn luôn phân biệt.</label><label for='ays-answer-1943221-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492909]' id='ays-answer-1943222-16455' value='1943222'/> <label for='ays-answer-1943222-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Không, không phân biệt (case-insensitive).</label><label for='ays-answer-1943222-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492909]' id='ays-answer-1943223-16455' value='1943223'/> <label for='ays-answer-1943223-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ phân biệt khi sử dụng CSS.</label><label for='ays-answer-1943223-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492909]' id='ays-answer-1943224-16455' value='1943224'/> <label for='ays-answer-1943224-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ phân biệt trong phiên bản HTML cũ hơn HTML5.</label><label for='ays-answer-1943224-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492909'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzIyMSI6IjAiLCIxOTQzMjIyIjoiMSIsIjE5NDMyMjMiOiIwIiwiMTk0MzIyNCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492910' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>8 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 8: Để tạo một tiêu đề chính rất quan trọng và lớn nhất trên trang web, bạn nên sử dụng thẻ nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492910]' id='ays-answer-1943225-16455' value='1943225'/> <label for='ays-answer-1943225-16455' class=' ays_position_initial ays-quiz-keyboard-label'><h1></label><label for='ays-answer-1943225-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492910]' id='ays-answer-1943226-16455' value='1943226'/> <label for='ays-answer-1943226-16455' class=' ays_position_initial ays-quiz-keyboard-label'><h6></label><label for='ays-answer-1943226-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492910]' id='ays-answer-1943227-16455' value='1943227'/> <label for='ays-answer-1943227-16455' class=' ays_position_initial ays-quiz-keyboard-label'><p></label><label for='ays-answer-1943227-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492910]' id='ays-answer-1943228-16455' value='1943228'/> <label for='ays-answer-1943228-16455' class=' ays_position_initial ays-quiz-keyboard-label'><title></label><label for='ays-answer-1943228-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492910'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzIyNSI6IjEiLCIxOTQzMjI2IjoiMCIsIjE5NDMyMjciOiIwIiwiMTk0MzIyOCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492911' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>9 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 9: Để tạo một đoạn văn bản thông thường, bạn nên sử dụng thẻ nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492911]' id='ays-answer-1943229-16455' value='1943229'/> <label for='ays-answer-1943229-16455' class=' ays_position_initial ays-quiz-keyboard-label'><d></label><label for='ays-answer-1943229-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492911]' id='ays-answer-1943230-16455' value='1943230'/> <label for='ays-answer-1943230-16455' class=' ays_position_initial ays-quiz-keyboard-label'><text></label><label for='ays-answer-1943230-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492911]' id='ays-answer-1943231-16455' value='1943231'/> <label for='ays-answer-1943231-16455' class=' ays_position_initial ays-quiz-keyboard-label'><p></label><label for='ays-answer-1943231-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492911]' id='ays-answer-1943232-16455' value='1943232'/> <label for='ays-answer-1943232-16455' class=' ays_position_initial ays-quiz-keyboard-label'><b></label><label for='ays-answer-1943232-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492911'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzIyOSI6IjAiLCIxOTQzMjMwIjoiMCIsIjE5NDMyMzEiOiIxIiwiMTk0MzIzMiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492912' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>10 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 10: Xem xét đoạn mã HTML sau: `</p> <p>Đây là đoạn một.</p> <p>Đây là đoạn hai.</p> <p>`. Trình duyệt sẽ hiển thị hai đoạn văn bản này như thế nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492912]' id='ays-answer-1943233-16455' value='1943233'/> <label for='ays-answer-1943233-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Hiển thị trên cùng một dòng, cách nhau bởi dấu cách.</label><label for='ays-answer-1943233-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492912]' id='ays-answer-1943234-16455' value='1943234'/> <label for='ays-answer-1943234-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Hiển thị trên cùng một dòng, không có khoảng cách.</label><label for='ays-answer-1943234-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492912]' id='ays-answer-1943235-16455' value='1943235'/> <label for='ays-answer-1943235-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Hiển thị trên hai dòng khác nhau, nhưng không có khoảng trắng giữa hai đoạn.</label><label for='ays-answer-1943235-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492912]' id='ays-answer-1943236-16455' value='1943236'/> <label for='ays-answer-1943236-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Hiển thị trên hai dòng khác nhau, mỗi đoạn trên một dòng mới và có khoảng trắng giữa hai đoạn.</label><label for='ays-answer-1943236-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492912'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzIzMyI6IjAiLCIxOTQzMjM0IjoiMCIsIjE5NDMyMzUiOiIwIiwiMTk0MzIzNiI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492913' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>11 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 11: Xem xét đoạn mã HTML sau: `<head><title>Chào mừng`. Khi mở tệp này trong trình duyệt, chữ "Chào mừng" sẽ xuất hiện ở đâu?

    12 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 10

    Câu 12: Giả sử bạn muốn tạo một tiêu đề phụ nhỏ hơn tiêu đề chính `

    `. Thẻ nào trong các thẻ tiêu đề (h1-h6) bạn có thể sử dụng?

    13 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 10

    Câu 13: Khi soạn thảo tệp HTML bằng trình soạn thảo văn bản như Sublime Text, việc lưu tệp với đuôi mở rộng `.html` có ý nghĩa gì?

    14 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 10

    Câu 14: Để xem kết quả hiển thị của tệp `index.html` mà bạn vừa tạo, bạn cần thực hiện hành động nào?

    15 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 10

    Câu 15: HTML được gọi là "ngôn ngữ đánh dấu" (Markup Language) vì nó sử dụng các thẻ để làm gì?

    16 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 10

    Câu 16: HTML được gọi là ngôn ngữ "siêu văn bản" (HyperText) vì nó có khả năng tạo ra điều gì?

    17 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 10

    Câu 17: Phần tử `` trong cấu trúc HTML đóng vai trò là gì?

    18 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 10

    Câu 18: Thẻ nào là thẻ cha trực tiếp của cả `` và `` trong cấu trúc HTML chuẩn?

    19 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 10

    Câu 19: Thẻ nào là thẻ con trực tiếp của `` và chứa nội dung hiển thị?

    20 / 30

    Category: Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản

    Tags: Bộ đề 10

    Câu 20: Ngoài thẻ ``, phần tử `<head>` có thể chứa loại thông tin nào khác để cung cấp siêu dữ liệu về trang (thông tin cho trình duyệt, công cụ tìm kiếm...)?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492922]' id='ays-answer-1943269-16455' value='1943269'/> <label for='ays-answer-1943269-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Khai báo bộ ký tự, mô tả trang, từ khóa tìm kiếm (sử dụng thẻ `<meta>`).</label><label for='ays-answer-1943269-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492922]' id='ays-answer-1943270-16455' value='1943270'/> <label for='ays-answer-1943270-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Các đoạn văn bản và hình ảnh sẽ hiển thị trên trang.</label><label for='ays-answer-1943270-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492922]' id='ays-answer-1943271-16455' value='1943271'/> <label for='ays-answer-1943271-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Các nút bấm và biểu mẫu nhập liệu.</label><label for='ays-answer-1943271-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492922]' id='ays-answer-1943272-16455' value='1943272'/> <label for='ays-answer-1943272-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Danh sách các liên kết đến các trang khác.</label><label for='ays-answer-1943272-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492922'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzI2OSI6IjEiLCIxOTQzMjcwIjoiMCIsIjE5NDMyNzEiOiIwIiwiMTk0MzI3MiI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492923' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>21 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 21: Xem xét đoạn code: `<body></p> <h1>Bài học HTML</h1> <p>Giới thiệu về HTML.</p> <p></body>`. Phần tử nào trong đoạn code này tạo ra dòng chữ "Bài học HTML" với định dạng tiêu đề lớn?</p> </div> <div class='ays-quiz-answers ays_list_view_container '><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492923'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOltdfQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492924' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>22 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 22: Xem xét đoạn code: `<body></p> <h1>Bài học HTML</h1> <p>Giới thiệu về HTML.</p> <p></body>`. Phần tử nào tạo ra dòng chữ "Giới thiệu về HTML." dưới dạng đoạn văn bản thông thường?</p> </div> <div class='ays-quiz-answers ays_list_view_container '><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492924'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOltdfQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492925' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>23 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 23: Trong cấu trúc HTML cơ bản, thẻ `<head>` và `<body>` phải nằm bên trong thẻ nào?</p> </div> <div class='ays-quiz-answers ays_list_view_container '><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492925'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOltdfQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492926' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>24 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 24: Điều gì xảy ra nếu bạn mở một tệp `.html` bằng một trình soạn thảo văn bản (ví dụ: Notepad, Sublime Text) thay vì trình duyệt web?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492926]' id='ays-answer-1943273-16455' value='1943273'/> <label for='ays-answer-1943273-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Tệp sẽ không mở được.</label><label for='ays-answer-1943273-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492926]' id='ays-answer-1943274-16455' value='1943274'/> <label for='ays-answer-1943274-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Bạn sẽ thấy trang web được hiển thị y như trong trình duyệt.</label><label for='ays-answer-1943274-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492926]' id='ays-answer-1943275-16455' value='1943275'/> <label for='ays-answer-1943275-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉ hiển thị nội dung văn bản, không có các thẻ HTML.</label><label for='ays-answer-1943275-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492926]' id='ays-answer-1943276-16455' value='1943276'/> <label for='ays-answer-1943276-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Bạn sẽ thấy mã nguồn HTML thô (bao gồm các thẻ) dưới dạng văn bản.</label><label for='ays-answer-1943276-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492926'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzI3MyI6IjAiLCIxOTQzMjc0IjoiMCIsIjE5NDMyNzUiOiIwIiwiMTk0MzI3NiI6IjEifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492927' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>25 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 25: Vai trò chính của trình duyệt web khi đọc một tệp HTML là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492927]' id='ays-answer-1943277-16455' value='1943277'/> <label for='ays-answer-1943277-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Chỉnh sửa mã nguồn HTML.</label><label for='ays-answer-1943277-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492927]' id='ays-answer-1943278-16455' value='1943278'/> <label for='ays-answer-1943278-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Diễn giải (render) mã nguồn HTML và hiển thị trang web tương ứng.</label><label for='ays-answer-1943278-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492927]' id='ays-answer-1943279-16455' value='1943279'/> <label for='ays-answer-1943279-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Lưu trữ tệp HTML trên máy chủ.</label><label for='ays-answer-1943279-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492927]' id='ays-answer-1943280-16455' value='1943280'/> <label for='ays-answer-1943280-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Mã hóa nội dung trang web để bảo mật.</label><label for='ays-answer-1943280-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492927'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzI3NyI6IjAiLCIxOTQzMjc4IjoiMSIsIjE5NDMyNzkiOiIwIiwiMTk0MzI4MCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492928' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>26 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 26: Nếu bạn muốn tạo một trang web nói về "Lịch sử máy tính", phần tử nào trong thẻ `<head>` bạn sẽ sử dụng để đặt tên này hiển thị trên tab trình duyệt?</p> </div> <div class='ays-quiz-answers ays_list_view_container '><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492928'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOltdfQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492929' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>27 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 27: Bạn có một đoạn văn bản dài và muốn chia nó thành ba đoạn riêng biệt trên trang web. Bạn sẽ sử dụng thẻ nào để đánh dấu sự bắt đầu và kết thúc của mỗi đoạn?</p> </div> <div class='ays-quiz-answers ays_list_view_container '><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492929'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOltdfQ==';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492930' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>28 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 28: Sự khác biệt cơ bản về mục đích sử dụng giữa thẻ `</p> <h1>` và thẻ `</p> <p>` là gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492930]' id='ays-answer-1943281-16455' value='1943281'/> <label for='ays-answer-1943281-16455' class=' ays_position_initial ays-quiz-keyboard-label'>`<h1>` dùng cho tiêu đề chính với mức độ quan trọng cao, còn `<p>` dùng cho các đoạn văn bản thông thường.</label><label for='ays-answer-1943281-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492930]' id='ays-answer-1943282-16455' value='1943282'/> <label for='ays-answer-1943282-16455' class=' ays_position_initial ays-quiz-keyboard-label'>`<h1>` dùng để in đậm văn bản, còn `<p>` dùng để in nghiêng.</label><label for='ays-answer-1943282-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492930]' id='ays-answer-1943283-16455' value='1943283'/> <label for='ays-answer-1943283-16455' class=' ays_position_initial ays-quiz-keyboard-label'>`<h1>` tạo ra một dòng mới, còn `<p>` không tạo ra dòng mới.</label><label for='ays-answer-1943283-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492930]' id='ays-answer-1943284-16455' value='1943284'/> <label for='ays-answer-1943284-16455' class=' ays_position_initial ays-quiz-keyboard-label'>`<h1>` chỉ có thể xuất hiện một lần trên trang, còn `<p>` thì không giới hạn số lần.</label><label for='ays-answer-1943284-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492930'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzI4MSI6IjEiLCIxOTQzMjgyIjoiMCIsIjE5NDMyODMiOiIwIiwiMTk0MzI4NCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492931' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>29 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 29: Khi bạn gõ code HTML trong Sublime Text, việc Sublime Text tự động tô màu khác nhau cho các thẻ, thuộc tính, và nội dung giúp bạn điều gì?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492931]' id='ays-answer-1943285-16455' value='1943285'/> <label for='ays-answer-1943285-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Làm cho tệp HTML có kích thước nhỏ hơn.</label><label for='ays-answer-1943285-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492931]' id='ays-answer-1943286-16455' value='1943286'/> <label for='ays-answer-1943286-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Giúp dễ dàng phân biệt các thành phần của mã nguồn, phát hiện lỗi cú pháp nhanh hơn.</label><label for='ays-answer-1943286-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492931]' id='ays-answer-1943287-16455' value='1943287'/> <label for='ays-answer-1943287-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Thay đổi cách trang web hiển thị trong trình duyệt.</label><label for='ays-answer-1943287-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492931]' id='ays-answer-1943288-16455' value='1943288'/> <label for='ays-answer-1943288-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Tự động sửa lỗi chính tả trong văn bản.</label><label for='ays-answer-1943288-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492931'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzI4NSI6IjAiLCIxOTQzMjg2IjoiMSIsIjE5NDMyODciOiIwIiwiMTk0MzI4OCI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='492932' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>30 / 30</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>Trắc nghiệm Tin học 12 Cánh diều Bài 1: Làm quen với ngôn ngữ đánh dấu siêu văn bản</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 10</strong> </p> <div class='ays_quiz_question'> <p>Câu 30: Theo quy tắc cú pháp HTML, mỗi thẻ mở (ví dụ: </p> <p>, </p> <h1>, <body>) học trong bài này cần phải có gì đi kèm (trừ một số thẻ đặc biệt không được đề cập)?</p> </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492932]' id='ays-answer-1943289-16455' value='1943289'/> <label for='ays-answer-1943289-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Một thuộc tính (attribute).</label><label for='ays-answer-1943289-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492932]' id='ays-answer-1943290-16455' value='1943290'/> <label for='ays-answer-1943290-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Nội dung văn bản bên trong.</label><label for='ays-answer-1943290-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492932]' id='ays-answer-1943291-16455' value='1943291'/> <label for='ays-answer-1943291-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Một thẻ con bên trong.</label><label for='ays-answer-1943291-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-492932]' id='ays-answer-1943292-16455' value='1943292'/> <label for='ays-answer-1943292-16455' class=' ays_position_initial ays-quiz-keyboard-label'>Một thẻ đóng tương ứng (ví dụ: </p>, </h1>, </body>).</label><label for='ays-answer-1943292-16455' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_16455 === 'undefined'){ window.quizOptions_16455 = []; } window.quizOptions_16455['492932'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTk0MzI4OSI6IjAiLCIxOTQzMjkwIjoiMCIsIjE5NDMyOTEiOiIwIiwiMTk0MzI5MiI6IjEifX0=';</script></div> <style> .validate-quiz { display: flex; align-items: center; justify-content: center; } .validate-quiz a { border-radius: 30px; /* height: 40px; */ background: #5390f5; color: #fff; text-decoration: unset; padding: 10px 20px; } .validate-quiz input { margin: 0 !important; } .form-kw-hub { background: #fff; border: 1px solid #ddd; padding: 16px; border-radius: 12px; text-align:left; margin: 20px auto; box-shadow: 0 2px 10px rgba(0,0,0,0.05); font-family: Arial, sans-serif; } .keyword-hub-guide { margin-bottom: 15px; } .validate-quiz-inner { display: flex; gap: 10px; background: #fff; box-shadow: 0 0 10px #ccc; margin: 10px auto; width: 500px; border-radius: 30px; padding: 5px; justify-content: space-between; align-items:center; overflow:hidden; } .validate-quiz-inner input[type=text] { border: 0 !important; font-size: 16px !important; } .keyword-item span { font-weight: bold; font-size: 16px; } .copy-keyword-btn { color: #000; padding: 6px 12px; border-radius: 6px; text-decoration: none; transition: background 0.3s; text-transform: uppercase; font-weight: bold; font-size: 22px; } .copy-keyword-btn:hover { background: #005f8d; } .validate-quiz { display: flex; gap: 10px; align-items: center; } .validate-quiz input[type="text"] { flex: 1; padding: 8px 12px; border-radius: 6px; border: 1px solid #ccc; } a.get_new_mission { padding: 8px 25px; line-height: 0; border-radius: 30px; background-color: #fff0; text-transform: uppercase; color: #4285f4; border: 1px solid #4285f4; transition: all 0.2s; cursor: pointer; margin-left: 15px; font-size: 16px; text-decoration: unset; } .submit-btn { background: #28a745; color: white; padding: 8px 16px; border-radius: 6px; text-decoration: none; cursor: pointer; transition: background 0.3s; } .submit-btn:hover { background: #218838; } a.copy-keyword-btn:active, a.copy-keyword-btn:hover { color: #fff; } a#submit_kw_hub { cursor: pointer; } @keyframes ld-spin { 0% { animation-timing-function: cubic-bezier(0.5856,0.0703,0.4143,0.9297); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-spin { animation: ld-spin 1s infinite linear } @keyframes ld-cycle { 0% { animation-timing-function: cubic-bezier(0.3333,0.3333,0.6667,0.6667); transform: rotate(0) } 100% { transform: rotate(360deg) } } .ld.ld-cycle { animation: ld-cycle 1s infinite linear } @media(max-width: 991px){ .form-kw-hub p { margin: 0 !important; } } </style> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/loadingio/ldbutton@latest/dist/index.min.css" /> <a id="view_result_hub" class="action-button ays-quiz-keyboard-active" href="javascript:;">Xem kết quả</a> <div class="form-kw-hub ld-over" id="form-kw-hub" style="display:none" data-id="30"> <div class="ld ld-ring ld-spin" style="font-size:3em;color:#999"></div> <div class="keyword-hub-title keyword-item"> <h3 style="text-align:center;font-weight:bold;color:#c12c31;margin-top:10px;">Bạn ơi!!! Để xem được kết quả<br>bạn vui lòng làm nhiệm vụ nhỏ xíu này nha</h3> <h4 style="text-align:center;font-size:16px;line-height:20px;font-weight:normal;margin-top:10px;margin-bottom:10px;color:#021184">LƯU Ý: Không sử dụng VPN hoặc 1.1.1.1 khi vượt link</h4> </div> <div class="validate-quiz"> <div class="validate-quiz-inner"> <input type="text" value="" placeholder="Nhập mã vừa kiếm được vào đây" id="kw-hub-input" maxlength="10" /> <input type="hidden" value="" id="kw-id" /> <a id="submit_kw_hub">Nhận kết quả</a> </div> <div class="message" style="display: none; color: red; text-align: center;">Xảy ra lỗi</div> </div> <p> <strong style="color: #c12c31;">Bước 1: </strong>Mở tab mới, truy cập <a href="javascript:;" style="color: #1e73be;"><strong>Google.com</strong></a> <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/google.png" width="100px" style="margin-left: 30px; margin-bottom: -10px; display: inline-block;" alt="google" /> </p> <p> <strong style="color: #c12c31;">Bước 2: </strong>Tìm kiếm từ khóa: <strong id="keyword-content" style="font-size: 24px; color: red; cursor: no-drop; -webkit-user-select: none; -webkit-touch-callout: none; -moz-user-select: none; -ms-user-select: none; user-select: none;"> vận chuyển văn phòng giá rẻ </strong> <a href="javascript:;" class="copy-keyword-btn"><span class="fa fa-copy"></span></a> <a href="javascript:;" class="get_new_mission ld-ext-right" id="get_new_mission">Đổi nhiệm vụ <span class="ld ld-ring ld-spin"></span> </a> </p> <p><img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/thanh-tim-kiem.jpg" width="100%" alt="thanh-tim-kiem" /></p> <p><strong style="color: #c12c31;">Bước 3: </strong>Trong kết quả tìm kiếm Google, hãy tìm website giống dưới hình:</p> <p style="border: 1px solid red;"><div class="keyword-hub-guide"> <img decoding="async" id="kw_guide_image" alt="" src="" /> </div> </p> <p>(Nếu trang 1 không có hãy tìm ở trang 2, 3, 4... nhé <img decoding="async" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/trang-google.png" width="250px" style="display: inline-block;" alt="trang-google" />)</p> <p><strong style="color: #c12c31;">Bước 4:</strong> Cuộn xuống cuối bài viết rồi bấm vào nút <strong>GIỐNG HÌNH DƯỚI</strong> và chờ 1 lát để lấy mã:</p> <p style="text-align: center;"> <img decoding="async" class="kw_get_pass" style="max-width: 300px; border: 1px dashed red; display: inline-block;" data-src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/images/getpass.png" alt="getpass" /> </p> </div> <input type="submit" name="ays_finish_quiz" class=" ays_next ays_finish action-button ays-quiz-keyboard-active" value="" style="display:none"> <script> setTimeout(function() { var submitButton = document.querySelector('input[name="ays_finish_quiz"]'); if (submitButton) { submitButton.remove(); } }, 2400000); </script> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ays_thank_you_fs'> <div class='ays-abs-fs ays-end-page'> <div style='text-align:center;'><div data-class='lds-ellipsis' data-role='loader' class='ays-loader'><div></div><div></div><div></div><div></div></div></div><div class='ays_quiz_results_page'><div class='ays_score_message'></div><div class='ays_message'></div><p class='ays_restart_button_p'></p></div></div></div><style> div#ays-quiz-container-16455 * { box-sizing: border-box; } #ays-quiz-container-16455 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } /* Styles for Internet Explorer start */ #ays-quiz-container-16455 #ays_finish_quiz_16455 { } /* Styles for Quiz container */ #ays-quiz-container-16455{ min-height: 450px; width:800px; background-color:#fff; background-position:center center;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} /* Styles for Navigation bar */ #ays-quiz-questions-nav-wrap-16455 { width: 100%; max-width: 100%; margin: auto;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} #ays-quiz-questions-nav-wrap-16455 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question { /* color: #000000; border-color: #000000; background-color: #fff; */ color: #000; border-color: #dddddd; background-color: #ffffff; outline: unset; text-decoration: unset; } #ays-quiz-questions-nav-wrap-16455 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question { /* box-shadow: inset 0 0 5px #000000, 0 0 5px #000000; */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); background: #E5E7ED; outline: unset; border-color: transparent; } #ays-quiz-questions-nav-wrap-16455 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-answered a.ays_questions_nav_question { /* color: #fff; border-color: #fff; background-color: #000000; */ color: #C6C6C6; border-color: transparent; background-color: #F5F5F5; } #ays-quiz-questions-nav-wrap-16455 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_correct_answer { /* color: rgba(39, 174, 96, 1); border-color: rgba(39, 174, 96, 1); */ color: #000; border-color: transparent; background-color: rgba(39, 174, 96, 0.4); } #ays-quiz-questions-nav-wrap-16455 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_wrong_answer { /* color: rgba(243, 134, 129, 1); border-color: rgba(243, 134, 129, 1); */ color: #000; border-color: transparent; background-color: rgba(243, 134, 129, 0.4); } #ays-quiz-questions-nav-wrap-16455 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_correct_answer, #ays-quiz-questions-nav-wrap-16455 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_wrong_answer { /* filter: drop-shadow(0px 3px 5px rgba(143, 143, 143, 0.38)); */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); } #ays-quiz-container-16455.ays-quiz-container .ays-quiz-questions-nav-bookmark-box { position: absolute; top: 40px; right: 40px; z-index: 10; } #ays-quiz-container-16455.ays-quiz-container .ays-quiz-questions-nav-bookmark-box .ays-navbar-bookmark { height: 100%; cursor: pointer; width: 13px; box-shadow: unset; } /* Styles for questions */ #ays-quiz-container-16455 #ays_finish_quiz_16455 div.step { min-height: 450px; } /* Styles for text inside quiz container */ #ays-quiz-container-16455.ays-quiz-container .ays-questions-container .ays-start-page *:not(input), #ays-quiz-container-16455.ays-quiz-container .ays-questions-container label[for^="ays-answer-"], #ays-quiz-container-16455.ays-quiz-container .ays-questions-container .ays-matching-field-choice, #ays-quiz-container-16455.ays-quiz-container .ays-questions-container p, #ays-quiz-container-16455.ays-quiz-container .ays-questions-container form .step:not(.ays_thank_you_fs) p, #ays-quiz-container-16455.ays-quiz-container .ays-questions-container .ays-fs-title, #ays-quiz-container-16455.ays-quiz-container .ays-questions-container .ays-fs-subtitle, #ays-quiz-container-16455.ays-quiz-container .ays-questions-container .logged_in_message, #ays-quiz-container-16455.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers, #ays-quiz-container-16455.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers *, #ays-quiz-container-16455.ays-quiz-container .ays-questions-container .ays_score_message, #ays-quiz-container-16455.ays-quiz-container .ays-questions-container .ays_message{ color: #000000; outline: none; } #ays-quiz-container-16455.ays-quiz-container .ays-questions-container .ays_question_hint { color: #000000; } /* Quiz title / transformation */ #ays-quiz-container-16455 .ays-fs-title{ text-transform: uppercase; font-size: 28px; text-align: center; text-shadow: none; } #ays-quiz-container-16455 .ays-quiz-password-message-box, #ays-quiz-container-16455 .ays-quiz-question-note-message-box, #ays-quiz-container-16455 .ays_quiz_question, #ays-quiz-container-16455 .ays_quiz_question *:not([class^='enlighter']) { color: #000000; } #ays-quiz-container-16455 textarea, #ays-quiz-container-16455 input::first-letter, #ays-quiz-container-16455 select::first-letter, #ays-quiz-container-16455 option::first-letter { color: initial !important; } #ays-quiz-container-16455 p::first-letter:not(.ays_no_questions_message) { color: #000000 !important; background-color: transparent !important; font-size: inherit !important; font-weight: inherit !important; float: none !important; line-height: inherit !important; margin: 0 !important; padding: 0 !important; } #ays-quiz-container-16455 .select2-container, #ays-quiz-container-16455 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } #ays-quiz-container-16455 .ays-fs-subtitle p { text-align: center ; } #ays-quiz-container-16455 .ays_quiz_question p { font-size: 16px; text-align: center; } #ays-quiz-container-16455 .ays_quiz_question { text-align: center ; margin-bottom: 10px; } #ays-quiz-container-16455 .ays_quiz_question pre { max-width: 100%; white-space: break-spaces; } div#ays-quiz-container-16455 .ays-questions-container .ays-field, div#ays-quiz-container-16455 .ays-questions-container .ays-field input~label[for^='ays-answer-'], div#ays-quiz-container-16455 .ays-questions-container .ays-modern-dark-question *, div#ays-quiz-container-16455 .ays-questions-container .ays_quiz_question, div#ays-quiz-container-16455 .ays-questions-container .ays_quiz_question *{ word-break: break-word; } #ays-quiz-container-16455 .ays-quiz-timer p { font-size: 16px; } #ays-quiz-container-16455 section.ays_quiz_redirection_timer_container hr, #ays-quiz-container-16455 section.ays_quiz_timer_container hr { margin: 0; } #ays-quiz-container-16455 section.ays_quiz_timer_container.ays_quiz_timer_red_warning .ays-quiz-timer { color: red; } #ays-quiz-container-16455 .ays_thank_you_fs p { text-align: center; } #ays-quiz-container-16455 .information_form input[type='text'], #ays-quiz-container-16455 .information_form input[type='url'], #ays-quiz-container-16455 .information_form input[type='number'], #ays-quiz-container-16455 .information_form input[type='email'], #ays-quiz-container-16455 .information_form input[type='tel'], #ays-quiz-container-16455 .information_form textarea, #ays-quiz-container-16455 .information_form select, #ays-quiz-container-16455 .information_form option { color: initial !important; outline: none; margin-left: 0; background-image: unset; } #ays-quiz-container-16455 .information_form input[type='checkbox'] { margin: 0 10px; outline: initial; -webkit-appearance: auto; -moz-appearance: auto; position: initial; width: initial; height: initial; border: initial; background: initial; } #ays-quiz-container-16455 .information_form input[type='checkbox']::after { content: none; } #ays-quiz-container-16455 .wrong_answer_text{ color:#ff4d4d; } #ays-quiz-container-16455 .right_answer_text{ color:#33cc33; } #ays-quiz-container-16455 .right_answer_text p { font-size:16px; } #ays-quiz-container-16455 .wrong_answer_text p { font-size:16px; } #ays-quiz-container-16455 .ays_questtion_explanation p { font-size:16px; } #ays-quiz-container-16455 .wrong_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-16455 .ays_questtion_explanation *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-16455 .right_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-16455 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-16455 .ays-quiz-question-note-message-box *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-16455 .ays_cb_and_a, #ays-quiz-container-16455 .ays_cb_and_a * { color: rgb(0,0,0); text-align: center; } #ays-quiz-container-16455 iframe { /*min-height: 450px;*/ } #ays-quiz-container-16455 label.ays_for_checkbox, #ays-quiz-container-16455 span.ays_checkbox_for_span { color: initial !important; display: block; } /* Quiz textarea height */ #ays-quiz-container-16455 textarea { height: 100px; min-height: 100px; } /* Quiz rate and passed users count */ #ays-quiz-container-16455 .ays_quizn_ancnoxneri_qanak, #ays-quiz-container-16455 .ays_quiz_rete_avg{ color:#fff; background-color:#000000; } #ays-quiz-container-16455 .ays-questions-container > .ays_quizn_ancnoxneri_qanak { padding: 5px 20px; } #ays-quiz-container-16455 div.for_quiz_rate.ui.star.rating .icon { color: rgba(0,0,0,0.35); } #ays-quiz-container-16455 .ays_quiz_rete_avg div.for_quiz_rate_avg.ui.star.rating .icon { color: rgba(255,255,255,0.5); } #ays-quiz-container-16455 .ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link { color: #000000; } /* Loaders */ #ays-quiz-container-16455 div.lds-spinner, #ays-quiz-container-16455 div.lds-spinner2 { color: #000000; } #ays-quiz-container-16455 div.lds-spinner div:after, #ays-quiz-container-16455 div.lds-spinner2 div:after { background-color: #000000; } #ays-quiz-container-16455 .lds-circle, #ays-quiz-container-16455 .lds-facebook div, #ays-quiz-container-16455 .lds-ellipsis div{ background: #000000; } #ays-quiz-container-16455 .lds-ripple div{ border-color: #000000; } #ays-quiz-container-16455 .lds-dual-ring::after, #ays-quiz-container-16455 .lds-hourglass::after{ border-color: #000000 transparent #000000 transparent; } /* Stars */ #ays-quiz-container-16455 .ui.rating .icon, #ays-quiz-container-16455 .ui.rating .icon:before { font-family: Rating !important; } /* Progress bars */ #ays-quiz-container-16455 #ays_finish_quiz_16455 .ays-progress { border-color: rgba(0,0,0,0.8); } #ays-quiz-container-16455 #ays_finish_quiz_16455 .ays-progress-bg { background-color: rgba(0,0,0,0.3); } #ays-quiz-container-16455 .ays-progress-value { color: #000000; text-align: center; } #ays-quiz-container-16455 .ays-progress-bar { background-color: #5d6cf9; } #ays-quiz-container-16455 .ays-question-counter .ays-live-bar-wrap { direction:ltr !important; } #ays-quiz-container-16455 .ays-live-bar-fill{ color: #000000; border-bottom: 2px solid rgba(0,0,0,0.8); text-shadow: 0px 0px 5px #fff; } #ays-quiz-container-16455 .ays-live-bar-fill.ays-live-fourth, #ays-quiz-container-16455 .ays-live-bar-fill.ays-live-third, #ays-quiz-container-16455 .ays-live-bar-fill.ays-live-second { text-shadow: unset; } #ays-quiz-container-16455 .ays-live-bar-percent{ display:none; } /* Music, Sound */ #ays-quiz-container-16455 .ays_music_sound { color:rgb(0,0,0); } /* Dropdown questions scroll bar */ #ays-quiz-container-16455 blockquote { border-left-color: #000000 !important; } /* Quiz Password */ #ays-quiz-container-16455 .ays-start-page > input[id^='ays_quiz_password_val_'], #ays-quiz-container-16455 .ays-quiz-password-toggle-visibility-box { width: 100%; margin: 0 auto; } /* Question hint */ #ays-quiz-container-16455 .ays_question_hint_container .ays_question_hint_text { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); max-width: 270px; color: #000000; } #ays-quiz-container-16455 .ays_question_hint_container .ays_question_hint_text p { max-width: unset; } #ays-quiz-container-16455 .ays-quiz-additonal-box { display: flex; justify-content: flex-end; align-items: center; position: relative; } /* Quiz Export PDF */ #ays-quiz-container-16455 .ays-export-quiz-button-container .ays-export-quiz-button-more-box { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); box-shadow: 0.025px 0.025px 1px 1px rgba(201,201,201,0.2), 0px 2px 1px 0px rgba(201,201,201,0.14), 0px 2px 5px 0 rgba(201,201,201,0.12); max-width: 190px; color: #000000; } #ays-quiz-container-16455 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:hover, #ays-quiz-container-16455 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:focus { background-color: rgba(93,108,249,0.3); } #ays-quiz-container-16455 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:active { background-color: rgba(93,108,249,1); } #ays-quiz-container-16455 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item { color: #000000; display: flex; justify-content: space-between; align-items: center; font-size: 14px; background-image: unset; box-shadow: unset; border-radius: unset; } #ays-quiz-container-16455 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item .ays-export-quiz-dropdown-item-icon { margin-left: 10px; } #ays-quiz-container-16455 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg path { stroke: #000000; } #ays-quiz-container-16455 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg circle { fill: rgba(93,108,249,0.3); } #ays-quiz-container-16455 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item-icon svg path { fill: rgba(0,0,0,1); } #ays-quiz-container-16455 .ays-quiz-additonal-box svg { position: revert; } #ays-quiz-container-16455 .ays_questions_hint_max_width_class { max-width: 80%; } /* Information form */ #ays-quiz-container-16455 .ays-form-title{ color:rgb(0,0,0); } /* Quiz timer */ #ays-quiz-container-16455 div.ays-quiz-redirection-timer, #ays-quiz-container-16455 div.ays-quiz-timer{ color: #000000; text-align: center; } #ays-quiz-container-16455 div.ays-quiz-after-timer * , #ays-quiz-container-16455 div.ays-quiz-redirection-timer *, #ays-quiz-container-16455 div.ays-quiz-timer * { text-align: center; } #ays-quiz-container-16455 div.ays-quiz-timer.ays-quiz-message-before-timer:before { display: inline-block; font-weight: 500; text-align: center; width: auto; margin-right: 5px; } /* Quiz buttons */ #ays-quiz-container-16455 input#ays-submit, #ays-quiz-container-16455 #ays_finish_quiz_16455 .action-button, #ays-quiz-container-16455 #ays_finish_quiz_16455 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, #ays-quiz-container-16455 #ays_finish_quiz_16455 .step[data-type='checkbox'] .action-button.ays_check_answer, div#ays-quiz-container-16455 #ays_finish_quiz_16455 .action-button.ays_restart_button, #ays-quiz-container-16455 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-16455 .ays-quiz-category-selective-submit-bttn { background-color: #5d6cf9; color:#ffffff; font-size: 18px; padding: 14px 36px; border-radius: 8px; white-space: nowrap; letter-spacing: 0; box-shadow: unset; white-space: normal; word-break: break-word; background-image: unset; width: auto; } #ays-quiz-container-16455 input#ays-submit, #ays-quiz-container-16455 #ays_finish_quiz_16455 input.action-button, #ays-quiz-container-16455 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-16455 .ays-quiz-category-selective-submit-bttn { } div#ays-quiz-container-16455 #ays_finish_quiz_16455 .action-button.ays_check_answer { padding: 5px 10px; font-size: 18px; } #ays-quiz-container-16455 #ays_finish_quiz_16455 .action-button.ays_download_certificate { white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-16455 #ays_finish_quiz_16455 .action-button.ays_arrow { color:#ffffff!important; white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-16455 input#ays-submit:hover, #ays-quiz-container-16455 input#ays-submit:focus, #ays-quiz-container-16455 #ays_finish_quiz_16455 .action-button:hover, #ays-quiz-container-16455 #ays_finish_quiz_16455 .action-button:focus, #ays-quiz-container-16455 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-16455 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px #ffffff; background-color: #5d6cf9; } #ays-quiz-container-16455 .ays_restart_button { color: #ffffff; } #ays-quiz-container-16455 .ays_restart_button_p { display: flex; justify-content: center; flex-wrap: wrap; } #ays-quiz-container-16455 .ays_buttons_div { justify-content: center; } #ays-quiz-container-16455 .step:first-of-type .ays_buttons_div { justify-content: center !important; } #ays-quiz-container-16455 .ays_quiz_results_page .ays_score span { visibility: visible; } #ays-quiz-container-16455 input[type='button'], #ays-quiz-container-16455 input[type='submit'] { color: #ffffff !important; outline: none; } div#ays-quiz-container-16455 .ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-item .ays_questions_nav_question:focus-visible, div#ays-quiz-container-16455 input[type='button']:focus-visible, div#ays-quiz-container-16455 input[type='submit']:focus-visible { outline: -webkit-focus-ring-color auto 1px; } #ays-quiz-container-16455 #ays_finish_quiz_16455 i.ays_early_finish.action-button[disabled]:hover, #ays-quiz-container-16455 #ays_finish_quiz_16455 i.ays_early_finish.action-button[disabled]:focus, #ays-quiz-container-16455 #ays_finish_quiz_16455 i.ays_early_finish.action-button[disabled], #ays-quiz-container-16455 #ays_finish_quiz_16455 i.ays_arrow.action-button[disabled]:hover, #ays-quiz-container-16455 #ays_finish_quiz_16455 i.ays_arrow.action-button[disabled]:focus, #ays-quiz-container-16455 #ays_finish_quiz_16455 i.ays_arrow.action-button[disabled] { color: #aaa !important; } #ays-quiz-container-16455 .ays_finish.action-button{ margin: 10px 5px; } #ays-quiz-container-16455 .ays-share-btn.ays-share-btn-branded { color: #fff; margin-bottom: 5px; display: inline-block; } #ays-quiz-container-16455 .ays-quiz-question-title-text-to-speech-icon { cursor: pointer; position: absolute; left: 0px; top: 0px; z-index: 1; } div#ays-quiz-container-16455.ays-quiz-container .ays-quiz-question-title-text-to-speech-icon svg path { fill: #000000; } /* Question answers */ #ays-quiz-container-16455 .ays-field { border-color: #dddddd; border-style: solid; border-width: 1px; box-shadow: none;flex-direction: row-reverse; } #ays-quiz-container-16455 .ays-quiz-answers .ays-field:hover{ opacity: 1; } #ays-quiz-container-16455 #ays_finish_quiz_16455 .ays-field label.ays_answer_caption[for^='ays-answer-'] { z-index: 1; position:initial;bottom:0;} #ays-quiz-container-16455 #ays_finish_quiz_16455 .ays-field input~label[for^='ays-answer-'] { padding: 5px; } #ays-quiz-container-16455 #ays_finish_quiz_16455 .ays-field { margin-bottom: 12px; position: relative; } #ays-quiz-container-16455 #ays_finish_quiz_16455 .ays_grid_view_container .ays-field.ays_grid_view_item { /* width: calc(50% - 6px); */ width: calc(100% /2 - 4px); } #ays-quiz-container-16455 #ays_finish_quiz_16455 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-16455 #ays_finish_quiz_16455 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-16455 img.ays-quiz-check-button-right-wrong-icon { position: absolute; right: 15px; bottom: 15px; } #ays-quiz-container-16455 img.ays-quiz-check-button-right-wrong-icon[data-type='style-9'] { width: 20px; } #ays-quiz-container-16455 .ays_quiz_results .step[data-type='fill_in_blank'] img.ays-quiz-check-button-right-wrong-icon { right: 10px; bottom: 40px; } #ays-quiz-container-16455 .ays_quiz_results .step[data-type='fill_in_blank'] .ays_fieldset img.ays-quiz-check-button-right-wrong-icon { right: 15px; bottom: 20px; } #ays-quiz-container-16455 #ays_finish_quiz_16455 .ays-field input:checked+label:before { border-color: #5d6cf9; background: #5d6cf9; background-clip: content-box; } #ays-quiz-container-16455 .ays-quiz-answers div.ays-text-right-answer { color: #000000; } /* Answer maximum length of a text field */ #ays-quiz-container-16455 .ays_quiz_question_text_message{ color: #000000; text-align: left; font-size: 12px; } div#ays-quiz-container-16455 div.ays_quiz_question_text_error_message { color: #ff0000; } /* Questions answer image */ #ays-quiz-container-16455 .ays-answer-image { width:15em; height:150px; object-fit: cover; } /* Questions answer right/wrong icons */ #ays-quiz-container-16455 .ays-field input~label.answered.correct:after{ content: ''; } #ays-quiz-container-16455 .ays-field input~label.answered.wrong:after{ content: ''; } #ays-quiz-container-16455 .ays-quiz-answers .ays-field label.answered[for^='ays-answer-']::after{ content: none!important; } #ays-quiz-container-16455 .ays-field label.answered:last-of-type:after{ height: auto; left: 10px;top: 10px;} /* Dropdown questions */ #ays-quiz-container-16455 .select2-container--default .select2-search--dropdown .select2-search__field:focus, #ays-quiz-container-16455 .select2-container--default .select2-search--dropdown .select2-search__field { outline: unset; padding: 0.75rem; } #ays-quiz-container-16455 #ays_finish_quiz_16455 .ays-field .select2-container--default .select2-selection--single { border-bottom: 2px solid #5d6cf9; background-color: #5d6cf9; } #ays-quiz-container-16455 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-16455 .ays-field .select2-container--default .select2-selection--single .select2-selection__placeholder, #ays-quiz-container-16455 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow { /*color: #a29306;*/ color: #ffffff; line-height: 40px; padding-left: 8px; padding-right: 20px; } #ays-quiz-container-16455 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-16455 .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5d6cf9; } #ays-quiz-container-16455 .ays-field .select2-container--default, #ays-quiz-container-16455 .ays-field .select2-container--default .selection, #ays-quiz-container-16455 .ays-field .select2-container--default .dropdown-wrapper, #ays-quiz-container-16455 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-16455 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, #ays-quiz-container-16455 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow, #ays-quiz-container-16455 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow b[role='presentation'] { font-size: 16px !important; } #ays-quiz-container-16455 .select2-container--default .select2-results__option { padding: 6px; } /* Dropdown questions scroll bar */ #ays-quiz-container-16455 .select2-results__options::-webkit-scrollbar { width: 7px; } #ays-quiz-container-16455 .select2-results__options::-webkit-scrollbar-track { background-color: rgba(93,108,249,0.35); } #ays-quiz-container-16455 .select2-results__options::-webkit-scrollbar-thumb { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.55); } #ays-quiz-container-16455 .select2-results__options::-webkit-scrollbar-thumb:hover { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.85); } .ays-quiz-wrap #ays-quiz-container-16455 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } .ays-quiz-wrap #ays-quiz-container-16455 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } /* WooCommerce product */ #ays-quiz-container-16455 .ays-woo-block { background-color: rgba(93,108,249,0.8); } #ays-quiz-container-16455 .ays-woo-product-block h4.ays-woo-product-price > a, #ays-quiz-container-16455 .ays-woo-product-block h4.ays-woo-product-title > a { color: #000000; } #ays-quiz-container-1 .ays-woo-product-block h4.ays-woo-product-price > a { text-decoration: unset; } /* Audio / Video */ #ays-quiz-container-16455 .mejs-container .mejs-time{ box-sizing: unset; } #ays-quiz-container-16455 .mejs-container .mejs-time-rail { padding-top: 15px; } #ays-quiz-container-16455 .mejs-container .mejs-mediaelement video { margin: 0; } /* Limitation */ #ays-quiz-container-16455 .ays-quiz-limitation-count-of-takers { padding: 50px; } #ays-quiz-container-16455 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show, #ays-quiz-container-16455 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-hide{ color: #000000; } #ays-quiz-container-16455 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-16455 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-16455 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000000; } #ays-quiz-container-16455.ays_quiz_elegant_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after, #ays-quiz-container-16455.ays_quiz_rect_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000; } /* Hestia theme (Version: 3.0.16) | Start */ #ays-quiz-container-16455 .mejs-container .mejs-inner .mejs-controls .mejs-button > button:hover, #ays-quiz-container-16455 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { box-shadow: unset; background-color: transparent; } #ays-quiz-container-16455 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { margin: 10px 6px; } /* Hestia theme (Version: 3.0.16) | End */ /* Go theme (Version: 1.4.3) | Start */ #ays-quiz-container-16455 label[for^='ays-answer']:before, #ays-quiz-container-16455 label[for^='ays-answer']:before { -webkit-mask-image: unset; mask-image: unset; } #ays-quiz-container-16455 .ays_question_report { text-align: right; } div#ays-quiz-container-16455 .ays_question_report .ays-quiz-open-report-window { fill: #000000; } #ays-quiz-container-16455 .ays-export-quiz-button-container { position: relative; right: 100px; top: -5px; right: -5px; margin: 0; z-index: 1000; display: flex; justify-content: flex-end; } #ays-quiz-container-16455.ays_quiz_classic_light .ays-field input:checked+label.answered:before, #ays-quiz-container-16455.ays_quiz_classic_dark .ays-field input:checked+label.answered:before { background-color: #5d6cf9 !important; } #ays-quiz-container-16455.ays_quiz_classic_light .ays-field input:checked+label.answered.correct:before, #ays-quiz-container-16455.ays_quiz_classic_dark .ays-field input:checked+label.answered.correct:before { background-color: #27ae60 !important; } #ays-quiz-container-16455.ays_quiz_classic_light .ays-field input:checked+label.answered.wrong:before, #ays-quiz-container-16455.ays_quiz_classic_dark .ays-field input:checked+label.answered.wrong:before { background-color: #cc3700 !important; } /* Go theme (Version: 1.4.3) | End */ #ays-quiz-container-16455 .ays_quiz_results fieldset.ays_fieldset .ays_quiz_question .wp-video { width: 100% !important; max-width: 100%; } /* Classic Dark / Classic Light */ /* Dropdown questions right/wrong styles */ #ays-quiz-container-16455.ays_quiz_classic_dark .correct_div, #ays-quiz-container-16455.ays_quiz_classic_light .correct_div{ border-color: green !important; opacity: 1 !important; background-color: rgba(39,174,96,0.4) !important; } #ays-quiz-container-16455.ays_quiz_classic_dark .correct_div .selected-field, #ays-quiz-container-16455.ays_quiz_classic_light .correct_div .selected-field { padding: 0px 10px 0px 10px; color: green !important; } #ays-quiz-container-16455.ays_quiz_classic_dark .wrong_div, #ays-quiz-container-16455.ays_quiz_classic_light .wrong_div{ border-color: red !important; opacity: 1 !important; background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-16455.ays_quiz_classic_dark .ays-field.checked_answer_div.wrong_div input:checked~label, #ays-quiz-container-16455.ays_quiz_classic_light .ays-field.checked_answer_div.wrong_div input:checked~label { background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-16455 .ays_question_result .ays-field .ays_quiz_hide_correct_answer:after{ content: '' !important; } #ays-quiz-container-16455 .ays_question_result .ays_quiz_question .ays-quiz-fill-in-blank-input { color: #000000 !important; } #ays-quiz-container-16455 .ays_quiz_results .step.ays_question_result:last-child { padding-bottom: 20px; } #ays-quiz-container-16455 .ays-quiz-close-full-screen { fill: #000000; } #ays-quiz-container-16455 .ays-quiz-open-full-screen { fill: #000000; } #ays-quiz-container-16455 .ays_quiz_login_form p{ color: #000000; } /* Personality Test | Start */ #ays-quiz-container-16455 .ays-quiz-personality-result-box .ays-quiz-personality-result-description p { text-align: left; padding: 0; } #ays-quiz-container-16455 .ays-quiz-personality-result-box { background: white; border-radius: 17px; box-shadow: 0px 0px 20px rgba(98, 85, 165, 0.1); /*padding: 30px 3% 40px;*/ padding: 20px 30px; margin: 30px 0; font-size: 16px; } #ays-quiz-container-16455 .ays-quiz-personality-result-box .ays-quiz-personality-result-title { color: #413A5C; font-size: 23px; margin: 0; text-align: left; font-weight: bold; } div#ays-quiz-container-16455.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description { margin: 0; font-size: 16px; text-align: left; color: #413A5C; } div#ays-quiz-container-16455.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description * { color: #413A5C; } #ays-quiz-container-16455 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress { width: 100%; background-color: rgba(128, 126, 137, 0.1); border-radius: 15px; position: relative; display: flex; /* justify-content: flex-end; */ margin-top: 1rem; margin-bottom: 1rem; } #ays-quiz-container-16455 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress-end { justify-content: flex-end; } #ays-quiz-container-16455 .ays-quiz-personality-result-box .ays-quiz-personality-result-bar { height: 30px; border-radius: 15px; color: white; font-size: 18px; padding: 3px 15px 0; } #ays-quiz-container-16455 .ays-quiz-personality-result-box .ays-quiz-personality-result-percentages { position: absolute; width: 100%; padding: 4px 15px; top: 0; -ms-flex-pack: justify; justify-content: space-between; display: -ms-flexbox; display: flex; } #ays-quiz-container-16455 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box div, #ays-quiz-container-16455 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-dark-purple { color: #413A5C; } #ays-quiz-container-16455 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-white { color: #ffffff; } #ays-quiz-container-16455 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-percentage { font-weight: bolder; } #ays-quiz-container-16455 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; } #ays-quiz-container-16455 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-bar { background-color: #6255A5; } #ays-quiz-container-16455 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-keyword-text-color { color: #6255A5; } #ays-quiz-container-16455 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-bar { background-color: #F2C94C; } #ays-quiz-container-16455 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-keyword-text-color { color: #F2C94C; } #ays-quiz-container-16455 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-bar { background-color: #88D29D; } #ays-quiz-container-16455 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-keyword-text-color { color: #88D29D; } #ays-quiz-container-16455 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-bar { background-color: #E5A69D; } #ays-quiz-container-16455 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-keyword-text-color { color: #E5A69D; } #ays-quiz-container-16455 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-bar { background-color: #03A9F4; } #ays-quiz-container-16455 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-keyword-text-color { color: #03A9F4; } #ays-quiz-container-16455 .ays-quiz-personality-result-box div:before, #ays-quiz-container-16455 .ays-quiz-personality-result-box div:after { content: unset; } /* Personality Test | End */ /* report questions modal start */ .ays-modal-reports { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.4); animation-duration: .5s; background-color: rgba(0, 0, 0, 0.4); } #ays-quiz-question-report-modal-16455 .ays-modal-content-reports { background-color: #fefefe; margin: 10% auto; border: 1px solid #888; max-width: 500px; width: 100%; border-radius: 10px; padding: 20px; box-sizing: border-box; position: relative; } #ays-quiz-question-report-modal-16455 .ays-modal-content-reports label{ display: block; margin-bottom: 10px; font-weight: bold; letter-spacing: normal; } #ays-quiz-question-report-modal-16455 .ays-modal-content-reports textarea { display: block; width: 100%; height: 100px; padding: 5px; box-sizing: border-box; border-radius: 5px; border: 1px solid #ccc; max-width: 100%; max-height: 500px; resize: vertical; transition: unset; } #ays-quiz-question-report-modal-16455 .ays-modal-content-reports input.ays-quiz-submit-question-report { background-color: #0073aa; color: #fff; border: none; border-radius: 5px; padding: 10px 20px; cursor: pointer; margin-top: 20px; line-height: normal; letter-spacing: normal; box-shadow: unset; background-image: unset; } #ays-quiz-question-report-modal-16455 .ays-close-reports-window { color: #aaa; font-weight: bold; position: absolute; top: 1%; right: 1%; } #ays-quiz-question-report-modal-16455 .ays-close-reports-window img { box-shadow: unset; } #ays-quiz-question-report-modal-16455 .ays-close-reports-window img:hover, #ays-quiz-question-report-modal-16455 .ays-close-reports-window img:focus { cursor: pointer; } #ays-quiz-question-report-modal-16455 .ays-quiz-question-report-error { display: none; font-size: 13px; color: #f00; text-align: left; } #ays-quiz-question-report-modal-16455 .ays-quiz-question-report-textarea-label, #ays-quiz-question-report-modal-16455 .ays-quiz-question-report-title { text-align: left; } #ays-quiz-question-report-modal-16455 .ays_quiz_modal_overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; position: absolute; z-index: 1000000000; flex-direction: column; } #ays-quiz-question-report-modal-16455 .ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment { margin: 10px 0; } /* report questions modal end */ @media screen and (max-width: 768px){ #ays-quiz-container-16455{ max-width: 100%; } div#ays-quiz-container-16455 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } div#ays-quiz-container-16455.ays_quiz_modern_light .step, div#ays-quiz-container-16455.ays_quiz_modern_dark .step { padding-right: 0px !important; padding-top: 0px !important; } div#ays-quiz-container-16455.ays_quiz_modern_light div.step[data-question-id], div#ays-quiz-container-16455.ays_quiz_modern_dark div.step[data-question-id] { background-size: cover !important; background-position: center center !important; } div#ays-quiz-container-16455.ays_quiz_modern_light .ays-abs-fs:not(.ays-start-page):not(.ays-end-page), div#ays-quiz-container-16455.ays_quiz_modern_dark .ays-abs-fs:not(.ays-start-page):not(.ays-end-page) { width: 100%; } #ays-quiz-container-16455 .ays_quiz_question p { font-size: 16px; } #ays-quiz-container-16455 .select2-container, div#ays-quiz-container-16455 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } div#ays-quiz-container-16455 input#ays-submit, div#ays-quiz-container-16455 #ays_finish_quiz_16455 .action-button, div#ays-quiz-container-16455 #ays_finish_quiz_16455 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, div#ays-quiz-container-16455 #ays_finish_quiz_16455 .action-button.ays_restart_button, #ays-quiz-container-16455 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-16455 .ays-quiz-category-selective-submit-bttn { font-size: 18px; } div#ays-quiz-container-16455 div.ays-questions-container div.ays-woo-block { width: 100%; } /* Quiz title / mobile font size */ div#ays-quiz-container-16455 .ays-fs-title { font-size: 20px; } /* Question explanation / mobile font size */ #ays-quiz-container-16455 .ays_questtion_explanation p { font-size:16px; } /* Wrong answers / mobile font size */ #ays-quiz-container-16455 .wrong_answer_text p { font-size:16px; } /* Right answers / mobile font size */ #ays-quiz-container-16455 .right_answer_text p { font-size:16px; } /* Note text / mobile font size */ #ays-quiz-container-16455 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-16455 div.ays-quiz-personality-result-box .ays-quiz-personality-result-title { font-size: 18px; } /* Personality Test */ #ays-quiz-container-16455 div.ays-quiz-personality-result-box .ays-quiz-personality-result-bar { font-size: 14px; padding: 6px 10px 0; } } /* Custom css styles */ /* RTL direction styles */ </style> <style> #ays-quiz-container-16455 p { margin: 0.625em; } #ays-quiz-container-16455.ays_quiz_classic_light .enable_correction .ays-field.checked_answer_div input:checked+label, #ays-quiz-container-16455.ays_quiz_classic_dark .enable_correction .ays-field.checked_answer_div input:checked+label { /* background-color: transparent; */ } #ays-quiz-container-16455 .ays-field.checked_answer_div input:checked~label { background-color: rgba(93,108,249,0.6); } #ays-quiz-container-16455.ays-quiz-container.ays_quiz_classic_light .ays-questions-container .ays-field:hover label[for^='ays-answer-'], #ays-quiz-container-16455 .ays-field:hover{ background: rgba(93,108,249,0.8); color: #fff; transition: all .3s; } #ays-quiz-container-16455 #ays_finish_quiz_16455 .action-button:hover, #ays-quiz-container-16455 #ays_finish_quiz_16455 .action-button:focus, #ays-quiz-container-16455 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-16455 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 3px #ffffff; background: #5d6cf9; } </style><script> if(typeof aysQuizOptions === 'undefined'){ var aysQuizOptions = []; } aysQuizOptions['16455'] = 'eyJxdWl6X3ZlcnNpb24iOiIyMS44LjEiLCJjb3JlX3ZlcnNpb24iOiI2LjcuMiIsInBocF92ZXJzaW9uIjoiOC4xLjMxIiwiY29sb3IiOiIjNWQ2Y2Y5IiwiYmdfY29sb3IiOiIjZmZmIiwidGV4dF9jb2xvciI6IiMwMDAwMDAiLCJoZWlnaHQiOjQ1MCwid2lkdGgiOjgwMCwiZW5hYmxlX2xvZ2dlZF91c2VycyI6Im9mZiIsImluZm9ybWF0aW9uX2Zvcm0iOiJkaXNhYmxlIiwiZm9ybV9uYW1lIjoib2ZmIiwiZm9ybV9lbWFpbCI6Im9mZiIsImZvcm1fcGhvbmUiOiJvZmYiLCJpbWFnZV93aWR0aCI6IiIsImltYWdlX2hlaWdodCI6IiIsImVuYWJsZV9jb3JyZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3Byb2dyZXNzX2JhciI6Im9mZiIsImVuYWJsZV9xdWVzdGlvbnNfcmVzdWx0Ijoib24iLCJyYW5kb21pemVfcXVlc3Rpb25zIjoib2ZmIiwicmFuZG9taXplX2Fuc3dlcnMiOiJvZmYiLCJlbmFibGVfcXVlc3Rpb25zX2NvdW50ZXIiOiJvbiIsImVuYWJsZV9yZXN0cmljdGlvbl9wYXNzIjoib2ZmIiwiZW5hYmxlX3Jlc3RyaWN0aW9uX3Bhc3NfdXNlcnMiOiJvZmYiLCJyZXN0cmljdGlvbl9wYXNzX21lc3NhZ2UiOiIiLCJyZXN0cmljdGlvbl9wYXNzX3VzZXJzX21lc3NhZ2UiOiIiLCJ1c2VyX3JvbGUiOltdLCJheXNfdXNlcnNfc2VhcmNoIjpbXSwiY3VzdG9tX2NzcyI6IiIsImxpbWl0X3VzZXJzIjoib2ZmIiwibGltaXRhdGlvbl9tZXNzYWdlIjoiIiwicmVkaXJlY3RfdXJsIjoiIiwicmVkaXJlY3Rpb25fZGVsYXkiOjAsImFuc3dlcnNfdmlldyI6Imxpc3QiLCJlbmFibGVfcnRsX2RpcmVjdGlvbiI6Im9mZiIsImVuYWJsZV9sb2dnZWRfdXNlcnNfbWVzc2FnZSI6IiIsInF1ZXN0aW9uc19jb3VudCI6IiIsImVuYWJsZV9xdWVzdGlvbl9iYW5rIjoib2ZmIiwiZW5hYmxlX2xpdmVfcHJvZ3Jlc3NfYmFyIjoib2ZmIiwiZW5hYmxlX3BlcmNlbnRfdmlldyI6Im9mZiIsImVuYWJsZV9hdmVyYWdlX3N0YXRpc3RpY2FsIjoib24iLCJlbmFibGVfbmV4dF9idXR0b24iOiJvbiIsImVuYWJsZV9wcmV2aW91c19idXR0b24iOiJvbiIsImVuYWJsZV9hcnJvd3MiOiJvZmYiLCJ0aW1lcl90ZXh0IjoiQlx1MWVhMW4gXHUwMTExXHUwMGUzIHNcdTFlYjVuIHNcdTAwZTBuZyBjaFx1MDFiMGE/IDQ1IHBoXHUwMGZhdCBsXHUwMGUwbSBiXHUwMGUwaSBiXHUxZWFmdCBcdTAxMTFcdTFlYTd1ISEhIiwicXVpel90aGVtZSI6ImNsYXNzaWNfbGlnaHQiLCJlbmFibGVfc29jaWFsX2J1dHRvbnMiOiJvZmYiLCJmaW5hbF9yZXN1bHRfdGV4dCI6IjxpbWcgY2xhc3M9XCJzaXplLWZ1bGwgd3AtaW1hZ2UtNDI5IGFsaWduY2VudGVyXCIgc3JjPVwiaHR0cDpcL1wvY2F1aG9pLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDNcL2NvbmdyYXR1bGF0aW9ucy5naWZcIiBhbHQ9XCJcIiB3aWR0aD1cIjQ5OVwiIGhlaWdodD1cIjE4MVwiIFwvPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNoXHUwMGZhYyBtXHUxZWVibmcgYlx1MWVhMW4gXHUwMTExXHUwMGUzIGhvXHUwMGUwbiB0aFx1MDBlMG5oIGJcdTAwZTBpIHRoaSEhITxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkJcdTFlYTFuIFx1MDExMVx1MDBmYW5nIDxzcGFuIHN0eWxlPVwidmVydGljYWwtYWxpZ246IGluaGVyaXQ7XCI+JSV1c2VyX2NvcnJlY3RzX2NvdW50JSVcLyUlcXVlc3Rpb25zX2NvdW50JSU8XC9zcGFuPjxcL3N0cm9uZz48XC9wPlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPkNcdTAwZjluZyB4ZW0gXHUwMTExXHUwMGUxcCBcdTAwZTFuIFx1MWVkZiBiXHUwMGVhbiBkXHUwMWIwXHUxZWRiaSBcdTAxMTFcdTAwZTJ5IG5oXHUwMGU5ISEhPFwvc3Ryb25nPjxcL3A+IiwiZW5hYmxlX3Bhc3NfY291bnQiOiJvbiIsImhpZGVfc2NvcmUiOiJvbiIsInJhdGVfZm9ybV90aXRsZSI6IiIsImJveF9zaGFkb3dfY29sb3IiOiIjYzljOWM5IiwicXVpel9ib3JkZXJfcmFkaXVzIjoiOCIsInF1aXpfYmdfaW1hZ2UiOiIiLCJxdWl6X2JvcmRlcl93aWR0aCI6IjEiLCJxdWl6X2JvcmRlcl9zdHlsZSI6InNvbGlkIiwicXVpel9ib3JkZXJfY29sb3IiOiIjMDAwIiwicXVpel9sb2FkZXIiOiJkZWZhdWx0IiwicXVlc3RfYW5pbWF0aW9uIjoic2hha2UiLCJlbmFibGVfYmdfbXVzaWMiOiJvZmYiLCJxdWl6X2JnX211c2ljIjoiIiwiYW5zd2Vyc19mb250X3NpemUiOjE1LCJzaG93X2NyZWF0ZV9kYXRlIjoib2ZmIiwic2hvd19hdXRob3IiOiJvZmYiLCJlbmFibGVfZWFybHlfZmluaXNoIjoib2ZmIiwiYW5zd2Vyc19yd190ZXh0cyI6Im9uX3Bhc3NpbmciLCJkaXNhYmxlX3N0b3JlX2RhdGEiOiJvZmYiLCJlbmFibGVfYmFja2dyb3VuZF9ncmFkaWVudCI6Im9mZiIsImJhY2tncm91bmRfZ3JhZGllbnRfY29sb3JfMSI6IiMwMDAiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2NvbG9yXzIiOiIjZmZmIiwicXVpel9ncmFkaWVudF9kaXJlY3Rpb24iOiJ2ZXJ0aWNhbCIsInJlZGlyZWN0X2FmdGVyX3N1Ym1pdCI6Im9mZiIsInN1Ym1pdF9yZWRpcmVjdF91cmwiOiIiLCJzdWJtaXRfcmVkaXJlY3RfZGVsYXkiOiIwIiwicHJvZ3Jlc3NfYmFyX3N0eWxlIjoidGhpcmQiLCJlbmFibGVfZXhpdF9idXR0b24iOiJvZmYiLCJleGl0X3JlZGlyZWN0X3VybCI6IiIsImltYWdlX3NpemluZyI6ImNvdmVyIiwicXVpel9iZ19pbWFnZV9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJjdXN0b21fY2xhc3MiOiIiLCJlbmFibGVfc29jaWFsX2xpbmtzIjoib2ZmIiwic29jaWFsX2xpbmtzIjp7ImxpbmtlZGluX2xpbmsiOiIiLCJmYWNlYm9va19saW5rIjoiIiwidHdpdHRlcl9saW5rIjoiIiwidmtvbnRha3RlX2xpbmsiOiIiLCJpbnN0YWdyYW1fbGluayI6IiIsInlvdXR1YmVfbGluayI6IiIsImJlaGFuY2VfbGluayI6IiJ9LCJzaG93X3F1aXpfdGl0bGUiOiJvbiIsInNob3dfcXVpel9kZXNjIjoib24iLCJzaG93X2xvZ2luX2Zvcm0iOiJvZmYiLCJtb2JpbGVfbWF4X3dpZHRoIjoiIiwibGltaXRfdXNlcnNfYnkiOiJpcCIsImV4cGxhbmF0aW9uX3RpbWUiOiI0IiwiZW5hYmxlX2NsZWFyX2Fuc3dlciI6Im9mZiIsInNob3dfY2F0ZWdvcnkiOiJvbiIsInNob3dfcXVlc3Rpb25fY2F0ZWdvcnkiOiJvbiIsImFuc3dlcnNfcGFkZGluZyI6IjUiLCJhbnN3ZXJzX2JvcmRlciI6Im9uIiwiYW5zd2Vyc19ib3JkZXJfd2lkdGgiOiIxIiwiYW5zd2Vyc19ib3JkZXJfc3R5bGUiOiJzb2xpZCIsImFuc3dlcnNfYm9yZGVyX2NvbG9yIjoiI2RkZGRkZCIsImFuc19pbWdfaGVpZ2h0IjoiMTUwIiwiYW5zX2ltZ19jYXB0aW9uX3N0eWxlIjoib3V0c2lkZSIsImFuc19pbWdfY2FwdGlvbl9wb3NpdGlvbiI6ImJvdHRvbSIsImFuc3dlcnNfYm94X3NoYWRvdyI6Im9mZiIsImFuc3dlcnNfYm94X3NoYWRvd19jb2xvciI6IiMwMDAiLCJzaG93X2Fuc3dlcnNfY2FwdGlvbiI6Im9uIiwiYW5zd2Vyc19tYXJnaW4iOjEyLCJhbnNfcmlnaHRfd3JvbmdfaWNvbiI6Im5vbmUiLCJkaXNwbGF5X3Njb3JlIjoiYnlfcG9pbnRzIiwiZW5hYmxlX3J3X2FzbndlcnNfc291bmRzIjoib2ZmIiwicXVpel9iZ19pbWdfaW5fZmluaXNoX3BhZ2UiOiJvZmYiLCJmaW5pc2hfYWZ0ZXJfd3JvbmdfYW5zd2VyIjoib2ZmIiwiYWZ0ZXJfdGltZXJfdGV4dCI6IkJcdTFlYTFuIFx1MDExMVx1MDBlMyBoXHUxZWJmdCBnaVx1MWVkZCBsXHUwMGUwbSBiXHUwMGUwaSEgWGVtIGtcdTFlYmZ0IHF1XHUxZWEzIGNcdTAwZTFjIGNcdTAwZTJ1IGhcdTFlY2ZpIFx1MDExMVx1MDBlMyBsXHUwMGUwbSBuaFx1MDBlOSEhISIsImVuYWJsZV9lbnRlcl9rZXkiOiJvbiIsInNob3dfcmF0ZV9hZnRlcl9yYXRlIjoib24iLCJidXR0b25zX3RleHRfY29sb3IiOiIjZmZmZmZmIiwiYnV0dG9uc19wb3NpdGlvbiI6ImNlbnRlciIsImJ1dHRvbnNfc2l6ZSI6ImxhcmdlIiwiYnV0dG9uc19mb250X3NpemUiOiIxOCIsImJ1dHRvbnNfd2lkdGgiOiIiLCJidXR0b25zX2xlZnRfcmlnaHRfcGFkZGluZyI6IjM2IiwiYnV0dG9uc190b3BfYm90dG9tX3BhZGRpbmciOiIxNCIsImJ1dHRvbnNfYm9yZGVyX3JhZGl1cyI6IjgiLCJlbmFibGVfYXVkaW9fYXV0b3BsYXkiOiJvZmYiLCJlbmFibGVfbGVhdmVfcGFnZSI6Im9uIiwic2hvd19vbmx5X3dyb25nX2Fuc3dlciI6Im9mZiIsInBhc3Nfc2NvcmUiOjAsInBhc3Nfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DaFx1MDBmYWMgbVx1MWVlYm5nITxcL2g0PlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5CXHUxZWExbiBcdTAxMTFcdTAwZTMgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSE8XC9wPiIsImZhaWxfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cdTAxMTBcdTAwZTFuZyB0aVx1MWViZmMhPFwvaDQ+XHJcbjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkJcdTFlYTFuIGtoXHUwMGY0bmcgdlx1MDFiMFx1MWVlM3QgcXVhIGJcdTAwZTBpIHRoaSFcclxuSFx1MDBlM3kgdGhcdTFlZWQgbFx1MWVhMWkgbmhcdTAwZTkhPFwvcD4iLCJhbnN3ZXJzX29iamVjdF9maXQiOiJjb3ZlciIsInF1aXpfbWF4X3Bhc3NfY291bnQiOjEsInF1ZXN0aW9uX2ZvbnRfc2l6ZSI6MTYsInF1aXpfd2lkdGhfYnlfcGVyY2VudGFnZV9weCI6InBpeGVscyIsInF1ZXN0aW9uc19oaW50X2ljb25fb3JfdGV4dCI6ImRlZmF1bHQiLCJxdWVzdGlvbnNfaGludF92YWx1ZSI6IiIsImVuYWJsZV9lYXJseV9maW5zaF9jb21maXJtX2JveCI6Im9uIiwiaGlkZV9jb3JyZWN0X2Fuc3dlcnMiOiJvZmYiLCJxdWl6X2xvYWRlcl90ZXh0X3ZhbHVlIjoiIiwic2hvd19pbmZvcm1hdGlvbl9mb3JtIjoib24iLCJzaG93X3F1ZXN0aW9uc19leHBsYW5hdGlvbiI6Im9uX3Jlc3VsdHNfcGFnZSIsImVuYWJsZV9xdWVzdGlvbnNfb3JkZXJpbmdfYnlfY2F0Ijoib2ZmIiwiZW5hYmxlX3NlbmRfbWFpbF90b191c2VyX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJlbmFibGVfc2VuZF9tYWlsX3RvX2FkbWluX2J5X3Bhc3Nfc2NvcmUiOiJvZmYiLCJzaG93X3F1ZXN0aW9uc19udW1iZXJpbmciOiJub25lIiwic2hvd19hbnN3ZXJzX251bWJlcmluZyI6Im5vbmUiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmIjoiIiwiZGlzYWJsZV9ob3Zlcl9lZmZlY3QiOiJvZmYiLCJxdWl6X2xvYWRlcl9jdXN0b21fZ2lmX3dpZHRoIjoxMDAsInF1aXpfdGl0bGVfdHJhbnNmb3JtYXRpb24iOiJ1cHBlcmNhc2UiLCJxdWl6X2ltYWdlX3dpZHRoX2J5X3BlcmNlbnRhZ2VfcHgiOiJwaXhlbHMiLCJxdWl6X2ltYWdlX2hlaWdodCI6MCwicXVpel9iZ19pbWdfb25fc3RhcnRfcGFnZSI6Im9mZiIsInF1aXpfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9ib3hfc2hhZG93X3lfb2Zmc2V0IjowLCJxdWl6X2JveF9zaGFkb3dfel9vZmZzZXQiOjE1LCJxdWl6X3F1ZXN0aW9uX3RleHRfYWxpZ25tZW50IjoiY2VudGVyIiwicXVpel9hcnJvd190eXBlIjoiZGVmYXVsdCIsInF1aXpfc2hvd193cm9uZ19hbnN3ZXJzX2ZpcnN0Ijoib2ZmIiwicXVpel9kaXNwbGF5X2FsbF9xdWVzdGlvbnMiOiJvbiIsInF1aXpfdGltZXJfcmVkX3dhcm5pbmciOiJvbiIsInF1aXpfc2NoZWR1bGVfdGltZXpvbmUiOiJVVEMrMCIsInF1ZXN0aW9uc19oaW50X2J1dHRvbl92YWx1ZSI6IiIsInF1aXpfdGFja2Vyc19tZXNzYWdlIjoiVGhpcyBxdWl6IGlzIGV4cGlyZWQhIiwicXVpel9lbmFibGVfbGlua2VkaW5fc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV9mYWNlYm9va19zaGFyZV9idXR0b24iOiJvbiIsInF1aXpfZW5hYmxlX3R3aXR0ZXJfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV92a29udGFrdGVfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X21ha2VfcmVzcG9uc2VzX2Fub255bW91cyI6Im9mZiIsInF1aXpfbWFrZV9hbGxfcmV2aWV3X2xpbmsiOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3RpbWVyIjoiVGhcdTFlZGRpIGdpYW4gY1x1MDBmMm4gbFx1MWVhMWkiLCJxdWl6X3Bhc3N3b3JkX21lc3NhZ2UiOiIiLCJlbmFibGVfc2VlX3Jlc3VsdF9jb25maXJtX2JveCI6Im9mZiIsImRpc3BsYXlfZmllbGRzX2xhYmVscyI6Im9mZiIsInF1aXpfZW5hYmxlX3Bhc3N3b3JkX3Zpc2liaWxpdHkiOiJvZmYiLCJxdWVzdGlvbl9tb2JpbGVfZm9udF9zaXplIjoxNiwiYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNSwic29jaWFsX2J1dHRvbnNfaGVhZGluZyI6IiIsInNvY2lhbF9saW5rc19oZWFkaW5nIjoiIiwicXVpel9lbmFibGVfcXVlc3Rpb25fY2F0ZWdvcnlfZGVzY3JpcHRpb24iOiJvZmYiLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3JlZGlyZWN0X3RpbWVyIjoiIiwiYnV0dG9uc19tb2JpbGVfZm9udF9zaXplIjoxOCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd194X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd195X29mZnNldCI6MCwicXVpel9hbnN3ZXJfYm94X3NoYWRvd196X29mZnNldCI6MTAsInF1aXpfZW5hYmxlX3RpdGxlX3RleHRfc2hhZG93Ijoib2ZmIiwicXVpel90aXRsZV90ZXh0X3NoYWRvd19jb2xvciI6IiMzMzMiLCJyaWdodF9hbnN3ZXJzX2ZvbnRfc2l6ZSI6MTYsIndyb25nX2Fuc3dlcnNfZm9udF9zaXplIjoxNiwicXVlc3RfZXhwbGFuYXRpb25fZm9udF9zaXplIjoxNiwicXVpel93YWl0aW5nX3RpbWUiOiJvZmYiLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3hfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3lfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3pfb2Zmc2V0IjoyLCJxdWl6X3Nob3dfb25seV93cm9uZ19hbnN3ZXJzIjoib2ZmIiwicXVpel90aXRsZV9mb250X3NpemUiOjI4LCJxdWl6X3RpdGxlX21vYmlsZV9mb250X3NpemUiOjIwLCJxdWl6X3Bhc3N3b3JkX3dpZHRoIjoiIiwicXVpel9yZXZpZXdfcGxhY2Vob2xkZXJfdGV4dCI6IiIsInF1aXpfbWFrZV9yZXZpZXdfcmVxdWlyZWQiOiJvZmYiLCJxdWl6X2VuYWJsZV9yZXN1bHRzX3RvZ2dsZSI6Im9mZiIsInF1aXpfcmV2aWV3X3RoYW5rX3lvdV9tZXNzYWdlIjoiIiwicXVpel9yZXZpZXdfZW5hYmxlX2NvbW1lbnRfZmllbGQiOiJvbiIsInF1ZXN0X2V4cGxhbmF0aW9uX21vYmlsZV9mb250X3NpemUiOjE2LCJ3cm9uZ19hbnN3ZXJzX21vYmlsZV9mb250X3NpemUiOjE2LCJxdWl6X2VuYWJsZV9xdWVzdGlvbl9pbWFnZV96b29tIjoib2ZmIiwicmlnaHRfYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNiwicXVpel9kaXNwbGF5X21lc3NhZ2VzX2JlZm9yZV9idXR0b25zIjoib2ZmIiwiZW5hYmxlX3F1ZXN0aW9uc19yZXBvcnRpbmciOiJvZmYiLCJxdWl6X2VuYWJsZV9xdWVzdGlvbnNfcmVwb3J0aW5nX21haWwiOiJvZmYiLCJxdWl6X2VuYWJsZV91c2VyX2NcdTA1NzBvb3NpbmdfYW5vbnltb3VzX2Fzc2Vzc21lbnQiOiJvZmYiLCJub3RlX3RleHRfZm9udF9zaXplIjoxNCwibm90ZV90ZXh0X21vYmlsZV9mb250X3NpemUiOjE0LCJxdWl6X3F1ZXN0aW9uc19udW1iZXJpbmdfYnlfY2F0ZWdvcnkiOiJvZmYiLCJxdWl6X2VuYWJsZV9jdXN0b21fdGV4dHNfZm9yX2J1dHRvbnMiOiJvZmYiLCJxdWl6X2N1c3RvbV90ZXh0c19zdGFydF9idXR0b24iOiJTdGFydCIsInF1aXpfY3VzdG9tX3RleHRzX25leHRfYnV0dG9uIjoiTmV4dCIsInF1aXpfY3VzdG9tX3RleHRzX3ByZXZfYnV0dG9uIjoiUHJldiIsInF1aXpfY3VzdG9tX3RleHRzX2NsZWFyX2J1dHRvbiI6IkNsZWFyIiwicXVpel9jdXN0b21fdGV4dHNfZmluaXNoX2J1dHRvbiI6IkZpbmlzaCIsInF1aXpfY3VzdG9tX3RleHRzX3NlZV9yZXN1bHRzX2J1dHRvbiI6IlNlZSBSZXN1bHQiLCJxdWl6X2N1c3RvbV90ZXh0c19yZXN0YXJ0X3F1aXpfYnV0dG9uIjoiUmVzdGFydCBxdWl6IiwicXVpel9jdXN0b21fdGV4dHNfc2VuZF9mZWVkYmFja19idXR0b24iOiJTZW5kIGZlZWRiYWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9hZF9tb3JlX2J1dHRvbiI6IkxvYWQgbW9yZSIsInF1aXpfY3VzdG9tX3RleHRzX2V4aXRfYnV0dG9uIjoiRXhpdCIsInF1aXpfY3VzdG9tX3RleHRzX2NoZWNrX2J1dHRvbiI6IkNoZWNrIiwicXVpel9jdXN0b21fdGV4dHNfbG9naW5fYnV0dG9uIjoiTG9nIEluIiwicXVpel9lbmFibGVfcXVpel9jYXRlZ29yeV9kZXNjcmlwdGlvbiI6Im9mZiIsInF1aXpfYWRtaW5fbm90ZV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJxdWl6X2dyaWRfdmlld19jb3VudCI6IjIiLCJxdWl6X2dyaWRfaW1hZ2VfdmlldyI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9yaWdodF9hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel93cm9uZ19hbnN3ZXJfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3JpZ2h0X2Fuc3dlcnNfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInF1aXpfd3JvbmdfYW5zd2Vyc190ZXh0X2RlY29yYXRpb24iOiJub25lIiwicXVpel9hZG1pbl9ub3RlX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfYmdfaW1nX2R1cmluZ190aGVfcXVpeiI6Im9mZiIsInF1aXpfcXVlc3RfZXhwbGFuYXRpb25fbGV0dGVyX3NwYWNpbmciOiIwIiwicXVpel9yaWdodF9hbnN3ZXJzX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfd3JvbmdfYW5zd2Vyc19sZXR0ZXJfc3BhY2luZyI6IjAiLCJxdWl6X2FkbWluX25vdGVfZm9udF93ZWlnaHQiOiJub3JtYWwiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9yaWdodF9hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel93cm9uZ19hbnN3ZXJzX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9jb250ZW50X21heF93aWR0aCI6OTAsInF1aXpfY29udGVudF9tb2JpbGVfbWF4X3dpZHRoIjo5MCwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2UiOm51bGwsInF1ZXN0aW9uX2NvdW50X3Blcl9wYWdlX251bWJlciI6IiIsIm1haWxfbWVzc2FnZSI6IiIsImVuYWJsZV9jZXJ0aWZpY2F0ZSI6Im9mZiIsImVuYWJsZV9jZXJ0aWZpY2F0ZV93aXRob3V0X3NlbmQiOiJvZmYiLCJjZXJ0aWZpY2F0ZV9wYXNzIjoiMCIsImZvcm1fdGl0bGUiOiIiLCJjZXJ0aWZpY2F0ZV90aXRsZSI6IjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiA1MHB4OyBmb250LXdlaWdodDogYm9sZDtcIj5DZXJ0aWZpY2F0ZSBvZiBDb21wbGV0aW9uPFwvc3Bhbj4iLCJjZXJ0aWZpY2F0ZV9ib2R5IjoiPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+VGhpcyBpcyB0byBjZXJ0aWZ5IHRoYXQ8XC9pPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMzBweDtcIj48Yj4lJXVzZXJfbmFtZSUlPFwvYj48XC9zcGFuPlxyXG5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+aGFzIGNvbXBsZXRlZCB0aGUgcXVpejxcL2k+PFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAzMHB4O1wiPlwiJSVxdWl6X25hbWUlJVwiPFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAyMHB4O1wiPndpdGggYSBzY29yZSBvZiA8Yj4lJXNjb3JlJSU8XC9iPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMjVweDtcIj48aT5kYXRlZDxcL2k+PFwvc3Bhbj5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDMwcHg7XCI+JSVjdXJyZW50X2RhdGUlJTxcL3NwYW4+IiwibWFpbGNoaW1wX2xpc3QiOiIiLCJlbmFibGVfbWFpbGNoaW1wIjoib2ZmIiwiZW5hYmxlX2RvdWJsZV9vcHRfaW4iOiJvZmYiLCJhY3RpdmVfZGF0ZV9jaGVjayI6Im9mZiIsImFjdGl2ZUludGVydmFsIjoiMjAyNS0wMy0yOCAxNDo0NjowOCIsImRlYWN0aXZlSW50ZXJ2YWwiOiIyMDI1LTAzLTI4IDE0OjQ2OjA4IiwiYWN0aXZlX2RhdGVfbWVzc2FnZSI6IlRoZSBxdWl6IGhhcyBleHBpcmVkISIsImFjdGl2ZV9kYXRlX3ByZV9zdGFydF9tZXNzYWdlIjoiVGhlIHF1aXogd2lsbCBiZSBhdmFpbGFibGUgc29vbiEiLCJjaGVja2JveF9zY29yZV9ieSI6Im9uIiwiY2FsY3VsYXRlX3Njb3JlIjoiYnlfY29ycmVjdG5lc3MiLCJzZW5kX3Jlc3VsdHNfdXNlciI6Im9mZiIsInNlbmRfaW50ZXJ2YWxfbXNnIjoib2ZmIiwicXVlc3Rpb25fYmFua190eXBlIjoiZ2VuZXJhbCIsInF1ZXN0aW9uc19iYW5rX2NhdF9jb3VudCI6eyIzIjoiIn0sImVuYWJsZV90YWNrZXJzX2NvdW50Ijoib2ZmIiwidGFja2Vyc19jb3VudCI6IiIsInNlbmRfcmVzdWx0c19hZG1pbiI6Im9uIiwic2VuZF9pbnRlcnZhbF9tc2dfdG9fYWRtaW4iOiJvZmYiLCJzaG93X2ludGVydmFsX21lc3NhZ2UiOiJvbiIsImFsbG93X2NvbGxlY3RpbmdfbG9nZ2VkX2luX3VzZXJzX2RhdGEiOiJvZmYiLCJxdWl6X3Bhc3Nfc2NvcmUiOiIwIiwic2VuZF9jZXJ0aWZpY2F0ZV90b19hZG1pbiI6Im9mZiIsImNlcnRpZmljYXRlX2ltYWdlIjoiIiwiY2VydGlmaWNhdGVfZnJhbWUiOiJkZWZhdWx0IiwiY2VydGlmaWNhdGVfb3JpZW50YXRpb24iOiJsIiwibWFrZV9xdWVzdGlvbnNfcmVxdWlyZWQiOiJvZmYiLCJlbmFibGVfcGFzc3dvcmQiOiJvZmYiLCJwYXNzd29yZF9xdWl6IjoiIiwibWFpbF9tZXNzYWdlX2FkbWluIjoiIiwic2VuZF9tYWlsX3RvX3NpdGVfYWRtaW4iOiJvbiIsImdlbmVyYXRlX3Bhc3N3b3JkIjoiZ2VuZXJhbCIsImdlbmVyYXRlZF9wYXNzd29yZHMiOnsiY3JlYXRlZF9wYXNzd29yZHMiOltdLCJhY3RpdmVfcGFzc3dvcmRzIjpbXSwidXNlZF9wYXNzd29yZHMiOltdfSwiZGlzcGxheV9zY29yZV9ieSI6ImJ5X3BlcmNlbnRhZ2UiLCJzaG93X3NjaGVkdWxlX3RpbWVyIjoib2ZmIiwic2hvd190aW1lcl90eXBlIjoiY291bnRkb3duIiwicHJvZ3Jlc3NfbGl2ZV9iYXJfc3R5bGUiOiJkZWZhdWx0IiwiZW5hYmxlX2Z1bGxfc2NyZWVuX21vZGUiOiJvbiIsImVuYWJsZV9uYXZpZ2F0aW9uX2JhciI6Im9mZiIsImhpZGVfbGltaXRfYXR0ZW1wdHNfbm90aWNlIjoib2ZmIiwidHVybl9vbl9leHRyYV9zZWN1cml0eV9jaGVjayI6Im9uIiwiZW5hYmxlX3RvcF9rZXl3b3JkcyI6Im9mZiIsImFzc2lnbl9rZXl3b3JkcyI6W3siYXNzaWduX3RvcF9rZXl3b3JkIjoiQSIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn0seyJhc3NpZ25fdG9wX2tleXdvcmQiOiJCIiwiYXNzaWduX3RvcF9rZXl3b3JkX3RleHQiOiIifSx7ImFzc2lnbl90b3Bfa2V5d29yZCI6IkMiLCJhc3NpZ25fdG9wX2tleXdvcmRfdGV4dCI6IiJ9LHsiYXNzaWduX3RvcF9rZXl3b3JkIjoiRCIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn1dLCJxdWl6X2VuYWJsZV9jb3Vwb24iOiJvZmYiLCJxdWl6X2NvdXBvbnNfYXJyYXkiOnsicXVpel9hY3RpdmVfY291cG9ucyI6W10sInF1aXpfaW5hY3RpdmVfY291cG9ucyI6W119LCJhcHBseV9wb2ludHNfdG9fa2V5d29yZHMiOiJvZmYiLCJsaW1pdF9hdHRlbXB0c19jb3VudF9ieV91c2VyX3JvbGUiOiIiLCJlbmFibGVfYXV0b3N0YXJ0Ijoib2ZmIiwicXVpel9lbmFibGVfa2V5Ym9hcmRfbmF2aWdhdGlvbiI6Im9uIiwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2VfdHlwZSI6ImdlbmVyYWwiLCJxdWVzdGlvbl9jb3VudF9wZXJfcGFnZV9jdXN0b21fb3JkZXIiOiIiLCJxdWl6X3RpbWVyX3R5cGUiOiJxdWl6X3RpbWVyIiwiYXlzX2FsbG93X2V4cG9ydGluZ19xdWl6emVzIjoib2ZmIiwiYXlzX3VzZXJzX3RvX2V4cG9ydF9zZWFyY2giOltdLCJxdWl6X3Bhc3Nfc2NvcmVfdHlwZSI6InBvaW50IiwicXVpel9jZXJ0aWZpY2F0ZV9wYXNzX3Njb3JlX3R5cGUiOiJwZXJjZW50YWdlIiwicXVpel9lcXVhbF9rZXl3b3Jkc190ZXh0IjoiIiwiZW5hYmxlX25hdmlnYXRpb25fYmFyX21hcmtlZF9xdWVzdGlvbnMiOiJvZmYiLCJxdWl6X3F1ZXN0aW9uX3RleHRfdG9fc3BlZWNoIjoib2ZmIiwicXVpel9xdWVzdGlvbl90ZXh0X3RvX3NwZWVjaF92b2ljZSI6Ik1pY3Jvc29mdCBEYXZpZCAtIEVuZ2xpc2ggKFVuaXRlZCBTdGF0ZXMpIiwicXVpel9kaXNhYmxlX2lucHV0X2ZvY3VzaW5nIjoib2ZmIiwicXVpel9wYXNzd29yZF9pbXBvcnRfdHlwZSI6ImRlZmF1bHQiLCJxdWl6X25hdmlnYXRpb25fYmFyX3R5cGUiOiJkZWZhdWx0IiwicXVpel9zaG93X3F1ZXN0aW9uX3RhZ3MiOiJvbiIsInF1aXpfc2hvd19yZXN1bHRzX2Jhc2VkX3Bhc3Nfc2NvcmUiOiJvZmYiLCJxdWl6X3Nob3dfaW50ZXJ2YWxfbWVzc2FnZXNfZm9yX2VxdWFsX2tleXdvcmRzIjoib2ZmIiwicXVpel9oaWRlX2Jhbm5lcl9xdWVzdGlvbnNfb25fcmVzdWx0X3BhZ2UiOiJvZmYiLCJxdWl6X3NlbmRfcmVzdWx0c191c2VyX3dpdGhvdXRfaW1nIjoib2ZmIiwicXVpel9zZW5kX3Jlc3VsdHNfYWRtaW5fd2l0aG91dF9pbWciOiJvZmYiLCJwYXlwYWxfYW1vdW50IjpudWxsLCJwYXlwYWxfY3VycmVuY3kiOm51bGwsInBheXBhbF9tZXNzYWdlIjoiIiwiZW5hYmxlX3N0cmlwZSI6Im9mZiIsInN0cmlwZV9hbW91bnQiOiIiLCJzdHJpcGVfY3VycmVuY3kiOiIiLCJzdHJpcGVfbWVzc2FnZSI6IllvdSBuZWVkIHRvIHBheSB0byBwYXNzIHRoaXMgcXVpei4iLCJwYXltZW50X3R5cGUiOiJwcmVwYXkiLCJlbmFibGVfbW9uaXRvciI6Im9mZiIsIm1vbml0b3JfbGlzdCI6IiIsImFjdGl2ZV9jYW1wX2xpc3QiOiIiLCJlbmFibGVfc2xhY2siOiJvZmYiLCJzbGFja19jb252ZXJzYXRpb24iOiIiLCJhY3RpdmVfY2FtcF9hdXRvbWF0aW9uIjoiIiwiZW5hYmxlX2FjdGl2ZV9jYW1wIjoib2ZmIiwiZW5hYmxlX3phcGllciI6Im9mZiIsImVuYWJsZV9nb29nbGVfc2hlZXRzIjoib2ZmIiwic3ByZWFkc2hlZXRfaWQiOiIiLCJnb29nbGVfc2hlZXRfY3VzdG9tX2ZpZWxkcyI6W10sInF1aXpfY29uZGl0aW9uX3Nob3dfYWxsX3Jlc3VsdHMiOiJvZmYiLCJxdWl6X2NvbmRpdGlvbl9jYWxjdWxhdGlvbl90eXBlIjoiZGVmYXVsdCIsInF1aXpfYXR0cmlidXRlcyI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX2FjdGl2ZV9vcmRlciI6bnVsbCwicXVpel9hdHRyaWJ1dGVzX3Bhc3NpdmVfb3JkZXIiOlsiYXlzX2Zvcm1fbmFtZSIsImF5c19mb3JtX2VtYWlsIiwiYXlzX2Zvcm1fcGhvbmUiXSwicmVxdWlyZWRfZmllbGRzIjpudWxsLCJlbmFibGVfdGltZXIiOiJvbiIsInRpbWVyIjoyNzAwLCJlbmFibGVfcXVpel9yYXRlIjoib2ZmIiwiZW5hYmxlX3JhdGVfYXZnIjoib2ZmIiwiZW5hYmxlX2JveF9zaGFkb3ciOiJvZmYiLCJlbmFibGVfYm9yZGVyIjoib2ZmIiwicXVpel90aW1lcl9pbl90aXRsZSI6Im9uIiwiZW5hYmxlX3JhdGVfY29tbWVudHMiOiJvZmYiLCJlbmFibGVfcmVzdGFydF9idXR0b24iOiJvZmYiLCJhdXRvZmlsbF91c2VyX2RhdGEiOiJvZmYiLCJlbmFibGVfY29weV9wcm90ZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3BheXBhbCI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzcyI6Im9mZiIsImF5c19lbmFibGVfcmVzdHJpY3Rpb25fcGFzc191c2VycyI6Im9mZiIsInVzZXJfbWFpbCI6Im9mZiIsImFkbWluX21haWwiOiJvZmYiLCJyZXN1bHRfdGV4dCI6bnVsbCwiZW5hYmxlX3Jlc3VsdCI6Im9mZiIsImVuYWJsZV9tYWRfbWltaSI6Im9mZiIsIm1hZF9taW1pX2xpc3QiOiIiLCJlbmFibGVfY29udmVydEtpdCI6Im9mZiIsImNvbnZlcnRLaXRfZm9ybV9pZCI6IiIsImVuYWJsZV9nZXRSZXNwb25zZSI6Im9mZiIsImdldFJlc3BvbnNlX2xpc3QiOiIiLCJlbmFibGVfcmVjYXB0Y2hhIjoib2ZmIiwiYXR0cmlidXRlcyI6W10sInN1Ym1pdF9yZWRpcmVjdF9hZnRlciI6IiIsInJ3X2Fuc3dlcnNfc291bmRzIjpmYWxzZSwiaWQiOiIxNjQ1NSIsImF1dGhvcl9pZCI6IjMiLCJwb3N0X2lkIjpudWxsLCJ0aXRsZSI6IlRyXHUxZWFmYyBuZ2hpXHUxZWM3bSBUaW4gaFx1MWVjZGMgMTIgQ1x1MDBlMW5oIGRpXHUxZWMxdSBCXHUwMGUwaSAxOiBMXHUwMGUwbSBxdWVuIHZcdTFlZGJpIG5nXHUwMGY0biBuZ1x1MWVlZiBcdTAxMTFcdTAwZTFuaCBkXHUxZWE1dSBzaVx1MDBlYXUgdlx1MDEwM24gYlx1MWVhM24gLSBcdTAxMTBcdTAwZWFcdTAzMDAgMTAiLCJkZXNjcmlwdGlvbiI6IjxwPlRyXHUxZWFmYyBuZ2hpXHUxZWM3bSBUaW4gaFx1MWVjZGMgMTIgQ1x1MDBlMW5oIGRpXHUxZWMxdSBCXHUwMGUwaSAxOiBMXHUwMGUwbSBxdWVuIHZcdTFlZGJpIG5nXHUwMGY0biBuZ1x1MWVlZiBcdTAxMTFcdTAwZTFuaCBkXHUxZWE1dSBzaVx1MDBlYXUgdlx1MDEwM24gYlx1MWVhM24gLSBcdTAxMTBcdTAwZWFcdTAzMDAgMTAgYmFvIGdcdTFlZDNtIG5oaVx1MWVjMXUgY1x1MDBlMnUgaFx1MWVjZmkgaGF5LCBiXHUwMGUxbSBzXHUwMGUxdCBjaFx1MDFiMFx1MDFhMW5nIHRyXHUwMGVjbmguIENcdTAwZjluZyBsXHUwMGUwbSBiXHUwMGUwaSB0XHUxZWFkcCB0clx1MWVhZmMgbmdoaVx1MWVjN20gbmdheS48XC9wPlxyXG5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxOiBNXHUxZWU1YyBcdTAxMTFcdTAwZWRjaCBjaFx1MDBlZG5oIGNcdTFlZTdhIHZpXHUxZWM3YyBzXHUxZWVkIGRcdTFlZTVuZyBOZ1x1MDBmNG4gbmdcdTFlZWYgXHUwMTExXHUwMGUxbmggZFx1MWVhNXUgc2lcdTAwZWF1IHZcdTAxMDNuIGJcdTFlYTNuIChIVE1MKSBsXHUwMGUwIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPkEuIFx1MDExMFx1MWVjMyB0aGlcdTFlYmZ0IGtcdTFlYmYgZ2lhbyBkaVx1MWVjN24gXHUwMTExXHUxZWQzIGhcdTFlY2RhIHBoXHUxZWU5YyB0XHUxZWExcCBjaG8gXHUxZWU5bmcgZFx1MWVlNW5nIGRpIFx1MDExMVx1MWVkOW5nLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5CLiBcdTAxMTBcdTFlYzMgXHUwMTExXHUxZWNibmggbmdoXHUwMTI5YSBjXHUxZWE1dSB0clx1MDBmYWMgdlx1MDBlMCBuXHUxZWQ5aSBkdW5nIGNobyBjXHUwMGUxYyB0cmFuZyB3ZWIuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gXHUwMTEwXHUxZWMzIHhcdTFlZWQgbFx1MDBmZCB2XHUwMGUwIHBoXHUwMGUybiB0XHUwMGVkY2ggZFx1MWVlZiBsaVx1MWVjN3UgbFx1MWVkYm4gdHJcdTAwZWFuIGludGVybmV0LjxcL2xpPlxyXG48bGk+RC4gXHUwMTEwXHUxZWMzIHRcdTFlYTFvIHJhIGNcdTAwZTFjIGhpXHUxZWM3dSBcdTFlZTluZyBcdTAxMTFcdTFlZDluZyB2XHUwMGUwIHRcdTAxYjBcdTAxYTFuZyB0XHUwMGUxYyBwaFx1MWVlOWMgdFx1MWVhMXAgdHJcdTAwZWFuIHRyYW5nIHdlYi48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyOiBDXHUxZWE1dSB0clx1MDBmYWMgY1x1MDFhMSBiXHUxZWEzbiwgYlx1MWVhZnQgYnVcdTFlZDljIGNcdTFlZTdhIG1cdTFlZDl0IHRcdTAwZTBpIGxpXHUxZWM3dSBIVE1MNSB0aFx1MDFiMFx1MWVkZG5nIGJcdTFlYWZ0IFx1MDExMVx1MWVhN3Ugdlx1MWVkYmkga2hhaSBiXHUwMGUxbyBuXHUwMGUwbyBcdTFlZGYgZFx1MDBmMm5nIFx1MDExMVx1MWVhN3UgdGlcdTAwZWFuP1xyXG48dWw+XHJcbjxsaT5BLiA8IURPQ1RZUEUgaHRtbCBQVUJMSUM+PFwvbGk+XHJcbjxsaT5CLiA8IURPQ1RZUEUgSFRNTCBQVUJMSUMgPFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIDwhRE9DVFlQRSBodG1sPjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIDwhRE9DVFlQRSBodG1sNT48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAzOiBQaFx1MWVhN24gdFx1MWVlZCBuXHUwMGUwbyB0cm9uZyBjXHUxZWE1dSB0clx1MDBmYWMgSFRNTCBjaFx1MWVlOWEgdG9cdTAwZTBuIGJcdTFlZDkgblx1MWVkOWkgZHVuZyBoaVx1MWVjM24gdGhcdTFlY2IgdHJcdTAwZWFuIHRyYW5nIHdlYiAodlx1MDEwM24gYlx1MWVhM24sIGhcdTAwZWNuaCBcdTFlYTNuaCwgbGlcdTAwZWFuIGtcdTFlYmZ0LCAuLi4pP1xyXG48dWw+XHJcbjxsaT5BLiA8aGVhZD48XC9saT5cclxuPGxpPkIuIDxodG1sPjxcL2xpPlxyXG48bGk+Qy4gPHRpdGxlPjxcL2xpPlxyXG48bGk+PHN0cm9uZz5ELiA8Ym9keT48XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgNDogUGhcdTFlYTduIHRcdTFlZWQgblx1MDBlMG8gdHJvbmcgY1x1MWVhNXUgdHJcdTAwZmFjIEhUTUwgY2hcdTFlZTlhIHRoXHUwMGY0bmcgdGluIHZcdTFlYzEgdFx1MDBlMGkgbGlcdTFlYzd1IG1cdTAwZTAga2hcdTAwZjRuZyBoaVx1MWVjM24gdGhcdTFlY2IgdHJcdTFlZjFjIHRpXHUxZWJmcCB0clx1MDBlYW4gdHJhbmcgd2ViLCB2XHUwMGVkIGRcdTFlZTUgbmhcdTAxYjAgdGlcdTAwZWF1IFx1MDExMVx1MWVjMSB0cmFuZywgYlx1MWVkOSBrXHUwMGZkIHRcdTFlZjEsIG1cdTAwZjQgdFx1MWVhMz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiA8aGVhZD48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiA8Ym9keT48XC9saT5cclxuPGxpPkMuIDxmb290ZXI+PFwvbGk+XHJcbjxsaT5ELiA8aGVhZGVyPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDU6IFRoXHUxZWJiIG5cdTAwZTBvIFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcgYlx1MDBlYW4gdHJvbmcgcGhcdTFlYTduIGA8aGVhZD5gIFx1MDExMVx1MWVjMyB4XHUwMGUxYyBcdTAxMTFcdTFlY2JuaCB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGhpXHUxZWMzbiB0aFx1MWVjYiB0clx1MDBlYW4gdGhhbmggdGlcdTAwZWF1IFx1MDExMVx1MWVjMSBjXHUxZWU3YSBjXHUxZWVkYSBzXHUxZWQ1IHRyXHUwMGVjbmggZHV5XHUxZWM3dCBob1x1MWViN2MgdGFiP1xyXG48dWw+XHJcbjxsaT5BLiA8aDE+PFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIDx0aXRsZT48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiA8bWV0YT48XC9saT5cclxuPGxpPkQuIDxoZWFkZXI+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgNjogVHJvbmcgSFRNTCwgbVx1MWVkOXQgdGhcdTFlYmIgdGhcdTAxYjBcdTFlZGRuZyBiYW8gZ1x1MWVkM20gdGhcdTFlYmIgbVx1MWVkZiB2XHUwMGUwIHRoXHUxZWJiIFx1MDExMVx1MDBmM25nLiBEXHUxZWE1dSBrXHUwMGZkIHRcdTFlZjEgblx1MDBlMG8gXHUwMTExXHUwMGUxbmggZFx1MWVhNXUgc1x1MWVmMSBiXHUxZWFmdCBcdTAxMTFcdTFlYTd1IGNcdTFlZTdhIHRoXHUxZWJiIFx1MDExMVx1MDBmM25nP1xyXG48dWw+XHJcbjxsaT5BLiA+PFwvbGk+XHJcbjxsaT5CLiA8PFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIFwvPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+RC4gXFw8XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA3OiBUXHUwMGVhbiBjXHUwMGUxYyB0aFx1MWViYiBIVE1MICh2XHUwMGVkIGRcdTFlZTU6IHAsIGgxLCBib2R5KSBjXHUwMGYzIHBoXHUwMGUybiBiaVx1MWVjN3QgY2hcdTFlZWYgaG9hIHZcdTAwZTAgY2hcdTFlZWYgdGhcdTAxYjBcdTFlZGRuZyBraFx1MDBmNG5nP1xyXG48dWw+XHJcbjxsaT5BLiBDXHUwMGYzLCBsdVx1MDBmNG4gbHVcdTAwZjRuIHBoXHUwMGUybiBiaVx1MWVjN3QuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIEtoXHUwMGY0bmcsIGtoXHUwMGY0bmcgcGhcdTAwZTJuIGJpXHUxZWM3dCAoY2FzZS1pbnNlbnNpdGl2ZSkuPFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qy4gQ2hcdTFlYzkgcGhcdTAwZTJuIGJpXHUxZWM3dCBraGkgc1x1MWVlZCBkXHUxZWU1bmcgQ1NTLjxcL2xpPlxyXG48bGk+RC4gQ2hcdTFlYzkgcGhcdTAwZTJuIGJpXHUxZWM3dCB0cm9uZyBwaGlcdTAwZWFuIGJcdTFlYTNuIEhUTUwgY1x1MDE2OSBoXHUwMWExbiBIVE1MNS48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSA4OiBcdTAxMTBcdTFlYzMgdFx1MWVhMW8gbVx1MWVkOXQgdGlcdTAwZWF1IFx1MDExMVx1MWVjMSBjaFx1MDBlZG5oIHJcdTFlYTV0IHF1YW4gdHJcdTFlY2RuZyB2XHUwMGUwIGxcdTFlZGJuIG5oXHUxZWE1dCB0clx1MDBlYW4gdHJhbmcgd2ViLCBiXHUxZWExbiBuXHUwMGVhbiBzXHUxZWVkIGRcdTFlZTVuZyB0aFx1MWViYiBuXHUwMGUwbz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiA8aDE+PFwvc3Ryb25nPjxcL2xpPlxyXG48bGk+Qi4gPGg2PjxcL2xpPlxyXG48bGk+Qy4gPHA+PFwvbGk+XHJcbjxsaT5ELiA8dGl0bGU+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgOTogXHUwMTEwXHUxZWMzIHRcdTFlYTFvIG1cdTFlZDl0IFx1MDExMW9cdTFlYTFuIHZcdTAxMDNuIGJcdTFlYTNuIHRoXHUwMGY0bmcgdGhcdTAxYjBcdTFlZGRuZywgYlx1MWVhMW4gblx1MDBlYW4gc1x1MWVlZCBkXHUxZWU1bmcgdGhcdTFlYmIgblx1MDBlMG8/XHJcbjx1bD5cclxuPGxpPkEuIDxkPjxcL2xpPlxyXG48bGk+Qi4gPHRleHQ+PFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIDxwPjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIDxiPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDEwOiBYZW0geFx1MDBlOXQgXHUwMTExb1x1MWVhMW4gbVx1MDBlMyBIVE1MIHNhdTogYDxwPlx1MDExMFx1MDBlMnkgbFx1MDBlMCBcdTAxMTFvXHUxZWExbiBtXHUxZWQ5dC48XC9wPjxwPlx1MDExMFx1MDBlMnkgbFx1MDBlMCBcdTAxMTFvXHUxZWExbiBoYWkuPFwvcD5gLiBUclx1MDBlY25oIGR1eVx1MWVjN3Qgc1x1MWViZCBoaVx1MWVjM24gdGhcdTFlY2IgaGFpIFx1MDExMW9cdTFlYTFuIHZcdTAxMDNuIGJcdTFlYTNuIG5cdTAwZTB5IG5oXHUwMWIwIHRoXHUxZWJmIG5cdTAwZTBvP1xyXG48dWw+XHJcbjxsaT5BLiBIaVx1MWVjM24gdGhcdTFlY2IgdHJcdTAwZWFuIGNcdTAwZjluZyBtXHUxZWQ5dCBkXHUwMGYybmcsIGNcdTAwZTFjaCBuaGF1IGJcdTFlZGZpIGRcdTFlYTV1IGNcdTAwZTFjaC48XC9saT5cclxuPGxpPkIuIEhpXHUxZWMzbiB0aFx1MWVjYiB0clx1MDBlYW4gY1x1MDBmOW5nIG1cdTFlZDl0IGRcdTAwZjJuZywga2hcdTAwZjRuZyBjXHUwMGYzIGtob1x1MWVhM25nIGNcdTAwZTFjaC48XC9saT5cclxuPGxpPkMuIEhpXHUxZWMzbiB0aFx1MWVjYiB0clx1MDBlYW4gaGFpIGRcdTAwZjJuZyBraFx1MDBlMWMgbmhhdSwgbmhcdTAxYjBuZyBraFx1MDBmNG5nIGNcdTAwZjMga2hvXHUxZWEzbmcgdHJcdTFlYWZuZyBnaVx1MWVlZmEgaGFpIFx1MDExMW9cdTFlYTFuLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5ELiBIaVx1MWVjM24gdGhcdTFlY2IgdHJcdTAwZWFuIGhhaSBkXHUwMGYybmcga2hcdTAwZTFjIG5oYXUsIG1cdTFlZDdpIFx1MDExMW9cdTFlYTFuIHRyXHUwMGVhbiBtXHUxZWQ5dCBkXHUwMGYybmcgbVx1MWVkYmkgdlx1MDBlMCBjXHUwMGYzIGtob1x1MWVhM25nIHRyXHUxZWFmbmcgZ2lcdTFlZWZhIGhhaSBcdTAxMTFvXHUxZWExbi48XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTE6IFhlbSB4XHUwMGU5dCBcdTAxMTFvXHUxZWExbiBtXHUwMGUzIEhUTUwgc2F1OiBgPGhlYWQ+PHRpdGxlPkNoXHUwMGUwbyBtXHUxZWVibmc8XC90aXRsZT48XC9oZWFkPmAuIEtoaSBtXHUxZWRmIHRcdTFlYzdwIG5cdTAwZTB5IHRyb25nIHRyXHUwMGVjbmggZHV5XHUxZWM3dCwgY2hcdTFlZWYgXHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+QS4gVHJcdTAwZWFuIHRoYW5oIHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgY1x1MWVlN2EgY1x1MWVlZGEgc1x1MWVkNSBob1x1MWViN2MgdGFiIHRyXHUwMGVjbmggZHV5XHUxZWM3dC48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBOZ2F5IHRyb25nIG5cdTFlZDlpIGR1bmcgY2hcdTAwZWRuaCBjXHUxZWU3YSB0cmFuZyB3ZWIuPFwvbGk+XHJcbjxsaT5DLiBEXHUwMWIwXHUxZWRiaSBjXHUwMGY5bmcgY1x1MWVlN2EgdHJhbmcgd2ViLjxcL2xpPlxyXG48bGk+RC4gVHJvbmcgbVx1MDBlMyBuZ3VcdTFlZDNuIG5oXHUwMWIwbmcga2hcdTAwZjRuZyBoaVx1MWVjM24gdGhcdTFlY2IgY2hvIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTI6IEdpXHUxZWEzIHNcdTFlZWQgYlx1MWVhMW4gbXVcdTFlZDFuIHRcdTFlYTFvIG1cdTFlZDl0IHRpXHUwMGVhdSBcdTAxMTFcdTFlYzEgcGhcdTFlZTUgbmhcdTFlY2YgaFx1MDFhMW4gdGlcdTAwZWF1IFx1MDExMVx1MWVjMSBjaFx1MDBlZG5oIGA8aDE+YC4gVGhcdTFlYmIgblx1MDBlMG8gdHJvbmcgY1x1MDBlMWMgdGhcdTFlYmIgdGlcdTAwZWF1IFx1MDExMVx1MWVjMSAoaDEtaDYpIGJcdTFlYTFuIGNcdTAwZjMgdGhcdTFlYzMgc1x1MWVlZCBkXHUxZWU1bmc/XHJcbjx1bD5cclxuPGxpPkEuIENoXHUxZWM5IGNcdTAwZjMgdGhcdTFlYzMgZFx1MDBmOW5nIGA8aDI+YC48XC9saT5cclxuPGxpPkIuIENoXHUxZWM5IGNcdTAwZjMgdGhcdTFlYzMgZFx1MDBmOW5nIGA8aDY+YC48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gQlx1MWVhNXQga1x1MWVmMyB0aFx1MWViYiBuXHUwMGUwbyB0XHUxZWViIGA8aDI+YCBcdTAxMTFcdTFlYmZuIGA8aDY+YCB0XHUwMGY5eSB2XHUwMGUwbyBtXHUxZWU5YyBcdTAxMTFcdTFlZDkgcXVhbiB0clx1MWVjZG5nIHZcdTAwZTAga1x1MDBlZGNoIHRoXHUwMWIwXHUxZWRiYyBtb25nIG11XHUxZWQxbi48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiBDaFx1MWVjOSBjXHUwMGYzIHRoXHUxZWMzIGRcdTAwZjluZyBgPGgxPmAgdlx1MDBlMCBcdTAxMTFpXHUxZWMxdSBjaFx1MWVjOW5oIGtcdTAwZWRjaCB0aFx1MDFiMFx1MWVkYmMgYlx1MWViMW5nIHRodVx1MWVkOWMgdFx1MDBlZG5oLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDEzOiBLaGkgc29cdTFlYTFuIHRoXHUxZWEzbyB0XHUxZWM3cCBIVE1MIGJcdTFlYjFuZyB0clx1MDBlY25oIHNvXHUxZWExbiB0aFx1MWVhM28gdlx1MDEwM24gYlx1MWVhM24gbmhcdTAxYjAgU3VibGltZSBUZXh0LCB2aVx1MWVjN2MgbFx1MDFiMHUgdFx1MWVjN3Agdlx1MWVkYmkgXHUwMTExdVx1MDBmNGkgbVx1MWVkZiByXHUxZWQ5bmcgYC5odG1sYCBjXHUwMGYzIFx1MDBmZCBuZ2hcdTAxMjlhIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPkEuIEdpXHUwMGZhcCB0XHUxZWM3cCBjXHUwMGYzIGtcdTAwZWRjaCB0aFx1MDFiMFx1MWVkYmMgbmhcdTFlY2YgaFx1MDFhMW4uPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIEdpXHUwMGZhcCB0clx1MDBlY25oIGR1eVx1MWVjN3Qgd2ViIG5oXHUxZWFkbiBiaVx1MWViZnQgdlx1MDBlMCB4XHUxZWVkIGxcdTAwZmQgdFx1MWVjN3AgXHUwMTExXHUwMGYzIG5oXHUwMWIwIG1cdTFlZDl0IHRyYW5nIHdlYi48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBDaFx1MWVjOSBcdTAxMTFcdTFlYzMgcGhcdTAwZTJuIGJpXHUxZWM3dCB2XHUxZWRiaSBjXHUwMGUxYyBsb1x1MWVhMWkgdFx1MWVjN3Agdlx1MDEwM24gYlx1MWVhM24ga2hcdTAwZTFjLjxcL2xpPlxyXG48bGk+RC4gQlx1MWVhZnQgYnVcdTFlZDljIHBoXHUxZWEzaSBjXHUwMGYzIFx1MDExMVx1MWVjMyBTdWJsaW1lIFRleHQgY1x1MDBmMyB0aFx1MWVjMyBtXHUxZWRmIGxcdTFlYTFpIHRcdTFlYzdwLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE0OiBcdTAxMTBcdTFlYzMgeGVtIGtcdTFlYmZ0IHF1XHUxZWEzIGhpXHUxZWMzbiB0aFx1MWVjYiBjXHUxZWU3YSB0XHUxZWM3cCBgaW5kZXguaHRtbGAgbVx1MDBlMCBiXHUxZWExbiB2XHUxZWViYSB0XHUxZWExbywgYlx1MWVhMW4gY1x1MWVhN24gdGhcdTFlZjFjIGhpXHUxZWM3biBoXHUwMGUwbmggXHUwMTExXHUxZWQ5bmcgblx1MDBlMG8/XHJcbjx1bD5cclxuPGxpPkEuIE1cdTFlZGYgdFx1MWVjN3AgYlx1MWViMW5nIHBoXHUxZWE3biBtXHUxZWMxbSB4XHUxZWVkIGxcdTAwZmQgYlx1MWVhM25nIHRcdTAwZWRuaCAodlx1MDBlZCBkXHUxZWU1OiBNaWNyb3NvZnQgRXhjZWwpLjxcL2xpPlxyXG48bGk+Qi4gQ2hcdTFlYTF5IHRcdTFlYzdwIG5oXHUwMWIwIG1cdTFlZDl0IGNoXHUwMWIwXHUwMWExbmcgdHJcdTAwZWNuaCB0aFx1MWVmMWMgdGhpLjxcL2xpPlxyXG48bGk+Qy4gTVx1MWVkZiB0XHUxZWM3cCBiXHUxZWIxbmcgdHJcdTAwZWNuaCBzb1x1MWVhMW4gdGhcdTFlYTNvIHZcdTAxMDNuIGJcdTFlYTNuICh2XHUwMGVkIGRcdTFlZTU6IFN1YmxpbWUgVGV4dCwgTm90ZXBhZCkuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuIE1cdTFlZGYgdFx1MWVjN3AgYlx1MWViMW5nIG1cdTFlZDl0IHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWIgKHZcdTAwZWQgZFx1MWVlNTogQ2hyb21lLCBGaXJlZm94LCBFZGdlKS48XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMTU6IEhUTUwgXHUwMTExXHUwMWIwXHUxZWUzYyBnXHUxZWNkaSBsXHUwMGUwIFxyXG48dWw+XHJcbjxsaT48c3Ryb25nPkEuIFx1MDExMFx1MWVjMyB4XHUwMGUxYyBcdTAxMTFcdTFlY2JuaCBjXHUxZWE1dSB0clx1MDBmYWMsIFx1MDBmZCBuZ2hcdTAxMjlhIHZcdTAwZTAgY1x1MDBlMWNoIHRyXHUwMGVjbmggYlx1MDBlMHkgY1x1MWVlN2Egblx1MWVkOWkgZHVuZy48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5CLiBcdTAxMTBcdTFlYzMgdGhcdTFlZjFjIGhpXHUxZWM3biBjXHUwMGUxYyBwaFx1MDBlOXAgdFx1MDBlZG5oIHRvXHUwMGUxbiBwaFx1MWVlOWMgdFx1MWVhMXAuPFwvbGk+XHJcbjxsaT5DLiBcdTAxMTBcdTFlYzMgdFx1MWVhMW8gcmEgY1x1MDBlMWMgaGlcdTFlYzd1IFx1MWVlOW5nIFx1MDBlMm0gdGhhbmggdlx1MDBlMCBoXHUwMGVjbmggXHUxZWEzbmguPFwvbGk+XHJcbjxsaT5ELiBcdTAxMTBcdTFlYzMgcXVcdTFlYTNuIGxcdTAwZmQgY1x1MDFhMSBzXHUxZWRmIGRcdTFlZWYgbGlcdTFlYzd1LjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE2OiBIVE1MIFx1MDExMVx1MDFiMFx1MWVlM2MgZ1x1MWVjZGkgbFx1MDBlMCBuZ1x1MDBmNG4gbmdcdTFlZWYgXHJcbjx1bD5cclxuPGxpPkEuIENoXHUxZWM5IGhpXHUxZWMzbiB0aFx1MWVjYiB2XHUwMTAzbiBiXHUxZWEzbiB0aHVcdTFlYTduIHRcdTAwZmF5LjxcL2xpPlxyXG48bGk+Qi4gS1x1MWViZnQgblx1MWVkMWkgY1x1MDBlMWMgXHUwMTExb1x1MWVhMW4gdlx1MDEwM24gYlx1MWVhM24gdHJvbmcgY1x1MDBmOW5nIG1cdTFlZDl0IHRcdTAwZTBpIGxpXHUxZWM3dS48XC9saT5cclxuPGxpPjxzdHJvbmc+Qy4gVFx1MWVhMW8gcmEgY1x1MDBlMWMgbGlcdTAwZWFuIGtcdTFlYmZ0IChoeXBlcmxpbmtzKSBcdTAxMTFcdTFlYzMga1x1MWViZnQgblx1MWVkMWkgZ2lcdTFlZWZhIGNcdTAwZTFjIHRcdTAwZTBpIGxpXHUxZWM3dSBraFx1MDBlMWMgbmhhdS48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5ELiBcdTAxMTBcdTFlY2JuaCBkXHUxZWExbmcgdlx1MDEwM24gYlx1MWVhM24gdlx1MWVkYmkgbVx1MDBlMHUgc1x1MWVhZmMgdlx1MDBlMCBraVx1MWVjM3UgY2hcdTFlZWYgcGhcdTFlZTljIHRcdTFlYTFwLjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE3OiBQaFx1MWVhN24gdFx1MWVlZCBgPGh0bWw+YCB0cm9uZyBjXHUxZWE1dSB0clx1MDBmYWMgSFRNTCBcdTAxMTFcdTAwZjNuZyB2YWkgdHJcdTAwZjIgbFx1MDBlMCBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBMXHUwMGUwIHBoXHUxZWE3biB0XHUxZWVkIGNoXHUxZWU5YSB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIHRyYW5nLjxcL2xpPlxyXG48bGk+Qi4gTFx1MDBlMCBwaFx1MWVhN24gdFx1MWVlZCBjaFx1MWVlOWEgblx1MWVkOWkgZHVuZyBoaVx1MWVjM24gdGhcdTFlY2IuPFwvbGk+XHJcbjxsaT5DLiBMXHUwMGUwIGtoYWkgYlx1MDBlMW8gcGhpXHUwMGVhbiBiXHUxZWEzbiBIVE1MLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5ELiBMXHUwMGUwIHBoXHUxZWE3biB0XHUxZWVkIGdcdTFlZDFjIChyb290IGVsZW1lbnQpIGJhbyBiXHUxZWNkYyB0b1x1MDBlMG4gYlx1MWVkOSBuXHUxZWQ5aSBkdW5nIGNcdTFlZTdhIHRyYW5nIEhUTUwuPFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDE4OiBUaFx1MWViYiBuXHUwMGUwbyBsXHUwMGUwIHRoXHUxZWJiIGNoYSB0clx1MWVmMWMgdGlcdTFlYmZwIGNcdTFlZTdhIGNcdTFlYTMgYDxoZWFkPmAgdlx1MDBlMCBgPGJvZHk+YCB0cm9uZyBjXHUxZWE1dSB0clx1MDBmYWMgSFRNTCBjaHVcdTFlYTluP1xyXG48dWw+XHJcbjxsaT48c3Ryb25nPkIuIDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAxOTogVGhcdTFlYmIgblx1MDBlMG8gbFx1MDBlMCB0aFx1MWViYiBjb24gdHJcdTFlZjFjIHRpXHUxZWJmcCBjXHUxZWU3YSBgPGh0bWw+YCB2XHUwMGUwIGNoXHUxZWU5YSBuXHUxZWQ5aSBkdW5nIGhpXHUxZWMzbiB0aFx1MWVjYj9cclxuPHVsPlxyXG48bGk+QS4gPGhlYWQ+PFwvbGk+XHJcbjxsaT5CLiA8dGl0bGU+PFwvbGk+XHJcbjxsaT48c3Ryb25nPkMuIDxib2R5PjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkQuIDxwPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDIwOiBOZ29cdTAwZTBpIHRoXHUxZWJiIGA8dGl0bGU+YCwgcGhcdTFlYTduIHRcdTFlZWQgYDxoZWFkPmAgY1x1MDBmMyB0aFx1MWVjMyBjaFx1MWVlOWEgbG9cdTFlYTFpIHRoXHUwMGY0bmcgdGluIG5cdTAwZTBvIGtoXHUwMGUxYyBcdTAxMTFcdTFlYzMgY3VuZyBjXHUxZWE1cCBzaVx1MDBlYXUgZFx1MWVlZiBsaVx1MWVjN3Ugdlx1MWVjMSB0cmFuZyAodGhcdTAwZjRuZyB0aW4gY2hvIHRyXHUwMGVjbmggZHV5XHUxZWM3dCwgY1x1MDBmNG5nIGNcdTFlZTUgdFx1MDBlY20ga2lcdTFlYmZtLi4uKT9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBLaGFpIGJcdTAwZTFvIGJcdTFlZDkga1x1MDBmZCB0XHUxZWYxLCBtXHUwMGY0IHRcdTFlYTMgdHJhbmcsIHRcdTFlZWIga2hcdTAwZjNhIHRcdTAwZWNtIGtpXHUxZWJmbSAoc1x1MWVlZCBkXHUxZWU1bmcgdGhcdTFlYmIgYDxtZXRhPmApLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkIuIENcdTAwZTFjIFx1MDExMW9cdTFlYTFuIHZcdTAxMDNuIGJcdTFlYTNuIHZcdTAwZTAgaFx1MDBlY25oIFx1MWVhM25oIHNcdTFlYmQgaGlcdTFlYzNuIHRoXHUxZWNiIHRyXHUwMGVhbiB0cmFuZy48XC9saT5cclxuPGxpPkMuIENcdTAwZTFjIG5cdTAwZmF0IGJcdTFlYTVtIHZcdTAwZTAgYmlcdTFlYzN1IG1cdTFlYWJ1IG5oXHUxZWFkcCBsaVx1MWVjN3UuPFwvbGk+XHJcbjxsaT5ELiBEYW5oIHNcdTAwZTFjaCBjXHUwMGUxYyBsaVx1MDBlYW4ga1x1MWViZnQgXHUwMTExXHUxZWJmbiBjXHUwMGUxYyB0cmFuZyBraFx1MDBlMWMuPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjE6IFhlbSB4XHUwMGU5dCBcdTAxMTFvXHUxZWExbiBjb2RlOiBgPGJvZHk+PGgxPkJcdTAwZTBpIGhcdTFlY2RjIEhUTUw8XC9oMT48cD5HaVx1MWVkYmkgdGhpXHUxZWM3dSB2XHUxZWMxIEhUTUwuPFwvcD48XC9ib2R5PmAuIFBoXHUxZWE3biB0XHUxZWVkIG5cdTAwZTBvIHRyb25nIFx1MDExMW9cdTFlYTFuIGNvZGUgblx1MDBlMHkgdFx1MWVhMW8gcmEgZFx1MDBmMm5nIGNoXHUxZWVmIFxyXG48dWw+XHJcbjxsaT48c3Ryb25nPkIuIDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyMjogWGVtIHhcdTAwZTl0IFx1MDExMW9cdTFlYTFuIGNvZGU6IGA8Ym9keT48aDE+Qlx1MDBlMGkgaFx1MWVjZGMgSFRNTDxcL2gxPjxwPkdpXHUxZWRiaSB0aGlcdTFlYzd1IHZcdTFlYzEgSFRNTC48XC9wPjxcL2JvZHk+YC4gUGhcdTFlYTduIHRcdTFlZWQgblx1MDBlMG8gdFx1MWVhMW8gcmEgZFx1MDBmMm5nIGNoXHUxZWVmIFxyXG48dWw+XHJcbjxsaT48c3Ryb25nPkMuIDxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyMzogVHJvbmcgY1x1MWVhNXUgdHJcdTAwZmFjIEhUTUwgY1x1MDFhMSBiXHUxZWEzbiwgdGhcdTFlYmIgYDxoZWFkPmAgdlx1MDBlMCBgPGJvZHk+YCBwaFx1MWVhM2kgblx1MWViMW0gYlx1MDBlYW4gdHJvbmcgdGhcdTFlYmIgblx1MDBlMG8/XHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+QS4gPFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI0OiBcdTAxMTBpXHUxZWMxdSBnXHUwMGVjIHhcdTFlYTN5IHJhIG5cdTFlYmZ1IGJcdTFlYTFuIG1cdTFlZGYgbVx1MWVkOXQgdFx1MWVjN3AgYC5odG1sYCBiXHUxZWIxbmcgbVx1MWVkOXQgdHJcdTAwZWNuaCBzb1x1MWVhMW4gdGhcdTFlYTNvIHZcdTAxMDNuIGJcdTFlYTNuICh2XHUwMGVkIGRcdTFlZTU6IE5vdGVwYWQsIFN1YmxpbWUgVGV4dCkgdGhheSB2XHUwMGVjIHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWI/XHJcbjx1bD5cclxuPGxpPkEuIFRcdTFlYzdwIHNcdTFlYmQga2hcdTAwZjRuZyBtXHUxZWRmIFx1MDExMVx1MDFiMFx1MWVlM2MuPFwvbGk+XHJcbjxsaT5CLiBCXHUxZWExbiBzXHUxZWJkIHRoXHUxZWE1eSB0cmFuZyB3ZWIgXHUwMTExXHUwMWIwXHUxZWUzYyBoaVx1MWVjM24gdGhcdTFlY2IgeSBuaFx1MDFiMCB0cm9uZyB0clx1MDBlY25oIGR1eVx1MWVjN3QuPFwvbGk+XHJcbjxsaT5DLiBDaFx1MWVjOSBoaVx1MWVjM24gdGhcdTFlY2Igblx1MWVkOWkgZHVuZyB2XHUwMTAzbiBiXHUxZWEzbiwga2hcdTAwZjRuZyBjXHUwMGYzIGNcdTAwZTFjIHRoXHUxZWJiIEhUTUwuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkQuIEJcdTFlYTFuIHNcdTFlYmQgdGhcdTFlYTV5IG1cdTAwZTMgbmd1XHUxZWQzbiBIVE1MIHRoXHUwMGY0IChiYW8gZ1x1MWVkM20gY1x1MDBlMWMgdGhcdTFlYmIpIGRcdTAxYjBcdTFlZGJpIGRcdTFlYTFuZyB2XHUwMTAzbiBiXHUxZWEzbi48XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjU6IFZhaSB0clx1MDBmMiBjaFx1MDBlZG5oIGNcdTFlZTdhIHRyXHUwMGVjbmggZHV5XHUxZWM3dCB3ZWIga2hpIFx1MDExMVx1MWVjZGMgbVx1MWVkOXQgdFx1MWVjN3AgSFRNTCBsXHUwMGUwIGdcdTAwZWM/XHJcbjx1bD5cclxuPGxpPkEuIENoXHUxZWM5bmggc1x1MWVlZGEgbVx1MDBlMyBuZ3VcdTFlZDNuIEhUTUwuPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIERpXHUxZWM1biBnaVx1MWVhM2kgKHJlbmRlcikgbVx1MDBlMyBuZ3VcdTFlZDNuIEhUTUwgdlx1MDBlMCBoaVx1MWVjM24gdGhcdTFlY2IgdHJhbmcgd2ViIHRcdTAxYjBcdTAxYTFuZyBcdTFlZTluZy48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBMXHUwMWIwdSB0clx1MWVlZiB0XHUxZWM3cCBIVE1MIHRyXHUwMGVhbiBtXHUwMGUxeSBjaFx1MWVlNy48XC9saT5cclxuPGxpPkQuIE1cdTAwZTMgaFx1MDBmM2Egblx1MWVkOWkgZHVuZyB0cmFuZyB3ZWIgXHUwMTExXHUxZWMzIGJcdTFlYTNvIG1cdTFlYWR0LjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI2OiBOXHUxZWJmdSBiXHUxZWExbiBtdVx1MWVkMW4gdFx1MWVhMW8gbVx1MWVkOXQgdHJhbmcgd2ViIG5cdTAwZjNpIHZcdTFlYzEgXHJcbjx1bD5cclxuPGxpPjxzdHJvbmc+Qy4gPFwvc3Ryb25nPjxcL2xpPlxyXG48XC91bD5cclxuPFwvZGl2PlxyXG48ZGl2IGNsYXNzPVwicXVlc3Rpb24tYmxvY2tcIj5cclxuXHJcbkNcdTAwZTJ1IDI3OiBCXHUxZWExbiBjXHUwMGYzIG1cdTFlZDl0IFx1MDExMW9cdTFlYTFuIHZcdTAxMDNuIGJcdTFlYTNuIGRcdTAwZTBpIHZcdTAwZTAgbXVcdTFlZDFuIGNoaWEgblx1MDBmMyB0aFx1MDBlMG5oIGJhIFx1MDExMW9cdTFlYTFuIHJpXHUwMGVhbmcgYmlcdTFlYzd0IHRyXHUwMGVhbiB0cmFuZyB3ZWIuIEJcdTFlYTFuIHNcdTFlYmQgc1x1MWVlZCBkXHUxZWU1bmcgdGhcdTFlYmIgblx1MDBlMG8gXHUwMTExXHUxZWMzIFx1MDExMVx1MDBlMW5oIGRcdTFlYTV1IHNcdTFlZjEgYlx1MWVhZnQgXHUwMTExXHUxZWE3dSB2XHUwMGUwIGtcdTFlYmZ0IHRoXHUwMGZhYyBjXHUxZWU3YSBtXHUxZWQ3aSBcdTAxMTFvXHUxZWExbj9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5ELiA8XC9zdHJvbmc+PFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMjg6IFNcdTFlZjEga2hcdTAwZTFjIGJpXHUxZWM3dCBjXHUwMWExIGJcdTFlYTNuIHZcdTFlYzEgbVx1MWVlNWMgXHUwMTExXHUwMGVkY2ggc1x1MWVlZCBkXHUxZWU1bmcgZ2lcdTFlZWZhIHRoXHUxZWJiIGA8aDE+YCB2XHUwMGUwIHRoXHUxZWJiIGA8cD5gIGxcdTAwZTAgZ1x1MDBlYz9cclxuPHVsPlxyXG48bGk+PHN0cm9uZz5BLiBgPGgxPmAgZFx1MDBmOW5nIGNobyB0aVx1MDBlYXUgXHUwMTExXHUxZWMxIGNoXHUwMGVkbmggdlx1MWVkYmkgbVx1MWVlOWMgXHUwMTExXHUxZWQ5IHF1YW4gdHJcdTFlY2RuZyBjYW8sIGNcdTAwZjJuIGA8cD5gIGRcdTAwZjluZyBjaG8gY1x1MDBlMWMgXHUwMTExb1x1MWVhMW4gdlx1MDEwM24gYlx1MWVhM24gdGhcdTAwZjRuZyB0aFx1MDFiMFx1MWVkZG5nLjxcL3N0cm9uZz48XC9saT5cclxuPGxpPkIuIGA8aDE+YCBkXHUwMGY5bmcgXHUwMTExXHUxZWMzIGluIFx1MDExMVx1MWVhZG0gdlx1MDEwM24gYlx1MWVhM24sIGNcdTAwZjJuIGA8cD5gIGRcdTAwZjluZyBcdTAxMTFcdTFlYzMgaW4gbmdoaVx1MDBlYW5nLjxcL2xpPlxyXG48bGk+Qy4gYDxoMT5gIHRcdTFlYTFvIHJhIG1cdTFlZDl0IGRcdTAwZjJuZyBtXHUxZWRiaSwgY1x1MDBmMm4gYDxwPmAga2hcdTAwZjRuZyB0XHUxZWExbyByYSBkXHUwMGYybmcgbVx1MWVkYmkuPFwvbGk+XHJcbjxsaT5ELiBgPGgxPmAgY2hcdTFlYzkgY1x1MDBmMyB0aFx1MWVjMyB4dVx1MWVhNXQgaGlcdTFlYzduIG1cdTFlZDl0IGxcdTFlYTduIHRyXHUwMGVhbiB0cmFuZywgY1x1MDBmMm4gYDxwPmAgdGhcdTAwZWMga2hcdTAwZjRuZyBnaVx1MWVkYmkgaFx1MWVhMW4gc1x1MWVkMSBsXHUxZWE3bi48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWJsb2NrXCI+XHJcblxyXG5DXHUwMGUydSAyOTogS2hpIGJcdTFlYTFuIGdcdTAwZjUgY29kZSBIVE1MIHRyb25nIFN1YmxpbWUgVGV4dCwgdmlcdTFlYzdjIFN1YmxpbWUgVGV4dCB0XHUxZWYxIFx1MDExMVx1MWVkOW5nIHRcdTAwZjQgbVx1MDBlMHUga2hcdTAwZTFjIG5oYXUgY2hvIGNcdTAwZTFjIHRoXHUxZWJiLCB0aHVcdTFlZDljIHRcdTAwZWRuaCwgdlx1MDBlMCBuXHUxZWQ5aSBkdW5nIGdpXHUwMGZhcCBiXHUxZWExbiBcdTAxMTFpXHUxZWMxdSBnXHUwMGVjP1xyXG48dWw+XHJcbjxsaT5BLiBMXHUwMGUwbSBjaG8gdFx1MWVjN3AgSFRNTCBjXHUwMGYzIGtcdTAwZWRjaCB0aFx1MDFiMFx1MWVkYmMgbmhcdTFlY2YgaFx1MDFhMW4uPFwvbGk+XHJcbjxsaT48c3Ryb25nPkIuIEdpXHUwMGZhcCBkXHUxZWM1IGRcdTAwZTBuZyBwaFx1MDBlMm4gYmlcdTFlYzd0IGNcdTAwZTFjIHRoXHUwMGUwbmggcGhcdTFlYTduIGNcdTFlZTdhIG1cdTAwZTMgbmd1XHUxZWQzbiwgcGhcdTAwZTF0IGhpXHUxZWM3biBsXHUxZWQ3aSBjXHUwMGZhIHBoXHUwMGUxcCBuaGFuaCBoXHUwMWExbi48XC9zdHJvbmc+PFwvbGk+XHJcbjxsaT5DLiBUaGF5IFx1MDExMVx1MWVkNWkgY1x1MDBlMWNoIHRyYW5nIHdlYiBoaVx1MWVjM24gdGhcdTFlY2IgdHJvbmcgdHJcdTAwZWNuaCBkdXlcdTFlYzd0LjxcL2xpPlxyXG48bGk+RC4gVFx1MWVmMSBcdTAxMTFcdTFlZDluZyBzXHUxZWVkYSBsXHUxZWQ3aSBjaFx1MDBlZG5oIHRcdTFlYTMgdHJvbmcgdlx1MDEwM24gYlx1MWVhM24uPFwvbGk+XHJcbjxcL3VsPlxyXG48XC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJxdWVzdGlvbi1ibG9ja1wiPlxyXG5cclxuQ1x1MDBlMnUgMzA6IFRoZW8gcXV5IHRcdTFlYWZjIGNcdTAwZmEgcGhcdTAwZTFwIEhUTUwsIG1cdTFlZDdpIHRoXHUxZWJiIG1cdTFlZGYgKHZcdTAwZWQgZFx1MWVlNTogPHA+LCA8aDE+LCA8Ym9keT4pIGhcdTFlY2RjIHRyb25nIGJcdTAwZTBpIG5cdTAwZTB5IGNcdTFlYTduIHBoXHUxZWEzaSBjXHUwMGYzIGdcdTAwZWMgXHUwMTExaSBrXHUwMGU4bSAodHJcdTFlZWIgbVx1MWVkOXQgc1x1MWVkMSB0aFx1MWViYiBcdTAxMTFcdTFlYjdjIGJpXHUxZWM3dCBraFx1MDBmNG5nIFx1MDExMVx1MDFiMFx1MWVlM2MgXHUwMTExXHUxZWMxIGNcdTFlYWRwKT9cclxuPHVsPlxyXG48bGk+QS4gTVx1MWVkOXQgdGh1XHUxZWQ5YyB0XHUwMGVkbmggKGF0dHJpYnV0ZSkuPFwvbGk+XHJcbjxsaT5CLiBOXHUxZWQ5aSBkdW5nIHZcdTAxMDNuIGJcdTFlYTNuIGJcdTAwZWFuIHRyb25nLjxcL2xpPlxyXG48bGk+Qy4gTVx1MWVkOXQgdGhcdTFlYmIgY29uIGJcdTAwZWFuIHRyb25nLjxcL2xpPlxyXG48bGk+PHN0cm9uZz5ELiBNXHUxZWQ5dCB0aFx1MWViYiBcdTAxMTFcdTAwZjNuZyB0XHUwMWIwXHUwMWExbmcgXHUxZWU5bmcgKHZcdTAwZWQgZFx1MWVlNTogPFwvcD4sIDxcL2gxPiwgPFwvYm9keT4pLjxcL3N0cm9uZz48XC9saT5cclxuPFwvdWw+XHJcbjxcL2Rpdj5cclxuIiwicXVpel9pbWFnZSI6bnVsbCwicXVpel9jYXRlZ29yeV9pZCI6IjE1MjQiLCJxdWVzdGlvbl9pZHMiOiI0OTI5MDMsNDkyOTA0LDQ5MjkwNSw0OTI5MDYsNDkyOTA3LDQ5MjkwOCw0OTI5MDksNDkyOTEwLDQ5MjkxMSw0OTI5MTIsNDkyOTEzLDQ5MjkxNCw0OTI5MTUsNDkyOTE2LDQ5MjkxNyw0OTI5MTgsNDkyOTE5LDQ5MjkyMCw0OTI5MjEsNDkyOTIyLDQ5MjkyMyw0OTI5MjQsNDkyOTI1LDQ5MjkyNiw0OTI5MjcsNDkyOTI4LDQ5MjkyOSw0OTI5MzAsNDkyOTMxLDQ5MjkzMiIsIm9yZGVyaW5nIjoiMTY0NTUiLCJwdWJsaXNoZWQiOiIxIiwiY3JlYXRlX2RhdGUiOm51bGwsInF1aXpfdXJsIjpudWxsLCJpbnRlcnZhbHMiOiJbe1wiaW50ZXJ2YWxfbWluXCI6XCIwXCIsXCJpbnRlcnZhbF9tYXhcIjpcIjI1XCIsXCJpbnRlcnZhbF90ZXh0XCI6XCJcIixcImludGVydmFsX2ltYWdlXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X3VybFwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF9kZWxheVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlXCI6XCJcIixcImludGVydmFsX2ZpbGVfaWRcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9uYW1lXCI6XCJcIixcImludGVydmFsX2dhbWlwcmVzc19wb2ludFwiOlwiXCIsXCJpbnRlcnZhbF93cHJvZHVjdFwiOlwiXCIsXCJpbnRlcnZhbF9rZXl3b3JkXCI6XCJBXCJ9LHtcImludGVydmFsX21pblwiOlwiMjZcIixcImludGVydmFsX21heFwiOlwiNTBcIixcImludGVydmFsX3RleHRcIjpcIlwiLFwiaW50ZXJ2YWxfaW1hZ2VcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfdXJsXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X2RlbGF5XCI6XCJcIixcImludGVydmFsX2ZpbGVcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9pZFwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX25hbWVcIjpcIlwiLFwiaW50ZXJ2YWxfZ2FtaXByZXNzX3BvaW50XCI6XCJcIixcImludGVydmFsX3dwcm9kdWN0XCI6XCJcIixcImludGVydmFsX2tleXdvcmRcIjpcIkJcIn0se1wiaW50ZXJ2YWxfbWluXCI6XCI1MVwiLFwiaW50ZXJ2YWxfbWF4XCI6XCI3NVwiLFwiaW50ZXJ2YWxfdGV4dFwiOlwiXCIsXCJpbnRlcnZhbF9pbWFnZVwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF91cmxcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfZGVsYXlcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX2lkXCI6XCJcIixcImludGVydmFsX2ZpbGVfbmFtZVwiOlwiXCIsXCJpbnRlcnZhbF9nYW1pcHJlc3NfcG9pbnRcIjpcIlwiLFwiaW50ZXJ2YWxfd3Byb2R1Y3RcIjpcIlwiLFwiaW50ZXJ2YWxfa2V5d29yZFwiOlwiQ1wifSx7XCJpbnRlcnZhbF9taW5cIjpcIjc2XCIsXCJpbnRlcnZhbF9tYXhcIjpcIjEwMFwiLFwiaW50ZXJ2YWxfdGV4dFwiOlwiXCIsXCJpbnRlcnZhbF9pbWFnZVwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF91cmxcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfZGVsYXlcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX2lkXCI6XCJcIixcImludGVydmFsX2ZpbGVfbmFtZVwiOlwiXCIsXCJpbnRlcnZhbF9nYW1pcHJlc3NfcG9pbnRcIjpcIlwiLFwiaW50ZXJ2YWxfd3Byb2R1Y3RcIjpcIlwiLFwiaW50ZXJ2YWxfa2V5d29yZFwiOlwiRFwifV0iLCJpc191c2VyX2xvZ2dlZF9pbiI6ZmFsc2UsInF1aXpfYW5pbWF0aW9uX3RvcCI6MTAwLCJxdWl6X2VuYWJsZV9hbmltYXRpb25fdG9wIjoib24iLCJzdG9yZV9hbGxfbm90X2ZpbmlzaGVkX3Jlc3VsdHMiOmZhbHNlfQ=='; </script> <input type='hidden' name='quiz_id' value='16455'/> <input type='hidden' name='start_date' class='ays-start-date'/> <input type='hidden' name='ays_end_date' class='ays-quiz-end-date'/> <input type='hidden' name='ays_finish_quiz_nonce_16455' value='460378414c'/> </form></div> </div> <div class="ays-quiz-powered-by-container"><div class="ays-quiz-promote-powered-by-text-row"><span class="ays-quiz-promote-powered-by-text">By <a href="https://ays-pro.com/wordpress/quiz-maker" target="_blank">Wordpress Quiz plugin</a></span></div></div></div></div> </div> </div> <div class='yarpp yarpp-related yarpp-related-website yarpp-template-list'> <!-- YARPP List --> <h3>Đề trắc nghiệm liên quan:</h3><ol> <li><a href="https://cauhoi.org/15-de-trac-nghiem-tin-hoc-12-canh-dieu-bai-4-tao-noi-dung-van-ban-cho-trang-web/" rel="bookmark" title="15+ Đề Trắc nghiệm Tin học 12 Cánh diều Bài 4: Tạo nội dung văn bản cho trang web">15+ Đề Trắc nghiệm Tin học 12 Cánh diều Bài 4: Tạo nội dung văn bản cho trang web</a></li> <li><a href="https://cauhoi.org/15-de-trac-nghiem-tin-hoc-12-canh-dieu-bai-2-tao-website-bang-phan-mem/" rel="bookmark" title="15+ Đề Trắc nghiệm Tin học 12 Cánh diều Bài 2: Tạo website bằng phần mềm">15+ Đề Trắc nghiệm Tin học 12 Cánh diều Bài 2: Tạo website bằng phần mềm</a></li> <li><a href="https://cauhoi.org/15-de-trac-nghiem-tin-hoc-12-canh-dieu-bai-1-mo-phong-duoc-su-dung-trong-nhieu-linh-vuc/" rel="bookmark" title="15+ Đề Trắc nghiệm Tin học 12 Cánh diều Bài 1: Mô phỏng được sử dụng trong nhiều lĩnh vực">15+ Đề Trắc nghiệm Tin học 12 Cánh diều Bài 1: Mô phỏng được sử dụng trong nhiều lĩnh vực</a></li> <li><a href="https://cauhoi.org/15-de-trac-nghiem-tin-hoc-12-canh-dieu-bai-4-thuc-hanh-ve-nhan-dien-thiet-bi-mang-va-thiet-ke-mang-lan-bai-tap-nhom/" rel="bookmark" title="15+ Đề Trắc nghiệm Tin học 12 Cánh diều Bài 4: Thực hành về nhận diện thiết bị mạng và thiết kế mạng LAN( Bài tập nhóm)">15+ Đề Trắc nghiệm Tin học 12 Cánh diều Bài 4: Thực hành về nhận diện thiết bị mạng và thiết kế mạng LAN( Bài tập nhóm)</a></li> <li><a href="https://cauhoi.org/15-de-trac-nghiem-tin-hoc-12-canh-dieu-bai-9-thuc-hanh-dinh-dang-mot-so-thuoc-tinh-css/" rel="bookmark" title="15+ Đề Trắc nghiệm Tin học 12 Cánh diều Bài 9: Thực hành định dạng một số thuộc tính CSS">15+ Đề Trắc nghiệm Tin học 12 Cánh diều Bài 9: Thực hành định dạng một số thuộc tính CSS</a></li> </ol> </div> </div> <footer class="entry-meta" aria-label="Meta bài viết"> <span class="cat-links"><span class="gp-icon icon-categories"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M0 112c0-26.51 21.49-48 48-48h110.014a48 48 0 0143.592 27.907l12.349 26.791A16 16 0 00228.486 128H464c26.51 0 48 21.49 48 48v224c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112z" /></svg></span><span class="screen-reader-text">Danh mục </span><a href="https://cauhoi.org/thpt/lop-12/tin-hoc-12-canh-dieu/" rel="category tag">Trắc Nghiệm Tin Học 12 - Cánh Diều</a></span> </footer> </div> </article> </main> </div> </div> </div> <div class="site-footer grid-container"> <div id="footer-widgets" class="site footer-widgets"> <div class="footer-widgets-container grid-container"> <div class="inside-footer-widgets"> <div class="footer-widget-1"> <aside id="block-28" class="widget inner-padding widget_block widget_media_image"> <figure class="wp-block-image size-full"><img decoding="async" width="500" height="500" src="https://cauhoi.org/wp-content/uploads/2025/05/logo-cauhoi-org__1_-removebg-preview-1.png" alt="" class="wp-image-13413" srcset="https://cauhoi.org/wp-content/uploads/2025/05/logo-cauhoi-org__1_-removebg-preview-1.png 500w, https://cauhoi.org/wp-content/uploads/2025/05/logo-cauhoi-org__1_-removebg-preview-1-300x300.png 300w, https://cauhoi.org/wp-content/uploads/2025/05/logo-cauhoi-org__1_-removebg-preview-1-150x150.png 150w, https://cauhoi.org/wp-content/uploads/2025/05/logo-cauhoi-org__1_-removebg-preview-1-120x120.png 120w" sizes="(max-width: 500px) 100vw, 500px" /></figure> </aside> </div> <div class="footer-widget-2"> <aside id="block-16" class="widget inner-padding widget_block"> <h4 class="wp-block-heading"><strong>Về chúng tôi</strong></h4> </aside><aside id="block-22" class="widget inner-padding widget_block widget_text"> <p><strong>CauHoi.org</strong> là một nền tảng học trực tuyến miễn phí, tập trung cung cấp đa dạng các bài tập trắc nghiệm và tài liệu ôn tập. Trang web được thiết kế để đồng hành cùng bạn trong quá trình học và luyện thi, hỗ trợ bạn đạt kết quả tốt nhất một cách thuận tiện và hiệu quả.</p> </aside> </div> <div class="footer-widget-3"> <aside id="block-17" class="widget inner-padding widget_block"> <h4 class="wp-block-heading"><strong>Kết nối với chúng tôi</strong></h4> </aside><aside id="block-18" class="widget inner-padding widget_block"> <ul class="wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex"><li class="wp-social-link wp-social-link-facebook wp-block-social-link"><a href="#" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Facebook</span></a></li> <li class="wp-social-link wp-social-link-x wp-block-social-link"><a href="#" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245l-7.131-10.378Zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387l-4.745-6.787Z" /></svg><span class="wp-block-social-link-label screen-reader-text">X</span></a></li> <li class="wp-social-link wp-social-link-bluesky wp-block-social-link"><a href="#" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M6.3,4.2c2.3,1.7,4.8,5.3,5.7,7.2.9-1.9,3.4-5.4,5.7-7.2,1.7-1.3,4.3-2.2,4.3.9s-.4,5.2-.6,5.9c-.7,2.6-3.3,3.2-5.6,2.8,4,.7,5.1,3,2.9,5.3-5,5.2-6.7-2.8-6.7-2.8,0,0-1.7,8-6.7,2.8-2.2-2.3-1.2-4.6,2.9-5.3-2.3.4-4.9-.3-5.6-2.8-.2-.7-.6-5.3-.6-5.9,0-3.1,2.7-2.1,4.3-.9h0Z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Bluesky</span></a></li> <li class="wp-social-link wp-social-link-youtube wp-block-social-link"><a href="#" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg><span class="wp-block-social-link-label screen-reader-text">YouTube</span></a></li></ul> </aside> </div> </div> </div> </div> <footer class="site-info" aria-label="Trang" itemtype="https://schema.org/WPFooter" itemscope> <div class="inside-site-info grid-container"> <div class="copyright-bar"> © 2025 CauHoi.org <br> <a href="https://cauhoi.org/about-us/" target="_blank" rel="noopener nofollow">Giới thiệu</a> - <a href="https://cauhoi.org/disclaimer/" target="_blank" rel="noopener nofollow">Miễn trừ trách nhiệm</a> - <a href="https://cauhoi.org/policy/" target="_blank" rel="noopener nofollow">Chính sách bảo mật</a> - <a href="https://cauhoi.org/policy/content/" target="_blank" rel="noopener nofollow">Chính sách nội dung</a> - <a href="https://cauhoi.org/contact/" target="_blank" rel="noopener nofollow">Liên hệ</a> </div> </div> </footer> </div> <a title="Di chuyển lên đầu trang" aria-label="Di chuyển lên đầu trang" rel="nofollow" href="#" class="generate-back-to-top" data-scroll-speed="400" data-start-scroll="300" role="button"> <span class="gp-icon icon-arrow-up"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M305.863 314.916c0 2.266-1.133 4.815-2.832 6.514l-14.157 14.163c-1.699 1.7-3.964 2.832-6.513 2.832-2.265 0-4.813-1.133-6.512-2.832L164.572 224.276 53.295 335.593c-1.699 1.7-4.247 2.832-6.512 2.832-2.265 0-4.814-1.133-6.513-2.832L26.113 321.43c-1.699-1.7-2.831-4.248-2.831-6.514s1.132-4.816 2.831-6.515L158.06 176.408c1.699-1.7 4.247-2.833 6.512-2.833 2.265 0 4.814 1.133 6.513 2.833L303.03 308.4c1.7 1.7 2.832 4.249 2.832 6.515z" fill-rule="nonzero" /></svg></span> </a><script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/generatepress\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script id="generate-a11y">!function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("mousedown",function(){e.classList.add("using-mouse")}),e.addEventListener("keydown",function(){e.classList.remove("using-mouse")})}}();</script> <div class="gp-modal gp-search-modal" id="gp-search"> <div class="gp-modal__overlay" tabindex="-1" data-gpmodal-close> <div class="gp-modal__container"> <form role="search" method="get" class="search-modal-form" action="https://cauhoi.org/"> <label for="search-modal-input" class="screen-reader-text">Tìm kiếm cho:</label> <div class="search-modal-fields"> <input id="search-modal-input" type="search" class="search-field" placeholder="Tìm kiếm …" value="" name="s" /> <button aria-label="Tìm kiếm"><span class="gp-icon icon-search"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path fill-rule="evenodd" clip-rule="evenodd" d="M208 48c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160S296.366 48 208 48zM0 208C0 93.125 93.125 0 208 0s208 93.125 208 208c0 48.741-16.765 93.566-44.843 129.024l133.826 134.018c9.366 9.379 9.355 24.575-.025 33.941-9.379 9.366-24.575 9.355-33.941-.025L337.238 370.987C301.747 399.167 256.839 416 208 416 93.125 416 0 322.875 0 208z" /></svg></span></button> </div> </form> </div> </div> </div> <script> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='quiz-maker-font-awesome-css' href='https://cauhoi.org/wp-content/plugins/quiz-maker/public/css/quiz-maker-font-awesome.min.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-sweetalert-css-css' href='https://cauhoi.org/wp-content/plugins/quiz-maker/public/css/quiz-maker-sweetalert2.min.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-animate-css' href='https://cauhoi.org/wp-content/plugins/quiz-maker/public/css/animate.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-animations-css' href='https://cauhoi.org/wp-content/plugins/quiz-maker/public/css/animations.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-rating-css' href='https://cauhoi.org/wp-content/plugins/quiz-maker/public/css/rating.min.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-select2-css' href='https://cauhoi.org/wp-content/plugins/quiz-maker/public/css/quiz-maker-select2.min.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-loaders-css' href='https://cauhoi.org/wp-content/plugins/quiz-maker/public/css/loaders.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-dataTable-min-css' href='https://cauhoi.org/wp-content/plugins/quiz-maker/public/css/quiz-maker-dataTables.min.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='yarppRelatedCss-css' href='https://cauhoi.org/wp-content/plugins/yet-another-related-posts-plugin/style/related.css?ver=5.30.11' media='all' /> <!--[if lte IE 11]> <script src="https://cauhoi.org/wp-content/themes/generatepress/assets/js/classList.min.js?ver=3.5.1" id="generate-classlist-js"></script> <![endif]--> <script id="generate-menu-js-extra"> var generatepressMenu = {"toggleOpenedSubMenus":"1","openSubMenuLabel":"M\u1edf Sub-menu","closeSubMenuLabel":"\u0110\u00f3ng Sub-menu"}; </script> <script src="https://cauhoi.org/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.5.1" id="generate-menu-js"></script> <script src="https://cauhoi.org/wp-content/themes/generatepress/assets/dist/modal.js?ver=3.5.1" id="generate-modal-js"></script> <script id="generate-back-to-top-js-extra"> var generatepressBackToTop = {"smooth":"1"}; </script> <script src="https://cauhoi.org/wp-content/themes/generatepress/assets/js/back-to-top.min.js?ver=3.5.1" id="generate-back-to-top-js"></script> <script src="https://cauhoi.org/?code-snippets-js-snippets=footer&ver=1" id="code-snippets-site-footer-js"></script> <script src="https://cauhoi.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://cauhoi.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://cauhoi.org/wp-includes/js/jquery/ui/effect.min.js?ver=1.13.3" id="jquery-effects-core-js"></script> <script src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/js/quiz-maker-select2.min.js?ver=21.8.1" id="quiz-maker-select2js-js"></script> <script src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/js/quiz-maker-sweetalert2.all.min.js?ver=21.8.1" id="quiz-maker-sweetalert-js-js"></script> <script src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/js/rating.min.js?ver=21.8.1" id="quiz-maker-rate-quiz-js"></script> <script id="quiz-maker-datatable-min-js-extra"> var quizLangDataTableObj = {"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"}; var quizLangDataTableObj = {"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"}; var quizLangDataTableObj = {"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"}; var quizLangDataTableObj = {"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"}; var quizLangDataTableObj = {"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"}; var quizLangDataTableObj = {"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"}; var quizLangDataTableObj = {"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"}; var quizLangDataTableObj = {"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"}; var quizLangDataTableObj = {"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"}; var quizLangDataTableObj = {"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"}; </script> <script src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/js/quiz-maker-datatable.min.js?ver=21.8.1" id="quiz-maker-datatable-min-js"></script> <script src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/js/quiz-maker-functions.js?ver=21.8.1" id="quiz-maker-functions.js-js"></script> <script id="quiz-maker-ajax-public-js-extra"> var quiz_maker_ajax_public = {"ajax_url":"https:\/\/cauhoi.org\/wp-admin\/admin-ajax.php","warningIcon":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public\/images\/warning.svg","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quiz_maker_ajax_public = {"ajax_url":"https:\/\/cauhoi.org\/wp-admin\/admin-ajax.php","warningIcon":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public\/images\/warning.svg","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quiz_maker_ajax_public = {"ajax_url":"https:\/\/cauhoi.org\/wp-admin\/admin-ajax.php","warningIcon":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public\/images\/warning.svg","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quiz_maker_ajax_public = {"ajax_url":"https:\/\/cauhoi.org\/wp-admin\/admin-ajax.php","warningIcon":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public\/images\/warning.svg","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quiz_maker_ajax_public = {"ajax_url":"https:\/\/cauhoi.org\/wp-admin\/admin-ajax.php","warningIcon":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public\/images\/warning.svg","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quiz_maker_ajax_public = {"ajax_url":"https:\/\/cauhoi.org\/wp-admin\/admin-ajax.php","warningIcon":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public\/images\/warning.svg","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quiz_maker_ajax_public = {"ajax_url":"https:\/\/cauhoi.org\/wp-admin\/admin-ajax.php","warningIcon":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public\/images\/warning.svg","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quiz_maker_ajax_public = {"ajax_url":"https:\/\/cauhoi.org\/wp-admin\/admin-ajax.php","warningIcon":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public\/images\/warning.svg","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quiz_maker_ajax_public = {"ajax_url":"https:\/\/cauhoi.org\/wp-admin\/admin-ajax.php","warningIcon":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public\/images\/warning.svg","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quiz_maker_ajax_public = {"ajax_url":"https:\/\/cauhoi.org\/wp-admin\/admin-ajax.php","warningIcon":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public\/images\/warning.svg","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; </script> <script src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/js/quiz-maker-public-ajax.js?ver=1749339789" id="quiz-maker-ajax-public-js"></script> <script id="quiz-maker-js-extra"> var quizLangObj = {"notAnsweredText":"You have not answered this question","areYouSure":"Do you want to finish the quiz? Are you sure?","sorry":"Sorry","unableStoreData":"We are unable to store your data","connectionLost":"Connection is lost","checkConnection":"Please check your connection and try again","selectPlaceholder":"Select an answer","shareDialog":"Share Dialog","passwordIsWrong":"Password is wrong!","expiredMessage":"The quiz has expired!","day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","alreadyPassedQuiz":"You already passed this quiz.","requiredError":"This is a required question","avg":"avg","votes":"votes","startButtonText":"B\u0102\u0301T \u0110\u00c2\u0300U LA\u0300M BA\u0300I TEST","defaultStartButtonText":"Start","redirectAfter":"Redirecting after","loadResource":"Can't load resource.","somethingWentWrong":"Maybe something went wrong.","show":"Show","hide":"Hide","emptyReportMessage":"You cannot submit an empty report. Please add some details.","reportSentMessage":"Report has been submitted successfully","unansweredQuestion":"Unanswered question","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quizLangObj = {"notAnsweredText":"You have not answered this question","areYouSure":"Do you want to finish the quiz? Are you sure?","sorry":"Sorry","unableStoreData":"We are unable to store your data","connectionLost":"Connection is lost","checkConnection":"Please check your connection and try again","selectPlaceholder":"Select an answer","shareDialog":"Share Dialog","passwordIsWrong":"Password is wrong!","expiredMessage":"The quiz has expired!","day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","alreadyPassedQuiz":"You already passed this quiz.","requiredError":"This is a required question","avg":"avg","votes":"votes","startButtonText":"B\u0102\u0301T \u0110\u00c2\u0300U LA\u0300M BA\u0300I TEST","defaultStartButtonText":"Start","redirectAfter":"Redirecting after","loadResource":"Can't load resource.","somethingWentWrong":"Maybe something went wrong.","show":"Show","hide":"Hide","emptyReportMessage":"You cannot submit an empty report. Please add some details.","reportSentMessage":"Report has been submitted successfully","unansweredQuestion":"Unanswered question","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quizLangObj = {"notAnsweredText":"You have not answered this question","areYouSure":"Do you want to finish the quiz? Are you sure?","sorry":"Sorry","unableStoreData":"We are unable to store your data","connectionLost":"Connection is lost","checkConnection":"Please check your connection and try again","selectPlaceholder":"Select an answer","shareDialog":"Share Dialog","passwordIsWrong":"Password is wrong!","expiredMessage":"The quiz has expired!","day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","alreadyPassedQuiz":"You already passed this quiz.","requiredError":"This is a required question","avg":"avg","votes":"votes","startButtonText":"B\u0102\u0301T \u0110\u00c2\u0300U LA\u0300M BA\u0300I TEST","defaultStartButtonText":"Start","redirectAfter":"Redirecting after","loadResource":"Can't load resource.","somethingWentWrong":"Maybe something went wrong.","show":"Show","hide":"Hide","emptyReportMessage":"You cannot submit an empty report. Please add some details.","reportSentMessage":"Report has been submitted successfully","unansweredQuestion":"Unanswered question","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quizLangObj = {"notAnsweredText":"You have not answered this question","areYouSure":"Do you want to finish the quiz? Are you sure?","sorry":"Sorry","unableStoreData":"We are unable to store your data","connectionLost":"Connection is lost","checkConnection":"Please check your connection and try again","selectPlaceholder":"Select an answer","shareDialog":"Share Dialog","passwordIsWrong":"Password is wrong!","expiredMessage":"The quiz has expired!","day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","alreadyPassedQuiz":"You already passed this quiz.","requiredError":"This is a required question","avg":"avg","votes":"votes","startButtonText":"B\u0102\u0301T \u0110\u00c2\u0300U LA\u0300M BA\u0300I TEST","defaultStartButtonText":"Start","redirectAfter":"Redirecting after","loadResource":"Can't load resource.","somethingWentWrong":"Maybe something went wrong.","show":"Show","hide":"Hide","emptyReportMessage":"You cannot submit an empty report. Please add some details.","reportSentMessage":"Report has been submitted successfully","unansweredQuestion":"Unanswered question","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quizLangObj = {"notAnsweredText":"You have not answered this question","areYouSure":"Do you want to finish the quiz? Are you sure?","sorry":"Sorry","unableStoreData":"We are unable to store your data","connectionLost":"Connection is lost","checkConnection":"Please check your connection and try again","selectPlaceholder":"Select an answer","shareDialog":"Share Dialog","passwordIsWrong":"Password is wrong!","expiredMessage":"The quiz has expired!","day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","alreadyPassedQuiz":"You already passed this quiz.","requiredError":"This is a required question","avg":"avg","votes":"votes","startButtonText":"B\u0102\u0301T \u0110\u00c2\u0300U LA\u0300M BA\u0300I TEST","defaultStartButtonText":"Start","redirectAfter":"Redirecting after","loadResource":"Can't load resource.","somethingWentWrong":"Maybe something went wrong.","show":"Show","hide":"Hide","emptyReportMessage":"You cannot submit an empty report. Please add some details.","reportSentMessage":"Report has been submitted successfully","unansweredQuestion":"Unanswered question","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quizLangObj = {"notAnsweredText":"You have not answered this question","areYouSure":"Do you want to finish the quiz? Are you sure?","sorry":"Sorry","unableStoreData":"We are unable to store your data","connectionLost":"Connection is lost","checkConnection":"Please check your connection and try again","selectPlaceholder":"Select an answer","shareDialog":"Share Dialog","passwordIsWrong":"Password is wrong!","expiredMessage":"The quiz has expired!","day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","alreadyPassedQuiz":"You already passed this quiz.","requiredError":"This is a required question","avg":"avg","votes":"votes","startButtonText":"B\u0102\u0301T \u0110\u00c2\u0300U LA\u0300M BA\u0300I TEST","defaultStartButtonText":"Start","redirectAfter":"Redirecting after","loadResource":"Can't load resource.","somethingWentWrong":"Maybe something went wrong.","show":"Show","hide":"Hide","emptyReportMessage":"You cannot submit an empty report. Please add some details.","reportSentMessage":"Report has been submitted successfully","unansweredQuestion":"Unanswered question","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quizLangObj = {"notAnsweredText":"You have not answered this question","areYouSure":"Do you want to finish the quiz? Are you sure?","sorry":"Sorry","unableStoreData":"We are unable to store your data","connectionLost":"Connection is lost","checkConnection":"Please check your connection and try again","selectPlaceholder":"Select an answer","shareDialog":"Share Dialog","passwordIsWrong":"Password is wrong!","expiredMessage":"The quiz has expired!","day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","alreadyPassedQuiz":"You already passed this quiz.","requiredError":"This is a required question","avg":"avg","votes":"votes","startButtonText":"B\u0102\u0301T \u0110\u00c2\u0300U LA\u0300M BA\u0300I TEST","defaultStartButtonText":"Start","redirectAfter":"Redirecting after","loadResource":"Can't load resource.","somethingWentWrong":"Maybe something went wrong.","show":"Show","hide":"Hide","emptyReportMessage":"You cannot submit an empty report. Please add some details.","reportSentMessage":"Report has been submitted successfully","unansweredQuestion":"Unanswered question","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quizLangObj = {"notAnsweredText":"You have not answered this question","areYouSure":"Do you want to finish the quiz? Are you sure?","sorry":"Sorry","unableStoreData":"We are unable to store your data","connectionLost":"Connection is lost","checkConnection":"Please check your connection and try again","selectPlaceholder":"Select an answer","shareDialog":"Share Dialog","passwordIsWrong":"Password is wrong!","expiredMessage":"The quiz has expired!","day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","alreadyPassedQuiz":"You already passed this quiz.","requiredError":"This is a required question","avg":"avg","votes":"votes","startButtonText":"B\u0102\u0301T \u0110\u00c2\u0300U LA\u0300M BA\u0300I TEST","defaultStartButtonText":"Start","redirectAfter":"Redirecting after","loadResource":"Can't load resource.","somethingWentWrong":"Maybe something went wrong.","show":"Show","hide":"Hide","emptyReportMessage":"You cannot submit an empty report. Please add some details.","reportSentMessage":"Report has been submitted successfully","unansweredQuestion":"Unanswered question","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quizLangObj = {"notAnsweredText":"You have not answered this question","areYouSure":"Do you want to finish the quiz? Are you sure?","sorry":"Sorry","unableStoreData":"We are unable to store your data","connectionLost":"Connection is lost","checkConnection":"Please check your connection and try again","selectPlaceholder":"Select an answer","shareDialog":"Share Dialog","passwordIsWrong":"Password is wrong!","expiredMessage":"The quiz has expired!","day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","alreadyPassedQuiz":"You already passed this quiz.","requiredError":"This is a required question","avg":"avg","votes":"votes","startButtonText":"B\u0102\u0301T \u0110\u00c2\u0300U LA\u0300M BA\u0300I TEST","defaultStartButtonText":"Start","redirectAfter":"Redirecting after","loadResource":"Can't load resource.","somethingWentWrong":"Maybe something went wrong.","show":"Show","hide":"Hide","emptyReportMessage":"You cannot submit an empty report. Please add some details.","reportSentMessage":"Report has been submitted successfully","unansweredQuestion":"Unanswered question","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; var quizLangObj = {"notAnsweredText":"You have not answered this question","areYouSure":"Do you want to finish the quiz? Are you sure?","sorry":"Sorry","unableStoreData":"We are unable to store your data","connectionLost":"Connection is lost","checkConnection":"Please check your connection and try again","selectPlaceholder":"Select an answer","shareDialog":"Share Dialog","passwordIsWrong":"Password is wrong!","expiredMessage":"The quiz has expired!","day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","alreadyPassedQuiz":"You already passed this quiz.","requiredError":"This is a required question","avg":"avg","votes":"votes","startButtonText":"B\u0102\u0301T \u0110\u00c2\u0300U LA\u0300M BA\u0300I TEST","defaultStartButtonText":"Start","redirectAfter":"Redirecting after","loadResource":"Can't load resource.","somethingWentWrong":"Maybe something went wrong.","show":"Show","hide":"Hide","emptyReportMessage":"You cannot submit an empty report. Please add some details.","reportSentMessage":"Report has been submitted successfully","unansweredQuestion":"Unanswered question","AYS_QUIZ_PUBLIC_URL":"https:\/\/cauhoi.org\/wp-content\/plugins\/quiz-maker\/public"}; </script> <script src="https://cauhoi.org/wp-content/plugins/quiz-maker/public/js/quiz-maker-public.js?ver=1749339789" id="quiz-maker-js"></script> <script> var keyword_hub_ajax_url = 'https://cauhoi.org/wp-admin/admin-ajax.php'; var keyword_hub_nonce = '347322a6e3'; (function($) { $(document).on("click", "#view_result_hub", function(){ let _that = $(this); console.log(keyword_hub_nonce); //$(".form-kw-hub").show(); $.ajax({ url: keyword_hub_ajax_url, type: 'POST', data: { action: 'get_guide', nonce: keyword_hub_nonce }, beforeSend: function() { _that.html('Đang xử lý...'); }, success: function(response) { console.log(response); if(response.success){ $("#kw_guide_image").attr("src", response.data.guidImage); $("#kw_guide_image").attr("alt", response.data.keyword); $("#kw-id").val(response.data.keywordId); $("#keyword-content").text(response.data.keyword); $("#form-kw-hub").show(); _that.hide(); } else{ alert(response.data.message); } }, error: function(xhr, status, error) { console.log(error); } }); }); $(document).on("click", "#get_new_mission", function(){ let _that = $(this); //console.log(keyword_hub_nonce); //$(".form-kw-hub").show(); $.ajax({ url: keyword_hub_ajax_url, type: 'POST', data: { action: 'get_guide', nonce: keyword_hub_nonce }, beforeSend: function() { _that.addClass("running"); $("#form-kw-hub").addClass('running'); }, success: function(response) { console.log(response); if(response.success){ $("#kw_guide_image").attr("src", response.data.guidImage); $("#kw_guide_image").attr("alt", response.data.keyword); $("#kw-id").val(response.data.keywordId); $("#keyword-content").text(response.data.keyword); $("#form-kw-hub").show(); } else{ alert(response.data.message); } _that.removeClass("running"); $("#form-kw-hub").removeClass('running'); }, error: function(xhr, status, error) { console.log(error); } }); }); // $(document).on("click", "#submit_kw_hub1", function(e){ // e.preventDefault(); // let vincent = $("#kw-hub-input").val(); // var v_form = $(this).closest('form'); // if(vincent == "12345"){ // $("input[name='ays_finish_quiz']").click(); // } // else{ // alert("mật khầu sai"); // } // }); $('#submit_kw_hub').on('click', function(e) { e.preventDefault(); let custom_form = $("#form-kw-hub"); var inputValue = $('#kw-hub-input').val(); var inputId = $('#kw-id').val(); let _that = $(this); if( inputId == '') { alert("Có lỗi xảy ra. Vui lòng reload page!"); return; } if(inputValue === '') { alert("Vui lòng nhập mã!"); return; } $.ajax({ url: quiz_maker_ajax_public.ajax_url, type: 'POST', data: { action: 'validate_quiz', keyword: inputValue.trim(), keywordId: inputId.trim(), nonce: keyword_hub_nonce }, beforeSend: function() { _that.html('Đang xử lý...'); }, success: function(response) { _that.html('Xác nhận'); console.log(response); if(response.success){ //custom_form.append(''); console.log("validate ok"); $("input[name='ays_finish_quiz']").click(); } else{ alert("Sai mật khẩu. Vui lòng thử lại!"); } }, error: function(xhr, status, error) { _that.html('Xác nhận'); } }); }); $('.copy-keyword-btn').click(function () { const keyword = $('#keyword-content').text(); let _that = $(this); navigator.clipboard.writeText(keyword).then(() => { _that.html(`<span class="fa fa-check"></span>`); }); setTimeout( function(){ _that.html(`<span class="fa fa-copy"></span>`); }, 1500); }); })(jQuery); </script> </body> </html>