So, our post this time, which is our second post, we will touch about web-designing related stuffs, partiularly the HTML. Have you ever heard HTML? What is HTML? What does HTML do in web-designing. We will see the details shortly.
Definition of HTML:
HTML stands for HyperText MarkUp Language. It is the authoring language used to create documents on the World Wide Web.
HTML defines the structure and layout of a Web document by using a variety of tags and attributes. The correct structure for an HTML document starts with <HTML><Head>(enter here what document is about)<BODY> and ends with <BODY></HTML
All the information you'd like to include in your Web page fits in between the <BODY> and </BODY> tags.
Here is an example:
This is what we type in the notepad :
This is what appears in the browser:
We can also include links in HTML
and this is what appears in browser.
This is the type of additional tags to make lists.
| ul | unordered list |
| ol | ordered list |
For more information on HTML, click here
That's all for our entry this time. See you next week. Bye :)
Assalamualaikum w.b.t





