background preloader

Web two

Facebook Twitter

Weebly HTML Tutorial - Weebly HTML Tutorial. HTML Basic. If you know nothing about HTML, this is where you start. Learn HTML in 20 Minutes! How to create HTML files:You only need to know a few HTML commands (tags) to create files to "put up" on the Web.

Learn HTML in 20 Minutes!

It's nice to know that these files can be created with Microsoft Word® or any other word processing program for that matter. The only catch is that you must save them as text files and give them an HTML (or HTM for PC computers) extension (i.e., aatg.html or aatg.htm). The .html or .htm extension tells your web browser that these are documents created for the Web. Necessary HTML Tags(note that upper-case/lower-case is not important)The "guts" of every HTML file must look like this:<html><head><title>Document's name which appears in the heading, not on the page</title></head><body>Type in the information you want to appear on the page here</body></html>Within the <body> tag (command), you may use other HTML tags to add images and/or sounds, link your page to other pages (URLs) on the Web, highlight your text by bolding or italicizing it, or change font size.

Text you type in. Learning HTML.