Tag Archives: html

Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay foolish. Multi line blockquote with a cite reference: The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the <cite> element. multiple contributors – MDN HTML element reference – blockquote Tables Employee Salary John Doe $1 Because that’s all Steve Jobs needed for a salary. Jane Doe $100K For all the blogging she does. Fred Bloggs $100M Pictures are worth a thousand words, right? So Jane x 1,000. Jane Bloggs $100B With hair like that?! Enough said… Definition Lists Definition List Title…

Read more

Putting special characters in the title should have no adverse effect on the layout or functionality. Special characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.). Latin Character Tests This is a test to see if the fonts used in this theme support basic Latin characters. ! “ # $ % & ‘ ( ) * + , – . / 0 1 2 3 4 5 6 7 8 9 : ; > = < ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p…

Read more

Verify that: The post title renders the word “with” in italics and the word “markup” in bold (and “up” is superscript). The post title markup should be removed from the browser window / tab.

Title should not overflow the content area A few things to check for: Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality. Check the browser window / tab title. If you are a plugin or widget developer, check that this text does not break anything. The following CSS properties will help you support non-breaking text. -ms-word-wrap: break-word; word-wrap: break-word;  

5/5