Congratulations, you are seeing this Tweet; here is another life-changing opportunity to transition into tech this year. Another programming class on:

Course: HTML, CSS & JAVASCRIPT

I'll explain to you like you are 4 years old, kindly retweet for others, and join the class.
Welcome to your 2nd class on HTML. Kindly follow me and switch on my tweet notification to avoid missing subsequent classes.

If you are just finding this for the first time, the previous class is on my pinned tweet, and you might want to check and catch up with us.
In the previous class on HTML, we did a comprehensive introduction to web development, and I taught you how to install the needed tool to get started; by now, I assumed you have the required IDE. So let us get to class
Recalled that last class, I told you the full meaning of HTML
"Hyper Text Markup Language"

Today, We will be discussing HTML ATTRIBUTES and HYPERLINKS, so let's get started.

HTML attributes

HTML attributes provides additional information about an HTML element. Attributes can be considered as properties of the element.
An element may have a single attribute, many attributes, or no attributes at all.

Let’s take a look at an example heading with a “title” attribute:

Below, you can see h2; this means that we are telling the browser to display whatever is in “” in the standard (HEADING 2) format
Attributes are placed in the opening tag, with a space after the element declaration (or another attribute, if there are multiple) and are defined using the following format:

The attribute name is always followed by an = sign, and the attribute value is always wrapped in
quotation marks. Remember to always close your tags with </> because you may get a nonsense result if you don’t 😢
Another thing to take note of is there are no spaces between the attribute name, = sign, and the attribute value. Now recheck the above image to ascertain.
Short Class Exercise. Don’t worry, I’ll provide an answer 😉
*Create a top-level header that has a title attribute of Important Message! and is colored green using the style attribute*

Answer
Without wasting much time let’s move to

Anchor Elements/Hyperlinking

One of the most important aspects of the World Wide Web (WWW) is the ability to link to other parts of the web. Without a way to redirect our HTML page to other web addresses, there really wouldn’t be a “web”
Look at the image below, that’s how web works, that is a network visualization of nodes on the World Wide Web.

In one of my future tweets, I’ll explain how the internet works but let’s not digress from the class for now.

I just wanted to show you a pictorial rep of the web
We can connect an HTML page to other web pages by creating a hyperlink using the anchor tag, like this:
Let me explain the above image

The “href” attribute refers to Hypertext Reference, whose value is a “Uniform Resource Locator” (URL). A URL is basically fancy lingo for a web address, or the destination the link is pointing to. The href attribute can also refer to things like:
•Email Addresses (mailto:me@swiftspeed.com)
•Phone Numbers (tel:+2348161875641)
•Documents/Files (Give the URL of the file instead of a web page)
•Another different location on the same web page the browser is currently on
To understand What I am saying better, The less 5 Minutes video and Complete explanation of this class will help, check below
akinolaakeem.com/the-best-intro…
let us continue
Again there’s something to note, and it’s

Relative vs Absolute URL paths

It’s important to understand how file paths play a role in how your hyperlinks will operate. In an absolute URL path there are three main components:
1. The Protocol: What you most often see as http:// or https:// when you browse websites, but can be other things, like file:// or ftp://
2. The Domain: The name of the website (in this example, twitter.com)
3. The Path: The directory (or folder) we wish to navigate
An absolute URL provides all the information necessary for a browser with an internet connection to reach the desired address.

Furthermore, an absolute URL will not change its destination if used on different devices/browsers. Basically what this is saying is that regardless
of which browser you type google.com you’re always going to see the same webpage

Class Exercise 2, I’ll solve

Create an anchor HTML element with an absolute URL path using the “https” protocol to navigate to the domain name swiftscores.com. Answer
Relative URL example

Let’s take a look at a quick example of a directory named “website” with:
•a main index.html page
•an about section, named about.html
•a nested directory named blogPosts, with three article HTML files named:
◦article1.html
◦article2.html
If we started in the website directory on the index.html file, we could redirect to the About section with the anchor tag. Pic1

Say we want to navigate to an article in our blogPost folder. relative URL path would then include the directory name: blogPost/article2.html. Pic2
Abbreviation to Note so far
URL- Uniform Resource Locator

HTTPS- Hyper Text Transfer Protocol

FTP- File transfer protocol

HREF- Hypertext reference

HTML- Hyper text markup language

IDE- Integrated Development Environment
So let us learn HTML Semantics
For example, see the image below, I listed all headings types present in HTML, you can see they reduced in size by levels

Run this code in your various IDE. Both Sololearn for phone and VsCode for PC
HTML LIST

Often times we will want to include a bulleted or numbered list in the web page content. This can be accomplished with HTML lists. Unordered lists We could create an unordered list to represent things like a list of to-dos or a list of grocery items.
To do this, we must use the <ul> tag, with nested <li> tags for the list items. The <ul> tag in the code means “unordered lists”, it tells the browser to list your items in an unorderly manner While <li> tag (list items) check the image below.
That is the end of today's class; more details are available on my website link up there.

Support me by following @TheSwiftScores

For a class assignment, type out all codes we did today in your IDE, and quote or post a Screenshot in the comment.

Watch the video summary below
Video summary of today’s class part 1. Please watch, retweet and share 👨‍💻
Video summary of todays class part 2, watch retweet and share 👨‍💻😎
Video summary, last part for todays class, you can access all these here akinolaakeem.com/the-best-intro…

• • •

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

4 Jan
Please give me the opportunity to transform your life this year, let me teach you how to code, I’m literally begging 🙏🥺.

Oh, I have drafted tomorrow class and it is as interesting and even better than the first😉.

Amplify this with you retweet for more people to find us!
My vision is big, you don’t know the full plans yet, but it’s big. India has the most prominent tech community and the 2nd most populous. They are everywhere in big tech companies.

That’s my plans for Nigerians, I want to see us in higher places too. Tech can take us there!!
We can even change the narrative, that Africa “Nigeria” is the home of fraud as perceived.

The youths are nerds, career people succeeding and making waves in their various fields.

So when you see my tech Tweets always help retweet for others to find us. Don’t hoard knowledge ❤️
Read 4 tweets
3 Jan
It’s sad, I see some tech account moving funny for what I’m doing on the TL for free. I don’t care tbh!

My plans this year still remains

Teach you web development
Teach you app development
Source for connections to link the serious ones with recruiters

All for free!
We all know programming is hard, we know it gets deeper and more comprehensive but I don’t need you reminding these people showing interest & commitment.

Keep your advice, stop putting out hateful comment and if anything, I’ve done this before, I’ll always find a way to simplify
Stop moving with hatred. Let them learn, keep your advice, the sky is big enough for everyone.

Immediately I started this last year @iamAbiodunAA was in my dm telling me they’ll come for me and they’re doing it.

If what I’m doing annoys you, ignore, or better still block me.
Read 4 tweets
3 Jan
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 😉
Read 25 tweets
2 Jan
Oh yes, I’m going to look for the app you can use to start your coding journey with us. For Android and iOS!! Wherever it is I’ll find it. And share with you tomorrow.

Not having a PC/system will not be the reason why you won’t start your journey with us. No, I won’t allow it!
Lol, you no fit escape this programming thing this year, if you no wan move to tech, I’ll move you myself ☺️.

10am tomorrow, be ready, it will be the best content you’ve seen on twitter in a while. ☺️. I’ll explain like you’re 2 years old.
Please make my day by following my new invention. A UK sport outlet I’m bringing to Nigerian Audience @TheSwiftScores ❤️ thanks
Read 4 tweets
2 Jan
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.

I’ll be doing this using Twitter threads with full compilation using my website. I have drawn up a neat structure picking various topics in each languages.

20% video of less than 5 minute and 80% writing.
These classes will be held 10-11am using Twitter threads every Monday and Wednesday.

Special student will be taken to a more concentrated slack group depending on a commitment that I’ll decide so I can monitor their progress more closely.

Twitter space too occasionally 😉
Read 5 tweets
2 Jan
It’s new year and we all deserve a second chance, I started teaching web dev from scratch Nov last year my “pinned tweet”.

I’m willing to give a fresh restart and no one should miss this time around.

But errrm first 5000 likes on this tweet or nothing! 🤝
Oh, the likes is to see that at least 5% of my audience are interested in learning web development and starting from scratch ☺️.

Follow me if you’re interested. We start next week after the break 🤗
Oh and it’s going to be free LOL
Read 5 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

Too expensive? 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 on Twitter!

:(