Jump to content

Recommended Posts

Posted

What is HTML?

HTML, which stands for Hyper Text Markup Language, is the predominant markup language for web pages. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists etc as well as for links, quotes, and other items. It allows images and objects to be embedded and can be used to create interactive forms. It is written in the form of HTML elements consisting of "tags" surrounded by angle brackets within the web page content. It can include or can load scripts in languages such as JavaScript which affect the behavior of HTML processors like Web browsers; and Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both HTML and CSS standards, encourages the use of CSS over explicit presentational markup

The Basic Tags

  Reveal hidden contents

Basic Structure

  Reveal hidden contents

Basic Presentation

  Reveal hidden contents

Dividers

  Reveal hidden contents

Lists

  Reveal hidden contents

Positioning

  Reveal hidden contents

Links and Graphics

  Reveal hidden contents

Scripts&Java

  Reveal hidden contents

Note: This guide is not finished, i just don't have the time to finish it now.

If you have any questions, just ask.

Credits

Me for writing this

BareBones for teaching me HTML Many years ago

CloneCharizard for pointing out some key tags.

I hope many people will use this when building their Websites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...