HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages.
It’s the fundamental technology behind everything you see in a web browser, and it’s used to build everything from simple web pages to complex web applications and services.
HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured. documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items.
In this course, you'll take an in depth look at HTML and learn its syntax and semantics. All while focusing on some of the best practices to use when writing and editing HTML. We'll start by exploring what HTML is and examining its basic syntax. Next, we'll move on to exploring basic document structure, how to properly section pages and how to use HTML to format page content easily.
HTML can embed scripts written in languages such as JavaScript which affect the behavior of HTML web pages. Web browsers can also refer to Cascading Style Sheets (CSS) to define the look and layout or text and other material. The World Wide Web Consortium (W3C), a maintainer of both the HTML and the CSS standards, has encouraged the use of CSS over explicit presentational HTML since 1997.
After that, we'll explore HTML5 forms and table. After only a few lessons of this course you will be able to make your own HTML5 web pages with confidence. I can't wait to show you how easy it is to begin writing HTML code and how quickly that you're going to be authoring and editing your own HTML pages. Felling excited, so then let's get started.
Topic Cover
What is HTML ?
Important of HTML
Exploring an HTML document
Formatting content
Displaying images
Using Heading, Paragraph, and div elements
Exploring HTML5 Table and Form elements.