Webmaster Forum

Full Version: Html Beginners Marathon-Introduction to Html
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HTML is a markup language for describing websites, in other wards its a language used to create websites.
HTML is not a programing language but rather a markup language, A markup language is a system for annotating a text in a way which is syntactically distinguishable from that text.
HTML uses markup tags to describe web pages

HTML Tags

HTML markup tags are usually called HTML tags

* HTML tags are keywords surrounded by angle brackets like <html>
* HTML tags normally come in pairs like <b> and </b>
* The first tag in a pair is the start tag, the second tag is the end tag
* Start and end tags are also called opening tags and closing tags
Hello
I want to input my website link on an article, please can you tell me how its done or how can i generate a code for my website to link to another website page or article?
Thanks.
Reference URL's