
HTML, Hyper Text Markup Language, the standard markup language for creating web pages, uses elements and tags to structure content and render it in a browser.
you can download Notepad ++ from here
Explore structure of an HTML page—from doctype and html root to the head with title and meta tags, including utf-8 charset and viewport. Learn the body content: div, paragraph, link.
Learn to build an html document from scratch with doctype, html, head, title, and body, then use h1 to h6 headings and understand their impact on seo indexing.
Learn how to format text in HTML with bold (b and strong), emphasis, highlight with mark, delete and insert text, and subscript and superscript for paragraphs and headings.
Apply inline styles to HTML text using the style attribute to set font size, color, border, and background, adjust margins in all directions, and center text with text align.
Color your paragraph using three methods: a color name, a color code from the internet, or the colorzilla extension. See red and green appear as you preview changes.
Explore adding borders to a paragraph with a solid border, 3 pixels, and green. Apply width 300, border radius 15px, and text-align center to refine the styling.
Learn to add images in HTML with the img tag, specify the source, and apply width and height styles; practice using images from folders in jpg and png formats.
Learn to create links with the a tag and href, link to external sites, embed image links, and use internal anchors with id to jump to the top.
Learn to build HTML tables using table tag, a table row, and th elements, populate rows with name and age data, and apply CSS borders for a neat, readable layout.
Create HTML forms with the form and input tags, validate email input, collect data like email and first name, and use reset, submit, radio (with shared name), and select options.
learn how to add audio to a web page with the audio tag, include controls, and specify sources for mp3, ogg, or wav formats, with optional autoplay.
Learn how to add video with the HTML video tag, enable controls, adjust size, and use iframe to display external sites or YouTube videos.
Build a complete biography page in html, including a life section, a horizontal image gallery, a songs table with audio, a youtube video iframe, and navigation links.
the course initiates with an introduction about HTML, the syntax of HTML page and how to display the page on browser.
then will start with explaining most important tags like (paragraph , heading , image , link, etc...) , and explain the attributes used with each tag.
then we will learn how to make inline CSS using style attribute to add some color and background color to your page.
finally the super advanced section which contain forms like (submit button , selection , checkbox ,etc...) , how to add audio and video in your page and at the end of this section there is a project which will help you to practice what you have learned in this course and also learn some other tricks.