Generate PDF using python and HTML
Dependencies: sudo pip3 install pdfkitsudo apt-get install wkhtmltopdf Pdfkit and wkhtmltopdf are the packages that you will be required before…
Technology, News , Entertainment and More stuff
Dependencies: sudo pip3 install pdfkitsudo apt-get install wkhtmltopdf Pdfkit and wkhtmltopdf are the packages that you will be required before…
HTML forms are used to pass data to a server either using get/post method. A form can contain input elements…
Tag Description <!–…–> Defines a comment <!DOCTYPE> Defines the document type <a> Defines an anchor <abbr> Defines an abbreviation <acronym>…
Often there is a requirement to make a menu element active when we import something using php include. Its quite…
Rendering strings containing HTML entities would require special attention as browser can only understand HTML tags and are formatted according…