SGShantanu Gopaleinshantanugopale.hashnode.dev·Feb 19, 2024 · 7 min readHTML Elements More<bdo> tag <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>BDO TAG</title> </head> <body> <bdo dir="rtl">SHANTANU</bdo><br/> <!-...00
SGShantanu Gopaleinshantanugopale.hashnode.dev·Feb 5, 2024 · 2 min readHTML ElementsWhat is HTML Elements.? HTML Elements are referred as a tag, both the entities are Similar. There are many HTML elements. <a> tag <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device...00
SGShantanu Gopaleinshantanugopale.hashnode.dev·Feb 4, 2024 · 1 min readWhat is HTML.?HTML is Hypertext Markup Language. HTML is used to define the meaning and structure of Web Content. Hypertext refers as a links that connects web pages to one another, either within a single website or between a websites. Links are the fundamental as...00