![]() | |||||||
Don't Be Scared, It's Only Code: HTML For Beginners.For some reason, HTML seems to really frighten a lot of people. Some have seen complicated HMTL that's been produced by an editor program, or they've clicked 'View Source' on a few pages and been scared by what they've seen. some text The first thing to notice is the way it starts and ends: with the HTML tag. This is essential when you write HTML. Now, notice what's included in the head and what's in the body: while the head tells you the title of the page and that its background colour is blue, it's the body that has the web page's text. Once you've got that basic structure, all you need to do is add more tags to make your page. A Guide to the Tags. html. The first and last tag. Tells the browser that the document is HTML. head. The header. title. The page's title (appears in the browser's title bar, right at the top of your screen). style. Contains CSS that provides information on how the browser should present your page. body. The main body of the page. p. A paragraph. All text should be contained in paragraph tags – to start a new paragraph, close the old tag and open a new one. b. Bold. Text between b tags becomes bold. i. Italics. u. Underline. Beware of using this tag for things like headings, as many users have come to expect underlined text on the web to be a link. h. Heading. You should use different tags depending on how important your heading is, so h1 for a page's main title, h2 for subheadings, h3 for the next headings down, and so on. a. The link tag (the a is a little confusing: it actually stands for 'anchor'). This tag lets you link some of your text to another page. It works by surrounding the text that you want to become a link, like this: http://www.example.com"click here. ul/ol. Stand for 'unordered list' and 'ordered list' – used to say that a list follows. The only difference is that ul uses bullet points while ol uses numbers. li. List item, a tag used inside ul or ol, like this:
img. Used for inserting images: img src="image.jpeg These are the most useful tags, but for a full reference, you might like to visit www.w3schools.com/tags.
|
Web DesignShould I Create A Website? Do I Need One? Web Design Elements You Should Avoid Having On Your Site When Is The Right Time To Redesign? Why You Should Use Graphic Templates Cut To The Chase: How To Make Your Website Load Faster.
| ||||||
Web Design7 Ways To Make Your Web Forms Better. ... computer to make a loud 'ding!' sound as they do so. If there's something I need to go back and fix, add the warning to the page itself, preferably with a red border or background to mark it out for my attention. Don't make me read a dialog box, click OK, and scroll back up myself to hunt for my mistake. ... ... free, though, you might like to try the more compact Pixie, from www.nattyware.com/pixie.html, which sits in the corner of your screen and tells you the colour code of any colour you hover over. HTML Checkers. There's not much competition when it comes to HTML checking: what you really need is the W3C's ... Building Your Mailing List With Downloads ... the free iTunes and Quicktime software from their site, they will ask you to fill in an optional name and email form so that they can send you offers on songs that you can purchase via -- guess where -- iTunes! In reality, you do not need to offer such a "heavyweight" download such as a full-feature software ... How To Set Up Your Hosting In 5 Minutes Flat. ... it doesn't, then you should take a break for a day or two nameserver changes can still take a while to spread across the whole Internet. Test Your FTP Account. The next step is to try uploading a page to your website by FTP. Before you can do that, though, you need an FTP program and a test page. The ... Reducing Load Time Through Image Optimization ... dialup connection. The culprit of slow-loading sites is mainly large images on your website, and it is very important to strike a delicate balance between using just enough images to attract your users and not to bog down the overall loading time of your site. You should also go to a greater length and ...
| |||||||
| © 2000 Find Any Info Sitemap Privacy Statement Contact Us | |||||||