25 Essential Commands to get started with HTML π

Hey, this is Roshan. You can explore my professional background and vision below.βπ» With a following of over 90k+, I talk about startups, technology, and business on social media. I've worked with Edtech companies like Unstop, Coding Ninjas, Coding Blocks, UpGrad, Heycoach, Hubspot, and more on their social media marketing campaigns, leading to exceptional results in the sales of the companies.
I also co-founded a remote AI-driven IT Firm based out of the UAE called "Volans Aquilae" with my fellow mate Vishal Singh, where we help startups, small & medium-sized businesses, and individuals with AI-driven Software Solutions and IT services, along with revamping their business through digital transformation.
I mentored 30+ professionals/undergrads on Platforms like Topmate.io, helping them with career mentorship, public learning, opportunity hunting, and LinkedIn profile optimization, resulting in getting a 5/5 rating on Topmate.io, along with being categorized in the Top 1% on the platform.
My expertise in Sales, Marketing & Client Acquisition, along with my partner Vishal Singh, helped us form a successful company powered by Top MNCs like Meta, Microsoft, Zoho, and Semrush, with over 50+ NDA partnerships all over the globe in Thailand, Indonesia, Vietnam, Malaysia, and India. And successfully serving in the US, UK, and European markets.
My technical expertise spans cloud-native and AI-driven systems across AWS, Azure, and GCP. I specialize in Docker, Kubernetes, Terraform, and Python-based microservices with robust CI/CD pipelines. My focus includes serverless solutions, cloud security, and Agentic AI development featuring autonomous agents and multi-agent orchestration.
I've delivered webinars at 3+ colleges nationwide, covering cloud computing, startups, online opportunities, and productivity strategies. Additionally, I've taught DevOps and Cloud Computing in college communities like GDSC and Scalent LPU, mentoring students in Google Cloud-powered events.
Feel free to reach out for project discussions, business consultations, or professional opportunities.
You can contact me at roshansharma171020@gmail.com.
HTML (Hyper Text Markup Language) is one of the most popular programming languages used by Web Developers & Designers. It is widely used for designing and defining the structure of web pages, providing stability, to use CSS, javascript, and other Web Development Frameworks.
If you are new to Web development, it is essential to master a few basic commands to get started with website designing. This article will discuss some of the most commonly used commands you should master to use HTML effectively.
Basic HTML Commands:
<html>: beginning and end of an HTML document.<head>: header information of the document.<title>: specifies the title of the page.<body>: contains the main content.<h1>to<h6>: define headings of different sizes.<p>: This tag defines a paragraph of text.<a>: creates a hyperlink.<img>: inserts an image into the page.<ul>: create an unordered list.<ol>: create an ordered list.
In addition to the basic commands mentioned above, there are also some advanced commands that can be useful for advanced Web Developers. These commands provide more control over various aspects of the website and allow you to perform complex tasks.
Advanced HTML Commands:
<iframe>: embed another HTML document within your web page.<audio>and <video>: embed audio and video content on your web page.<canvas>: create a canvas element that can be used to draw graphics and animations.<svg>: create scalable vector graphics that can be manipulated using CSS and JavaScript.<datalist>: provide a list of options for an input field.<meter>and<progress>: display a meter or progress bar on your web page.<details>and<summary>: create an expandable section on your web page.<figure>and<figcaption>: associate a caption with an image or other media.<dialog>: create a modal dialog box that can be used for displaying messages.<template>: define a block of HTML that can be cloned and inserted into the web page.
If you found this blog post helpful, a clap would be really applicable and follow for more technical content on Web Development.
