Monday, June 18, 2012

Basic HTML


Use the tutorial and NOTEPAD to create a page displaying the following elements;

  • Headings
  • Background colours
  • Paragraph break
  • Line break
  • Bold font
  • Comments
How To Create:

Headings-
<h1>My First Heading</h1>

Background Colours-
<body style="background-color:skyblue">

Paragraph Break-
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>

Line Break-
<p>This is<br />a para<br />graph with line breaks</p>

Bold Font-
<b>

Comments-
<!-- This is a comment -->




2 comments:

  1. Thorough posting - nothing on the BM tour? Excelent detail.

    18/20

    ReplyDelete
  2. Hi Sir.
    I do information on the smart phone tour, it is called Review and it is my first post in May. :)

    ReplyDelete