
How is a Web Page Displayed? |
|
A web page is displayed when your browser reads and responds to a simple language called HTML. |
|
View the HTML code that displays this
|
|
|
|
Although this may look confusing, there are only three elements that make up a web page:
Images Links |
|
TEXT: The words and symbols typed directly into the HTML code that will display on the screen.
|
|
How is the HTML code created? |
|
With any text editor, you type in your html code and save it as an .html file. |
|
If this is confusing to you, you should take the class. |
|
An HTML file, when double-clicked, will open in your default browser. |
|