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 … Continue reading “Markup: HTML Tags and Formatting”
Markup: Image Alignment
Posted on January 10, 2013Categories Classic, MarkupWelcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let’s get started. On the topic of alignment, it should be noted that users can choose from the options of None, Left, Right, and Center. In addition, they also get the options of Thumbnail, Medium, Large & Fullsize. Be sure to try this page in RTL mode … Continue reading “Markup: Image Alignment”
Markup: Text Alignment
Posted on January 9, 2013Categories Classic, MarkupDefault This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me. Left Align … Continue reading “Markup: Text Alignment”
Markup: Title With Markup
Posted on January 5, 2013Categories Classic, MarkupVerify 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.
Taumatawhakatangihangakoauauotamateaturipukakapikimaungahoronukupokaiwhenuakitanatahu
Posted on October 5, 2009Categories Classic, Edge CaseTitle 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;
Edge Case: Many Tags
Posted on June 1, 2009Categories Classic, Edge CaseThis post has many tags.
Edge Case: Nested And Mixed Lists
Posted on May 15, 2009Categories Classic, Edge CaseNested and mixed lists are an interesting beast. It’s a corner case to make sure that Lists within lists do not break the ordered list numbering order Your list styles go deep enough. Ordered – Unordered – Ordered ordered item ordered item unordered unordered ordered item ordered item ordered item ordered item Ordered – Unordered – Unordered ordered item ordered item unordered unordered unordered item unordered item ordered item ordered item Unordered – Ordered – Unordered unordered item unordered item … Continue reading “Edge Case: Nested And Mixed Lists”