
HTML Course: HTML represents HyperText Markup Language, the standard markup language is utilized for reports planned in an internet browser. It very well may be assisted by innovations, for example, Cascading Style Sheets (CSS) and prearranging dialects like JavaScript.
HTML utilizes “markup” to commentate text, pictures, and other substance for getting them shown in a Web program. HTML markup incorporates some extraordinary “components” that are <head>, <title>, <body>, <header>, <footer>, <article>, <section>, <p>, <div>, <span>, <img>, <aside>, <audio>, <canvas>, <datalist>, <details>, <embed>, <nav>, <output>, <progress>, <video>, <ul>, <ol>, <li> and numerous others.
- Hypertext refers to how Web pages (HTML archives) are connected together.
- HTML demonstrates Markup Language which implies you use HTML to just “increase” a text report with labels that advise a Web program how to structure it to show.
Explanation Of Example Of HTML:
- The <!DOCTYPE html> defines that this document is to be HTML5.
- The <html> refers the root element of an HTML page.
- The <head> element includes meta information about the document.
- The <title> specifies a title for the document.
- The <body> contains the visible page content.
- The <h1> defines a large heading.
- The <p> it defines a paragraph.
HTML Course Syllabus 2022:
MODULE 1:- HTML – Introduction
- History of HTML
- What you need to do to get going and make your first HTML page
- What are HTML Tags and Attributes?
- HTML Tag vs. Element
- HTML Attributes:
- How to differentiate HTML Document Versions
Module 2:- HTML – Basic Formatting Tags
- HTML Basic Tags
- HTML Formatting Tags
- HTML Color Coding
Module 3: HTML- Grouping Using Div Span
- Div and Span Tags for Grouping
Module 4:- HTML – Lists
- Unordered Lists
- Ordered Lists
- Definition Lists
Module 5:- HTML – Images
- Image and image mapping
Module 6:- HTML- Hyperlink
- URL-Uniform Resource Locator
- URL Encoding
Module 7:- HTML – Table
- <table>
- <the>
- <tr>
- <td>
- <caption>
- <thead>
- <tbody>
- <tfoot>
- <colgroup>
- <col>
Module 8:- HTML – Iframe
- Attributes Using
- Iframe As The Target
Module 9:- HTML – Form
- <input>
- <textarea>
- <button>
- <select>
- <label>
Module 10:- HTML – Headers
- Title
- Base
- Link
- Style’s
- Script
- Meta