Thanks for dropping by my site! I made it to display codes for my clubs and also help out many of you in HTML! I hope everything comes in useful! The HTML that I will display will range from basic to difficult, so PM me (if you are a MyO user - if not email me) if you have any troubles understanding anything! I am here to help you!
I do ask, though that if you use a more complex code that you link back somehow! I would like lots of people to be able to use my help site so tell all of your friends! Spread the word! And, I would really appreciate it that if you found this site helpful, you sign the Guestbook! Thanks!
♥Neko.Lover♥
F.A.Q's
What exactly is HTML?
HTML, short for 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. HTML 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.
And what is CSS? Isn't that the same thing as HTML?
The answer is, no. Cascading Style Sheets (CSS)is used by both the authors and readers of web pages to define colors, fonts, layout, and other aspects of document presentation. It is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation (written in CSS). This separation can improve content accessibility, provide more flexibility and control in the specification of presentational characteristics, and reduce complexity and repetition in the structural content. CSS can also allow the same markup page to be presented in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on Braille-based, tactile devices. CSS specifies a priority scheme to determine which style rules apply if more than one rule matches against a particular element. In this so-called cascade, priorities or weights are calculated and assigned to rules, so that the results are predictable.
Once I've got all my fancy codes, where do they go?
For Myotaku users all of the codes that I have displayed go into your 'Edit Profile' with all of your other information (it is located on the left navigation under 'My Account'), UNLESS I state otherwise!