Title: BASIC HTML
1BASIC HTML
2HTML is a collection of standardized codes used
to create documents that a web browser can
display.
3HTML Tips
- Almost all HTML tags come in pairs.
- You should try to put each tag or tag set on a
separate line rather than running all the text
and tags together. - If quotation marks are used around an element,
dont forget to type both. - Dont forget both angle brackets around the tags.
4- You can type tags in upper or lowercase letters.
It is sometimes helpful to type tags in uppercase
so you can find them more easily. - HTML ignores line breaks/returns on the keyboard.
You need to use ltBRgt tags.
5ltHTMLgt ltHEADgt ltTITLEgtMY WEBSITElt/TITLEgt lt/HEADgt ltB
ODY BGCOLOR"SILVER"gt ltH1gtltFONT FACE"TAHOMA"
COLOR"MAROON"gtltBgtltIgtThis is My
Websitelt/Bgtlt/Igtlt/H1gt ltPgt HTML can be a good way
to design a website. It can allow you complete
control over what your website eventually looks
like.lt/Pgt ltPgt HTML can be difficult because you
must type everything absolutely correctly. You
can't leave out a bracket, a quotation mark, or a
letter.lt/Pgt ltCENTERgtltIMG SRC"Mt.
Emily.GIF"gt ltBRgt You can find more resources
about HTML at the following sites ltA
HREFhttp//www.html.comgtwww.html.comlt/Agt ltBRgt ltA
HREFhttp//www.htmltags.comgtwww.htmltags.comlt/Agt
ltPgtWebsites can be about ltOLgt ltLIgtAn
interest ltLIgtYourself lt/OLgt lt/Pgt ltPgtThey can also
be about ltULgt ltLIgtA hobby ltLIgtSomething you know
a lot about lt/ULgt lt/Pgt lt/BODYgt lt/HTMLgt
6- Use Notepad for HTML (green Start button, All
Programs, Accessories, Notepad). - When saving, make sure you save in your folder.
- Also make sure you change Files of Type to All
Files. - Your filename needs to include the extension
.HTML.