HTML Special Characters
HTML Special Characters Codes
We have compiled a table of a lot of HTML code to use for certain glyphs, feel free to comment you spot any mistakes or have a suggestion for a one to add.
Continue Reading…
We have compiled a table of a lot of HTML code to use for certain glyphs, feel free to comment you spot any mistakes or have a suggestion for a one to add.
Continue Reading…
In this first tutorial we will start with a basic php include linking to a .html file. In my experience I use this type of include for the head content (excluding the title so we can a have unique title on each page) the navigation and the footer. This allows me to easily change things in these areas without having to update a lot of pages.
A document type declaration is what you need to put at the top of ALL WebPages. If you don’t your HTML won’t be valid which means most browsers will render your code however they fancy, this will mean your site will look different in each browser and that is something you don’t want.