Tag Archive | design a website

HTML | Tags | Pharse Tags

          The following elements are not just for presentational purposes; they also describe something about their content. <em>: The content of an <em> element is intended to be a point of emphasis in your document, and it is usually displayed in italicized text. <!DOCTYPE HTML— <p>This is the <em>Emphasis Text</em> </p> […]

HTML | Form

HTML forms simply place a handful of GUI controls on the user agent screen to allow the user to enter data. The controls can allow text input and selection of pre-defined options from a list, radio buttons or check boxes, or other standard GUI controls. Every <form> element should carry at least two attributes:     […]

Stepping Of Web Design

 In 1989, whilst working at CERN Tim Berners-Lee proposed to create a global hypertext project, which later became known as the World Wide Web. Throughout 1991 to 1993 the World Wide Web was born. Text only pages could be viewed using a simple line-mode browser. In 1993 Marc Andreessen and Eric Bina, created the Mosaic browser. […]