From the first lesson you learn the basics of HTML. If you did not read it click here to read it.
From this lesson you can learn how to use fonts and basic tags.
First open dream weaver. And Click HTML tag,
Then you will open the coding area,
Now we will start coding.
If you need clear all the things in coding area. Then Type the following.
<html>
<head>
<title>Untitled Document</title>
</head>
<body>
<h1>My first website</h1>
<h2>My first website</h2>
<h3>My first website</h3>
<h4>My first website</h4>
<h5>My first website</h5>
<h6>My first website</h6>
</body>
</html>
Then File>save
Then open the save file from your internet browser.(Chrome, Firefox, Maxthon)
Then you will see the fonts sizes.
Basic Tags.
- <html></html> - To open and close a html document. This is the main tag.
- <title></title> - Title of your webpage.
- <body></body> - Body of your webpage.
0 comments:
Post a Comment