HTML

  • No Rating
  • (0 Reviews)
  • 3 students enrolled

HTML

HTML, or HyperText Markup Language, is the language used to design and create web pages. HTML is fundamental to web development and web content the backbone of all information .

  • No Rating
  • (0 Reviews)
  • 3 students enrolled
  • Free


Course Content

10 sections • 25 lectures • 00h 53m total length
HTML intro
HTML (HyperText Markup Language) is the standard language used to create and structure content on the web. It provides a set of elements and tags to define the layout, structure, and semantics of web pages.
min
Heading
In HTML, headings are defined using h1 through h6 tags, where h1 represents the highest level of heading and
represents the lowest. Headings are used to structure and organize content, making it easier for users and search engines to understand the hierarchy and importance of the information on a web page.
02:50min
Paragraph
In HTML, a paragraph is defined using the p tag. This tag is used to group and format blocks of text into distinct sections, making content more readable and organized. Paragraphs automatically include space before and after the text, which helps separate them from other elements on the page.
02:17min
Line Break
In HTML, a line break is created using the br tag. This tag inserts a single line break in the text, moving content to the next line without starting a new paragraph. It is often used to separate lines of text within the same paragraph or to format content where explicit line breaks are needed.
02:48min
Text Formate
In HTML, text formatting is accomplished using tags to adjust the appearance and emphasis of text. Tags like b and strong make text bold, with strong also conveying importance, while i and em italicize text, with em adding emphasis. The u tag underlines text, mark highlights it, and makes it smaller.
03:00min
Block line and Inline
03:00min
Link creation in HTML
In HTML, links are created using the a tag, with the href attribute specifying the destination URL. This tag allows users to navigate to other web pages or resources by clicking on the link text or element.
02:38min
Image Link
In HTML, an image link is created by placing an img tag inside an a tag. This setup makes the image clickable, so users are directed to a specified URL when they click on the image. The href attribute of the a tag defines the destination, while the img tag specifies the image source and alternative text.
02:11min
Images
In HTML, images are embedded using the img tag. This tag requires the src attribute to specify the image file’s location and the alt attribute to provide alternative text describing the image. This alternative text is important for accessibility and appears when the image cannot be displayed.
02:11min
Audio
In HTML, the audio tag is used to embed audio content in a web page. This tag allows for the inclusion of audio files, such as MP3s, WAVs, or Ogg files, and provides built-in controls for play, pause, and volume adjustment.
02:38min
Video
In HTML, the video tag is used to embed video content in a web page. It supports various video formats and provides built-in controls for play, pause, and volume adjustments. The src attribute specifies the video file, and multiple source elements can be used to ensure compatibility with different browsers.
02:35min
Structure
02:25min
Table
In HTML, tables are created with the table tag and organized using tr for rows, td for data cells, and th for header cells. The caption tag provides a title for the table, while thead, tbody, and tfoot group the header, body, and footer rows respectively, helping to structure and style the table effectively.
02:18min
ColSpanRow
In HTML, the colspan attribute is used with the td or th tags to make a table cell span across multiple columns. This allows you to create cells that extend over several columns, which is useful for merging columns and organizing data more effectively within a table. For example, setting colspan="3" on a cell will make it span across three columns.
02:53min
Nested Table
In HTML, a nested table is a table placed inside a cell of another table. This technique allows for complex data presentation and hierarchical structures. To create a nested table, simply include a table element within a td or th of an outer table. This arrangement helps in organizing and displaying related data in a structured manner within a single table layout.
03:42min
Table Background
In HTML, you can set the background color of a table, rows, or cells using CSS. By applying the background-color property to the table, tr, or td tags, you can control the background color of the entire table or specific parts of it. This helps in enhancing the visual presentation and distinguishing different sections of the table.
01:54min
Ordered List
In HTML, an ordered list is created using the ol tag and is used to display a list of items in a numbered sequence. Each item in the list is defined using the li tag. This structure helps in presenting information where the order of items is important, such as steps in a process or a ranked list.
02:15min
Unordered List
01:31min
Form Introduction
In HTML, forms are used to collect user input and submit data to a server. The form tag wraps form elements and specifies how data should be sent using attributes like action (URL where the data is sent) and method (HTTP method used, typically GET or POST).
05:02min
Text Area
In HTML, a text area is created using the textarea tag, which allows users to input multi-line text. It is commonly used for longer pieces of text, such as comments or descriptions. The size of the text area is defined by the rows and cols attributes, which set the visible height and width respectively.
02:23min
Radio and Check Box
In HTML, radio buttons and checkboxes are used to collect user input, but they serve different purposes: Radio Buttons: Created with the input tag, radio buttons allow users to select one option from a set of mutually exclusive choices. Each radio button in the same group must share the same name attribute, ensuring that only one button can be selected at a time. Checkboxes: Created with the input tag, checkboxes enable users to select one or more options from a set. Each checkbox is independent of the others, allowing multiple selections. Checkboxes use the name attribute to group related options but can be checked or unchecked individually.
03:54min
OptGroup
In HTML, the optgroup tag is used to group related options within a select dropdown menu. It helps organize options into categories, making it easier for users to find and select items. The optgroup tag is nested inside the select tag and contains one or more option elements.
03:32min
Form Attribute
In HTML, the form tag includes attributes such as action (to specify the URL where form data is sent), method (to define the HTTP method used, like GET or POST), enctype (for data encoding types during submission), target (to control where the response is displayed), name (to identify the form), and autocomplete (to enable or disable browser-based auto-completion of input fields).
03:09min
Post and Get
GET: Sends form data appended to the URL as query parameters. It is used for retrieving data and should be used for requests that do not alter server state. Data sent via GET is visible in the URL and has size limitations. POST: Sends form data in the body of the request, not visible in the URL. It is used for submitting data that may change server state, such as creating or updating resources. POST supports larger amounts of data and does not expose data in the URL.
01:44min
Iframe
In HTML, the iframe tag is used to embed another HTML document within the current page. It allows you to display content from external sources, such as websites or other web documents, within a frame on your page. The src attribute specifies the URL of the content to be displayed, and attributes like width, height, and frameborder control the appearance and dimensions of the iframe.
01:36min

Requirements

  • Text Editor, Basic under standing of tags, Html Structure,

Description

 

SVG Icon
Data Structure and Algorithms - Java
Overview
Gain a comprehensive overview of DSA Live for Working Professionals
Duration 1 hour 41 Mins
Total Fee Free
Mode of learning Online
Difficulty level Beginner
Official Website Go to Our Course
Credential Certificate
SVG Icon
Data Structure and Algorithms - Java
Highlights
Discover More
  • Interactive content
  • Industry-relevant projects
  • Full lifetime access
  • Shareable Certificate
  • Earn a Certificate upon completion
  • 100% online courses
SVG Icon
Data Structure and Algorithms - Java
Course Details
Skills you will learn
  • DSA-Java

More about this course
  • This Course will help you enhance your conceptual knowledge about DSA and improve your problem-solving and coding skills.
  • The main focus of these live classes will be to help you prepare for coding interviews of product-based companies.
SVG Icon
Data Structure and Algorithms - Java
Curriculum
Course 1: Introduction
  • Introduction
Course 2: Data Structure
  • DSA Queue
  • Circular Queue
  • Queue By Stack
Course 3: List Data Structure
  • Array List
  • Array List Functionality
  • DSA Linked List
  • Linked List Implementation
  • Doubly Linked List
  • Doubly Linked List Implementation
Course 4: Stack And Queue
  • Stack Using Doubly Linked List
Course 5: Hash Tables Or Hashing
  • HashMap
  • HashMap - 2
  • Linked HashMap
  • Reverse HashMap
Course 6: Tree And Binary Tree
  • Binary Search Tree
  • Binary Search Tree Implementation
  • Binary Tree and Implementation
SVG Icon
Data Structure and Algorithms - Java
Entry Requirements
Eligibility Criteria
  • This course requires that the students are familiar with programming language such as C/C++/Java, data structures and algorithms.

Recent Courses

blog
  • January, 3rd 2025
  • 0

Discover the essentials of business accounting and finance. Our comprehensive resources will help you master key concepts and..

  • 199.00₹
  • 1990.00₹
blog
  • January, 3rd 2025
  • 0

Elevate your business acumen with our Business Strategy Consulting Masterclass. Gain insights and skills to drive success and..

  • 199.00₹
  • 1990.00₹
blog
  • January, 3rd 2025
  • 0

Discover how to craft compelling business cases that drive success. Our expert insights on business analysis will elevate you..

  • 199.00₹
  • 1990.00₹
blog
  • January, 3rd 2025
  • 0

Discover your ideal business niche with our expert guidance. Unlock profitable opportunities and elevate your entrepreneurial..

  • 199.00₹
  • 1990.00₹
blog
  • January, 3rd 2025
  • 0

Take charge of your financial future with expert tips and strategies to save capital and manage your finances effectively. St..

  • 199.00₹
  • 1990.00₹

About Instructor

instructor
About Instructor

Inbox Learners Hub specialize in Training and Human Resource consulting, for both management and technical skills. In addition to the extensive industrial experience in Technical and human resources management, we have a pool of experts in our faculty specializing in specific areas that serve both students and organizations of IT industry.

Key Highlights

  • Skilled Instructors
  • Professional Trainings
  • Live Projects
  • Placement Assistance

World-Class Instructors |  1:1 with Industry Mentors | 400+ Global Hiring Partners | 55% Avg. Salary Hike

Accelerate your Career & Growth  With Inbox

Related Courses