Skip navigation

WordPress School: HTML and CSS Parent-Child Relationship

So far in this mini-series on HTML and CSS for Lorelle’s WordPress School, we’ve covered the basics and gave you a test HTML file to experiment with, explored the basics of HTML tags, inline styles with CSS, HTML embedded styles where the styles are removed from the HTML and placed in a <style> HTML tag […]

WordPress School: HTML and CSS Embedded Styles

In the next part of this mini-series for Lorelle’s WordPress School, we’re moving deeper into understanding how CSS works with HTML. These easy tutorials will give you the basic tools you need to learn to customize your WordPress site and work on WordPress Themes. We will be working more on the test HTML file and […]

WordPress School: HTML Inline Styles

In this mini-series for Lorelle’s WordPress School , we’re learning about HTML basics. I shared a little history and information to help you get started and gave you an HTML file that you will use in this tutorial. In the next tutorial, I covered some very basic HTML elements found in the test HTML file. […]

WordPress School: HTML Tags

The last lesson was the HTML and CSS Tutorial, another mini-series on Lorelle’s WordPress School. This is a very basic tutorial on HTML and CSS to prepare you for WordPress site customization and WordPress Themes. This tutorial in the series will help you understand the basics of an HTML tag, the architectural code wrapped around […]

WordPress School: HTML and CSS Tutorial

Over the past week we’ve been learning about the web browser, your gateway to WordPress and the web. This was a precursor to the next mini-series of tutorials in Lorelle’s WordPress School free online course. We are going to learn HTML and CSS. Learning WordPress from the inside out means learning the basic fundamentals of […]

WordPress School: Web Browsers

Do you realize we spend more time talking about the web then understanding how the main tool we use to access the web works? I think we take the web browser for granted. Without it, you wouldn’t be able to watch all those YouTube videos. You wouldn’t be able to let the world know what […]

Blog Exercises: How Many Words in a Link?

How many words should you put into a link? Is there a rule? There isn’t a rule but there are good standards and practices. These state that two words should be the minimum, and only enough words to compel someone to click through to the linked source. The words must also imply the link’s destination […]