How to create Web Pages
Some relevant websites ???? (very commercial)
Basic web page structure A page title (body of web page)
Some basic HTML tags For sub-headings: heading Recognized are headings h1-h6 h1 is largest, h6 is smallest. Changing emphasis: (bold) (emphasis) (italic) (teletype font) (underline)
A few more simple HTML tags used for links breaks a line..... term definition ” size=”nr” color=”x“>... (width, size are optional).....
Unordered lists or or List item. Notes: Can place lists inside lists It is a good idea to place a before and after
Ordered Lists Similar syntax to unordered lists, but are numbered/lettered. Start at 1 unless otherwise indicated. Elements indicated by / pairs as usual. Variants: numbered lettered a. b. … lettered A. B. … lowercase roman numerals Capital roman numerals Add start=”number” if need special start. Example: will label the items c d e...
Tables Heading Heading>..... data data... … Can add attributes border= cellspacing= cellpadding= to table tag. Values in pixels. (if no border attribute, table will not have a border).