What general HTML should I know when looking at template code?
When viewing the template code, you will most likely see the following HTML code: Basic Elements Structural Definition Presentation Formatting Links and Graphics Dividers Lists Backgrounds and Colors Tables Basic Elements Document Type <HTML></HTML> (beginning and end of file) Title <TITLE></TITLE> (must be in header) Header <HEAD></HEAD> (descriptive info, such as title) Body <BODY></BODY> (bulk of the page) Structural Definition Heading <H?></H?> (the spec. defines 6 levels) Align Heading <H?
General Questions août 6, 2018