Español

Calidad

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


kjjjjjjjjjjj


https://intelsea.com/displaying-and-highlighting-code-in-html-page.html
https://itsmycode.com/prismjs-tutorial/
https://prismjs.com/



var clicked='';
$(function(){
    $(".swipebox").swipebox({selector:'.swipebox',hideBarsDelay : 0,});
});
$(window).resize(function(){});

$('#convertHTML').click(function () {
    var encodedStr = $('#inputCode').val().replace(/[\u00A0-\u9999<>\&]/gim, function(i) {
       return '&#'+i.charCodeAt(0)+';';
    });
    $('#output').html(encodedStr.replace(/&/gim, '&'));
});

        
            <!doctype html>
            <html lang="en-US">
            <head>
                <meta charset="utf-8">                
                <meta name="generator" content="JSFiddle">
                </body>
                <meta name="description" content="Displaying your source code on web page.">
                <meta name="author" content="Anna Medvedeva">
            </head>
            <body>
                <h1>Displaying your source code on web page</h1>
                <p1>Do you read, write and speak code? Learn how to share your skills!</p>
            </body>
            </html>
        
    

This page uses its own cookies and local storage to facilitate the use of our website. If you continue browsing, you accept our cookie policy. Keep in mind that if you deactivate them, you will not be able to use our store.