week 7
This week we talked about many concepts on the web. Some of the terms are really new to me, and still trying to figure out. HTML - HyperText Markup Language the most basic found of building a web. <html> <head> <head/> <body> <body/> <html/> CSS- Cascading Style Sheets it is use to stylist the elements in HTML. DOM- Document Object Model how web documents information. I practice input.text in the work sheet; during this, I am wondering is there any ways to change typing? Basically how to make a keyboard, can I change the default of typing?Also how can I put a blank space in my interface just for typing? question from worksheet I think I have the right code, I want the text same with my input value, but it just won't show up in the text when I //the button.mouse.Pressed it is also not working. so I think the problem start at text(Input.value(),10,10) Then I add function mousePressed, and have submit() under it. The text just show up same