RCrishi chhariinrishichhari.hashnode.dev·Mar 20, 2024 · 4 min readWhat Is HTML? Hypertext Markup Language Basics ExplainedHTML stands for Hyper Text Markup Language. It is a standard markup language for web page creation. It allows the creation and structure of sections, paragraphs, and links using HTML elements (the building blocks of a web page) such as tags and attri...00
RCrishi chhariinrishichhari.hashnode.dev·Mar 19, 2024 · 2 min readBasic html Formatting Tag:XYZ, An HTML Element is a collection of start and end tags with the content inserted in between them. HTML elements are building blocks of web pages, representing different types of content such as headings, paragraphs, links, and images. Basic Eleme...00
RCrishi chhariinrishichhari.hashnode.dev·Mar 19, 2024 · 1 min readSelf introduction:Hi, my name is Rishi chhari, and I am a recent graduate with a strong passion for BCA.Throughout my academic journey, I have gained theoretical knowledge in web development and have completed internships where I applied my learnings in practical sett...00
RCrishi chhariinrishichhari.hashnode.dev·Mar 18, 2024 · 1 min readDay two html classToday i learn html tags, how to use tags in html tags: description <!--...-->Defines a comment <!DOCTYPE>Defines the document type <a>Defines a hyperlink <b>Defines bold text <br>Defines a single line break <h1> to <h6>Defines HTML heading...00
RCrishi chhariinrishichhari.hashnode.dev·Mar 18, 2024 · 1 min readwhat is html?HTML stands for Hyper Text Markup Language and it is used to create webpages. It uses HTML tags and attributes to describe the structure and formatting of a web pages and its content. some basic rules of html:- The basic HTML structure is fixed with ...00