PGPranjal guptainblog.remotestate.com·Aug 31, 2022 · 4 min readHow to write HTMLHTML is plain text annotated with markup. More specifically, this markup consists of tags and attributes.HTML elements are identified by tags. Most elements have a start tag and an end tag. The start tag precedes the text and contains the element nam...00
PGPranjal guptainblog.remotestate.com·Aug 29, 2022 · 4 min readCommon HTML ElementsHTML elements are usually displayed in lowercase, with the start tag, end tag, and some content centered. There are some elements that have no content or end tags. These are called empty elements. Below are the most common elements and their tags. <A...00
PGPranjal guptainblog.remotestate.com·Aug 29, 2022 · 4 min readBasic HTML & It's UsageYou may have listened about the term HTML, but what does HTML really mean? HTML is an acronym for Hyper Text Markup Language. Markup languages are different from programming languages. While programming languages are useful for modifying data, ma...00