Introduction to HTML, Day 1 of #100DaysofCode

itspriyanshuraj

PriyanshuRaj

Posted on December 5, 2021

Introduction to HTML, Day 1 of #100DaysofCode

""Day 1 of 100DaysofCode""

Day 1
It was all about learning some basics of HTML through documentation and YouTube videos.
Topics that I have learned today are Html Title, Script, Link, Meta, Heading , Paragraph, Image and Anchor Tags.

  • Title Tag:
    The title tag defines the title of the document. The title must be text-only, and it is shown in the browser's title bar or in the page's tab.

  • Script Tag:
    The script tag is used to embed a client-side script (JavaScript).

  • Link Tag:
    The link tag defines the relationship between the current document and an external resource.

  • Meta Tag:
    The meta tag defines metadata about an HTML document. Metadata is data (information) about data.

  • Heading Tag:
    Contains metadata/information for the document

  • Paragraph Tag:
    Defines a paragraph.

  • Image Tag:
    The img tag is used to embed an image in an HTML page.

  • Anchor Tag:
    The a tag defines a hyperlink, which is used to link from one page to another.

Will Share some small projects soon made on these tags.

πŸ’– πŸ’ͺ πŸ™… 🚩
itspriyanshuraj
PriyanshuRaj

Posted on December 5, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

How to add CSS to HTML
webdev How to add CSS to HTML

August 23, 2022

Quick overview of html
webdev Quick overview of html

November 23, 2021

HTML Cheatsheet
html HTML Cheatsheet

November 8, 2021