Àgbà Akin Profile picture
Jan 3, 2022 25 tweets 7 min read Read on X
Congratulations, you are seeing this Tweet; here is a life-changing opportunity to transition into tech this year; we will be starting our coding journey.

Course Title: HTML, CSS & JAVASCRIPT

I'll explain like you are 5 years old; please retweet for others, and let's begin!!
Welcome to your first class on HTML. To avoid missing subsequent classes, kindly follow me.

I have Tweeted many threads on the ocean of opportunities flowing in tech at the moment and how you can tap into it, they are all published on my website, and you might wanna check later.
Before we begin, let's discuss what you will be needing to go on this journey.

-Tutorial will take place every Monday & Wednesday using Twitter thread
-You need a PC or mobile phone in good condition
-Internet access
-An IDE App

Then determination and InshAllah 😉
An IDE simply means "Integrated Development Environment" these are tools majorly used to write and run codes, and we have various types.

XCODE { Develop iOS apps/softwares }
Android Studio { Develop Android Apps }
VsCode { Web Development }
Since we are currently starting with web development, we will be using VS-Code.

However, some of you were already making excuses about not having a PC, so I did a few searches to find the best suitable app for use, so you don't get left behind, and I am recommending SOLOLEARN ImageImage
You can check your respective mobile app store to download these apps and another good news is you can learn and take coding challenges for free as well on it.

To those on PC, please use the link below to install VS-Code

code.visualstudio.com/download
Now let us get to the main course.

Introduction to HTML

What is HTML?

We humans can simply look at a document and understand the difference between a heading and a paragraph; computers have no such intuition. For a browser to render a web page correctly, it must be explicitly
told what each piece of content is.

Looking at this document, you can tell immediately where the heading, sub-heading, and cover image are. Your computer isn't nearly as smart Image
So how exactly do we tell the browser what’s what? This is where Hyper Text Markup Language (or HTML for short) comes in handy.

HTML is a markup language that describes the structure/layout of your web page. We define this structure by wrapping content in HTML.
Now let us set up our VsCode and starts coding; watch the below video, not all those long boring one; you will enjoy and retweet this. akinolaakeem.com/introduction-t…
An HTML element is formed using a tag, which serves as a descriptor for each piece of content on your page. As an example, the <p> tag is used to describe a paragraph HTML element.

Some other examples of HTML elements include:
•<h1>: Highest-level heading
•<h6>: Lowest-level heading
•<img>: An image
•<a>: An anchor which creates a hyperlink to things like other HTML pages, files, email addresses, and more

Most HTML elements contain both opening and closing tags to indicate where an element starts and ends, like so: Image
There are a few exceptions, such as the <img> tag, which we will describe in subsequent lessons.

So let me show you how a basic HTML file looks on an IDE.

Note that the text on <p> congratulations….. is not fully shown because it’s long. But I closed the parenthesis with </p> Image
In the above image

The first line, <!DOCTYPE html> is referred to as a doctype declaration. This indicates what HTML version the file is written into a browser. For this file, specifying Html suggests that the file is written in HTML5.
For the second line, note how the closing tag for the <html> is on the last line of the file. One of the properties of HTML elements is their ability to be nested. In other words, HTML elements can exist within other HTML elements. Image
To properly define an HTML file, we must place <head> and <body> elements within the root <html> element.

The <head> element contains supporting information about the file, commonly referred to as metadata. There must be a <title> (providing the webpage a title)
directly underneath the <head> element to be completed. The <head> element may also contain links to Javascript files and CSS stylesheets.

The <body> element contains the main content of an HTML file. This is the element that holds the information that is rendered by your
web browser. There can be only one <body> element within an HTML file, and most of the HTML you write will exist within this element.
Within the <body> element of this file, we have a high-level heading (<h1>) and a paragraph (<p>).

I know all these may sound like Hullabaloos to
you, but it gets a lot easier in a practical sense. Then let’s run the code from the picture earlier and see what the browser shows

INPUT --------- OUTPUT ImageImage
You see that it is just a white page with texts, and it doesn’t look like these fine websites you typically visit; yes, that’s where CSS comes in.

Hopefully, we will enter the CSS Smiling face with heart-shaped eyes if we can finish with HTML next week.
This is a journey, and I want to take you along, so understanding the basics is very important.

We have done above with HTML is more or less an introduction, as I assumed everyone on this thread is a beginner.
Now you assignment

Download and Install recommended IDE for your various devices. Run the HTML codes in the screenshot and post them in the comment.

See you on Wednesday. Do not borrow anyone your laptop, or we will fight.
I know you want to say thank you, but I appreciate it; you can follow my newly launched company product @TheSwiftScores for unrivaled sport updates and analysis.

I love you all, bye for now.
Video summary of todays HTML Class part 1. Please like and share.
Video summary of today’s HTML Class the end. Please like and share.

You also don’t need any thread decompiler, everything we’ve done today can be accessed
On this page akinolaakeem.com/introduction-t…

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Àgbà Akin

Àgbà Akin Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @Kynsofficial

Jan 3
Congratulations, you are seeing this Tweet; here is a life-changing opportunity to transition into tech this year; we will be starting our coding journey today.

Course: HTML, CSS & JAVASCRIPT

I'll explain like you are 5 years old; please retweet for others, and let's begin!!
Welcome to your first class on HTML. To avoid missing subsequent classes, kindly follow me.

I have Tweeted many threads on the ocean of opportunities flowing in tech at the moment and how you can tap into it, they are all published on aptLearn, and you might wanna check later.
Before we begin, let's discuss what you will need to go on this journey.

-Tutorial will take place every Monday & Wednesday here on Twitter
-You need a PC or Mobile phone in good condition, preferably a PC
-Internet access
-An IDE App

Then determination and InshAllah😉
Read 28 tweets
Jan 3, 2023
Congratulations, you are seeing this Tweet; here is a life-changing opportunity to transition into tech this year; we will be starting our coding journey.
Course: HTML, CSS & JAVASCRIPT

I'll explain like you are 5 years old; please retweet for others, and let's begin!!
Welcome to your first class on HTML. To avoid missing subsequent classes, kindly follow me and turn on the post notification.

I have Tweeted many threads on the ocean of opportunities flowing in tech at the moment; we are taking a big step Today.
Before we begin, let's discuss what you will be needing to go on this journey. -

🚀 Tutorial will take place every Monday & Wednesday using the Twitter thread
🚀 You need a PC or mobile phone in good condition
🚀 Internet access
🚀 An IDE
Then determination and InshAllah.
Read 19 tweets
Jan 2, 2023
10am tomorrow I am starting a new year revolution that will most likely change many life forever and make you a millionaire.

I’ll be teaching:

> (html, CSS & JavaScript)
> app development using (Flutter)
> connect best students to (recruiter)

Pls retweet for others and
here’s how this will go. Follow me to avoid missing these updates

We have a well define course to follow and track our progress, this will also help me assess you as students with lesson quizzes. However full explanation will be done with twitter thread with video where possible
Students who want to be recognized and carried along must enrolled in the course which is currently live on aptLearn and will be shared tomorrow.

Classes will be held 10am every Monday and Wednesday and occasional space will be held for assessment. Student who enrol
Read 5 tweets
Jan 2, 2023
Congratulations you’re seeing this tweet, it’s the scholarship exam day of incoming world class software engineers.

Please ensure you read instructions before you start your exam, you’ll receive your result immediately you’re done😉.

Retweet for others and fetch link below👇🏽
Please find full instructions below.

Take your time to read and when you’re done reading start your exam here:

aptlearn.io/courses/web-de…
Please ehn, don’t try to game the time. Once your 25minutes elapsed the system will automatically submit for you and wrong whatever is left unanswered before your time was up.

Don’t refresh when it’s die minutes thinking your progress will be saved. Haha.
Read 4 tweets
Dec 23, 2022
Are you interested in learning these skills?

•UI/UX Design
•Project Management
•Data Analysis
•Cyber Security
•Technical Writing
•Product Management
•Digital Marketing
•Web Development

For free?

Retweet this and follow me! Indicate and I’ll reply with a free course.
I wish I can reply almost 900 comments 😂😭. Unfortunately I can’t so let me do a thread of those courses

For programming and web development

aptlearn.io/courses/learn-…
Acquire certification as a product manager

aptlearn.io/courses/produc…
Read 10 tweets
May 7, 2022
Congratulations you’re seeing this tweet, it’s been a while, and I get asked a lot about making money in tech. I’ve, or I’m still learning to code; how do I monetize my craft?

Money is a good motivation, and here’s how to fund your passion in tech, retweet for others, & let’s go
I’ve been teaching your how to fish for months now, but this is a special thread where I intend to replace the previous bait with an attractive one.

When you catch the biggest fish, you can dine and wine with em tech bros 😉, follow me if you’re not doing so already and let’s
Begin. People are usually interested in tech for a bit when there’s publicity about fund raising, they want to learn this and that, do it for a whole week and crawl back to their hole! Rinse and repeat

This is mostly attributed to lack of motivation, when you make lots
Read 21 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(