Posts tagged HTML
Using HTML and XHTML Doctype Declarations
Aug 5th
A DOCTYPE Definition is a special declaration at the very top of your Webpage source – right above the HTML tag – that informs validators the rules in which to validate your page using, and for modern browsers (IE6+, Firefox, NS6+, Opera, IE5 Mac), whether to display your page in Quirks or Standards mode.
HTML/XHTML Quick Reference
Jul 28th
This HTML and XHTML Quick Reference is a handy page to have bookmarked or printed. It describes the popular and main HTML tags in an easy to follow way.
A Guide to HTML Links
Jun 22nd
Links or URLs to other pages or files on the Web on a Web page is probably the most important and the most used part of HTML. It is how the Web works – linking to other pages.
Choosing a HTML Editor
Jun 2nd
Essentially, there are two ways to write HTML – with a “What You See is What You Get” (WYSIWYG) editor or with a text editor. To be a professional website designer, I would recommend using a normal text editor. WYSIWYG editors sometimes insert code that isn’t needed – if you write the code yourself with a text editor, you can correct this.
