DEV Community

AHLIYAT
AHLIYAT

Posted on

THE TOOLS I LEARNT DURING MY FIRST TWO WEEKS OF LEARNING PROGRAMMING

My name is Ahliyat. I am a secondary school graduate and i recently took a liking to programming. I got enrolled to a full stack development class at Marusoft academy and it’s my third week attending the classes. I was a bit disturbed and confused at first, given the fact that I joined the class two weeks late. I have been able to catch up on most of the tools that were taught before I started.

I learnt a few html tags that are used regularly when coding including;

The h1-h6 tag which is used for creating headings and sub-headings
The P tag for making paragraphs

The B tag to make a content bold

The I tag for italics

The white space collapsing that displays a number of spaces in a code as a single space on the browser

The br tag for adding a line break

The hr element for adding a horizontal line

I learnt that element tags like br and hr are called empty element

The U tag to underline

The S tag to show a content that is not relevant but should not be deleted

The del tag to show content that has been deleted

The ins tag to show an inserted content

The address tag to contain an address(either physical address, email address or phone number)and many more element tags

I also learnt about list, the three types of list which are the ordered list, unordered list and definition list

I learnt the tags for creating each of this lists

I learnt about nested list as well

So far, I have learnt a good number of tools in Programming and i look forward to learning more.

Top comments (0)