Good habits on editing HTML files
* Insert and close the begin and end tags of each element at the same time. In this case, open and close tags always come and go in pairs. It can also avoid overlapping tags.
* Insert both beginning and ending quotation marks at the same time to avoid missing them.
* Table rows with a different number of cells. When constructing a table with multiple rows, consider duplicating the first row a number of times and then edit the rows for content and formatting.
* Keep in mind that browser bookmarks are named with page title. Titles such as "Home Page" are useless.
Leave a Reply