HTML Editors
An HTML page is a plain text file. So, to write HTML, you can use any plain text editor. You can use visual editors too.
Teach Yourself Web Development and Web Designing Step by Step With Easy Explanation
HTML is the language for the web pages. All the websites you see online are written in HTML. HTML elements are the building-blocks of the web pages.
This course is for absolute beginners. It is assumed that you have no prior knowledge about programming, web development etc.
You’ll learn the latest version of HTML (HTML5) in this course. Here are all the lessons this course will cover-
HTML Introduction
Start learning HTML5 here. Learn from the beginning.
|
||
HTML History
Take a look at the HTML history in cronical order from the beginning to its most up to date version
|
||
HTML Editors
An HTML page is a plain text file. So, to write HTML, you can use any plain text editor. You can use visual editors too.
|
||
HTML Elements
Headlines, paragraphs, images, links etc that you see in any web page in the browser are all web page elements.
|
||
HTML Tags
HTML uses tags (also called markup) is used to structure the page and let the browser know the meaning of the content it surrounds.
|
||
HTML Attributes
Elements in HTML define the structure of the web page and attributes specify additional information about an HTML element and modify its default behavior. Attributes appear within the opening tag of an element.
|
||
HTML Meta Tags
Metadata is often specified as data about data. In the same way, HTML tag provides various information about the current HTML file.
|
||
HTML Head
head element contains information about the current HTML document.
|
||
HTML Styles
Styles describe the look and formatting of an HTML document and increase its aesthetic value.
|
||
HTML Scripts
HTML scripts usually refer to computer programs that are executed on the client side in the user’s web browser.
|
||
HTML Body
Learn HTML body which is one of the two basic sections in every HTML document. It contains those contents that are visible in the main browser window.
|
||
Semantic HTML
Semantic HTML is HTML that uses tags meaningfully to structure the site.
|
||
HTML Content Models
An HTML Content model is the description of the contents that an element can content.
|
||
HTML Headings
HTML Headings are used to display information in the web page hierarchically.
|
||
HTML Paragraphs
Learn how to specify a paragraph properly in HTML and know some Dos and Don’ts about it.
|
||
HTML Document Outline
Learn all about HTML document outline.
|
||
HTML Links
Learn ins and outs of HTML Link, the lifeblood of web.
|
||
HTML Email Links
Learn how to send a quick email someone clicking an HTML link.
|
||
HTML Image Links
Learn all about HTML image link – how to add single or multiple links to one image.
|
||
HTML Images
Learn how to use it with proper format and some do’s and don’ts
|
||
HTML Lists
Learn HTML Lists (HTML5 included) – how to create it, different types of list, best practices. etc…
|
||
HTML Forms
Learn to use HTML forms properly, the two way communication media between the user and the server.
|
||
HTML Table
|
||
HTML Iframe
|
If you have any questions regarding any lesson, please ask at the last of that lesson. There is an option to post your questions.
Next Lesson : HTML Introduction>> |
An HTML page is a plain text file. So, to write HTML, you can use any plain text editor. You can use visual editors too.
1991 – To write web documents, Sir Tim Berners-Lee proposed 20 elements in his document titled HTML Tags. 1993 – The Internet Engineering Task Force (IETF) had published a proposal for the first HTML specification. The proposal draft expired 1994 Read more
What is HTML? HTML is the language of the web. HTML is abbreviation for HyperText Markup Language. Let’s see what does it mean- HyperText – When you browse a web page there usually are some links you can click to Read more