HTML StylesStyle HTML has a style attribute. Setting the style of an HTML element, can be done with the […] September 29, 2016 in HTML tagged css / html / style / inline by Mike
Create Line SpacingWhen working on posts or pages in WordPress you sometimes need to create vertical spaces between elements (text, […] January 12, 2016 in HTML tagged layout / gif / transparent / spacing by Mike
iFrames IntroductionWhat is an iFrame? An iFrame is an HTML tag that is used to embed another document within […] November 17, 2015 in HTML tagged iframe / iFrame by Mike
Inspect ElementInspect Element is a feature of Firefox and Google Chrome. You can look at the source code of […] October 25, 2015 in HTML tagged css / html / source / code by Mike
Menu HTML and CSSYou can write your own menus in HTML and CSS and put them into your WordPress site. This […] October 15, 2015 in HTML / WordPress tagged css / hover / html / inline-block / menu by Mike
HTML SectionThe section element is new to HTML5. For more information on HTML5 you could go to w3schools.com. October 1, 2015 in HTML tagged html by Mike
HTML Character References (Entities)With HTML you can display special characters using character references. You can go to Elizabeth Castro’s web site […] October 1, 2015 in HTML tagged ascii / code / html / character / characters / special / references / entity / entities / HTML by Mike
HTML Introduction Part 2Basic HTML Concepts A webpage is made up of three components: text content, references to other files and […] October 1, 2015 in HTML tagged css / html / HTML by Mike
Horizontal List of Links with hoverHere is some code from w3schools.com that shows you how to use HTML and CSS to create a […] September 26, 2015 in HTML tagged css / html / menu / mouseover by Mike