HTML Lesson
The HTML lesson I had was a great and exhilirating experience.
I have learnt many things like the structure of a HTML code. I have also learnt how to insert images into the HTML.
In constructing a HTML code, firstly the code < html > has to be addressed as there are many types of codes and the type has to be addressed.
The structure of a HTML code must first begin with a ''< head >''. This is for certain headings and titles for the website. It is very important as it is needed to address a title or the topic of the page. The title is made using a code like this: ''< title >''. The size of the heading can also be configured using terms like ''< h1 > , < h2 > , < h3 >''.
Next is the body which is the most important of the HTML code. It contains the main body of the page and contains all the main text. The specific code for it is < body >. The body is obviously the most important part of the whole HTML code as without it, the whole HTML is basically ''hollow''.
Tags are also used to change either the words or to include links and pictures. ''< b >'' is used to make a word or group bold. ''< em >'' is used to make a word or group of words italic. ''< u >'' is used to make a word or group of words underlined. A break is coded with the code ''< br />'' To make a horizontal line, a ''< hr />'' is used.
To include pictures, firstly a "< img src=" />'' is used then the image source is inserted.
These are basically some of the things I have learnt in this lesson. It has really taught me a lot and now I can configure and tweak my own blog the same way too! :D
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment