HTML Archive
UTF-8 Greek and Coptic — HTML Unicode UTF-8 Charset
HTML Unicode UTF-8 is the easiest way to write special characters online (especially if you use a CMS like WordPress or do WP Theme Development). Some characters like α or Α have an ‘entity’ attached to them. As such you […]
Continue ReadingHTML Attributes — HTML
HTML attributes give additional information about HTML elements. Using a variety of attributes we can add new dimensions and functionality to elements. The href attribute can be used with the hyperlink element <a> tag to identify exactly where we want […]
Continue ReadingThe src Attribute — HTML
The <img> tag is used to embed an image in an HTML page. You write the image HTML tag in the code of your web page, and then specify certain necessary attributes, such as the src attribute, so that the […]
Continue ReadingThe href Attribute — HTML
The <a> tag defines a hyperlink — a link to somewhere else on your site, or a link to somewhere else on the internet — that you place around certain text that you want to be the link text. This […]
Continue Reading