To learn more HTML, we should learn how to talk about HTML. Already you have seen we use
Practice makes perfect! One more time:
<>
s a lot. - Things inside
<>
s are called tags. - Tags nearly always come in pairs: an opening tag and a closing tag.
- Example of opening tag:
<html>
- Example of closing tag:
</html>
<first tag><second tag>Some text!</second tag></first tag>
The last exercise taught us how to set up our HTML file. Everything we do now will go between <html>
and </html>
.Practice makes perfect! One more time:
Instructions:
- Put in the
<!DOCTYPE HTML>
tag. - Put in the
<html>
opening and closing tags. - Between the
<html>
tags, write whatever you like. - Save and open it on your browser.
0 comments:
Post a Comment