RGramesh ginrameshg.hashnode.dev·Nov 15, 2022 · 1 min readHtml Form ElementsA Form element represents a section in a page with different action types. ex : input, placeholder, required, submit, reset, check box, date, email, radio,text,image00
RGramesh ginrameshg.hashnode.dev·Nov 8, 2022 · 1 min readHtml iFrame ElementiFrame element used to embed another HTML page into current page.00
RGramesh ginrameshg.hashnode.dev·Nov 7, 2022 · 1 min readFormatting Elements in HtmlPre Element -> This is a Preformatted text tag, as the name says the format is different when we compare to Header or Paragraph tags. Strong Element -> This element used to make the text or content in a page is very important . For example , in so...00
RGramesh ginrameshg.hashnode.dev·Nov 5, 2022 · 1 min readHtml <h1> ,<h2>,<img> Tagsh1 Tag : Html h1 tag is the first header tag visible on a page. Imagine that we are writing a blog or a large document or book, the main outline represents the h1 tag. h2 Tag : Html h2 tag represents the main points of the page or blog.Remember, in...01R