HTML – The language of Websites

The basic structure of a website: <HTML> <HEAD> <TITLE>This is a empty Website on blue background</TITLE> </HEAD> <BODY bgcolor=“blue“ text=“white“> <!– Here is the space for the content of the website. –> </BODY> </HTML> HTML-commands are usually interleaved. <HEAD><TITLE>My first page</TITLE></HEAD> Many commands (tags) can contain additional attributes (attributes) like „width“, „height“, „color“, „face“ (as … HTML – The language of Websites weiterlesen