HTML Styles
Style HTML has a style attribute. Setting the style of an HTML element, can be done with the […]
Style HTML has a style attribute. Setting the style of an HTML element, can be done with the […]
When working on posts or pages in WordPress you sometimes need to create vertical spaces between elements (text, […]
What is an iFrame? An iFrame is an HTML tag that is used to embed another document within […]
Inspect Element is a feature of Firefox and Google Chrome. You can look at the source code of […]
You can write your own menus in HTML and CSS and put them into your WordPress site. This […]
The section element is new to HTML5. For more information on HTML5 you could go to w3schools.com.
With HTML you can display special characters using character references. You can go to Elizabeth Castro’s web site […]
Basic HTML Concepts A webpage is made up of three components: text content, references to other files and […]
Here is some code from w3schools.com that shows you how to use HTML and CSS to create a […]