Posts

Showing posts with the label story

Let's write a Story..

Image
HTML provides us the opportunity to write stories by using beautiful background and themes. Let us write a story using HTML (do not ignore CSS) (NOTE: I took the story from here ) HTML Code with Internal CSS: (The code within <style></style> tag is CSS code. This is used for styling.) <!DOCTYPE html> <html> <head><title></title></head> <style> body { background-image : url(https://ubisafe.org/images/leaf-transparent-gif-3.gif) ; } header { background-image : url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTtDfPZ1vWpRDFkDl8dZ7h1IYsNolC3Mqos_7DitiaztuzI-8yi0w) ; width : 100 %; /*background-repeat: no-repeat;*/ text-align : center ; height : 100px ; padding-top : 0.1px ; padding-bottom : 17px ; } #header { } #container { background : white ; width : 50 %; padding : 20px ; text-align : justify ; margin-left : 25 %; border : 10px solid orange ; box-shadow: -...

Web Engineering : A Dialogue

Image
Down below web engineering is explained by using a dialogue between Mr. X and Mr.Y : X:  hi, Mr. Y do you know what is a web? Y: The thing a spider made....  X: oh not that one, let me tell you that!  A web is a platform where people from this whole world are connected. Like you said a spider web, it also shows the connection by connected, fragile spider silk strands. Y: But, why people needs to connect? X: They are connected because Man is a social animal so are the humans. And they need each other. They cannot live alone. They are dependent on each other for their day to day tasks. Y: Tasks like? X: Tasks like, if you want to make coffee and you don't know how to make it, what would you do ? Y: I will Google it.. X:  So that Googling is what you do to accomplish the task of making coffee by using web.. Y: Alright, so what's web engineering? X:  Well, first understand what is engineering. Engineering is to ...