
HTML Series: How to create a basic HTML form
After learning about HTML, what tags are and how to add links to your site to make it dynamic, let’s look at how to create a basic form in HTML.
Welcome to Silicon Overdrive!
Home » Blog » Software Development » An Introduction to HTML
Welcome to our newest series where we’ll be helping you learn and stay productive at home. With our first series, we’re focusing on getting to know HTML.
We’ll be covering what it is, what it stands for, what tags are, the types of elements and what attributes are.
HTML 1.0’s only purpose was sharing information across the internet via web browsers. The content didn’t look great when viewed online as its main purpose was to be readable and accessible. Many developers weren’t involved with developing web pages so the HTML language simply wasn’t growing at the time.
Two years later, HTML 2.0 was released in 1995. This version included features from HTML 1.0 along with additional features.
A few years after the release of HTML 2.0, Dave Raggett introduced a draft on HTML 3.0. The draft included new and improved features of HTML, which gave webmasters more powerful characteristics when designing the web pages.
Another version released, HTML 4.01 was a widely used version of HTML and was highly successful.
Published in 2012, HTML 5 is somewhat an extended version of HTML 4.01. This version is currently used worldwide by developers.
HTML is the language used to create web pages and is used to structure a web page by making use of markup symbols or codes referred to as elements. These elements are also called “tags”. HTML elements tell the web browser, like Google Chrome, Safari, Firefox, or Opera, how to display the content when users view it on the Internet. Below is a basic HTML structure:
Tags are elements used in HTML and are surrounded by angle brackets. The structure looks like this:
Structure:
<tag>content</tag>
Actual code:
<p>This is a paragraph.<p>
Tags come in pairs and must always begin with a “start tag” and must be “closed” with an “end tag” which includes a forward dash (/).
There are two types of elements that are used in the HTML language—Nested and Empty.
An empty element doesn’t include content.
Example: Line Break or <br/>
A line break can be added between two elements to place them on separate lines.
All elements can have attributes which provide additional information about the element. The structure looks like the following:
name=”value”
Example:
<p class=”intro”>This is a paragraph.</p>
Class is the attribute name and “intro” is the value of that attribute.
Example:
Here are a few attributes used with elements:
Attributes are always added within the “start tag”.
In conclusion, HTML is the basic language anyone can start with and is always paired with CSS (for styling) and JavaScript (to make the website dynamic).
Bookmark our blog page to stay up to date with our HTML series to ensure you continue learning about the wonderful language.

After learning about HTML, what tags are and how to add links to your site to make it dynamic, let’s look at how to create a basic form in HTML.

Now that you know the basics of HTML and its elements or tags, it’s time to learn how to create your first HTML page. Follow our step-by-step guide.

In last week’s introduction to HTML, we talked about the markup language and some of its elements like Tags. Let’s take an in-depth look at HTML Tags.
Trend Micro Cloud OneConformity Awarded both AWS Cloud Management Tools Competency and Security Partner Competency, Cloud Conformity’s security and governance platform delivers continuous assurance that your infrastructure is compliant, secure, and optimized. You can pull instant compliance reports for major,

Trend Micro Workload Security Trend Micro Workload Security is a comprehensive security and cloud protection suite that scales seamlessly and helps you maintain continuous compliance. Workload Security protects your AWS workloads against threats, malware and vulnerabilities with IPS/IDS, application control,

Considering switching from in-house email to cloud email? Then you might want to consider using..
We use cookies to track visitors, measure ads, ad campaign effectiveness and analyze site traffic. We may also share information about your use of our site with 3rd parties. For more info, see, our Cookies Policy, our Privacy Notice. By clicking “Accept All” you agree to the storing of all cookies on your device. In case you don’t choose one of these options and use our website, we will treat it as if you have accepted all cookies.
We use cookies to track visitors, measure ads, ad campaign effectiveness and analyze site traffic. We may also share information about your use of our site with 3rd parties. For more info, see, our Cookies Policy, our Privacy Notice. By clicking “Accept All” you agree to the storing of all cookies on your device. In case you don’t choose one of these options and use our website, we will treat it as if you have accepted all cookies.