Go Back   vb.org Archive > vBulletin Article Depository > Read An Article > Programming Articles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Basic HTML Tags
Winterworks
Join Date: Feb 2008
Posts: 640

I'm human

Canada
Show Printable Version Email this Page Subscription
Winterworks Winterworks is offline 08-11-2009, 10:00 PM

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.
Reply With Quote
  #2  
Old 08-13-2009, 09:58 PM
avsunforum avsunforum is offline
 
Join Date: Feb 2008
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks
Reply With Quote
  #3  
Old 08-13-2009, 11:23 PM
Winterworks Winterworks is offline
 
Join Date: Feb 2008
Location: Canada
Posts: 640
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem.

I'll write more advanced ones, or go into more details with this one, if people want.
Reply With Quote
  #4  
Old 08-19-2009, 02:40 AM
Faizan Faizan is offline
 
Join Date: Mar 2008
Location: fullmaza.com
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice.
Reply With Quote
  #5  
Old 11-12-2009, 01:04 AM
abdobasha2004's Avatar
abdobasha2004 abdobasha2004 is offline
 
Join Date: Aug 2008
Posts: 541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

simple
simple thanks !
Reply With Quote
  #6  
Old 11-12-2009, 07:24 PM
QuackWare QuackWare is offline
 
Join Date: Jun 2009
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice short tutorial.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:48 PM.


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.04073 seconds
  • Memory Usage 2,243KB
  • Queries Executed 21 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_article
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (5)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete