book1.title = "python programming"
book1.author = "Ghomi"
document.write("<b>Title is : " + book1.title)
document.write("<br>Author is : " + book1.author) 