Posts

Showing posts from April, 2021

BIW 10103 | INTRO TO WEB TECHNOLOGY Semester II 2020/2021

Image
  Lab #4: HTML COLORS & LISTS CINDY BEH XIN YI AI200259 INSTRUCTION 1.      By using Notepad, type the following text: <html> <head> <title>My First Webpage</title> </head> <body bgcolor="#EDDD9E"> <h1 align="center">My First Webpage</h1> <p>Welcome to my <strong>first</strong> webpage. I am writing this page using a text editor and plain old html. </p> <p>By learning html, I'll be able to create web pages like a pro................................................ <br> which I am of course.</p> Here's what I've learned: <ul> <li>How to use HTML tags</li> <li>How to use HTML colours</li> <li>How to create Lists</li> </ul> </body> </html>   1.      Save the file as mypage3.html. 2. ...

BIW 10103 | INTRO TO WEB TECHNOLOGY Semester II 2020/2021

Image
 Lab #3: INTRODUCTION TO HTML TAG CINDY BEH XIN YI AI200259    QUESTIONS 1.      Explain about the HTML code above. The HTML code above have the elements which is <html>, <head>, <title>, <body>, <h1 align="center">, <p> and <br>. I am going to explain these elements one by one.   Elements Explanation <html> -        This is the root element which also the top-level element of an HTML page. <head> -        This contains meta information means data about data about the HTML page. -        This element is placed between <html> tag and the <body> tag <title> -        This element specifies a title for the HTML page which is shown in the browser...

BIW 10103 FUNDAMENTAL OF WEB TECHNOLOGY (Lab #2: INTRODUCTION TO HTML)

Image
 BIW 10103 FUNDAMENTAL OF WEB TECHNOLOGY Lab #2:  INTRODUCTION TO HTML Cindy Beh Xin Yi AI200259 Below is my work for the lab task 2: file:///C:/Users/60194/Desktop/mypage.html

BIW10103 Fundamentals of Web Technology (Lab #1: INTRODUCTION TO THE WEB TECHNOLOGY)

Image
BIW10103 Fundamentals of Web Technology (Lab#1: INTRODUCTION TO THE WEB TECHNOLOGY) CINDY BEH XIN YI AI200259 Nowadays, human all over the world can say that all of us cannot live without web. Why? It is because web is a lifeline which already connect us all over the world. All of us can contact each other although we are far apart. So, there are many of web pages but none of them existed 20 years ago.      Do you know what is the first web page? When is the first web page introduced? Who created web? Now I will bring you go more details in the history of Web Technology.      Here comes the history of the FIRST web page. The FIRST web page introduced on August 6, 1991 with the address  http://info.cern.ch/hypertext/WWW/TheProject.html . This web page was made by Tim Berners- Lee. This web page was also dedicated to information on the World Wide Web project. It ran on a NeXT computer , one of Steve Jobs' early product at the European Organization fo...