OK, let's walk through the above steps in more detail.
-
Create an HTML file
An HTML file is simply a text file saved with an .html or .htm extension (i.e. as opposed to a .txt extension).
Code
Type some HTML code
Type the following code:
Code
-
View the result in your browser
Either...
- Navigate to your file then double click on it
-
Repeat the last 2 steps until you're satisfied with the result
It's unrealistic to expect that you will always get it right the first time around. Don't worry - that's OK! Just try again and again - until you get it right.
Explanation of code
OK, before we get too carried away, I'll explain what that code was all about.
We just coded a bunch of HTML tags.
These tags tell the browser what to display and where. You may have
noticed that for every "opening" tag there was also a "closing" tag, and
that the content we wanted to display appeared in between. Most HTML
tags have an opening and closing tag.
All HTML documents should at least contain all of the tags we've just coded and in that order.
The next lesson goes into a bit more detail about HTML tags.






0 komentar:
Posting Komentar