Lab 1 Questions
By: Nick Spinelli & Adam Lindhorst
- The elements that only have one tag are: line breaks (br), thematic breaks (hr), image element (img) and elements that provide information about a document but don't effect its display content. It is not necessary for them to have end tags because they are used to provide a simple directive.
- HTML allows you to use a different character set to enable web designers to create web pages in different languages, given they have the proper means to do so.
- The title tag is used to display the title of the web page in the web browsers tab.The h1 header is used to create a title on the web page itself. It is useful to put the title in both places to allow web users to know where they are on the web page and ease their navigation from one tab to another.
- File systems are case sensitive, by consistently using lower-case letters makes file names easier to manage.
- Avoid using special characters including: ? , % , / , ; , : .
-
- <img src= "birthday.png">
- < h1>Hello<\h1>
- <a> href="file.html" Home</a>
- <p>First paragraph</p> <p> Second paragraph</p>
- HTML documents are superior to PDF documents because you can embed multiple files into one page. HTML pages are just a text document where as a PDF has pictures and any other additions embedded into the file.