HTML/CSS

This week I learnt that
  • HTML is the main markup language needed for a web page
  • HTML stands for HyperText Markup Language
  • HTML tags have three parts, start tag, contents end tag.
  • Examples of HTNL tags is,"<p>...</p>
  • HTML allows us to format texts, add graphics, create links etc to web pages
  • An example of a HTML markup is:  
    <html>
      <head>
        <title>HCI blog</title>
      </head>
      <body>
        <p>Hello I am Arthur</p>
      </body>
    </html>
  • Common HTML signs are < html>...</html> which is used to start and end a HTML page.<body>...</body> which is used to start and end a main body of a web page
  •  HTML 5 is the newest type of HTML
  • Web browsers can read HTML web pages
  • There is little to no difference between html and htm

























No comments:

Post a Comment