What are the most basic html commands?
Public Comments
- HTML BODY HEAD (these do nothing but mark the document structure) BR/ -Marks the end of a line P - Marks a paragraph (block of text 1 em lineheight) TITLE -Used in Head section to change top of window you'll see this window says "What are the most" A -Make a link (anchor) DIV -mark an area (very important for CSS) SUB - SUBSCRIPT SUP -SUPERSCRIPT B - BOLD (use strong instead of this) I -Italic (use em instead of this) S -strikethrough EM -emphasize Strong -strong text h1 -Headers 1 through 6, biggest is 1, smallest is h6 h2 h3 h4 h5 h6 ul -marks a full unsorted list li - marks an item IN a list then you should use CSS to style them. You can make up your own tags if you want with CSS, but they'll only work in firefox.
Powered by Yahoo! Answers