An Introduction to Basic HTML

blog_image_basic_htmlHTML, which stands for HyperText 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.

Doing a Google Search can give varying amounts of Tutorials and Lists of HTML Commands.

A good site to start with is http://www.tutorialspoint.com/html/index.htm and going to the Homepage will give you access to other Scripting Languages as your knowledge of programming expands.

Basic HTML Commands will look like the following

Titles:

<title>This is your title</title>

Headings

<h1>This is your heading</h1>

Paragraphs:

<p>This is your paragraph</p>

You can find further information from: http://www.w3.org/MarkUp/Guide/

HTML Scripting is used to insert Images onto sites, add links so Visitors can navigate to

other pages on the Site and allow other Scripting Languages to run such as Javascript.

please also view :

http://www.csstutorial.net
http://www.freewebmasterhelp.com/tutorials/javascript
http://www.htmlcodetutorial.com

I hope that you have found this blog post helpful. Please feel free to leave comments.

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>