
introducing my self and discussing details of the course
Explore the head and body tags in HTML, why the head is invisible while the body appears in the browser, and that every HTML page uses these tags.
This lecture introduces header tags from h1 to h6 and paragraph tags, showing how headings render in large and small fonts and the role of the body tag in HTML.
Learn essential HTML text formatting, including paragraph and border tags, bold and italic emphasis, and superscript and subscript for mathematical expressions and trademarks.
Learn how form attributes control http methods, including get and post, and how encryption type and multipart form data enable secure file uploads.
Learn how framesets and frames in HTML divide a page into two frames, demonstrating simple proportioned layouts such as a 15 percent and 85 percent split for distinct content areas.
Explore how html textbox validation works with javascript, including form elements validation, preventing form submission with return false, and ensuring proper numeric input.
The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.
Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.
HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page. HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets. Tags such as <img /> and <input /> directly introduce content into the page. Other tags such as <p> surround and provide information about document text and may include other tags as sub-elements. Browsers do not display the HTML tags but use them to interpret the content of the page.
Have you ever wanted to learn to code but don't know where to start? Learning how to code can get you a better job and lead to a better future. This course starts you off with the basic coding language of HTML. This is a very condensed 39 minutes tutorial that will show you how to code in HTML. At the end how HTML is used in real time project is also explained. Enroll to begin your journey to be a web development master.
What are the requirements?
An internet connection
An up to date web browser
What am I going to get from this course?
Lifetime access to all videos in this course
Learn the basics of programming
Learn HTML
Give you a platform for further development
What is the target audience?
Complete beginners
People who want to become web developers