Posts

Showing posts from April, 2021

The html code

Image
Official website of 2November Bakery Two November Bakery - Welcome to our official website! - About Us Everyday of your life is a special occasion. Two November Bakery loves the art of cake decorating and birthday cakes are our favourite! Especially when it's done and left on the table with big smile hung on people's face. Established since 2020, we are located in Butterworth, Penang. We make cakes for all kinds of events and occassions. It is characterized by the low price, unique shapes, fresh and delicious bread. In addition, Two November bakery's cake caters to customers of all ages. Not a fan of waiting in long lines? You can indulge in these scrumptious cakes ...

LabSheet4 - HTML COLORS & LISTS

Image
  Name     LOY DONG XUAN     Matric. No.   AI2000236     Section     6   LabSheet4 HTML COLORS & LISTS The following are the the code that saves as mypage3.html < html >     < head >         < title > My first Webpage </ title >       </ head >       < body bgcolor ="EDDD9E">         < h1 align ="center">             My first Webpage         </ h1 >           < p >             Welcome to my < strong > first ...

Lab 3- Introduction to HTML Tag

Image
    Name     LOY DONG XUAN     Matric. No.   AI2000236     Section     6   LabSheet3 Introduction to HTML TAG     The following are the code that saves as mypage.html <html> <head> <title>My First Webpage</title> </head> <body> <h1 align = "center">My First Webpage</h1> <p>Welcome to my first web page. <br>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 page like a pro... <br>which I am of course.</p> </body> </html>       Figure 1.1 shows the HTML code displayed on the browser. 1. Explain about the HTML code above. <html> <head> <h1align ="center"> My First webpage...