Markdown

Text # Header 1 ## Header 2 ### Header 3 *em* **strong** ~~strike~~ > quote “`code block “`   Links […]

Read More

Responsive Images

There’s an advantage of using HTML to deliver responsive images rather than a JavaScript library, because JavaScript tends to be […]

Read More

Website Testing

Aesthetic Testing Color Contrast Desaturate a screenshot of the website interface on Photoshop, and look for color contrast problems in […]

Read More

Attributes

rel Specifies the relationship between the current HTML document and the linked document. <link rel=”stylesheet” type=”text/css” href=”theme.css”> Example Values alternate, […]

Read More

Web Design Early Process

1. Discovery There is no one standard design process across the web industry. But the following is a common and […]

Read More

HTML5 Content Structure

Semantic markup is markup that describes the meaning of content rather than define its presentation is. <header> <h1><a><img> Logo <nav> […]

Read More

HTML5 (Early Course)

Read More

HTML Code Examples

Read More
Comments Off on HTML Code Examples

List of All Tags and Attributes

Read More

XHTML

Read More