PriyanshuRaj
Posted on December 5, 2021
""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 documentParagraph 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.
Posted on December 5, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.