Blogger HTML Templates (Classic)

Blogger HTML Templates, is also known ans Blogger Classic Templates, is the first Blogger version - which then got updated to Blogger XML. The HTML Templaces are quite easy to modify (when having a bit of HTML & CSS knowledge) but no worries if you got no clue what I am talking about then keep reading!

First, let me give you a small clue about HTML and CSS ... ready?!

PS: Those who know this all - please skip this painfull readin lol

HTML, an initialism of Hypertext Markup Language, is the predominant markup language for web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects.

HTML is written in the form of labels (known as tags), surrounded by angle brackets and can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code which can affect the behavior of web browsers and other HTML processors.

Once again: What is HTML !?

- HTML stands for Hyper Text Markup Language
- An HTML file is a text file containing small markup tags
- The markup tags tell the Web browser how to display the page
- An HTML file must have an htm or html file extension
- An HTML file can be created using a simple text editor

What the F*** - Tags !?

Tags are labels you use to mark up the begining and end of an element. All tags have the same format: they begin with a less-than sign "<" and end with a greater-than sign ">".

Generally speaking, there are two kinds of tags - opening tags: <html> and closing tags: </html>. The only difference between an opening tag and a closing tag is the forward slash "/". HTML is all about elements and YOU label content by putting it between an opening tag and a closing tag.

To learn HTML is to learn and use different tags...

What is CSS !?

CSS (acronym: Cascading Style Sheets) is a style language that defines layout of HTML documents. For example, CSS covers fonts, colours, margins, lines, height, width, background images, advanced positions and many other things.

HTML can be (mis-)used to add layout to websites but CSS offers more options and is more accurate and sophisticated - PLUS - is supported by all browsers today :D

Which benefits will CSS give to You !?

CSS was a revolution in the WWW and the benefits include:

- control layout of many documents from one single style sheet;
- more precise control of layout;
- apply different layout to different media-types (screen, print, etc.);
- numerous advanced and sophisticated techniques.

Ohh no no no, hold on dude... this is not it!
There is a lot more to know & to learn, so if you want to get into it then go to: http://www.w3schools.com/html/html_intro.asp and learn something.

If you got any questions, drop a comment :)

0 comments: