Assalamualaikum wbt to all persons especially students at IIUM Campus Kuantan. First of all, before I start my story,thanks to Him because we meet you all again.
Today, our story is we all can teach all of you HOW TO TRANSFER coding for notepad.text TO notepad.html. Maybe when your reads that sentence sound like not interesting anymore, right?? We know about it because we all already experienced it but there something great of feeling after we have learn about this. Lets see the pictures ; simple example one to makes our explaination too clearly.
based on the picture above, there are notepad.text and note.html look like..
First, we do the coding at notepad. The basic thing you should know is :
<html> = to start code
<body> = start
<h1> = to begin your heading.
</h1> = to close your heading.
<p> = open paragraph
</p> = close paragraph.
</body> = stop
</html> = to stop code.
All above, as you can see, they are like a couple or pair. When you start SOMETHING, your MUST CLOSE it. As example, when you start the paragraph <p> then after finish your word, you close it </p>.
Perfect and simple right? when your open it, your must to close it. Then others element in coding your should know is :
(1) H1 = is stand for largest font. // when the number increase, font becomes decrease.
(2) <a href = " put your link" > your word . < /a> // for put the link in coding.
(3) makes it a list and we also show how different for font. |
(4) put the image and scale for image. |
That all from me. Thanks you.