BSBibhuranjan samalincoderbibhu.hashnode.dev·Mar 19, 2024 · 3 min readSome HTML Formatting Tag.What is HTML: HTML Hypertext Markup Language) provides a set of formatting tags that allow you to structure and format the content of your web pages. Here are some of the basic HTML formatting tags: Headings (<h1> to <h6>): Used to define headings ...01P
BSBibhuranjan samalincoderbibhu.hashnode.dev·Mar 19, 2024 · 2 min readCreating Introduction Page on HTMLHi friends , this is a new blog about to create a introduction page on HTML <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Introduction Page<...00
BSBibhuranjan samalincoderbibhu.hashnode.dev·Mar 18, 2024 · 3 min readMy First HTML Project...Hi friends, this is my first code on HTML. Project is about to create a world wide web home page <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>...01K