Nov 22, 2009

How Can You Spice Up Your Basic HTML Site ? Beginner Needs Help

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Designing > Web Design and HTML

How Can You Spice Up Your Basic HTML Site ? Beginner Needs Help

Marche00
Well im new to this,and i know a person who knows how to do HTML,I of course dont lol,but I was wondering with html can you change the way the sites you make on here look and ect..(put flash in and w/e..)

Comment/Reply (w/o sign-up)

nightfox
QUOTE(Marche00 @ Feb 10 2006, 11:12 PM) *

Well im new to this,and i know a person who knows how to do HTML,I of course dont lol,but I was wondering with html can you change the way the sites you make on here look and ect..(put flash in and w/e..)

Astahost* and I think this topic should be in programming, but I'll leave that up to a mod.

Anywho, HTML is the base language (if you can call it that) that forms a website. EVERYTHING on the web uses HTML and is (usually) enhanced with some sort of server side scripting (PHP, Perl, etc).

Hmm.. reminds me that I should finish up my site which is about this sort of thing.

Just remember, when it comes to your first site, you've got several best friends: Notepad, Google, and Astahost forums.

When you're starting out, I DON'T suggest using any sort of WYSIWYG (What You See Is What You Get) editor such as FrontPage or DreamWeaver which is not aimed at starters anyway. I started off in Notepad and learned HTML until I felt comfortable. Though I still kind of new to web design, I've made several templates that I have been told look very professional.

It will take a while, just work hard at it! wink.gif No cheating either with those free WYSIWYG editors! Later on down the road, you'll thank me! I didn't spend as much time in Notepad as I should so my tables always seem to come out "strange", but that's my fault.

Take your time with it and don't worry about your design at first. My first "real" site was an ugly blue background non-standard fonts and looked terrible. You get the hang of it and then it comes natrual and soon, you'll know "right" from "wrong" and you'll get HTML down. Then you can move on to things such as my favorite language: PHP! smile.gif But that is another topic at a later time.

Good luck with your learning! wink.gif

[N]F

 

 

 


Comment/Reply (w/o sign-up)

demolaynyc
If you want to spice up your webpages, you can't just use HTML alone and notepad. You'll need pictures. I use Photoshop CS2, Dreamweaver, and Flash. Those three will make your site look professional. I'm just starting at server side scripting, specifically PHP.

I suggest you use photoshop to design a layout and then slice them up into tables or divs and use flash for animation. use server side scripting for guestbooks.

Comment/Reply (w/o sign-up)

Vyoma
Well, I would say, that as nightfox has said, try learning a bit of HTML, writing most of the code by hand. This, you would require to get the hang of it.

Once you have done that, you design your web pages. Either you do it, or catch hold of a good designer. Overlay the presentation with the content using something like CSS, and you get a good result.

Comment/Reply (w/o sign-up)

demolaynyc
QUOTE(Vyoma @ Feb 13 2006, 02:43 PM) *

Well, I would say, that as nightfox has said, try learning a bit of HTML, writing most of the code by hand. This, you would require to get the hang of it.

Once you have done that, you design your web pages. Either you do it, or catch hold of a good designer. Overlay the presentation with the content using something like CSS, and you get a good result.


i agree with vyoma, u should learn html first--just the basics. it's easy to learn anyway. a good website for tutorials is htmlgoodies.com

Comment/Reply (w/o sign-up)

twitch
Hahaha. Something I can finally talk about.

Firstly, this should be exactly where it is. He's talking about Web Design and HTML, so it is only fitting that it should remain here.

XHTML - Get it right the first time
People before me have been talking about using HTML. I personally think it is better that one starts with the latest push language - which at the moment is XHTML. It ensures that your code is cleaner and more respectable. Due to this cleanliness, it more often than not, leads to better cross-browser compatibility.

To start learning XHTML, I suggest you go to the the following address:
http://www.w3schools.com/xhtml/default.asp


Comments are a working wonder
When you have started using XHTML, make sure you comment your work throughout, and structured it properly. There is nothing worse, than opening a source code to find mess and tatter. It's hard to read and slows down future developments. Commenting your work also helps, as you know where things are.

To use comments in XHTML use <!-- REPLACE CAPITAL COMMENT WITH YOUR OWN -->
To use comments in CSS use /* REPLACE CAPITAL COMMENT WITH YOUR OWN */


CSS is art, simplified
Many people will tell you that CSS design is a cross-browser, cross-computer efficient approach to design. This is true. Unless you are 100% arrogant. Then it is false. CSS based design can help decrease page load times and efficiently display your stuff. I use CSS based design, along with simple graphics to a good effect. CSS over XHTML formatting is much preferred. For example, stating a font size in XHTML is not the done thing. Therefore, you can control all of that font type with a couple of lines of CSS, and zero-clutter XHTML.

To start learning CSS, I suggest you go to the following address:
http://www.w3schools.com/css/default.asp

Once you have covered that, I then suggest you go to the following address, and read through it properly:
http://www.csszengarden.com


Advanced
After swatting up on XHTML/CSS, you may want to try venturing into feature-rich sites. For example, one good direction is Javascript.

To start learning Javascript, I suggest you go to the following address:
http://www.w3schools.com/js/default.asp


Server Side Scripting
PHP, ASP and the other forms are generall Server Side Scripting. PHP is arguably the better course, depending on your uses. If you are wanting to go professional, then most clients/employers will look to see i f you have any SSS knowledge, and how good that knowledge is.

PHP allows you to create almost anything, from online games, to complete Content Management Systems (CMS).

ASP is generally used for heavy handed things, like Shopping Carts and mass database control.

To start learning PHP, I suggest you go to the following address:
http://www.w3schools.com/php/default.asp
To start learning ASP, I suggest you go to the following address:
http://www.w3schools.com/asp/default.asp


Graphics
As well as using CSS to aid in your design, you may also want to take up the likes of Photoshop or Paint Shop Pro. Personally, I use Fireworks, it allows me to powerfully control the aspects of my Ultra Keep It Simple Stupid (UKISS) design. However, it is limited to Bitmap and Filter controls.


REMEMBER: Javascript and Java are two completely different things. Javascript is a scripting language that allows you to do basic controls on web pages. Java is a programming language that allows you to make applications.

Comment/Reply (w/o sign-up)

Beefdip
I'd like to add a little something to the shindig: Flash. Flash has its time and place. Mainstream websites are not a part of it. Say, for example, you design a website for Re/Max. First thing you do is make a nice, catchy flash splashscreen. Then someone comes along with Dial-Up and they can't even LOAD the splashscreen, let alone get to click the "Skip Intro" button--provided you put one in there. What's that going to say? It's not going to look good for Re/Max. A lot of people still use Dial-Up. Look at the big companies--Dell, Microsoft, HP, Sony. None of them have a flash splashscreen. They may use inline frames with flash, but not very often. They lean more towards providing ALL users with the same level of professionalism. This is especially important when your a national compnay. Take, for example, Australia. High-speed DSL or Cable internet runs around $100/month in a lot of places. So most people have dial-up. Not good for flashsites.

Comment/Reply (w/o sign-up)

lonebyrd
I started to learn HTML from the HTMLGoodies site that was mentioned. Started writing some pages in notepad and learned that way and I'm doing rather well I think. I tried some of those free WYSIWYG programs because I thought it would help me out, but I didn't like it at all, I wasn't learning what I needed to. I'm on my way to learn CSS, now so thank you for the web site Twitch, then on to PHP. I've read what others have said on how to learn but I have my appoach, good or bad as it may be. After PHP, I am going to learn about MySQL.

Comment/Reply (w/o sign-up)

Rohan Ramanath
This topic is one that can be debated on. Some webmasters say that it is not advisable to use WYSIWYG Editors as a beginner. They may have many reasons to do so . I find myself under the latter category. I feel that knowing a programming language like H.T.M.L. (Hyper Text Markup Language) is not required to make a website of any caliber.
I myself started designing my first website on a WYSIWYG Editor .In this you can design your page like you are drawing on paper and it will automatically get decoded into H.T.M.L, you can then sit and study the coding and analyse asto what work each code does. The WYSIWYG Editors that I would recomend are Microsoft Frontpage and Macromedia Dreamweaver. These software in colaboraton with other softwares like Macromedia Flash, Macromedia Fireworks and even Microsoft Paint can be used to design ultimate webpages.
After creating this basic part of a webpage extra-ordinary effects can be added by using programming languages like Javascripts, PHP, ASP, CSS and many more...The same way like HTML need not be learnt to make websites so are Javascripts and the other above mentioned languages. Ready made scripts of these languages are available for free in many websites like :
www.wsabstract.com
www.thefreesite.com
and many more search results can be found on Google. At thefreesite.com any begginer will get all the features that are required for his/her website.Also : additional features like guest book, site search, and member's area are also available on various websites like www.bravenet.com and the like. Now let me tell you the importance of know all the above mentioned programming languages .
Firstly, it increases your knowledge on programming .
Secondly, it lets you be independent : you need not depend on other sites for various features.
Thirdly, it lets your site be free from the forced adds that are put by the websites who privide you with this feature. And even if they put adds for other features you can remove it by HTML commands.
Forthly, it lets you to design it according to your means and fancies instead of choosing from one of their pre-designed templates.
The disadvantage is that you spend more time learning instead of designing your website. I have explained to you the advantages and disadvantages of knowing programming languages. For more queries on this issue you can e-mail me at rohanramanath@gmail.com[size=2][color=#FF0000].
For your information, I am the Dean of Solutions4u[size=2] and am presently re-designing my site. :)
Rohan Ramanath

Comment/Reply (w/o sign-up)

ganeshn11
--------------------------
This topic is one that can be debated on. Some webmasters say that it is not advisable to use WYSIWYG Editors as a beginner. They may have many reasons to do so . I find myself under the latter category. I feel that knowing a programming language like H.T.M.L. (Hyper Text Markup Language) is not required to make a website of any caliber.
I myself started designing my first website on a WYSIWYG Editor .In this you can design your page like you are drawing on paper and it will automatically get decoded into H.T.M.L, you can then sit and study the coding and analyse asto what work each code does. The WYSIWYG Editors that I would recomend are Microsoft Frontpage and Macromedia Dreamweaver. These software in colaboraton with other softwares like Macromedia Flash, Macromedia Fireworks and even Microsoft Paint can be used to design ultimate webpages.
After creating this basic part of a webpage extra-ordinary effects can be added by using programming languages like Javascripts, PHP, ASP, CSS and many more...The same way like HTML need not be learnt to make websites so are Javascripts and the other above mentioned languages. Ready made scripts of these languages are available for free in many websites like :
www.wsabstract.com
www.thefreesite.com
and many more search results can be found on Google. At thefreesite.com any begginer will get all the features that are required for his/her website.Also : additional features like guest book, site search, and member's area are also available on various websites like www.bravenet.com and the like. Now let me tell you the importance of know all the above mentioned programming languages .
Firstly, it increases your knowledge on programming .
Secondly, it lets you be independent : you need not depend on other sites for various features.
Thirdly, it lets your site be free from the forced adds that are put by the websites who privide you with this feature. And even if they put adds for other features you can remove it by HTML commands.
Forthly, it lets you to design it according to your means and fancies instead of choosing from one of their pre-designed templates.
The disadvantage is that you spend more time learning instead of designing your website. I have explained to you the advantages and disadvantages of knowing programming languages. For more queries on this issue you can e-mail me at rohanramanath@gmail.com[size=2][color=#FF0000].
For your information, I am the Dean of Solutions4u[size=2] and am presently re-designing my site. smile.gif
Rohan Ramanath
----------------------------------

Firstly my friend I would like to tell u that HTML is NOT a programming language as you have mentioned, nor is CSS, practicaly I would suggest using WYSIWYG editors before doing anything else, it gives you more experience. And totally depending on your programming skills is not going to lead you to any where, first thing is that, i don think so that no-one is mad enough to program a set of dum things, where you can get them for free at a cost of few clicks, but you have gotta point just ignoring the point of programing is also not going to lead u anywhere.

What I would like to tell you is that, use a WYSIWYG editor, know programming and u'r site will rock

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : Spice Html Site Beginner

  1. Basic Tips and Tricks in HTML - (17)
    Here is some quick links for basic html coding... A quick and easy way to create your first web
    page! -> The easiest HTML guide for beginners You'll learn how to create tables from real
    examples. -> How to create TABLE? You will learn how to create frames from a real example.
    You'll see how to create a borderless frame, how to specify the target frame, etc. -> How to
    build FRAMES? Follow a few easy steps to add sound to your web pages. -> How to add sound to a
    web page? This page tells you how to automatically load a visitor to another web page....
  2. Weather Feed Script In Php - A good weather feed on your site (2)
    If you are tired of providing your clients with weather feeds that take visitors off of their site
    or slam their site with ads, I finally found one after searching for hours. Here's a link to a
    FREE php script that pulls the feed directly from any airport in the world to your site. It is easy
    to customize and has simple, well documented installation instructions.
    http://www.mattsscripts.co.uk/mweather.htm hope you find it helpful... a good one for designers
    to archive as you will most likely need it some day for a client. Check out Matt's other free
    scri...
  3. Html W/ Embedded Flash - How do I get rid of borders?? (9)
    Hey if any of you HTML wizzes out there could help me - I would greatly appreciate it. I am
    designing some web site stuff with flash only. I know I know I should be using dreamweaver or
    something else in addition - which I don't have access to on my computer here at work. When I
    publish my files I can't get rid of the border around my swf file when I view it in a browser.
    Is there any way to get rid of this $#%$ed border?? I have tried all the options I can find in
    flash to no avail. I'm thinking there probably is some simple HTML code to get rid of the...
  4. Free Shoutbox? HTML, Flash or PHP Code - (25)
    does anyone know where i can find a free shoubox thats customisable? it can be in html, php or flash
    format. thanks in advance paul...
  5. Good Books For Html And Css Beginners - (1)
  6. Indentation In Html - (4)
    Whenever I start a new project one of the first things I do is put in a base index.php page. Yes,
    it's a .php file, but I won't be looking at the PHP just yet. Normally, it looks a little
    something like this: CODE               Title                                    
                   I've already got a few basics set out that I tend to stick to. For
    instance, so far each of my projects has been XHTML Strict, which is why it's always up there.
    Similarly, I use the same character set, and (at least initially) have two CSS files calle...
  7. Style P And H? Html Tags - (2)
    Well, I have found that css was very hard to predict and precise control their apperance. When mix
    and use the p and h? tags. Their apperaence were not identity. Place the h? tags within the p tag
    causes style error on both firefox and IE. So, anyone should do it reserved, instead, place the p
    tag with any h? tags will do the jobs on both browsers. Still learning it coz it much varies when
    doing styles. Tested it on XHTML 1.0 Strict...
  8. Yaml - (x)html/css Framework - (2)
    The YAML (Yet Another Multicolumn Layout) Framework is an excellent open source project that helps
    you to create two or three columns (X)HTML/CSS floated layouts. This framework is very easy to use
    and allows you to modifiy it to your own needs, this framework offers some tools for rapid
    development of modern and accessible CSS layouts. QUOTE Yet Another Multicolumn Layout (YAML)
    is an (X)HTML/CSS framework for creating modern and flexible floated layouts. The structure is
    extremely versatile in its programming and absolutely accessible for end users. Based on w...
  9. Website Navigation Hover Buttons Stick So Made Css Today - need further help with tutorial from this site (7)
    Hi I made hover buttons to go into my friends website because frontpage didn't allow the text on
    their buttons to be left aligned. Anyway, I think they stick a lot and i'm not happy with them.
    I have read a lot of people don't like the time it takes for java applets to load either so
    thought I should try doing the navigation buttons with the CSS shown on this site. I was so happy
    when after following the instruction my buttons turned out fine but the probem is that they have a
    solid border around each button and i want my nav bar to look like it's under...
  10. Sitepoint's Css And Html Reference Sites - (2)
    Recently the folks at SitePoint.com launched two excelent online reference sites for web designers
    and developers, the first one is the SitePoint CSS Reference and the second one is the SitePoint
    HTML Reference (Beta) . Both of them are free and available to anyone and everyone who needs to
    lookup any information related to CSS and HTML in an easy and fast way. The SitePoint HTML
    Reference (Beta) is still in progress. Also, both of them are very detailed and up-to-date on each
    subject and are focused not only to beginners because they covers from general to advance...
  11. Embedding XML into HTML - (2)
    Hi, I am looking for a way to embed external rss/xml files into my html page, how/is this possible?...
  12. Force Object To Load Last - html question (2)
    Alright html wizards...i've got a question ^_^ I assume that, like other programming codes, html
    and php compilers read a code from top to bottom. Say I have a object though...and I want it to load
    last...how do I do that? Let's just pretend I have an image that I do not want to load until
    everything else on the webpage is loaded...how can I set that up? Is there perhaps a javascript code
    for it...or maybe a CSS style I could add onto the object? Or better yet, is it possible to make
    everything within a div/span/table tag load last? Another thing...if I leave an...
  13. Find Out Dead Links In Your Site Automatically - Want to see a dead link on your site? (11)
    If you try to go to http://www.dead-links.com you will be asked for your domain or url. Enter it
    and the bot will find any dead links that you might not have seen. Have a nice day......
  14. About Html - (15)
    How long did it take you to learn Html?? It took me about 2months to learn the basics lmao. I need
    a tuturial that has it all or a website.i would like it if someone did it. Thats why i get my
    friends to help me /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
    alt="biggrin.gif" /> But they are nice friends thats why. Like 2 people have helped me Sten and
    Habble Sten Owns www.habbofront.com which uses Asta as its host and www.habble-aus.com which uses
    Asta as its host. so this must be a good host because 2 good sites that have expert Htmlers so need
    he...
  15. Help me - I want to make site to the linux beginer (3)
    Please help me, give me ideas. I want to create a place to help to all the persons that want to
    learn linux. I have ideas but I now you have better ideas. My main idea is to show that everything
    that is done in windows can be done in linux. As see movies, play music and create sites webs....
  16. Html Emails How? - (12)
    How on earth do you create HTML emails? I have been searching Google for some time now and can find
    ABSOLUTELY no information what so ever on how to ACTUALLY create HTML content emails. It just a
    bunch of programs and Microsoft applications, or testing facilities, I don't need any of this,
    there must be some coding system to it? I tried emailing using basic direct HTML tags (like ), but
    it fails (it just shows ), so how can I do this? I am not looking for anything really fancy, I
    just want to use some basic bolding and font changes and things to make it look a ...
  17. Html Table Issue. - (18)
    Does anyone know how I might create a HTML table but using pure CSS (div's and what not). I
    really have no idea why, but for some odd reason my layout goes nuts if I try to use the table tags,
    even used properly with no errors the whole thing just brakes down (I don't use tables
    anywhere). So I figured my only option is to attempt to do it CSS way if possible?...
  18. Html Stats - (3)
    Do you know how to get website stats in a html code?? Like The amount of people viewing the site at
    the moment and stuff like that?? because i need to know. Thanks if you reply to this i am in need
    for it. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />...
  19. Redirecting All Htm Files To Php Site... - (8)
    Hi, just finished converting all my files from .HTM to .PHP files. Is there an easy way to redirect
    all my users who go to the .HTM pages to the .PHP pages instead? Basically all the names remained
    the same. Just the extension changed. My webhost has cPanel 10. something... Thanks....
  20. Beginning Web Designer Templates & Logos - As a beginner web designer you probably don't know how to make tem (4)
    When I started website designing, I had no idea how to make templates or logos. So, I needed to find
    some free and inexpensive templates and logos. While I was searching I located a lot of sites. I
    would like to share them with all the beginning website designers out there. If anybody has anything
    to add to this, please do! Free Templates: 1) http://www.freewebsitetemplates.com/ 2)
    http://www.oswd.org/ 3) http://www.freelayouts.com/ 4) http://clantemplates.com/ Free Logos:
    1) http://www.bestcompanylogo.com/freelogos.php (this site also has custom logos but...
  21. Stretching My Site Vertically - Using CSS or HTML (6)
    I know it's possible, I've seen it one time. But I forgot. Many websites, if they hold more
    content than there is room for in the minimum height, the site stretches vertically. How can I do
    this? I only know that I need a background image of 1px height. Thanks in advance MediYama...
  22. Scripts And Html - (13)
    Hey /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />, In the
    note pad, I put the proper code for php ?> and save the file as name.php But i can't put
    that file in html. This is a big problem since Iam trying to make an online text based game. Whats
    the code to put a script inside a web page. And do i need any special software for it? If so
    where can i download it? Thanks for reading /biggrin.gif" style="vertical-align:middle" emoid=":D"
    border="0" alt="biggrin.gif" />....
  23. Firefox Inventing Its Own Html? - (9)
    I am building a website for a client. I finally have the animations and the site content the way i
    want it. I updated the site via FTP, and IE displays it perfectly. Firefox however displays my "work
    in progress" animations still, even though the index file references the new animation. I have
    cleared cache, and even looked up the site on different computers, and on every one, FF displays
    those darn rough draft animations while IE works perfectly. Any idea as to what is going on here?...
  24. Quick Tips On Html And Css - (11)
    Here are just some general tips, helpers and time-savers for HTML and CSS. HTML Ideally, you should
    be working under the XHTML 1.1 doctype specification. Some reasons: Improved semanticism - make use
    of the elements available appropriately to convey the information as it was intended. Improved
    understanding - because of an increase in semanticism, it's easier for your audience to
    understand what your trying to convey. Cleaner code - due to the deprecation of some elements and
    the strict requirements of nesting, closing and structure, your code becomes much cleane...
  25. Unicode Encoded Site - Characters Not Displaying Properly? - (4)
    Hey guys, I've been working on a AJAX based CMS for a client for the last few days
    and am in the final stages of deployment. I've run into a slight problem here. The site is
    supposed to be in Norwegian. The back-end uses the tinyMCE editor for adding in content, which
    is stored in MySQL. Now this presents no problem at all and the content is displayed just fine in
    the browser.. Problem arises when it comes to the site menu. It is a drop-down menu script from
    DynamicDrive, which reads off the menu items the same way from MySQL as the content and b...
  26. Cvs For Maintaining Your Site - (0)
    This is something every webmaster would love to use.. but didn't know existed. There is a tool
    named "CVS" which can be used to save all versions of your program. You initially start with a set
    of source code files, and the project grows from there on. If you make a mistake you can always
    restore the changes you made from the previous version you added to the "CVS". During a
    website's lifetime, a lot of code keeps changing, and more often than not, some code causes a
    problem in the rest of your website. Using CVS would help to detect where you slipped in those ...
  27. Need Help With Multi-lingual Site Design - (6)
    Does any of you have any ideas on multi-lingual site design? I'm looking for some
    resources/guides that'll show me the exact technique of achieving this... I am NOT looking for
    the Google Translate kind of option, where you've got a bunch of buttons on your site - clicking
    on which, will pass your page through Google Translator producing a totally garbled grammatical
    output in another language... What I want is to define every Text Element on the site as
    variables and depending on the lanugage of your choice, these variables are filled in from
    pre-defin...
  28. How Do You Put Flash Into Your Site? - Help plz... (7)
    Hi, im makin a games site for Tasty Relish Forum. (go here to join and help fill this forum!!!)
    how do I embedd flash games?...
  29. Thinking About An "audio" Web Site - Your feedback please (4)
    Our company is in the web development (and marketing) business. This winter we are re-developing
    our own site, and I have been thinking of making the web site also available as an audio option.
    Since I'm an audio learner this concept interests me, and I figured I would throw this idea to
    you guys for you opinions / feedback etc. as I don't like to act on something without first
    getting feedback from people. I have the right recording gear to make the files sound good, so
    there's no problem there. And I would still do the usual "TEXT" in particular the sea...
  30. Bulletproof HTML: 37 Steps To Perfect Markup - Excellent article that highlights and answers most FAQ about HTML (4)
    Hi, i want to share with everybody this excellent article at sitepoint.com that i just read, it
    highlights and answers most FAQ about HTML, it's very consice and simply and for me it is a must
    to read. You can read it at Bulletproof HTML: 37 Steps to Perfect Markup . Best regards,...



Looking for spice, basic, html, site, beginner

See Also,

*SIMILAR VIDEOS*
Searching Video's for spice, basic, html, site, beginner
advertisement



How Can You Spice Up Your Basic HTML Site ? Beginner Needs Help

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com