Posts

Showing posts from March, 2018
Genius Hour (0)-Olivia Lam Who is the audience for this project? People who are interested in learning coding, Html , such as how to create a website by typing tags and letters. Why is this project worthwhile? B asic computer skill and use of HTML is now widely requirement course for university and office job.  What do you expect to learn? I am going to learn the HTML 5 included :attitude, iframe, table, style, paragraph etc. What product will you have to show at the end of the year to visitors who come to learn? I will create a complete website using HTML with many active link and button. What sort of equipment will you need and where will you get it? I will use --https://www.w3schools.com to learn all my HTML knowledge and practise coding in Dreamweaver. What sort of expenses will be involved in your project? None. What is my timeline for completing my project. Every Monday I will learn 2-3 elements in the website, and creating serval htm...
Genius Hour (1) Know I am using webstorm and dreamwaver for coding. I know that those app are called IDE(Integrated Design Environment) HTML(Hyper Text Markup Language) is a standard markup language for creating Web pages. It's standard format is: <! DOCTYPE html> <html> <head> <title></title> </head> <body> <h1></h1> <p></p> </body> </html> What I want to learn? I want to understand the structure of the HTML.  The concept that how it can be combined with CSS and JS. Today I would like to study about the HTML image. what did I learn? https://www.w3schools.com/html/ Chapter Summary Use the HTML <img> element to define an image Use the HTML src attribute to define the URL of the image Use the HTML alt attribute to define an alternate text for an image, if it cannot be displayed Use the HTML width and height attributes to define the size of the image Use ...