What is HTML?
HTML stands for Hypertext Markup Language. Hypertext refers to a web page’s ability to link to other web pages. Markup Language refers to the system of modifying text through the use of <tags>.
HTML relies on the use of <tags> to change common text into a visually appealing web page.
To view the visual changes made to text through the use of HTML <tags> requires a web browser. Common web browsers include: Internet Explorer and Edge, Apple Safari, Google Chrome, Mozilla Firefox, and Opera.

Stop and Think
- What browser do you commonly use at home / at school?
- Are any of the browsers mentioned unfamiliar to you?
Extend Your Understanding
You can view the HTML <tags>, or source code, used to format most web sites. To view the HTML source code of a web page in... - Internet Explorer, click View > Source.
- Google Chrome, right-click anywhere in the page and select View page source.
- Mozilla Firefox, click the Firefox tab > Web Developer > View Page Source.
Try it Now: Viewing HTML Source Code
Although it may look like a garbled mess right now, you will begin to be able to understand some of it here in the very near future.
Next 
|