Tạo trang mã hóa CODE HTML cho Blogspot
Các bạn viết Blogger làm về hướng dẫn CODE hoặc lập trình thường xuyên phải tạo những đoạn CODE hướng dẫn và muốn hiện thị trên trang bài viết thì cần phải Mã hóa Code trước khi hiển thị trên bài Post của mình thì hôm nay mình sẽ hướng dẫn các bạn tạo một trang Mã hóa Code đơn giản cho Blogspot.
Bài viết liên quan
CÁCH THỰC HIỆN
Bước 1: Vào Blogger - Trang - Trang Mới - Chuyển sang chế độ soạn thảo HTML Dán đoạn code bên dưới vào phần HTML
HTML
<b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #333333; font-family: Arial, Geneva, sans-serif; font-size: 15px; outline: 0px; padding: 0px; transition: all 0.3s ease; vertical-align: baseline;">Các Bước Thực Hiện:</b> <span style="background-color: white; color: #333333; font-family: "arial" , "geneva" , sans-serif; font-size: 15px;">Bước 1. Dán Code HTML Của Bạn Vào Khung Thứ Nhất.</span> <span style="background-color: white; color: #333333; font-family: "arial" , "geneva" , sans-serif; font-size: 15px;">Bước 2. Coppy Code Đã Mã Hóa Ở Ô Thứ Hai.</span> <script type="text/javascript"> function $(esc_tool){ return document.getElementById(esc_tool) } var char2entity = { "'" : ''', '"' : '"', '<' : '<', '>' : '>', '&' : '&'}; function escape_entities(str) { var rv = ''; for (var i = 0;i < str.length; i++) { var ch = str.charAt(i); rv += char2entity[ch] || ch; } return rv; } function do_escape(e){ document.getElementById('escaped').value = escape_entities(e.value) } </script> <textarea onchange="do_escape(this)" onkeyup="do_escape(this)" rows="10" style="font-family: ‘courier new’,monospace; height: 200px; width: 100%;"></textarea> <h2 style="text-align: center;"> <span style="color: red; font-family: "arial" , "helvetica" , sans-serif; font-size: x-large;">CODE ĐÃ MÃ HÓA Ở DƯỚI:</span></h2> <textarea id="escaped" onclick="this.select()" readonly="readonly" rows="10" style="font-family: ‘courier new’,monospace; height: 200px; width: 100%;"></textarea> <div style="clear: both;"> </div> <div class="clear"> </div>
LỜI KẾT
Xuất bản và xem thành quả. Chúc bạn thành công
Copyright © Thủ Thuật Pro