My Blog

My WordPress Blog

Lessons

HTML – The Structure Layer

Html applies structure and meaning to our content. if we need to change the appearance, we apply CSS. HTML is not a programming language it only says how we want we want things done. e.g. it states whether a statement is a heading or a paragraph.

Paragraph tag <p>is a block level element where as <strong> or <em> are inline level elements. Therefore <p> is a parent element while <em> is a child level element.

Back up – it is very important to always create a back up for projects. There various kinds like online backups (cloud) or manual i.e. backing up to an external hard drive.

Leave a reply

Your email address will not be published. Required fields are marked *