💡The Basic HTML Tags⚡️

Here are 10 common HTML tags that any web developer should know about.

They’re especially important for those just starting out with learning HTML.

👇A thread🧵
#CodeNewbies #100DaysOfCode
1. <html>...</html>

This is the root element tag.

It designates that everything between these brackets contains HTML code.
2. <head>...</head>

This tag distinguishes the head of the web page from the content.

This is where you put JavaScript code or give ‘meta’ information about the website.
3. <title>...</title>

Have you noticed that browser tabs contain text that gives you an overview of the website?

That text is written as the site’s title with this tag.
4. <body>...</body>

The body tag specifies the actual content of the website.
5. <h1>...</h1>

This is a heading tag, which creates a title by making the text bigger and making it bold.

There are six heading tags: h1, h2, h3, h4, h5, h6, in descending order of size.
6. <p>...</p>

This tag specifies that a given section is supposed to be its own paragraph.

Browsers usually insert blank spaces between paragraphs, making the text easier to read.
7. <a>...</a>

This tag lets us create a link with its ‘href’ attribute, like this:👇

<a href="abc.com">Click here</a>
8. <img>...</img>

The ‘image’ tag is how you insert images into a web page.
9. <div>...</div>

Div tags group multiple pieces of content into a single container, which allows you to do things like apply separate styling to just that content
10. <span>...</span>

Span is like a smaller version of div, used to style or interact with inline content.

You could add just a couple of words to a particular class

<span class='endorsement'>Text</span>

Which, again, is great for styling & making the content responsive.
End of thread.

If you liked this thread,
Please like & retweet the first tweet.

Follow me @ANoorTM for more such content.

• • •

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

Keep Current with Ahsan Noor🚀

Ahsan Noor🚀 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 @ANoorTM

17 Aug
💡HTML All Tags List⚡️

A thread containing ALL the HTML tags supported in HTML5.

There are <101> tags in total.

Find the complete list here.👇
A thread🧵
1.<!--...-->

2.<!doctype>

3.<a>

4.<abbr>

5.<address>

6.<area>

7.<article>

8.<aside>

9.<audio>

10.<b>

11.<base>

12.<bdo>

13.<blockquote>

14.<body>

15.<br />

16.<button>

17.<canvas>

18.<caption>

19.<cite>

20.<code>

21.<col>

22.<colgroup>
23.<command>

24.<datalist>

25.<dd>

26.<del>

27.<details>

28.<dfn>

29.<div>

30.<dl>

31.<dt>

32.<em>

33.<embed>

34.<fieldset>

35.<figcaption>

36.<figure>

37.<footer>

38.<form>

39.<h1> ~ <h6>

40.<head>

41.<header>

42.<hr/>

43.<html>

44.<i>
Read 8 tweets
16 Aug
💡Freelancing Tip for Newbies⚡️

A short thread🧵

#freelance #CodeNewbies #freelancer
While three of the most popular platforms are:

1 - Fiverr
2 - Upwork
3 - Freelancer

But there is a problem with these platforms for new freelancers.

What's the problem?
Continue Reading...👇
☝️Those platforms are most popular & available for a long time.
Hence, there are a lot of people who have established themselves as freelancers on these platforms.

In this scenario, new freelancers might find it hard to get work on these platforms.

Here's the solution:👇
Read 6 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 Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(