Home / Tags / html

HTML (HyperText Markup Language) is the main markup language for creating web pages and other information to be displayed in a web browser. Questions regarding HTML should include a minimal reproducible example and some idea of what you're trying to achieve. This tag is rarely used alone and is often paired with [CSS] and [javascript].


suman-shah various-html-elements Html stands for hyper test mark up language . Add any html file you know HTML is the standard markup language for Web pages. Wit
 

staltz html-looks-like Assert that an HTML string looks approximately the same as another HTML Install: npm install html-looks-like Example: const htmlLooksLike = require('html-looks-like'); const actual = `
 

sakamies Foolproof HTML editor prototype The grand idea is to build a native html editor (so not a general text editor that's customized for html, but purpose built for only html) that can handle any html, even with random templ
 

BaseMax HTML Minifier C International obfuscated contest: Just a small C program to minify HTML sources and generate a minified HTML output. Using $ gcc html-
 

apostrophecms sanitize-html sanitize-html provides a simple HTML sanitizer with a clear API. sanitize-html is tolerant. It is well suited for cleaning up HTML fragm
 

yosssi Ace - HTML template engine for Go Overview Ace is an HTML template engine for Go. This is inspired by Slim and Jade. This is a refinement of Gold. Example = doctype html html lang=en head
 

ezyang HTML Purifier HTML Purifier is an HTML filtering solution that uses a unique combination of robust whitelists and aggressive parsing to ensure that not only are XSS attacks thwarted, but the resulting HTML is standards
 

jaredrummler HTML Builder Build valid HTML for Android TextView. Description There is a lovely method on the android.text.Html class, fromHtml(), that converts HTML into a Spannable for use with a TextView. Howev
 

mik30s Cysboard A lightweight system monitor similar to conky but with html and css for themes Usage Create a theme file called main.html in ~/.config/cysboard/ (There must be a file name 'main.html'). Add y
 

mafintosh directory-index-html Make an plain html page containing a directory listing. Similar in look and feel to NGINX's listing page. npm install directory-index-html Usage var toHTML = require('directory-index
 

aerth ./markdownd [flags] <directory> ./markdownd -toc -header theme/header.html -footer theme/footer.html . serves: tries markdown file (.md) in .html request (/index.html tries /index.md first) will serve
 

rep-movsd see-phit See-phit is a compile time HTML templating library written in modern C++. You write plain HTML as C++ string literals and it is parsed at compile time into a DOM like data structure. It makes your "stringly t
 

posthtml PostHTML PostHTML is a tool for transforming HTML/XML with JS plugins. PostHTML itself is very small. It includes only a HTML parser, a HTML node tree API and a node tree stringifier. All HTML transformat
 

mazipan eslint-formatter-html-extended 🌹 Beautiful ESLint HTML formatter extended from ESLint's official HTML formatter by JulianLaval combined with Stylish by Sindre Sorhus Why you need this formatter
 

app-generator HTML parser Interactive tool to convert flat HTML (themes or stand-alone files) to Pug, Jinja2 and Blade templates. What is an HTML Parser According to Wikipedia, Parsing or syntactic analysis is the proce
 

mild-times html-index Generate an HTML index. Documentation Crates.io Releases Why? Over the years the HTML spec has added lots of new capabilities in a backward
 

pinguluk img-to-html img-to-html is a Python script that converts every pixel from an image, to a HTML element. Installation Download the imgtohtml.py script a
 

adamchainz django-minify-html Use minify-html, the extremely fast HTML + JS + CSS minifier, with Django. Requirements Python 3.8 to 3.10 supported. Django 2.2 to
 

jhy jsoup: Java HTML parser that makes sense of real-world HTML soup. jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and j
 

shawnbot All about HTML Custom Elements Custom Elements is a WHATWG HTML specification that provides a mechanism for defining new behaviors (such as dynamic content or interactivity) for HTML elements with custom names. Custom e
 

microcosm-cc bluemonday bluemonday is a HTML sanitizer implemented in Go. It is fast and highly configurable. bluemonday takes untrusted user generated content as an input, and will return HTML that has been sanitised against a
 
1.6k

thephpleague HTML To Markdown for PHP Library which converts HTML to Markdown for your sanity and convenience. Requires: PHP 5.3+ Lead Developer: @colinodell Original Author: @nickcernis Why convert HTML to Ma
 
5.7k

tijsverkoyen CssToInlineStyles class Installation CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very usefull when you're sending emails
 

roman01la Extract annotated portions of HTML into React components as separate modules. The structure of HTML is preserved by importing child components and replacing appropriate pieces of HTML with them. As a result you get an