Module write_html::tags
source · Expand description
Provides functions for creating common tags.
Structs
- Represents a tag.
Functions
- Creates a new
<a>tag. - Creates a new
<abbr>tag. - Creates a new
<address>tag. - Creates a new
<area>tag. - Creates a new
<article>tag. - Creates a new
<aside>tag. - Creates a new
<audio>tag. - Creates a new
<b>tag. - Creates a new
<base>tag. - Creates a new
<bdi>tag. - Creates a new
<bdo>tag. - Creates a new
<blockquote>tag. - Creates a new
<body>tag. - Creates a new
<br>tag. - Creates a new
<button>tag. - Creates a new
<canvas>tag. - Creates a new
<caption>tag. - Creates a new
<cite>tag. - Creates a new
<code>tag. - Creates a new
<col>tag. - Creates a new
<colgroup>tag. - Creates a new
<data>tag. - Creates a new
<datalist>tag. - Creates a new
<dd>tag. - Creates a new
<del>tag. - Creates a new
<details>tag. - Creates a new
<dfn>tag. - Creates a new
<dialog>tag. - Creates a new
<div>tag. - Creates a new
<dl>tag. - Creates a new
<dt>tag. - Creates a new
<em>tag. - Creates a new
<embed>tag. - Creates a new
<fieldset>tag. - Creates a new
<figcaption>tag. - Creates a new
<figure>tag. - Creates a new
<footer>tag. - Creates a new
<form>tag. - Add a node whose tags are not rendered.
- Creates a new
<h1>tag. - Creates a new
<h2>tag. - Creates a new
<h3>tag. - Creates a new
<h4>tag. - Creates a new
<h5>tag. - Creates a new
<h6>tag. - Creates a new
<head>tag. - Creates a new
<header>tag. - Creates a new
<hgroup>tag. - Creates a new
<hr>tag. - Creates a new
<html>tag. - Creates a new
<i>tag. - Creates a new
<iframe>tag. - Creates a new
<img>tag. - Creates a new
<input>tag. - Creates a new
<ins>tag. - Creates a new
<kbd>tag. - Creates a new
<label>tag. - Creates a new
<legend>tag. - Creates a new
<li>tag. - Creates a new
<link>tag. - Creates a new
<main>tag. - Creates a new
<map>tag. - Creates a new
<mark>tag. - Creates a new
<meta>tag. - Creates a new
<nav>tag. - Creates a new
<noscript>tag. - Creates a new
<object>tag. - Creates a new
<ol>tag. - Creates a new
<optgroup>tag. - Creates a new
<option>tag. - Creates a new
<output>tag. - Creates a new
<p>tag. - Creates a new
<param>tag. - Creates a new
<pre>tag. - Creates a new
<progress>tag. - Creates a new
<q>tag. - Creates a new
<rp>tag. - Creates a new
<rt>tag. - Creates a new
<ruby>tag. - Creates a new
<s>tag. - Creates a new
<samp>tag. - Creates a new
<script>tag. - Creates a new
<section>tag. - Creates a new
<select>tag. - Creates a new
<small>tag. - Creates a new
<source>tag. - Creates a new
<span>tag. - Creates a new
<strong>tag. - Creates a new
<style>tag. - Creates a new
<sub>tag. - Creates a new
<summary>tag. - Creates a new
<sup>tag. - Creates a new
<table>tag. - Creates a new custom tag.
- Creates a new
<tbody>tag. - Creates a new
<td>tag. - Creates a new
<template>tag. - Creates a new
<textarea>tag. - Creates a new
<tfoot>tag. - Creates a new
<th>tag. - Creates a new
<thead>tag. - Creates a new
<time>tag. - Creates a new
<title>tag. - Creates a new
<tr>tag. - Creates a new
<track>tag. - Creates a new
<u>tag. - Creates a new
<ul>tag. - Creates a new
<var>tag. - Creates a new
<video>tag. - Creates a new
<wbr>tag.