vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Programming Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=188)
-   -   Basic HTML Tags (https://vborg.vbsupport.ru/showthread.php?t=220755)

Winterworks 08-11-2009 10:00 PM

Basic HTML Tags
 
Hi, this tutorial will teach people who know nothing about HTML, what the basic codes are, and how to easily make a simple webpage. We will not get too advanced in this tutorial, maybe another day I'll write another one.

So, let's begin this tutorial!

HTML, stands for HyperText Markup Language (this is handy to know). HTML is the largest language on the World Wide Web. Websites are written in HTML, and with it, you have the ability to bring together a great website about anything you want. The HTML file type is normally either .html, or .htm.

Some basic codes:

Text Styling:

Bold: <b>Bold</b>
Italic: <i>Italic</i>
Underline: <u>Underline</u>
All Together: <b><i><u>All Together</u></i></b>

Headers:

Header 1: <h1>Header 1</h1>
Header 2: <h2>Header 2</h2>
Header 3: <h3>Header 3</h3>
Header 4: <h1>Header 4</h1>
Header 5: <h2>Header 5</h2>
Header 6: <h3>Header 6</h3>

Each header makes the text bigger. Header 1 is the biggest, header 6 is the smallest. (a demo cannot be shown on this forum)

Font Styling:

Green: <font color="green">Green</font>
Blue: <font color="blue">Blue</font>

You can also make fonts different sizes, by editing it to:

<font color="green" size="10pt">Green 10pt</font>

Or even get rid of the "color="green"" to just have it a default color, with a size of your choice.

HTML Links:

Link to Zoovix.com - <a href="http://www.zoovix.com/">Link to Zoovix.com</a>
Add an Image - <img src="http://community.zoovix.com/images/smilies/smile.gif"></img>

HTML Lists:

Ordered List:
  1. List Item First
  2. List Item Second
Code:

<ol>
<li>List Item First</li>
<li>List Item Second</li>
</ol>

Unordered List:
  • List Item First
  • List Item Second
Code:

<ul>
<li>List Item First</li>
<li>List Item Second</li>
</ul>

Useful Tags:

Horizontal Rule: Add <hr /> to a page to show a bar across the page.
Line Break: Add <br /> to a page to end one line, and start another.

Brought to you by: Zoovix.
More will be added here.

avsunforum 08-13-2009 09:58 PM

Thanks :)

Winterworks 08-13-2009 11:23 PM

No problem. :)

I'll write more advanced ones, or go into more details with this one, if people want.

Faizan 08-19-2009 02:40 AM

Nice.

abdobasha2004 11-12-2009 01:04 AM

simple
simple thanks !

QuackWare 11-12-2009 07:24 PM

Nice short tutorial.


All times are GMT. The time now is 11:26 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01905 seconds
  • Memory Usage 1,722KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete