Skip to main content

Introduction and Basic Structure of HTML | Web Development |

 

Introduction: 

HTML Stands for Hyper Text Markup Language is the standard language for creating websites and webpages. HTML provides the structures and layout for the content. HTML is widely used for creating websites. HTML works with CSS (Cascading Style Sheet), JavaScript, etc. to create visually appealing, functional, and interactive webpages. You can also learn through the video.





HTML Features:

HTML has many features which make it better. Some of them are listed below:

  • Structure: HTML provides a structured way to organize content using headings, paragraphs, lists, images, videos, and tables.
  • Hyperlinks: HTML enables the creation of hyperlinks, allowing users to navigate between different web pages and resources.
  • Multimedia Support: In HTML, you can connect multimedia elements like images, videos, and audio files into web pages.
  • Forms: HTML includes form elements for capturing user input, such as text fields, checkboxes, radio buttons, and dropdown menus.
  • Accessibility: HTML supports semantic elements that improve accessibility for users with disabilities and enhance search engine optimization.

HTML History:

HTML was developed by Tem Berners Lee, a British computer scientist, as a means to share and format scientific documents among researchers. It was developed in 1989 AD. The first version of the HTML, HTML 1.0 was released in year 1993. Over the years, HTML has evolved in response to advancements in web technology and the changing needs of users and developers. The most widely used HTML version for writing is HTML 5 in 2014. It introduces many new features and enhancements, including support for multimedia elements, improved semantic markup, and enhanced accessibility. It has become popular for web development, replacing older versions of HTML.


HTML Basics:

The basic structure of the HTML looks as below:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
   
</body>
</html>

Above structure of the HTML is described below:

<!DOCTYPE html>: Declares the document type and version of HTML being used. <html>: Represents the root element of the HTML document. <head>: Contains meta-information about the document, such as the title and links to external resources. <body>: Encloses the main content of the document displayed in the browser.

<meta>: Meta Tag (<meta>) is an HTML component that gives the metadata about a HTML document. Metadata can be characterized as data that gives the data of different information.

<title>: Title in the HTML declares the title of any HTML document or the website.


This was the Introduction and the basic structure of the HTML. Hope you found this helpful.







Comments

Popular posts from this blog

Install TYPESHALA in 64-bit Window | TYPESHALA Download

  Introduction: In the modern era, Typing is the necessary skill which everyone should learn. To learn the English Typing we have many software available to install. But, learning Nepali typing is little bit hard due to the lack of appropriate software to run in our modern windows. Today we are going to talk about how we can install both English and nepali application TYPESHALA which runs in old window, we are going to do some steps in our computer to make it run in our modern windows. TYPESHALA:  Typeshala is the Typing Tutor Software for Windows  that users can learn to type in Nepali and English.  Typeshala   helps to build typing speed, improves the accuracy of typing, and thus makes it more productive. After completing each lesson, it monitors your Typing speed, which is word per minute and precision percentage. Typeshala  provides free hand typing and entertains the user with a small game. Typeshala is most useful for the beginner, who wants to learn  Nepali and English Font  typ

How to remove bloatware from window 10 and 11 | Remove Bloatware of Window in 2024 |

  Introduction:  In the world of operating systems, Windows reigns supreme, powering countless computers worldwide. However, as convenient as it may be, Windows comes pre-loaded with various unnecessary software, known as bloatware. These applications can hog your system resources, slow down performance, and clutter your desktop. But fear not! In this guide, we'll walk you through the steps to declutter your Windows 10 or 11 PC and reclaim its speed and efficiency. Understanding Bloatware: Bloatware refers to the pre-installed software that comes bundled with your operating system. While some of these programs may be useful to some users, many are unnecessary and consume valuable system resources. Common examples include trial versions of antivirus software, manufacturer-specific utilities, and promotional apps. Why Remove Bloatware? Removing bloatware offers several benefits: 1. **Improved Performance**: Bloatware consumes system resources, leading to slower boot times and reduced

Web Development Files Download | Web Development 2024 |

  Web Development Files Download:    Hello Learners! We are learning Web Development from the Code Nepal channel. The Web Development Tutorial for Beginners in Nepali 2024. In this course, every video contains some line of code about Web Development which you need to access to practice. To access the files, you can go through this link to download the file, and Start Coding. Link To Download File: Go through this and download each and every file that you need.               Web Development Tutorial in Nepali files Download: