- The <i> tag tells a web browser to bold a word or group of words.
|
- The <body> tag tells the web browser to end an HTML document.
|
- In order to create a size 2 heading, I would need to use the <h2> tag.
|
- In order to tell a web browser to show a new paragraph, a <i> tag would need to be created in the text editor.
|
- After creating an file in a text editor to save as an HTML document, I would need to save the file as a .htm or .html document.
|