HTML codes

<html> = Starts web page

</html> = Closes web page

<head> = Starts information about web page

</head> = Ends information about web page

<title> = Puts web page name in the tab at the top of the browser

</title> = Ends it

<body> = Visible content of the webpage

<body bgcolor=”colour”> = Changes the colour

<body background=”image”> = Tiled image background

</body> = The end of the visual content

<p> = Paragraph

<hr> = Horizontal rule

<b> = Makes text bold

<i> = Makes text italic

<u> = Makes text underlined

<imgsrc=”image.filetype” width=”300” height=”333” />

<a href=”page.html”>Go to page</a>

Html codes

  • 1.
    HTML codes <html> =Starts web page </html> = Closes web page <head> = Starts information about web page </head> = Ends information about web page <title> = Puts web page name in the tab at the top of the browser </title> = Ends it <body> = Visible content of the webpage <body bgcolor=”colour”> = Changes the colour <body background=”image”> = Tiled image background </body> = The end of the visual content <p> = Paragraph <hr> = Horizontal rule <b> = Makes text bold <i> = Makes text italic <u> = Makes text underlined <imgsrc=”image.filetype” width=”300” height=”333” /> <a href=”page.html”>Go to page</a>