Congratulations, you are seeing this Tweet; here is a life-changing opportunity to transition into tech from today; 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!!
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.
Before we get started. Let's talk about what you need to follow through this Journey.
-Tutorial will take place every Monday & Wednesday using Twitter thread
Before we get started. Let's talk about what you need to follow through 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
-Passion
-Drive
-Determination
-Consistency and
- @aptlearn_io account (Go signup)
Then determination and InshAllah 😉.
-Internet access
-An IDE App
-Passion
-Drive
-Determination
-Consistency and
- @aptlearn_io account (Go signup)
Then determination and InshAllah 😉.
@aptlearn_io 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 }
XCODE { Develop iOS apps/softwares }
Android Studio { Develop Android Apps }
VsCode { Web Development }
@aptlearn_io 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
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
@aptlearn_io 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
To those on PC, please use the link below to install VS-Code
code.visualstudio.com
@aptlearn_io Now, to the main course.
Introduction to HTML, CSS & JS
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
Introduction to HTML, CSS & JS
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
@aptlearn_io told what each piece of content is.
HTML is the language that is used to create the web pages that we see on the Internet every day. Most web pages we visit are written in HTML, which stands for a hypertext markup language. We will talk more about this in next chapters.
HTML is the language that is used to create the web pages that we see on the Internet every day. Most web pages we visit are written in HTML, which stands for a hypertext markup language. We will talk more about this in next chapters.
@aptlearn_io Now let's write your first HTML code using HTML ELEMENTS
Elements are the individual HTML components of a web page — for example, the heading tag — that may be represented in HTML by the following syntax: <h1> to <h6>.
enroll: aptlearn.io
Elements are the individual HTML components of a web page — for example, the heading tag — that may be represented in HTML by the following syntax: <h1> to <h6>.
enroll: aptlearn.io
@aptlearn_io The above code has been written using html elements containing the
<html>
<head>
<h5>
<p>
<body> tags.
You will understand a lot better as we proceed. The Structure of standard HTML is
<head>
<title>
<body>
We will discuss this better soon.
<html>
<head>
<h5>
<p>
<body> tags.
You will understand a lot better as we proceed. The Structure of standard HTML is
<head>
<title>
<body>
We will discuss this better soon.
@aptlearn_io Now before we proceed, there is a 5min Video explaining the whole of these threads. It will make sense watching the video if you're confused and you get to read the full explanation. You'll enjoy and retweet this
aptlearn.io
aptlearn.io
@aptlearn_io What is CSS
CSS means cascading stylesheet, they are used to style and provide more beauty to our already structured web pages. Take the below, for example, you can tell the difference between using just Html and applying CSS
CSS means cascading stylesheet, they are used to style and provide more beauty to our already structured web pages. Take the below, for example, you can tell the difference between using just Html and applying CSS
@aptlearn_io We were able to change our background from plain white to red and turn our texts to white.
What is JavaScript
In order to develop programs that control HTML and CSS, JavaScript is utilized.
What is JavaScript
In order to develop programs that control HTML and CSS, JavaScript is utilized.
@aptlearn_io JavaScript may not be essential in building a website, but without it, the internet would be nothing more than a collection of static pages with no means for users to interact with them, needing frequent page refreshing to acquire new material.
we'll learn more in future lessons
we'll learn more in future lessons
@aptlearn_io This is a journey, and I want to take you along, so understanding the basics is very important.
What we have done above with HTML is more or less an introduction, as I assumed everyone on this thread is a beginner.
What we have done above with HTML is more or less an introduction, as I assumed everyone on this thread is a beginner.
@aptlearn_io Now your 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.
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.
@aptlearn_io Through the enrolment link, you can find other lessons that will be taught later therein as well, and, whether or not you want to get ahead or wait till I teach them, It's fine. That is the course whose curriculum will be followed for this journey
@aptlearn_io I know you want to say thank you, but I appreciate it; you can follow the platform that has made doing this very easy for me @aptlearn_io where you can also learn other on-demand tech skills if you don't want to code.
I love you all, bye for now
I love you all, bye for now
Loading suggestions...