summary 1
1.html- html is the standard doc-type for creating a website. one important thing to know about html is to start you need to put a tagname around what you want the code to do. For example <tagname> </tagname>. The purpose of html is to use the tags to determine how to display the document.
2.Tags- tags are very important. to type use tags ssuch as <h1> or <h4>. you can even add images, to do this you add <img src>. To add links you must add <a href> </a>.
3. Webbrowser- the purpose of a Webrowser is to read html. the web browser reads you code from top to bottom. It starts with header and ends with footer. The webbrowser does not display the code but it display the content given from the code.