The begining






For a beginner who has taken it upon herself over the months to get familiar with the world of programming and its languages, hearing and learning about Hypertext Markup Language which is commonly referred to as HTML.
According to the instructor, Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser.
HTML is like building a house and we all know, it is impossible to build a house without the foundation.
The foundation for building a website using HTML is the document declaration. Document declaration in HTML is done by typing the following into our code editor
<!DOCTYPE html>. What this does is to indicate that we are to start building a website using HTML.
Next, I learnt about the various HTML element. Some of those elements I used in completing my first task in HTML.
Some of these elements are:
  1. The head element: This is written by
  2. The footer: This written as
  3. Paragraph: This is written as
The elements are many and So as not to bore you I will stop here.
After the class, we were all given a task to build a simple webpage using HTML. The content of the HTML page was to be our cv.
Some of the elements are used majorly for my webpage are as follows:
  1. Document declaration
  2. head
  3. heading
  4. paragraph
  5. Unordered list
  • Ordered list
among other elements.
The outcome of my webpage creation both the web and mobile version can be found below:

Comments