HTML Tutorial Mini Chapters 1-7 Name: 1. What is HTML? 2. What type of files are HTML files? 3. Your main web page file must be titled? 4. What are these “<” and “>”? 5. How would you make the word “dog” bold? 6. What 2 parts do HTML documents have? 7. When something is placed in the TITLE tags, where does it show up on the page? 8. With headings, what does the y stand for? 9. In horizontal ruled lines, what do width=n, width=n% mean? 10. What does size=n mean? How do you turn off the shade? 11. How do you create a paragraph? 12. List the 5 different formatting properties along with their tags. 13. List the 3 alignments with their tags. 14. What tag do you use to break a line? 15. If I want to put a link to MSU on my web page, using an anchor link, how would I do that? The URL is http://www.msstate.edu - I want the actual link to say Mississippi State University.
16. Email: How would you put a link to email me? Email address is maboone@hoover.k12.al.us - I want the actual link to say Ms. Boone. 17. What kind of images can you use on your web site? 18. If you were writing “Internet Publishing” on the top of your page, how would you center it? 19. How would you tell the computer to make your body background green, text blue, an d your links red? 20. When does it say to use quotes around something? 21. What is tag overlapping? 22. What symbols are used to create a comment? 23. I want an unordered list of diet coke, chips, salsa, meat, lettuce, and cheese. Show me how it would look. (Include HTML, HEAD, BODY tags as you would in a real web page). 24. I want an ordered list of coke, fries, meat, ketchup, and mustard. Show me how it would look. 25. I want a definition list of CPU, Mouse, and Keyboard. Show me how it would look. (You will have to make up a definition for these words…but I don’t think you’d have a problem).